Age | Commit message (Expand) | Author |
2008-10-16 | - Igor Novoseltsev added CURLOPT_PROXYUSER and CURLOPT_PROXYPASSWORD that then | Daniel Stenberg |
2008-10-08 | - Igor Novoseltsev brought a patch that introduced two new options to | Daniel Stenberg |
2008-09-05 | Improved the logic the decides whether to use HTTP 1.1 features or not in a | Dan Fandrich |
2008-09-05 | - Martin Drasar provided the CURLOPT_POSTREDIR patch. It renames | Daniel Stenberg |
2008-09-05 | - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By | Daniel Stenberg |
2008-09-04 | Made some variables const | Dan Fandrich |
2008-08-17 | Adjust usage of conditional definition of USE_OPENSSL | Yang Tse |
2008-07-30 | - Phil Blundell added the CURLOPT_SCOPE option, as well as adjusted the URL | Daniel Stenberg |
2008-07-30 | Fixed --use-ascii to properly convert text files on Symbian OS, MS-DOS | Dan Fandrich |
2008-07-03 | Introcuding a new timestamp for curl_easy_getinfo(): | Daniel Stenberg |
2008-06-06 | - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, for | Daniel Stenberg |
2008-06-06 | - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, for | Daniel Stenberg |
2008-06-06 | - Added CURLINFO_PRIMARY_IP as a new information retrievable with | Daniel Stenberg |
2008-04-30 | - To make it easier for applications that want lots of magic stuff done on | Daniel Stenberg |
2008-03-13 | Change the confusing two variables for the expect 100 continue stuff into | Daniel Stenberg |
2008-02-20 | - Based on initial work done by Gautam Kachroo to address a bug, we now keep | Daniel Stenberg |
2008-02-20 | - We no longer support setting the CURLOPT_URL option from inside a callback | Daniel Stenberg |
2008-02-03 | - Dmitry Kurochkin cleaned up the pipelining code and removed the need for and | Daniel Stenberg |
2008-01-31 | - Dmitry Kurochkin moved several struct fields from the connectdata struct to | Daniel Stenberg |
2008-01-21 | Dmitry Kurochkin removed the cancelled state for pipelining, as we agreed | Daniel Stenberg |
2008-01-16 | Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that | 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 | Trying GnuTLS and OpenSSL together fails to compile in not so | Gisle Vanem |
2008-01-10 | Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allow | Daniel Stenberg |
2008-01-08 | Introducing curl_easy_pause() and new magic return codes for both the read | 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 |
2007-12-02 | Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to control | Daniel Stenberg |
2007-11-24 | struct HandleData is now called struct SingleRequest, and is only for data that | Daniel Stenberg |
2007-11-20 | While inspecting the Negotiate code, I noticed how the proxy auth was using | Daniel Stenberg |
2007-11-20 | a bunch of new comments | Daniel Stenberg |
2007-11-15 | Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() into | Daniel Stenberg |
2007-11-12 | Fixed a remaining problem with doing SFTP directory listings on a re-used | Daniel Stenberg |
2007-11-08 | spell! | Daniel Stenberg |
2007-11-08 | Bug report #1823487 (http://curl.haxx.se/bug/view.cgi?id=1823487) pointed | Daniel Stenberg |
2007-11-05 | Move connection-oriented variables from the SessionHandle struct to the | Daniel Stenberg |
2007-10-24 | added clarifying comment | Daniel Stenberg |
2007-10-22 | Michal Marek forwarded the bug report | Daniel Stenberg |
2007-10-15 | Fix dynamic CURLOPT_POSTFIELDS bug: back to static. | Patrick Monnerat |
2007-10-12 | Added per-protocol callback static tables, replacing callback ptr storage | Patrick Monnerat |
2007-10-04 | Kim Rinnewitz reported that --local-port didn't work with TFTP transfers. | Daniel Stenberg |
2007-10-03 | Alexey Pesternikov introduced CURLOPT_OPENSOCKETFUNCTION and | Daniel Stenberg |
2007-10-03 | Based on a patch brought by Johnny Luong, libcurl now offers | Daniel Stenberg |
2007-10-02 | known bug #46: chunked-encoded CONNECT responses from a http proxy now works. | Daniel Stenberg |
2007-09-26 | Philip Langdale provided the new CURLOPT_POST301 option for | Daniel Stenberg |
2007-09-26 | Max Katsev reported that when doing a libcurl FTP request with | Daniel Stenberg |
2007-09-18 | Rob Crittenden provided an NSS update with the following highlights: | Daniel Stenberg |
2007-08-31 | Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED. | Dan Fandrich |
2007-08-26 | Fixed some minor mismatched types found by splint. | Dan Fandrich |