summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* NTLM: Fix ConnectionExists to compare Proxy credentialsIsaac Boukris2016-01-261-22/+40
* ConnectionExists: only do pipelining/multiplexing when askedDaniel Stenberg2016-01-111-3/+18
* lib: Prefix URLs with lower-case protocol names/schemesMohammad AlSaleh2016-01-111-0/+5
* IDN host names: Remove the port number before converting to ACEMichael Kaufmann2016-01-111-7/+7
* url: Fix compile error with --enable-werrorTatsuhiro Tsujikawa2016-01-091-0/+2
* Revert "multiplex: allow only once HTTP/2 is actually used"Daniel Stenberg2016-01-081-4/+3
* connection reuse: IDN host names fixedMichael Kaufmann2016-01-081-26/+30
* ConnectionExists: add missing newline in infof() callDaniel Stenberg2016-01-061-1/+1
* multiplex: allow only once HTTP/2 is actually usedDaniel Stenberg2016-01-061-3/+4
* ConnectionExists: with *PIPEWAIT, wait for connectionsAnders Bakken2015-12-231-0/+10
* setstropt: const-correctnessAnders Bakken2015-12-141-10/+10
* http: add libcurl option to allow HTTP/2 for HTTPS onlyDaniel Stenberg2015-12-131-2/+2
* done: make sure the final progress update is madeDaniel Stenberg2015-11-241-2/+7
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-241-0/+2
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-131-2/+0
* oauth2: Don't use XOAUTH2 in OAuth 2.0 variablesSteve Holme2015-11-091-3/+3
* oauth2: Use OAuth 2.0 rather than XOAUTH2 in commentsSteve Holme2015-11-091-1/+1
* http2: s/priority/weightDaniel Stenberg2015-10-231-2/+2
* http2: added three stream prio/deps optionsDaniel Stenberg2015-10-231-0/+28
* fread_func: move callback pointer from set to state structDaniel Stenberg2015-10-151-6/+6
* NTLM: Reset auth-done when using a fresh connectionIsaac Boukris2015-09-191-0/+2
* parse_proxy: reject illegal port numbersDaniel Stenberg2015-09-081-1/+15
* CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot2015-08-221-19/+28
* SSL: Add an option to disable certificate revocation checksJay Satiro2015-07-171-1/+2
* 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