summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* CONNECT: fix ipv6 address in the Request-LineDaniel Stenberg2012-02-241-17/+22
* SMTP: Added support for returning SMTP response codesSteve Holme2012-02-231-3/+6
* smtp.c: Fixed an issue with writing postdataSteve Holme2012-02-211-4/+14
* pop3.c: Fixed drop of final CRLF in EOB checkingSteve Holme2012-02-191-5/+10
* smtp.c: Fixed an issue with the EOB checkingSteve Holme2012-02-171-5/+15
* SMTP: Code policing and tidy upSteve Holme2012-02-162-20/+16
* smtp.c: Fixed use of angled brackets in AUTH parameter.Steve Holme2012-02-151-2/+3
* smtp_mail: Added support to MAIL FROM for the optional AUTH parameterSteve Holme2012-02-143-6/+36
* cyassl: update to CyaSSL 2.0.x APItoddouska2012-02-142-8/+4
* SMTP: Fixed error when using CURLOPT_CONNECT_ONLYSteve Holme2012-02-141-9/+9
* parse_proxy: simply memory handlingDaniel Stenberg2012-02-101-15/+8
* parse_proxy: bail out on zero-length proxy names!Daniel Stenberg2012-02-101-1/+10
* nss: add support for the CURLSSLOPT_ALLOW_BEAST optionKamil Dudka2012-02-091-0/+13
* CURLOPT_SSL_OPTIONS: addedDaniel Stenberg2012-02-093-6/+16
* add library support for tuning TCP_KEEPALIVEDave Reisner2012-02-093-0/+54
* curl_easy_reset: reset the referer stringDaniel Stenberg2012-02-071-0/+6
* CONNECT: send correct Host: with IPv6 numerical addressDaniel Stenberg2012-01-311-3/+6
* more resilient connection times among IP addressesPierre Ynard2012-01-281-8/+11
* remove write-only variablePierre Ynard2012-01-281-3/+1
* gnutls: enforced use of SSLv3Daniel Stenberg2012-01-241-1/+7
* URL sanitize: reject URLs containing bad dataDaniel Stenberg2012-01-245-31/+62
* OpenSSL: don't disable security work-aroundDaniel Stenberg2012-01-241-0/+11
* URL parse: user name with ipv6 numerical addressDaniel Stenberg2012-01-201-12/+16
* telnet.c: fix OOM triggered segfaultYang Tse2012-01-201-3/+5
* OpenSSL: follow-up for commit a20daf90e3Yang Tse2012-01-191-2/+1
* ssl session caching: fix compiler warningsYang Tse2012-01-187-53/+39
* polarssl: show cipher suite name correctly with 1.1.0Daniel Stenberg2012-01-181-2/+5
* polarssl: show error code correctlyDaniel Stenberg2012-01-181-1/+1
* polarssl: havege_rand is not present in version 1.1.0Daniel Stenberg2012-01-181-1/+10
* Use correct file descriptor for telnet upload.Colin Hogben2012-01-181-4/+5
* OpenLDAP: fix LDAP connection phase memory leakYang Tse2012-01-181-2/+10
* OpenSSL: fix PKCS#12 certificate parsing related memory leakJohannes Bauer2012-01-181-0/+6
* OpenSSL: SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG option is no longer enabledYang Tse2012-01-181-7/+21
* add LF termination to infof() trace stringYang Tse2012-01-169-21/+22
* Curl_proxyCONNECT() trace known bug #39Yang Tse2012-01-151-2/+9
* http_negotiate_sspi.c: fix compiler warningYang Tse2012-01-133-4/+25
* ssh.c: fix compiler warningYang Tse2012-01-131-1/+1
* hostip: avoid getaddrinfo when c-ares is usedDaniel Stenberg2012-01-123-3/+9
* FTP: CURLE_PARTIAL_FILE should not cause control connection to be closedgsengun2012-01-091-0/+1
* lib/setup.h: portable symbolic names for Winsock shutdown() mode flagsYang Tse2012-01-081-1/+11
* win32-threaded-resolver: stop using a dummy socketDaniel Stenberg2012-01-041-27/+4
* OpenSSL: remove reference to openssl internal structPeter Sylvester2012-01-041-3/+4
* krb5.c: fix compiler warning: variable set but not usedYang Tse2012-01-041-3/+6
* Fixed use of CURLUSESSL_TRY for POP3 and IMAP based connections.Steve Holme2012-01-042-5/+13
* Fixed incorrect error code being returned in STARTTLSSteve Holme2012-01-043-3/+3
* hostip.c: fix potential write past the end of string bufferYang Tse2012-01-021-1/+1
* hostip.c: fix Curl_loadhostpairs() OOM handlingYang Tse2012-01-021-1/+3
* Curl_input_negotiate: use the correct buffer for inputDaniel Stenberg2012-01-011-2/+2
* just a stupid typoDaniel Stenberg2011-12-311-1/+1
* SFTP dir: increase buffer size counterDaniel Stenberg2011-12-311-3/+3