Age | Commit message (Expand) | Author |
2009-12-17 | - David Byron fixed Curl_ossl_cleanup to actually call ENGINE_cleanup when | Daniel Stenberg |
2009-12-16 | Follow-up fix for the proxy fix I did for Jon Nelson's bug. It turned out I | Daniel Stenberg |
2009-12-14 | - Jon Nelson found a regression that turned out to be a flaw in how libcurl | Daniel Stenberg |
2009-12-12 | IMAP, POP3 and SMTP support | Daniel Stenberg |
2009-12-10 | - Siegfried Gyuricsko found out that the curl manual said --retry would retry | Daniel Stenberg |
2009-12-10 | argh, use the correct bug id | Daniel Stenberg |
2009-12-10 | - Constantine Sapuntzakis figured out a case which would lead to libcurl | Daniel Stenberg |
2009-12-07 | - Martin Storsjo made libcurl use the Expect: 100-continue header for posts | Daniel Stenberg |
2009-12-01 | - If the Expect: 100-continue header has been set by the application through | Daniel Stenberg |
2009-11-28 | - Added Diffie-Hellman parameters to several test harness certificate files in | Yang Tse |
2009-11-27 | - Markus Koetter provided a polished and updated version of Chad Monroe's TFTP | Daniel Stenberg |
2009-11-26 | - Extended and fixed the change I did on Dec 11 for the the progress | Daniel Stenberg |
2009-11-23 | - David Byron modified Makefile.dist vc8 and vc9 targets in order to allow | Yang Tse |
2009-11-23 | - Bjorn Augustsson reported a bug which made curl not report any problems even | Daniel Stenberg |
2009-11-20 | - Constantine Sapuntzakis identified a write after close, as the sockets were | Daniel Stenberg |
2009-11-20 | - Jad Chamcham pointed out a bug with connection re-use. If a connection had | Daniel Stenberg |
2009-11-17 | - Constantine Sapuntzakis provided another fix for the DNS cache that could | Daniel Stenberg |
2009-11-17 | - Marc Kleine-Budde fixed: curl saved the LDFLAGS set during configure into | Daniel Stenberg |
2009-11-15 | - David Byron improved the configure script to use pkg-config to find OpenSSL | Kamil Dudka |
2009-11-14 | Added '--configure' option to curl-config to display original configure argum... | Claes Jakobsson |
2009-11-14 | - Claes Jakobsson restored the configure functionality to detect NSS when | Daniel Stenberg |
2009-11-14 | - Camille Moncelier added support for the file type SSL_FILETYPE_ENGINE for | Daniel Stenberg |
2009-11-14 | - Constantine Sapuntzakis provided the fix that ensures that an SSL connection | Yang Tse |
2009-11-12 | - libcurl-NSS now tries to reconnect with TLS disabled in case it detects | Kamil Dudka |
2009-11-12 | - Kevin Baughman provided a fix preventing libcurl-NSS from crash on doubly | Kamil Dudka |
2009-11-11 | - Marco Maggi reported that compilation failed when configured --with-gssapi | Yang Tse |
2009-11-11 | - Constantine Sapuntzakis posted bug #2891595 | Daniel Stenberg |
2009-11-11 | - Christian Schmitz noticed that the progress meter/callback was not properly | Daniel Stenberg |
2009-11-05 | - Dropped misleading timeouts in libcurl-NSS and made sure the SSL socket works | Kamil Dudka |
2009-11-05 | I removed leading 'curl' path on the 'curlbuild.h' include statement in | Yang Tse |
2009-11-04 | - I fixed several problems with the transfer progress meter. It showed the | Daniel Stenberg |
2009-11-04 | release coming up | Daniel Stenberg |
2009-11-02 | - As reported independent by both Stan van de Burgt and Didier Brisebourg, | Daniel Stenberg |
2009-10-31 | - Gabriel Kuri reported a problem with CURLINFO_CONTENT_LENGTH_DOWNLOAD if the | Daniel Stenberg |
2009-10-30 | - Liza Alenchery mentioned a problem with re-used SCP connection when a bad | Daniel Stenberg |
2009-10-30 | - "Tom" posted a bug report that mentioned how libcurl did wrong when doing a | Daniel Stenberg |
2009-10-25 | - Dima Barsky made the curl cookie parser accept cookies even with blank or | Daniel Stenberg |
2009-10-21 | - Attempt to use pkg-config for finding out libssh2 installation details | Daniel Stenberg |
2009-10-21 | s/koresh/Johan van Selst/ | Daniel Stenberg |
2009-10-21 | - A patch in bug report #2883177 (http://curl.haxx.se/bug/view.cgi?id=2883177) | Daniel Stenberg |
2009-10-18 | - Ray Dassen provided a patch in Debian's bug tracker (bug number #551461) | Daniel Stenberg |
2009-10-18 | - Fixed memory leak in the SCP/SFTP code as it never freed the knownhosts | Daniel Stenberg |
2009-10-18 | John Dennis filed bug report #2873666 | Daniel Stenberg |
2009-10-18 | - Kevin Baughman found a double close() problem with libcurl-NSS, as when | Daniel Stenberg |
2009-10-17 | Fix invalid file name characters handling on Windows | Yang Tse |
2009-10-01 | - Tom Mueller correctly reported in bug report #2870221 | Daniel Stenberg |
2009-10-01 | - Constantine Sapuntzakis: The current implementation will always set | Daniel Stenberg |
2009-09-27 | - I introduced a maximum limit for received HTTP headers. It is controlled by | Daniel Stenberg |
2009-09-26 | - John P. McCaskey posted a bug report that showed how libcurl did wrong when | Daniel Stenberg |
2009-09-26 | - Implemented a protocol independent way to specify blocking direction, used by | Kamil Dudka |