Age | Commit message (Expand) | Author |
2008-02-07 | - Refactored a lot of timeout code into a few functions in an attempt to make | Daniel Stenberg |
2008-02-06 | Fix problem in strdup replacement when dealing with absolutely huge strings. | Yang Tse |
2008-01-31 | - Niklas Angebrand made the cookie support in libcurl properly deal with the | Daniel Stenberg |
2008-01-29 | - Dmitry Kurochkin fixed Curl_done() for pipelining, as it could previously | Daniel Stenberg |
2008-01-29 | - Michal Marek fixed minor mistake in test case 553 that prevented it from | Daniel Stenberg |
2008-01-28 | start over on 7.18.1 | Daniel Stenberg |
2008-01-25 | - Kevin Reed filed bug report #1879375 | Daniel Stenberg |
2008-01-24 | and Igor Franchuk is his name! | Daniel Stenberg |
2008-01-23 | "Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and so | Daniel Stenberg |
2008-01-21 | Dmitry Kurochkin removed the cancelled state for pipelining, as we agreed | Daniel Stenberg |
2008-01-20 | Judson provided an example, and the added mirror adds the count | Daniel Stenberg |
2008-01-20 | http://curl.very-clever.com/ is a new mirror in Nuremberg, Germany | Daniel Stenberg |
2008-01-18 | Lau Hang Kin found and fixed a problem with the multi interface when doing | Daniel Stenberg |
2008-01-17 | curl-java 0.2.1 | Daniel Stenberg |
2008-01-16 | Nathan Coulter's patch that makes runtests.pl respect the PATH when figuring | Daniel Stenberg |
2008-01-16 | fix handling of out of memory in the command line tool that afected | Yang Tse |
2008-01-16 | Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that | Daniel Stenberg |
2008-01-15 | Calls to Curl_failf() are not supposed to provide a trailing newline as the | Daniel Stenberg |
2008-01-14 | Joe Malicki filed bug report #1871269 | Daniel Stenberg |
2008-01-12 | I re-arranged the curl --help output. All the options are now sorted on | Daniel Stenberg |
2008-01-12 | Eric Landes provided the patch (edited by me) that introduces the | Daniel Stenberg |
2008-01-11 | Daniel Egger made CURLOPT_RANGE work on file:// URLs the very same way it | Daniel Stenberg |
2008-01-10 | Michal Marek made curl-config --libs not include /usr/lib64 in the output | Daniel Stenberg |
2008-01-10 | Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allow | Daniel Stenberg |
2008-01-10 | Nikitinskit Dmitriy filed bug report #1868255 | Daniel Stenberg |
2008-01-08 | Introducing curl_easy_pause() and new magic return codes for both the read | Daniel Stenberg |
2008-01-06 | Jeff Johnson filed bug report #1863171 | Daniel Stenberg |
2008-01-05 | Based on further discussion on curl-library, I reverted yesterday's SOCKS5 | Daniel Stenberg |
2008-01-05 | Added Daniel Egger and extended the --no-keep-alive description | Daniel Stenberg |
2008-01-04 | Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let the | Daniel Stenberg |
2008-01-02 | I removed the socklen_t use from the public curl/curl.h header and instead | Daniel Stenberg |
2008-01-02 | Richard Atterer brought a patch that added support for SOCKS4a proxies, which | Daniel Stenberg |
2008-01-01 | Mohun Biswas pointed out that --libcurl generated a source code with an int | Daniel Stenberg |
2007-12-26 | Dmitry Kurochkin mentioned a flaw | Daniel Stenberg |
2007-12-24 | Gary Maxwell filed bug report #1856628 | Daniel Stenberg |
2007-12-18 | (http://curl.haxx.se/mail/archive-2007-12/0039.html) reported and fixed | Yang Tse |
2007-12-18 | pollfd struct and WSA_poll fixes for Windows Vista already present in CVS | Yang Tse |
2007-12-17 | Mateusz Loskot pointed out that VC++ 9.0 (2008) has the pollfd struct and | Daniel Stenberg |
2007-12-13 | David Wright filed bug report #1849764 | Daniel Stenberg |
2007-12-12 | Gilles Blanc made the curl tool enable SO_KEEPALIVE for the connections and | Daniel Stenberg |
2007-12-09 | Andrew Moise filed bug report #1847501 | Daniel Stenberg |
2007-12-05 | Spacen Jasset reported a problem with doing POST (with data read with a | Daniel Stenberg |
2007-12-03 | Ray Pekowski filed bug report #1842029 | Daniel Stenberg |
2007-12-03 | SSL session id caching bugfix | Daniel Stenberg |
2007-12-03 | mention "no longer default-appends ;type= on FTP URLs thru proxies" as a bug | Daniel Stenberg |
2007-12-02 | Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to control | Daniel Stenberg |
2007-11-29 | ftp resumed upload and long Digest nonces | Daniel Stenberg |
2007-11-22 | Provide a socklen_t definition in curl.h for Win32 API build targets | Yang Tse |
2007-11-22 | Alessandro Vesely helped me improve the --data-urlencode's syntax, parser | Daniel Stenberg |
2007-11-20 | While inspecting the Negotiate code, I noticed how the proxy auth was using | Daniel Stenberg |