summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* email: Added support for canceling CRAM-MD5 authenticationSteve Holme2013-10-275-44/+98
* Typo fix in trynextip().Björn Stenberg2013-10-271-1/+1
* Add "Happy Eyeballs" for IPv4/IPv6.Björn Stenberg2013-10-276-164/+164
* email: Added initial support for cancelling authenticationSteve Holme2013-10-276-4/+67
* email: Moved authentication message parsing into a separate functionSteve Holme2013-10-273-81/+132
* ftp: Fixed compiler warningSteve Holme2013-10-271-1/+1
* FTP: make the data connection work when going through proxyDaniel Stenberg2013-10-266-91/+116
* email: Added references to SASL LOGIN authentication draft proposalSteve Holme2013-10-264-1/+5
* smtp: Fixed response code parsing for bad AUTH continuation responsesSteve Holme2013-10-261-2/+5
* gskit.c: Code policing following commit 2cc9246477285dSteve Holme2013-10-261-67/+67
* OS400: sync RPG wrapper, zlib support, fix header file names, ...Patrick Monnerat2013-10-253-104/+249
* sasl: Fixed memory leak in OAUTH2 message creationSteve Holme2013-10-241-2/+7
* sasl: fix compiler warningDaniel Stenberg2013-10-231-1/+2
* tests: Added POP3 DIGEST-MD5 authentication testSteve Holme2013-10-231-0/+2
* ssh: initialize per-handle data in ssh_connect()Kamil Dudka2013-10-211-0/+4
* email: Fixed QUIT / LOGOUT being sent when SSL connect failsSteve Holme2013-10-183-7/+5
* curl_sasl: initialize NSS before using cryptoKamil Dudka2013-10-181-1/+12
* SSL: Follow up work to commits 6a1363128f1107 and 87861c9b0e8155Steve Holme2013-10-171-9/+3
* SSL: Added unsupported cipher version check for OpenSSLSteve Holme2013-10-161-0/+10
* SSL: Corrected typo from commit 87861c9b0e8155Steve Holme2013-10-161-1/+1
* SSL: Fixed OpenSSL builds prior to v1.0.1Steve Holme2013-10-161-0/+8