summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Curl_conncache_add_conn: fix memory leak on OOMDaniel Stenberg2015-05-141-1/+3
* conncache: keep bundles on host+port bases, not only host namesDaniel Stenberg2015-05-121-11/+27
* bundles: merged into conncache.cDaniel Stenberg2015-05-129-183/+91
* hostcache: made all host caches use structs, not pointersDaniel Stenberg2015-05-129-76/+24
* multi: converted socket hash into non-allocated structDaniel Stenberg2015-05-122-18/+17
* connection cache: avoid Curl_hash_alloc()Daniel Stenberg2015-05-126-42/+26
* proxy: add newline to info messageDaniel Stenberg2015-05-081-1/+1
* FTP: fix dangling conn->ip_addr dereference on verbose EPSV.Patrick Monnerat2015-05-081-3/+3
* FTP: Make EPSV use the control IP address rather than the original host.Patrick Monnerat2015-05-081-14/+26
* netrc: Read in text mode when cygwinOrgad Shaneh2015-05-061-0/+4
* gtls: properly retrieve certificate statusAlessandro Ghedini2015-05-041-4/+92
* OpenSSL: conditional check for SSL3_RT_HEADERDaniel Stenberg2015-05-041-0/+2
* openssl: skip trace outputs for ssl_ver == 0Daniel Stenberg2015-05-041-23/+44
* schannel.c: Small changesMarc Hoersken2015-05-021-6/+5
* schannel.c: Improve code path and readabilityMarc Hoersken2015-05-021-25/+26
* schannel.c: Improve error and return code handling upon aa99a63f03Marc Hoersken2015-05-021-20/+14
* schannel: fix regression in schannel_recvChris Araman2015-05-021-6/+3
* Bug born in changes made several days ago 9a91e80.Marc Hoersken2015-05-011-1/+1
* http_negotiate_sspi: added missing data variableDan Fandrich2015-04-301-4/+5
* build: update depedency versions, urls, example makefilesViktor Szakats2015-04-305-16/+16
* curl_multi_add_handle: next is already NULLAnders Bakken2015-04-301-2/+1
* schannel: Fix out of bounds arrayJay Satiro2015-04-301-1/+1
* lib/makefile.m32: add arch -m32/-m64 to LDFLAGSViktor Szakats2015-04-291-0/+2
* CURLOPT_HEADEROPT: default to separateDaniel Stenberg2015-04-281-0/+1
* hash: simplify Curl_str_key_compare()Daniel Stenberg2015-04-281-8/+3
* Negotiate: custom service names for SPNEGO.Linus Nielsen2015-04-285-5/+42
* http2: unify http_conn variable names to 'c'Daniel Stenberg2015-04-271-10/+10
* ConnectionExists: call it multi-use instead of pipeliningDaniel Stenberg2015-04-271-1/+1
* nss: fix compilation failure with old versions of NSSPaul Howarth2015-04-271-2/+4
* schannel.c: Fix typo introduced with 3447c973d0Marc Hoersken2015-04-261-1/+1
* schannel.c: Fix possible SEC_E_BUFFER_TOO_SMALL errorMarc Hoersken2015-04-261-2/+3
* schannel: re-indented file to follow curl style betterDaniel Stenberg2015-04-261-91/+96
* Curl_ossl_init: load builtin modulesDaniel Stenberg2015-04-261-0/+2
* openssl: fix serial number outputDaniel Stenberg2015-04-261-14/+8
* sasl_sspi: Populate domain from the realm in the challengeGrant Pannell2015-04-264-6/+95
* netrc: support 'default' tokenViktor Szakats2015-04-241-0/+4
* cyassl: Implement public key pinningJay Satiro2015-04-223-4/+45
* connectionexists: follow-up to fd9d3a1ef1fDaniel Stenberg2015-04-221-4/+7
* connectionexists: fix build without NTLMDaniel Stenberg2015-04-221-2/+4
* nss: implement public key pinning for NSS backendKamil Dudka2015-04-221-0/+53
* dist: include {src,lib}/checksrc.whitelistDaniel Stenberg2015-04-221-2/+2
* http_done: close Negotiate connections when doneDaniel Stenberg2015-04-211-1/+7
* fix_hostname: zero length host name caused -1 index offsetDaniel Stenberg2015-04-211-1/+1
* cookie: cookie parser out of boundary memory accessDaniel Stenberg2015-04-211-5/+7
* ConnectionExists: for NTLM re-use, require credentials to matchDaniel Stenberg2015-04-211-1/+1
* openssl: add OPENSSL_NO_SSL3_METHOD checkbyronhe2015-04-211-0/+5
* vtls/openssl: use https in URLs and a comment typo fixedViktor Szakáts2015-04-191-8/+8
* Revert "HTTP: don't abort connections with pending Negotiate authentication"Daniel Stenberg2015-04-171-82/+30
* cyassl: Fix include orderJay Satiro2015-04-171-5/+14
* cyassl: Add support for TLS extension SNIJay Satiro2015-04-141-0/+31