summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [pop3 starttls] PASS command was not sent after upgrade to TLS.Ben Noordhuis2011-04-051-1/+4
* [pop3 starttls] the command to send is STLS, not STARTTLS.Ben Noordhuis2011-04-051-1/+1
* http-proxy: move proxy code to http_proxy.cDaniel Stenberg2011-04-0411-497/+585
* disable cookies: remove ifdefs, move codeDaniel Stenberg2011-04-045-53/+44
* nss: fix a crash within SSL_AuthCertificate()Kamil Dudka2011-04-041-1/+1
* multi: shorten linesDaniel Stenberg2011-04-031-4/+7
* multi: conn goes bad when data changeDaniel Stenberg2011-04-021-15/+11
* Increased script version.Guenter Knauf2011-04-011-1/+1
* Make use of proxy vars if set.Guenter Knauf2011-04-011-0/+1
* Use var again instead of hard-coded filename.Guenter Knauf2011-04-011-1/+1
* typo fixGisle Vanem2011-03-291-1/+1
* TSL-SRP: enabled with OpenSSLPeter Sylvester2011-03-251-0/+37
* fix: re-use of bound connectionsDaniel Stenberg2011-03-252-1/+41
* rtsp: move protocol code to dedicated fileDaniel Stenberg2011-03-233-39/+42
* ipv6: only probe onceDaniel Stenberg2011-03-233-44/+43
* progress: don't print the last update on a separate line.Julien Chaffraix2011-03-212-5/+6
* retry-request: rewind if data was sentDaniel Stenberg2011-03-201-0/+3
* url: 0 is PROTOPT_NONE.Julien Chaffraix2011-03-191-1/+1
* pop3: add state name in debug arrayDaniel Stenberg2011-03-191-0/+1
* pop3: use Curl_safefree() to allow torture tests to succeedDan Fandrich2011-03-181-1/+1
* pop3: remove unused variableDaniel Stenberg2011-03-181-1/+0
* Added support for LISTing a single POP3 messageDan Fandrich2011-03-172-2/+28
* pop3: fixed memory leak in an error retrieval caseDan Fandrich2011-03-171-2/+4
* connection setup: if HTTP is disabled asking for HTTP proxy is badDaniel Stenberg2011-03-171-0/+5
* 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
* buildfix: spell define correctlyDaniel Stenberg2011-03-151-1/+1
* nss: do not ignore value of CURLOPT_SSL_VERIFYPEERKamil Dudka2011-03-151-18/+32
* protocol handler cleanup: SSL awarenessDaniel Stenberg2011-03-153-4/+31
* ldap: use the new protocol handler setupDaniel Stenberg2011-03-151-4/+6
* protocols: use CURLPROTO_ internallyDaniel Stenberg2011-03-1418-120/+94
* protocol handler: added flags fieldDaniel Stenberg2011-03-1419-132/+166
* sslgen: define Curl_ssl_connect_nonblocking for non-SSLDaniel Stenberg2011-03-141-2/+2
* 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
* ssh_statemach_act: set cselect for sftp uploadDaniel Stenberg2011-03-131-0/+5
* 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
* | VC: add missing fileKarl M2011-03-131-1/+2
* | GSS: handle reuse fixMarcus Sundberg2011-03-131-0/+1
* | SFTP: gracefully handle shutdown earlyDaniel Stenberg2011-03-131-4/+8
* | 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
* | sources: update source headersDaniel Stenberg2011-03-1010-1/+211