#
21bb8527 |
| 10-Jan-2005 |
Daniel Stenberg |
Pavel Orehov reported memory problems with the multi interface in bug report #1098843. In short, a shared DNS cache was setup for a multi handle and when the shared cache was deleted before t
Pavel Orehov reported memory problems with the multi interface in bug report #1098843. In short, a shared DNS cache was setup for a multi handle and when the shared cache was deleted before the individual easy handles, the latter cleanups caused read/writes to already freed memory.
show more ...
|
#
83bab78b |
| 10-Jan-2005 |
Daniel Stenberg |
Hzhijun reported a memory leak in the SSL certificate code, that leaked the remote certificate name when it didn't match the used host name.
|
#
7b4bf6a2 |
| 07-Jan-2005 |
Daniel Stenberg |
three recent bug fixes
|
#
8127a34f |
| 05-Jan-2005 |
Daniel Stenberg |
recent events
|
#
b7d92c3e |
| 25-Dec-2004 |
Daniel Stenberg |
--protocols, license, src/config.h.in
|
#
814d176b |
| 23-Dec-2004 |
Daniel Stenberg |
recent changes and Merry Christmas!
|
#
a142d419 |
| 20-Dec-2004 |
Daniel Stenberg |
and we start all over again
|
Revision tags: curl-7_12_3 |
|
#
c6f6e812 |
| 19-Dec-2004 |
Daniel Stenberg |
clarified a few changes
|
#
8ad47a13 |
| 18-Dec-2004 |
Daniel Stenberg |
Samuel Listopad added support for PKCS12 formatted certificates.
|
#
26cfb21c |
| 16-Dec-2004 |
Daniel Stenberg |
several windows large-file fixes
|
#
d3b41472 |
| 16-Dec-2004 |
Daniel Stenberg |
Dinar in bug report #1086121, found a file handle leak when a multipart formpost (including a file upload part) was aborted before the whole file was sent.
|
#
8847e61f |
| 15-Dec-2004 |
Daniel Stenberg |
yet another mirror!
|
#
d88b3d3d |
| 15-Dec-2004 |
Daniel Stenberg |
fixed how backslashes are treated in glob strings
|
#
0d0d5e7e |
| 14-Dec-2004 |
Daniel Stenberg |
Harshal Pradhan fixed changing username/password on a persitent HTTP connection.
|
#
1687a9eb |
| 13-Dec-2004 |
Daniel Stenberg |
large file file:// resumes on windows
|
#
9b3b7ad2 |
| 11-Dec-2004 |
Daniel Stenberg |
HTTP IPv6 support added to the test suite
|
#
6b7f6369 |
| 10-Dec-2004 |
Daniel Stenberg |
username and IPv6 numerical address URL parser fix
|
#
a7488672 |
| 10-Dec-2004 |
Daniel Stenberg |
configure and curl-config fixes
|
#
80a32438 |
| 07-Dec-2004 |
Daniel Stenberg |
Rene Bernhardt found and fixed a buffer overrun in the NTLM code, where libcurl always and unconditionally overwrote a stack-based array with 3 zero bytes. I edited the fix to make it less li
Rene Bernhardt found and fixed a buffer overrun in the NTLM code, where libcurl always and unconditionally overwrote a stack-based array with 3 zero bytes. I edited the fix to make it less likely to occur again (and added a comment explaining the reason to the buffer size).
show more ...
|
#
ac269a8f |
| 05-Dec-2004 |
Daniel Stenberg |
Dan Fandrich added the --disable-cookies option to configure to build libcurl without cookie support. This is mainly useful if you want to build a minimalistic libcurl with no cookies support
Dan Fandrich added the --disable-cookies option to configure to build libcurl without cookie support. This is mainly useful if you want to build a minimalistic libcurl with no cookies support at all. Like for embedded systems or similar.
show more ...
|
#
35944744 |
| 05-Dec-2004 |
Daniel Stenberg |
Richard Atterer fixed libcurl's way of dealing with the EPSV response. Previously, libcurl would re-resolve the host name with the new port number and attempt to connect to that, while it sho
Richard Atterer fixed libcurl's way of dealing with the EPSV response. Previously, libcurl would re-resolve the host name with the new port number and attempt to connect to that, while it should use the IP from the control channel. This bug made it hard to EPSV from an FTP server with multiple IP addresses!
show more ...
|
#
b7ff86fa |
| 03-Dec-2004 |
Daniel Stenberg |
credit where credit is due
|
#
2c27e4ee |
| 03-Dec-2004 |
Daniel Stenberg |
Bug report #1078066: when a chunked transfer was pre-maturely closed exactly at a chunk boundary it was not considered an error and thus went unnoticed. Added test case 207 to verify.
|
#
6bb215f5 |
| 30-Nov-2004 |
Daniel Stenberg |
recent changes
|
#
93aa22ea |
| 29-Nov-2004 |
Daniel Stenberg |
--disable-epsv when connecting to an IPv6 ftp server
|