e3fa7d02 | 11-Jan-2005 |
Daniel Stenberg |
Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don't shadow our public headers with the former names. |
a1813e2b | 11-Jan-2005 |
Gisle Vanem |
".\lib\easy.h" shadows for <curl/easy.h> in Watcom. Force including ../include/curl/easy.h. |
2e62458e | 11-Jan-2005 |
Gisle Vanem |
Fix '!if' expression. |
bb9e5565 | 11-Jan-2005 |
Gisle Vanem |
".\lib\multi.h" shadows for <curl/multi.h> in Watcom. Force including ../include/curl/multi.h. |
29102bef | 11-Jan-2005 |
Daniel Stenberg |
Cyrill Osterwalder posted a detailed analysis about a bug that occurs when using a custom Host: header and curl fails to send a request on a re-used persistent connection and thus creates a n
Cyrill Osterwalder posted a detailed analysis about a bug that occurs when using a custom Host: header and curl fails to send a request on a re-used persistent connection and thus creates a new connection and resends it. It then sent two Host: headers. Cyrill's analysis was posted here: http://curl.haxx.se/mail/archive-2005-01/0022.html
show more ...
|
9d114559 | 10-Jan-2005 |
Daniel Stenberg |
Bruce Mitchener identified (bug report #1099640) the never-ending SOCKS5 problem with the version byte and the check for bad versions. Bruce has lots of clues on this, and based on his sugges
Bruce Mitchener identified (bug report #1099640) the never-ending SOCKS5 problem with the version byte and the check for bad versions. Bruce has lots of clues on this, and based on his suggestion I've now removed the check of that byte since it seems to be able to contain 1 or 5.
show more ...
|
065e466f | 10-Jan-2005 |
Daniel Stenberg |
Use Curl_easy_addmulti() to clear associations from easy handles to multi handles. Include multi.h to get proto. |
3ac00f32 | 10-Jan-2005 |
Daniel Stenberg |
edited wording |
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. |
894ec46e | 08-Jan-2005 |
Gisle Vanem |
Note about the static lib requirement; -DCURL_STATICLIB. |
4eb1d3eb | 08-Jan-2005 |
Gisle Vanem |
Watcom additions. |
945423e8 | 08-Jan-2005 |
Gisle Vanem |
Added Watcom targets. |
9fd33c0b | 08-Jan-2005 |
Gisle Vanem |
New file. |
3c09f2d2 | 08-Jan-2005 |
Gisle Vanem |
Added Makefile.Watcom to EXTRA_DIST. |
7b4bf6a2 | 07-Jan-2005 |
Daniel Stenberg |
three recent bug fixes |
b5b77f63 | 07-Jan-2005 |
Daniel Stenberg |
disable the valgrind log checking |
5a8097a4 | 07-Jan-2005 |
Daniel Stenberg |
fixed the valgrind log check and make it possible to disable it for a specific test, see test 509 |
9cdf6fb6 | 07-Jan-2005 |
Daniel Stenberg |
added test 199 |
a137223b | 06-Jan-2005 |
Daniel Stenberg |
prevent a single byte read outside the string in test case 39 |
52e1ce95 | 06-Jan-2005 |
Daniel Stenberg |
fixed #1097019, multiple GET posts (-G) error |
8127a34f | 05-Jan-2005 |
Daniel Stenberg |
recent events |
2dcb8b67 | 04-Jan-2005 |
Gisle Vanem |
Changed curl.dll to libcurl.dll. |
1e3b1b6e | 04-Jan-2005 |
Gisle Vanem |
Minor comment fix. |
9cdaae94 | 04-Jan-2005 |
Daniel Stenberg |
just narrowed some text to fit within 80 cols |