History log of /curl/ (Results 27426 – 27450 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e3fa7d0211-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.

a1813e2b11-Jan-2005 Gisle Vanem

".\lib\easy.h" shadows for <curl/easy.h> in Watcom.
Force including ../include/curl/easy.h.

2e62458e11-Jan-2005 Gisle Vanem

Fix '!if' expression.

bb9e556511-Jan-2005 Gisle Vanem

".\lib\multi.h" shadows for <curl/multi.h> in Watcom.
Force including ../include/curl/multi.h.

29102bef11-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 ...

9d11455910-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 ...

065e466f10-Jan-2005 Daniel Stenberg

Use Curl_easy_addmulti() to clear associations from easy handles to multi
handles. Include multi.h to get proto.

3ac00f3210-Jan-2005 Daniel Stenberg

edited wording

21bb852710-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 ...

83bab78b10-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.

894ec46e08-Jan-2005 Gisle Vanem

Note about the static lib requirement; -DCURL_STATICLIB.

4eb1d3eb08-Jan-2005 Gisle Vanem

Watcom additions.

945423e808-Jan-2005 Gisle Vanem

Added Watcom targets.

9fd33c0b08-Jan-2005 Gisle Vanem

New file.

3c09f2d208-Jan-2005 Gisle Vanem

Added Makefile.Watcom to EXTRA_DIST.

7b4bf6a207-Jan-2005 Daniel Stenberg

three recent bug fixes

b5b77f6307-Jan-2005 Daniel Stenberg

disable the valgrind log checking

5a8097a407-Jan-2005 Daniel Stenberg

fixed the valgrind log check and make it possible to disable it for a specific
test, see test 509

9cdf6fb607-Jan-2005 Daniel Stenberg

added test 199

a137223b06-Jan-2005 Daniel Stenberg

prevent a single byte read outside the string in test case 39

52e1ce9506-Jan-2005 Daniel Stenberg

fixed #1097019, multiple GET posts (-G) error

8127a34f05-Jan-2005 Daniel Stenberg

recent events

2dcb8b6704-Jan-2005 Gisle Vanem

Changed curl.dll to libcurl.dll.

1e3b1b6e04-Jan-2005 Gisle Vanem

Minor comment fix.

9cdaae9404-Jan-2005 Daniel Stenberg

just narrowed some text to fit within 80 cols

1...<<1091109210931094109510961097109810991100>>...1351