summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* gtls: respect *VERIFYHOST independently of *VERIFYPEERDaniel Stenberg2013-12-161-6/+2
* multi: add timer inaccuracy margin to timeout/connecttimeoutDaniel Stenberg2013-12-152-2/+5
* login options: remove the ;[options] support from CURLOPT_USERPWDDaniel Stenberg2013-12-141-15/+6
* imap: Fixed exclude of clear text when using auth=* in commit 75cd7fd66762bbSteve Holme2013-12-141-1/+1
* imap: Fixed incorrect fallback to clear text authenticationSteve Holme2013-12-132-12/+41
* parsedate: avoid integer overflowEric Lubin2013-12-111-2/+2
* TFTP: let tftp_multi_statemach()'s return codes throughJames Dury2013-12-071-1/+1
* darwinssl: Fix #if 10.6.0 for SecKeychainSearchMelissa Mears2013-12-071-4/+4
* digest: fix CURLAUTH_DIGEST_IEDaniel Stenberg2013-12-041-10/+11
* Curl_is_connected: use proxy name in error message when proxy is usedDaniel Stenberg2013-12-041-1/+2
* imap/pop3: Post graceful cancellation consistency changesSteve Holme2013-12-042-5/+5
* pop3: Fix POP3_TYPE_ANY signed compilation warningMelissa Mears2013-12-041-1/+1
* nss: make sure that 'sslver' is always initializedKamil Dudka2013-12-021-4/+5
* nss: unconditionally require NSS_InitContext()Kamil Dudka2013-12-021-26/+0
* nss: allow to use TLS > 1.0 if built against recent NSSKamil Dudka2013-12-021-0/+22
* nss: put SSL version selection into separate fncKamil Dudka2013-12-021-30/+42
* nss: use a better API for controlling SSL versionKamil Dudka2013-12-021-21/+19
* multi.c: Fixed compilation warningSteve Holme2013-12-011-3/+3
* base64: Corrected typo from commit f3ee587775c88aSteve Holme2013-12-011-2/+2
* base64: Post extended extended validation tidy upSteve Holme2013-12-011-28/+19
* base64: Extended validation to look for invalid charactersSteve Holme2013-12-011-16/+44
* base64: Post basic validation tidy upSteve Holme2013-11-301-9/+8
* curl_easy_getinfo: Post CURLINFO_TLS_SESSION tidy upSteve Holme2013-11-302-17/+18
* multi.c: Fixed compilation error introduced in commit a900d45489fc14Steve Holme2013-11-271-1/+1
* curl_easy_getopt: Handle API violation gracefullyChristian Grothoff2013-11-271-0/+3
* curl_multi_cleanup: ignore SIGPIPEJeff King2013-11-271-0/+9
* sigpipe: factor out sigpipe_reset from easy.cJeff King2013-11-273-56/+80
* connect: Try next ip directly after immediate connect failBjörn Stenberg2013-11-271-6/+13
* hostip: don't prune DNS cache entries that are in useDaniel Stenberg2013-11-251-4/+9
* smtp: Post SMTP command expansion tidy upSteve Holme2013-11-231-12/+12
* curl_easy_getinfo: Added CURLINFO_TLS_SESSION for accessing TLS internalsChristian Grothoff2013-11-212-0/+48
* smtp: Fixed space being sent in non --mail-rcpt based requestsSteve Holme2013-11-171-9/+9
* smtp: Changed the default command to HELP when no options are specifiedSteve Holme2013-11-171-2/+2
* smtp:Fixed memory leak from commit dac01ff6d788b2Steve Holme2013-11-171-0/+3
* connect: Close open but unconnected socket in singleipconnect()Steve Holme2013-11-171-6/+10
* smtp: Fixed broken RCPT TO from commit 0ea4a80bb23666Steve Holme2013-11-151-3/+4
* smtp_state_mail_resp: removed unused variable 'smtp'Daniel Stenberg2013-11-151-1/+0
* smtp: Simplified the next RCPT TO logicSteve Holme2013-11-151-29/+21
* smtp.c: Fixed trailing whitespaceSteve Holme2013-11-151-1/+1
* smtp: Added support for VRFY and EXPN commandsSteve Holme2013-11-152-17/+52
* smtp: Added support for NOOP and RSET commandsSteve Holme2013-11-152-7/+92
* smtp: Fixed handling of multiline server greeting responsesSteve Holme2013-11-151-1/+2
* smtp.c: Fixed compilation error from commit f16c0de4e9bbe3Steve Holme2013-11-151-1/+0
* smtp: Fixed processing of more than one response when sent in same packetSteve Holme2013-11-151-9/+12
* smtp: Moved EHLO response handling to smtp_state_ehlo_resp()Steve Holme2013-11-151-79/+93
* connect: Forgot to correct line endings before push in commit ed1662c374361aSteve Holme2013-11-141-2/+2
* connect: Return the socket descriptor even on failBjörn Stenberg2013-11-141-3/+2
* darwinssl: check for SSLSetSessionOption() presence when toggling BEASTNick Zitzmann2013-11-121-1/+2
* darwinssl: PKCS#12 import feature now requires Lion or laterNick Zitzmann2013-11-121-3/+5
* curl_easy_setopt: Added the ability to set the login options separatelySteve Holme2013-11-121-1/+13