Age | Commit message (Expand) | Author |
2011-03-13 | Revert "test582: enabled" | Daniel Stenberg |
2011-03-13 | Merge branch 'imap' of https://github.com/bnoordhuis/curl into bnoordhuis-imap | Daniel Stenberg |
2011-03-13 | TODO-RELEASE: fixed four isues | Daniel Stenberg |
2011-03-13 | VC: add missing file | Karl M |
2011-03-13 | GSS: handle reuse fix | Marcus Sundberg |
2011-03-13 | test583: verify early SSH multi remove handle | Daniel Stenberg |
2011-03-13 | SFTP: gracefully handle shutdown early | Daniel Stenberg |
2011-03-12 | CURL_CHECK_FUNC_RECVFROM: android/bionic fix | Manuel Massing |
2011-03-12 | test582: enabled | Daniel Stenberg |
2011-03-12 | PROT_CLOSEACTION: added SFTP and SCP | Daniel Stenberg |
2011-03-12 | readwrite_upload: stop upload at file size | Daniel Stenberg |
2011-03-12 | sftp upload: expire to advance state machine | Daniel Stenberg |
2011-03-12 | test582: improved info messages | Daniel Stenberg |
2011-03-12 | source header: added to more files | Daniel Stenberg |
2011-03-10 | sources: update source headers | Daniel Stenberg |
2011-03-10 | TODO-RELEASE: add 10 pending issues | Daniel Stenberg |
2011-03-10 | TODO-RELEASE: fix the IPv6-working probing | Daniel Stenberg |
2011-03-09 | tests: phase out haxx.se | Daniel Stenberg |
2011-03-09 | test523: avoid using haxx.se | Daniel Stenberg |
2011-03-09 | configure: update the copyright year in the output | Daniel Stenberg |
2011-03-09 | Force setopt constants written by --libcurl to be long | Dan Fandrich |
2011-03-08 | cyassl: fix compiler warnings | Daniel Stenberg |
2011-03-08 | SSL: (part 2) Added CyaSSL to SSL abstraction layer | Todd A Ouska |
2011-03-08 | SSL: Added CyaSSL to SSL abstraction layer | Todd A Ouska |
2011-03-08 | curl.1: clarify -E | Daniel Stenberg |
2011-03-08 | FAQ: Protocol xxx not supported or disabled in libcurl | Daniel Stenberg |
2011-03-08 | lib582: used for test 582 | Daniel Stenberg |
2011-03-07 | Fixed libcurl to honour the --disable-ldaps configure option | Dan Fandrich |
2011-03-08 | sftp-multi: test 582 added | Henry Ludemann |
2011-03-07 | FAQ: How to SFTP from my user's home directory? | Daniel Stenberg |
2011-03-06 | cpp: correct #endif placement | Daniel Stenberg |
2011-03-04 | Moved test 577 into the unit test framework as test 1307 | Dan Fandrich |
2011-03-04 | Added unit test 1306 so tests 558 & 559 are now fully replaced | Dan Fandrich |
2011-03-04 | The unit test argument is allowed to be used | Dan Fandrich |
2011-03-04 | Converted tests 558 & 559 to use the unit test framework as 1305 | Dan Fandrich |
2011-03-04 | Fixed test 1300 to pass the torture test | Dan Fandrich |
2011-03-04 | Added abort_* unit test macros | Dan Fandrich |
2011-03-04 | transfer: avoid insane conversion of time_t | Stefan Krause |
2011-02-26 | ssh_connect: treat libssh2 return code better | Daniel Stenberg |
2011-02-25 | http: removed wrong unused comment. | Julien Chaffraix |
2011-02-25 | http: removed code duplication for stubbed https_getsock function. | Julien Chaffraix |
2011-02-23 | RELEASE-NOTES: synced with 2345c1dd661c | Daniel Stenberg |
2011-02-22 | runtests.pl/stopserver: space separate pids | Daniel Stenberg |
2011-02-22 | nss: do not ignore failure of SSL handshake | Kamil Dudka |
2011-02-21 | CURLOPT_SSH_KEYFUNCTION: requires *SSH_KNOWNHOSTS | Daniel Stenberg |
2011-02-20 | curl_easy_setopt.3: Removed wrong reference to CURLOPT_USERPASSWORD. | Julien Chaffraix |
2011-02-20 | netrc: Removed _NETRC_DEBUG code. | Julien Chaffraix |
2011-02-20 | tests: Cleaned up netrc testing. | Julien Chaffraix |
2011-02-20 | curl: Added --netrc-file. | Julien Chaffraix |
2011-02-20 | IMAP in multi mode: use Curl_ssl_connect_nonblocking() when upgrading the con... | Ben Noordhuis |