Commits

[11915 total ]
Avatar
argh, use the correct bug id

by Daniel Stenberg (Using name ‘bagder’) on 2009-12-10 20:26 (8 days ago)

Avatar
- Constantine Sapuntzakis figured out a case which would lead to libcurl accessing alredy freed memory and thus crash when using HTTPS (with OpenSSL), multi interface and the CURLOPT_DEBUGFUNCTION and a certain order of cleaning things up. I fixed it.

by Daniel Stenberg (Using name ‘bagder’) on 2009-12-10 20:20 (8 days ago)

Avatar
minor indent change

by Daniel Stenberg (Using name ‘bagder’) on 2009-12-10 20:19 (8 days ago)

Anon32
- Fixed curl erroneously reporting output stream write failures with disabled buffering

by yangtse on 2009-12-10 16:46 (8 days ago)

Anon32
signal handling to cleanup on SIGINT and SIGTERM, followup

by yangtse on 2009-12-09 18:41 (9 days ago)

Avatar
- Martin Storsjo made libcurl use the Expect: 100-continue header for posts with unknown size. Previously it was only used for posts with a known size larger than 1024 bytes.

by Daniel Stenberg (Using name ‘bagder’) on 2009-12-07 20:25 (11 days ago)

Avatar
74. The HTTP spec allows headers to be merged and become comma-separated instead of being repeated several times. This also include Authenticate: and Proxy-Authenticate: headers and while this hardly every happens in real life it will confuse libcurl which does not properly support it for all headers - like those Authenticate headers.

by Daniel Stenberg (Using name ‘bagder’) on 2009-12-04 21:52 (14 days ago)

Anon32
Fix 'uploaded' file descriptor leak

by yangtse on 2009-12-03 20:37 (15 days ago)

Anon32
signal handling to cleanup on SIGINT and SIGTERM

by yangtse on 2009-12-03 13:12 (15 days ago)

Anon32
lib/nss.c: avoid use of uninitialized value

by kdudka on 2009-12-02 17:24 (16 days ago)