summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* multi: Small code tidy up to avoid hard returnSteve Holme2013-11-121-1/+1
* multi: Set read socket when returning READSOCK(0)Björn Stenberg2013-11-111-1/+3
* connect: Close temporary sockets in conn_free()Björn Stenberg2013-11-103-2/+10
* ares: Fixed compilation under Visual Studio 2012Kim Vandry2013-11-101-3/+3
* url.c: Very small amount of policingSteve Holme2013-11-051-2/+2
* url.c: Remove superfluous for loopBjörn Stenberg2013-11-051-19/+13
* Curl_ssl_push_certinfo_len: don't %.*s non-zero-terminated stringDaniel Stenberg2013-11-051-2/+15
* connect.h: Updated copyright year for last editSteve Holme2013-11-051-1/+1
* connect: Add connection delay to Happy Eyeballs.Björn Stenberg2013-11-045-209/+82
* winbind: Fixed ntlm_auth expecting eol following commit e17c1b25bc33ebSteve Holme2013-11-041-1/+1
* nss.c: Fixed compilation warnings (Take Two)Steve Holme2013-11-041-4/+2
* nss.c: Fixed compilation warningsSteve Holme2013-11-041-2/+4
* connect.c: Code policing on commit 5094bb53f4a027Steve Holme2013-11-031-1/+1
* nss.c: Fixed compilation warningsSteve Holme2013-11-031-1/+2
* x509asn1.c: Fixed compilation warningsSteve Holme2013-11-031-6/+6
* base64: Fixed compilation warnings when using Curl_base64_decode()Steve Holme2013-11-031-5/+5
* connect: Fixed "Whut?" no server connection failuresSteve Holme2013-11-031-14/+6
* http: Post base64 decoding tidy upSteve Holme2013-11-035-31/+28
* http: Added proxy tunnel authentication message header value extractionSteve Holme2013-11-023-4/+12
* http: Added authentication message header value extractionSteve Holme2013-10-313-40/+32
* curl_multi_wait: accept 0 from multi_timeout() as valid timeoutDaniel Stenberg2013-10-301-2/+2
* email: Corrected a couple of typos from commit aa0eaef4838ccdSteve Holme2013-10-302-2/+2
* email: Post graceful SASL authentication cancellation tidy upSteve Holme2013-10-304-157/+111
* NSS: support for CERTINFO featurePatrick Monnerat2013-10-305-44/+113
* base64: removed trailing white spaceDaniel Stenberg2013-10-301-2/+2
* base64: Added basic validation to base64 input string when decodingSteve Holme2013-10-301-4/+15
* bugfix: Don't block waiting for socket1 connect.Björn Stenberg2013-10-291-11/+14
* sasl: Updated create_digest_md5_message() to use a dynamic bufferSteve Holme2013-10-281-10/+17
* OS400: coding style standardsPatrick Monnerat2013-10-281-3/+5
* email: Added support for cancelling NTLM authenticationSteve Holme2013-10-275-49/+90
* sasl: Removed unused variables from commit b87ba2c94217c0Steve Holme2013-10-271-3/+0
* email: Added support for cancelling DIGEST-MD5 authenticationSteve Holme2013-10-275-70/+144
* email: Corrected a couple of typos from 1e39b95682781fSteve Holme2013-10-273-4/+4