summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* scan-build warningDaniel Stenberg2011-03-161-3/+1
* ldap_recv: check return code from ldap_get_dn_berDaniel Stenberg2011-03-161-1/+8
* compiler warnings fixedDaniel Stenberg2011-03-161-6/+6
* SMTP-multi: non-blocking connectBen Noordhuis2011-03-152-5/+31
* SMTP in multi mode: use Curl_ssl_connect_nonblocking() when connecting.Ben Noordhuis2011-03-152-3/+11
* lib582: use curl_socket_t for portabilityDaniel Stenberg2011-03-151-4/+5
* buildfix: spell define correctlyDaniel Stenberg2011-03-151-1/+1
* nss: do not ignore value of CURLOPT_SSL_VERIFYPEERKamil Dudka2011-03-153-19/+37
* Removed unused var.Guenter Knauf2011-03-151-1/+1
* configure: stop using the deprecated AM_INIT_AUTOMAKE syntaxDaniel Stenberg2011-03-151-1/+1
* protocol handler cleanup: SSL awarenessDaniel Stenberg2011-03-153-4/+31
* ldap: use the new protocol handler setupDaniel Stenberg2011-03-151-4/+6
* TODO-RELEASE: add and remove issuesDaniel Stenberg2011-03-151-4/+22
* protocols: use CURLPROTO_ internallyDaniel Stenberg2011-03-1418-120/+94
* protocol handler: added flags fieldDaniel Stenberg2011-03-1419-132/+166
* - Take new char * options into account in OS400 curl_easy_setopt_ccsid().Patrick Monnerat2011-03-143-2/+19
* FAQ: indent tablesDaniel Stenberg2011-03-141-15/+14
* sslgen: define Curl_ssl_connect_nonblocking for non-SSLDaniel Stenberg2011-03-141-2/+2
* configure: removed wrongly claimed default pathsDaniel Stenberg2011-03-141-5/+5
* mk-ca-bundle.pl: Only download if modifiedAsk Bjørn Hansen2011-03-141-12/+13
* SSH: add protocol lock directionDaniel Stenberg2011-03-133-15/+34
* state: add missing state to debug tableDaniel Stenberg2011-03-131-1/+2
* test 582: enabled againDaniel Stenberg2011-03-131-4/+0
* ssh_statemach_act: set cselect for sftp uploadDaniel Stenberg2011-03-131-0/+5
* RELEASE-NOTES: synced with e649a7baae2Daniel Stenberg2011-03-131-1/+16
* Revert "test582: enabled"Daniel Stenberg2011-03-131-0/+4
* Merge branch 'imap' of https://github.com/bnoordhuis/curl into bnoordhuis-imapDaniel Stenberg2011-03-132-7/+42
|\
| * IMAP in multi mode: use Curl_ssl_connect_nonblocking() when upgrading the con...Ben Noordhuis2011-02-202-5/+32
| * IMAP in multi mode: use Curl_ssl_connect_nonblocking() when connecting.Ben Noordhuis2011-02-202-2/+10
* | TODO-RELEASE: fixed four isuesDaniel Stenberg2011-03-131-8/+0
* | VC: add missing fileKarl M2011-03-131-1/+2
* | GSS: handle reuse fixMarcus Sundberg2011-03-131-0/+1
* | test583: verify early SSH multi remove handleDaniel Stenberg2011-03-134-9/+126
* | SFTP: gracefully handle shutdown earlyDaniel Stenberg2011-03-131-4/+8
* | CURL_CHECK_FUNC_RECVFROM: android/bionic fixManuel Massing2011-03-121-2/+2
* | test582: enabledDaniel Stenberg2011-03-121-4/+0
* | PROT_CLOSEACTION: added SFTP and SCPDaniel Stenberg2011-03-121-1/+2
* | readwrite_upload: stop upload at file sizeDaniel Stenberg2011-03-121-1/+8
* | sftp upload: expire to advance state machineDaniel Stenberg2011-03-121-0/+5
* | test582: improved info messagesDaniel Stenberg2011-03-121-13/+18
* | source header: added to more filesDaniel Stenberg2011-03-1248-86/+991
* | sources: update source headersDaniel Stenberg2011-03-10135-310/+2175
* | TODO-RELEASE: add 10 pending issuesDaniel Stenberg2011-03-101-1/+18
* | TODO-RELEASE: fix the IPv6-working probingDaniel Stenberg2011-03-101-1/+5
* | tests: phase out haxx.seDaniel Stenberg2011-03-0917-78/+78
* | test523: avoid using haxx.seDaniel Stenberg2011-03-091-3/+3
* | configure: update the copyright year in the outputDaniel Stenberg2011-03-091-1/+1
* | Force setopt constants written by --libcurl to be longDan Fandrich2011-03-091-1/+1
* | cyassl: fix compiler warningsDaniel Stenberg2011-03-082-2/+5
* | SSL: (part 2) Added CyaSSL to SSL abstraction layerTodd A Ouska2011-03-086-7/+107