summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* http2: init the pushed transfer properlyDaniel Stenberg2015-06-241-9/+12
* parse_proxy: switch off tunneling if non-HTTP proxyDaniel Stenberg2015-05-221-2/+3
* read_callback: move to SessionHandle from connectdataDaniel Stenberg2015-05-201-2/+0
* http2: fix build when NOT h2-enabledDaniel Stenberg2015-05-181-2/+2
* pipeline: switch some code over to functionsDaniel Stenberg2015-05-181-5/+4
* CURLOPT_PIPEWAIT: addedDaniel Stenberg2015-05-181-13/+33
* IsPipeliningPossible: fixed for http2Daniel Stenberg2015-05-181-5/+10
* http2: remove the stream from the hash in stream_close callbackDaniel Stenberg2015-05-181-10/+0
* http2: set default concurrency, fix ConnectionExists for multiplexDaniel Stenberg2015-05-181-9/+32
* bundles: store no/default/pipeline/multiplexDaniel Stenberg2015-05-181-15/+32
* http2: separate multiplex/pipelining + cleanup memory leaksDaniel Stenberg2015-05-181-20/+19
* CURLMOPT_PIPELINE: bit 1 is for multiplexingDaniel Stenberg2015-05-181-10/+5
* pipeline: move function to pipeline.c and make staticDaniel Stenberg2015-05-181-8/+0
* IsPipeliningPossible: http2 can always "pipeline" (multiplex)Daniel Stenberg2015-05-181-5/+12
* http2: force "drainage" of streamsDaniel Stenberg2015-05-181-1/+13
* http2: move the mem+len pair to the stream structDaniel Stenberg2015-05-181-0/+2
* bundles: merged into conncache.cDaniel Stenberg2015-05-121-17/+2
* hostcache: made all host caches use structs, not pointersDaniel Stenberg2015-05-121-2/+2
* connection cache: avoid Curl_hash_alloc()Daniel Stenberg2015-05-121-1/+1
* CURLOPT_HEADEROPT: default to separateDaniel Stenberg2015-04-281-0/+1
* Negotiate: custom service names for SPNEGO.Linus Nielsen2015-04-281-0/+29
* ConnectionExists: call it multi-use instead of pipeliningDaniel Stenberg2015-04-271-1/+1
* connectionexists: follow-up to fd9d3a1ef1fDaniel Stenberg2015-04-221-4/+7
* connectionexists: fix build without NTLMDaniel Stenberg2015-04-221-2/+4
* fix_hostname: zero length host name caused -1 index offsetDaniel Stenberg2015-04-211-1/+1
* ConnectionExists: for NTLM re-use, require credentials to matchDaniel Stenberg2015-04-211-1/+1
* url: Don't accept CURLOPT_SSLVERSION unless USE_SSL is definedJay Satiro2015-03-271-0/+4
* CURLOPT_PATH_AS_IS: addedDaniel Stenberg2015-03-241-1/+4
* url: add CURLOPT_SSL_FALSESTART optionAlessandro Ghedini2015-03-201-0/+11
* checksrc: use space after commaDaniel Stenberg2015-03-171-1/+1
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-17/+18
* Bug #149: Deletion of unnecessary checks before a few calls of cURL functionsMarkus Elfring2015-03-161-2/+1
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-30/+16
* proxy: re-use proxy connections (regression)Daniel Stenberg2015-03-111-5/+4
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+1
* configure: allow both --with-ca-bundle and --with-ca-pathJulian Ospald2015-02-201-2/+7
* 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