Age | Commit message (Expand) | Author |
2011-02-20 | IMAP in multi mode: use Curl_ssl_connect_nonblocking() when upgrading the con... | Ben Noordhuis |
2011-02-20 | IMAP in multi mode: use Curl_ssl_connect_nonblocking() when connecting. | Ben Noordhuis |
2011-02-18 | multi: close connection on timeout | Mike Crowe |
2011-02-18 | multi: better failed connect treatment | Daniel Stenberg |
2011-02-18 | PolarSSL: Return 0 on receiving TLS CLOSE_NOTIFY alert | Hoi-Ho Chan |
2011-02-17 | symbols-in-versions: sorted | Daniel Stenberg |
2011-02-17 | TODO-RELEASE: refresh | Daniel Stenberg |
2011-02-17 | SOCKOPTFUNCTION: documented new return codes | Daniel Stenberg |
2011-02-17 | SOCKOPTFUNCTION: callback can say already-connected | Daniel Stenberg |
2011-02-17 | nss: avoid memory leak on SSL connection failure | Kamil Dudka |
2011-02-17 | RELEASE-NOTES: fresh start towards 7.21.5 | Daniel Stenberg |
2011-02-17 | curlver.h: bump to 7.21.5 | Daniel Stenberg |
2011-02-17 | THANKS: add contributors from 7.21.4 | Daniel Stenberg |
2011-02-17 | Set -fpcc-struct-return only for gcc compiler. | Guenter Knauf |
2011-02-17 | RELEASE-NOTES: credits since 7.21.3 | Daniel Stenberg |
2011-02-16 | nss_load_key: fix unused variable warning | Daniel Stenberg |
2011-02-14 | gmtime: remove define | Daniel Stenberg |
2011-02-13 | Added -m32 to CFLAGS to compile with x86_64 gcc. | Guenter Knauf |
2011-02-13 | Updated OpenSSL version, added links to docu. | Guenter Knauf |
2011-02-10 | RELEASE-NOTES: synced with 3bb1291fbd4 | Daniel Stenberg |
2011-02-10 | --keepalive-time: warn if not supported properly | Daniel Stenberg |
2011-02-10 | Call ERR_peek_error instead of ERR_peek_last_error | Dan Fandrich |
2011-02-10 | netrc: Enable setting up the filename in unit tests. | Julien Chaffraix |
2011-02-10 | test1304: Added some unit tests for Curl_parsenetrc. | Julien Chaffraix |
2011-02-09 | CURLE_TLSAUTH_FAILED: removed | Quinn Slack |
2011-02-09 | TLS-SRP: new options documented | Quinn Slack |
2011-02-09 | CURLOPT_SOCKOPTFUNCTION: return proper error code | Daniel Stenberg |
2011-02-08 | curl.1: typo in -v description | Daniel Stenberg |
2011-02-07 | netrc: Removed dead code. | Julien Chaffraix |
2011-02-07 | netrc: Tightened up the type checks. | Julien Chaffraix |
2011-02-07 | imap: Fixed typo in a comment. | Julien Chaffraix |
2011-02-07 | Curl_gmtime: avoid future mistakes | Daniel Stenberg |
2011-02-07 | Curl_gmtime: added a portable gmtime | Daniel Stenberg |
2011-02-03 | mk-ca-bundle.vbs: use new cacert url | Guenter Knauf |
2011-02-02 | mk-ca-bundle.pl: use new cacert url | Daniel Stenberg |
2011-02-02 | ssluse: improved error message on SSL_CTX_new failures | Bjoern Sikora |
2011-02-02 | multi: fix CURLM_STATE_TOOFAST for multi_socket | Nicholas Maniscalco |
2011-02-02 | unit1300: code style cleanup | Daniel Stenberg |
2011-02-02 | adding unit tests for Curl_llist_remove | Amr Shahin |
2011-01-31 | Include TLSAUTH options in ILE/RPG binding. | Patrick Monnerat |
2011-01-31 | file: add support for CURLOPT_TIMECONDITION | Dave Reisner |
2011-01-31 | transfer: add Curl_meets_timecondition() | Dave Reisner |
2011-01-29 | FAQ: clarified/expanded 6.7 a bit | Daniel Stenberg |
2011-01-29 | COPYING: update the year to 2011 | Daniel Stenberg |
2011-01-28 | Windows build: alternative makefile | Pierre Joye |
2011-01-28 | test: add test 580 to the dist | Daniel Stenberg |
2011-01-27 | Some minor edits including updates to function names | Dan Fandrich |
2011-01-27 | ares: memory leak fix | Daniel Stenberg |
2011-01-27 | ares_query_completed_cb: don't touch invalid data | Daniel Stenberg |
2011-01-27 | nss: avoid memory leaks and failure of NSS shutdown | Kamil Dudka |