summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* url: add CURLOPT_SSL_VERIFYSTATUS optionAlessandro Ghedini2015-01-161-0/+11
* url-parsing: reject CRLFs within URLsDaniel Stenberg2015-01-071-0/+7
* code/docs: Use Unix rather than UNIX to avoid use of the trademarkSteve Holme2014-12-261-3/+3
* parseurlandfillconn(): fix improper non-numeric scope_id stripping.Kyle J. McKay2014-12-171-3/+3
* IPV6: address scope != scope idPatrick Monnerat2014-12-161-5/+5
* smb: Disable SMB when 64-bit integers are not supportedSteve Holme2014-12-121-0/+1
* url.c: Fixed compilation warning when USE_NTLM is not definedSteve Holme2014-12-101-0/+4
* cookies: Improved OOM handling in cookiesDan Fandrich2014-12-091-3/+10
* smb: Fixed Windows autoconf builds following commit eb88d778e7Steve Holme2014-12-071-1/+2
* smb: Build with SSPI enabledBill Nagel2014-12-071-2/+1
* docs: Fix FAILONERROR typosAnthon Pang2014-12-041-1/+1
* libcurl: add UNIX domain sockets supportPeter Wu2014-12-041-0/+44
* libcurl: Exclude SMB from the protocol redirectSteve Holme2014-11-301-2/+3
* libcurl: Enable support for the SMB protocolBill Nagel2014-11-301-0/+8
* build: Fixed no NTLM support for email when CURL_DISABLE_HTTP is definedSteve Holme2014-11-091-3/+5
* url.c: Fixed compilation warningSteve Holme2014-11-051-1/+2
* curl_easy_duphandle: CURLOPT_COPYPOSTFIELDS read out of boundsDaniel Stenberg2014-11-051-5/+17
* ntlm: Only define ntlm data structure when USE_NTLM is definedSteve Holme2014-10-251-4/+13
* url.c: use 'CURLcode result'Daniel Stenberg2014-10-241-15/+13
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-37/+37
* SSL: implement public key pinningmoparisthebest2014-10-071-0/+8
* parse_proxy: remove dead code.Daniel Stenberg2014-10-031-4/+1
* detect_proxy: fix possible single-byte memory leakDaniel Stenberg2014-10-021-2/+1
* CURLOPT_COOKIELIST: Added "RELOAD" commandYousuke Kimoto2014-09-251-0/+5
* curlssl: make tls backend symbols use curlssl in the nameDaniel Stenberg2014-09-131-1/+1
* url: let the backend decide CURLOPT_SSL_CTX_ supportDaniel Stenberg2014-09-131-6/+8
* vtls: have the backend tell if it supports CERTINFODaniel Stenberg2014-09-131-3/+4
* CURLOPT_CAPATH: return failure if set without backend supportDaniel Stenberg2014-09-131-0/+4
* url.c: Use CURLAUTH_NONE constant rather than 0Steve Holme2014-09-061-2/+2
* disconnect: don't touch easy-related state on disconnectsDaniel Stenberg2014-08-251-27/+25
* NTLM: ignore CURLOPT_FORBID_REUSE during NTLM HTTP authFrank Meier2014-08-221-2/+6
* Curl_disconnect: don't free the URLDaniel Stenberg2014-08-201-6/+6
* create_conn: prune dead connectionsFrank Meier2014-08-121-22/+68
* findprotocol: show unsupported protocol within quotesDaniel Stenberg2014-07-231-1/+1
* docs: Improve inline GSS-API naming in code documentationMichael Osipov2014-07-231-3/+3
* curl.h/features: Deprecate GSS-Negotiate macros due to bad namingMichael Osipov2014-07-231-6/+6
* url.c: use the preferred symbol name: *READDATAMarcel Raad2014-07-221-1/+1
* cookie: avoid mutex deadlockYousuke Kimoto2014-07-151-4/+7
* url.c: Fixed memory leak on OOMDan Fandrich2014-07-091-0/+1
* Update instances of some obsolete CURLOPTs to their new namesDan Fandrich2014-07-051-2/+2
* compiler warnings: potentially uninitialized variablesMarcel Raad2014-07-051-1/+1
* progress callback: skip last callback update on errorsRay Satiro2014-07-021-2/+2
* conncache: move the connection counter to the cache structLindley French2014-06-131-13/+1
* url-parser: only use if_nametoindex if detected by configureDaniel Stenberg2014-05-261-1/+1
* curl_easy_reset: reset the URLDaniel Stenberg2014-05-241-0/+5
* bits.close: introduce connection close trackingDaniel Stenberg2014-05-221-1/+1
* url.c: Fixed compilation warning/errorSteve Holme2014-05-071-1/+2
* fix_hostname: strip off a single trailing dot from host nameDaniel Stenberg2014-05-061-0/+8
* INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg2014-04-261-6/+7
* handler: make 'protocol' always specified as a single bitDaniel Stenberg2014-04-231-3/+3