Age | Commit message (Expand) | Author |
2008-01-29 | - Dmitry Kurochkin fixed Curl_done() for pipelining, as it could previously | Daniel Stenberg |
2008-01-28 | this was modified this year so we bump the copyright year | Daniel Stenberg |
2008-01-27 | Dmitry Kurochkin: In "real world" testing I found more bugs in | Daniel Stenberg |
2008-01-25 | - Kevin Reed filed bug report #1879375 | Daniel Stenberg |
2008-01-24 | updated makefiles to use global copyright define. | Gunter Knauf |
2008-01-24 | minor makefile tweaks. | Gunter Knauf |
2008-01-24 | use copyright define instead of hardcoded string. | Gunter Knauf |
2008-01-23 | "Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and so | Daniel Stenberg |
2008-01-23 | Dmitry Kurochkin's pipelining close-down segfault fix | Daniel Stenberg |
2008-01-23 | update openssl version | Yang Tse |
2008-01-23 | happy new year | Gunter Knauf |
2008-01-23 | removed inclusion of libcurl memory debug headers since this lib stub is a we... | Gunter Knauf |
2008-01-22 | when unable to initialize sftp session, also log failure reason | Yang Tse |
2008-01-22 | check availability of poll.h header at configuration time, and include | Yang Tse |
2008-01-22 | update copyright year | Yang Tse |
2008-01-21 | Dmitry Kurochkin removed the cancelled state for pipelining, as we agreed | Daniel Stenberg |
2008-01-18 | Lau Hang Kin found and fixed a problem with the multi interface when doing | Daniel Stenberg |
2008-01-17 | updated lib versions. | Gunter Knauf |
2008-01-17 | updated copyright for new year. | Gunter Knauf |
2008-01-16 | Dmitry Kurochkin's additional pipelining bugfix | Daniel Stenberg |
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-15 | Woops, partly revert my previous commit and do it slightly differently instead. | Daniel Stenberg |
2008-01-15 | I made the torture test on test 530 go through. This was actually due to | Daniel Stenberg |
2008-01-14 | Joe Malicki filed bug report #1871269 | Daniel Stenberg |
2008-01-14 | fix compiler warning | Yang Tse |
2008-01-14 | Trying GnuTLS and OpenSSL together fails to compile in not so | Gisle Vanem |
2008-01-13 | fix compiler warning | Yang Tse |
2008-01-11 | fix compiler warning | Yang Tse |
2008-01-11 | fix compiler warning | Yang Tse |
2008-01-11 | Daniel Egger made CURLOPT_RANGE work on file:// URLs the very same way it | 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-10 | corrected comment | Daniel Stenberg |
2008-01-09 | fix compiler warning | Yang Tse |
2008-01-08 | Introducing curl_easy_pause() and new magic return codes for both the read | Daniel Stenberg |
2008-01-08 | Change typecast due to http://cool.haxx.se/cvs.cgi/curl/include/curl/curl.h.d... | Yang Tse |
2008-01-06 | more SOCKS5_HOSTNAME adjustments from Richard Atterer | Daniel Stenberg |
2008-01-06 | make sure we deal with SOCKS5_HOSTNAME as a proxy type as well | Daniel Stenberg |
2008-01-06 | make sure CURLPROXY_SOCKS5_HOSTNAME is taken care of as well | 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-04 | Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let the | Daniel Stenberg |
2008-01-03 | 'false' and 'true' are not built-ins on most compilers. | Gisle Vanem |
2008-01-02 | - I fixed two cases of missing return code checks when handling chunked | Daniel Stenberg |
2008-01-02 | Richard Atterer brought a patch that added support for SOCKS4a proxies, which | Daniel Stenberg |
2007-12-26 | Dmitry Kurochkin mentioned a flaw | Daniel Stenberg |
2007-12-25 | added missing semicolon fromn last commit. | Gunter Knauf |
2007-12-24 | Gary Maxwell filed bug report #1856628 | Daniel Stenberg |
2007-12-18 | MSVC 9.0 (VS2008) does not support Windows build targets prior to WinXP, | Yang Tse |