aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
AgeCommit message (Expand)Author
2015-05-12connection cache: avoid Curl_hash_alloc()Daniel Stenberg
2015-04-28CURLOPT_HEADEROPT: default to separateDaniel Stenberg
2015-04-28Negotiate: custom service names for SPNEGO.Linus Nielsen
2015-04-27ConnectionExists: call it multi-use instead of pipeliningDaniel Stenberg
2015-04-22connectionexists: follow-up to fd9d3a1ef1fDaniel Stenberg
2015-04-22connectionexists: fix build without NTLMDaniel Stenberg
2015-04-21fix_hostname: zero length host name caused -1 index offsetDaniel Stenberg
2015-04-21ConnectionExists: for NTLM re-use, require credentials to matchDaniel Stenberg
2015-03-27url: Don't accept CURLOPT_SSLVERSION unless USE_SSL is definedJay Satiro
2015-03-24CURLOPT_PATH_AS_IS: addedDaniel Stenberg
2015-03-20url: add CURLOPT_SSL_FALSESTART optionAlessandro Ghedini
2015-03-17checksrc: use space after commaDaniel Stenberg
2015-03-16free: instead of Curl_safefree()Daniel Stenberg
2015-03-16Bug #149: Deletion of unnecessary checks before a few calls of cURL functionsMarkus Elfring
2015-03-16Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring
2015-03-11proxy: re-use proxy connections (regression)Daniel Stenberg
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2015-02-20configure: allow both --with-ca-bundle and --with-ca-pathJulian Ospald
2015-01-16url: add CURLOPT_SSL_VERIFYSTATUS optionAlessandro Ghedini
2015-01-07url-parsing: reject CRLFs within URLsDaniel Stenberg
2014-12-26code/docs: Use Unix rather than UNIX to avoid use of the trademarkSteve Holme
2014-12-17parseurlandfillconn(): fix improper non-numeric scope_id stripping.Kyle J. McKay
2014-12-16IPV6: address scope != scope idPatrick Monnerat
2014-12-12smb: Disable SMB when 64-bit integers are not supportedSteve Holme
2014-12-10url.c: Fixed compilation warning when USE_NTLM is not definedSteve Holme
2014-12-09cookies: Improved OOM handling in cookiesDan Fandrich
2014-12-07smb: Fixed Windows autoconf builds following commit eb88d778e7Steve Holme
2014-12-07smb: Build with SSPI enabledBill Nagel
2014-12-04docs: Fix FAILONERROR typosAnthon Pang
2014-12-04libcurl: add UNIX domain sockets supportPeter Wu
2014-11-30libcurl: Exclude SMB from the protocol redirectSteve Holme
2014-11-30libcurl: Enable support for the SMB protocolBill Nagel
2014-11-09build: Fixed no NTLM support for email when CURL_DISABLE_HTTP is definedSteve Holme
2014-11-05url.c: Fixed compilation warningSteve Holme
2014-11-05curl_easy_duphandle: CURLOPT_COPYPOSTFIELDS read out of boundsDaniel Stenberg
2014-10-25ntlm: Only define ntlm data structure when USE_NTLM is definedSteve Holme
2014-10-24url.c: use 'CURLcode result'Daniel Stenberg
2014-10-24code cleanup: we prefer 'CURLcode result'Daniel Stenberg
2014-10-07SSL: implement public key pinningmoparisthebest
2014-10-03parse_proxy: remove dead code.Daniel Stenberg
2014-10-02detect_proxy: fix possible single-byte memory leakDaniel Stenberg
2014-09-25CURLOPT_COOKIELIST: Added "RELOAD" commandYousuke Kimoto
2014-09-13curlssl: make tls backend symbols use curlssl in the nameDaniel Stenberg
2014-09-13url: let the backend decide CURLOPT_SSL_CTX_ supportDaniel Stenberg
2014-09-13vtls: have the backend tell if it supports CERTINFODaniel Stenberg
2014-09-13CURLOPT_CAPATH: return failure if set without backend supportDaniel Stenberg
2014-09-06url.c: Use CURLAUTH_NONE constant rather than 0Steve Holme
2014-08-25disconnect: don't touch easy-related state on disconnectsDaniel Stenberg
2014-08-22NTLM: ignore CURLOPT_FORBID_REUSE during NTLM HTTP authFrank Meier
2014-08-20Curl_disconnect: don't free the URLDaniel Stenberg