summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* strip_trailing_dot: make sure NULL is never used for strlenDaniel Stenberg2019-02-141-0/+2
* connection_check: restore original conn->data after the checkJay Satiro2019-02-141-1/+2
* connection_check: set ->data to the transfer doing the checkDaniel Stenberg2019-02-111-0/+1
* cleanup: make local functions staticDaniel Stenberg2019-02-101-3/+3
* url/idnconvert: remove scan for <= 32 ascii valuesDaniel Stenberg2019-02-091-9/+0
* url: close TLS before removing conn from cacheChris Araman2019-02-061-5/+4
* schannel: stop calling it "winssl"Daniel Stenberg2019-02-011-3/+3
* extract_if_dead: follow-up to 54b201b48c90aDaniel Stenberg2019-01-151-2/+1
* extract_if_dead: use a known working transfer when checking connectionsDaniel Stenberg2019-01-131-2/+2
* urldata: rename easy_conn to just connDaniel Stenberg2019-01-111-8/+9
* printf: fix format specifiersRikard Falkeborn2019-01-041-2/+2
* url: fix incorrect indentationDaniel Gustafsson2018-12-271-1/+1
* disconnect: set conn->data for protocol disconnectDaniel Stenberg2018-12-231-0/+3
* conncache_unlock: avoid indirection by changing input argument typeDaniel Stenberg2018-12-221-5/+5
* disconnect: separate connections and easy handles betterDaniel Stenberg2018-12-221-7/+2
* http: added options for allowing HTTP/0.9 responsesDaniel Stenberg2018-12-211-0/+1
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-1/+1
* host names: allow trailing dot in name resolve, then strip itTobias Hintze2018-11-221-28/+54
* ares: remove fd from multi fd set when ares is about to close the fdRomain Fliedel2018-11-201-1/+1
* setopt: add CURLOPT_CURLUJim Fuller2018-11-091-5/+14
* url: a short host name + port is not a schemeDaniel Stenberg2018-11-061-1/+3
* netrc: don't ignore the login name specified with "--user"Michael Kaufmann2018-11-051-31/+24
* Curl_close: clear data->multi_easy on free to avoid use-after-freeDaniel Stenberg2018-10-291-1/+3
* Curl_follow: return better errors on URL problemsDaniel Stenberg2018-10-231-9/+9
* spelling fixes [ci skip]Viktor Szakats2018-10-081-1/+1
* FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputDaniel Stenberg2018-10-081-0/+1
* comment: Fix multiple typos in function parametersDaniel Gustafsson2018-10-031-1/+1
* url: use the URL API internally as wellDaniel Stenberg2018-09-221-767/+220
* url.c: fix comment typo and indentationDaniel Gustafsson2018-09-081-2/+2
* URL-APIDaniel Stenberg2018-09-081-19/+25
* curl_easy_upkeep: removed 'conn' from the nameDaniel Stenberg2018-09-071-1/+1
* upkeep: add a connection upkeep API: curl_easy_conn_upkeep()Max Dymond2018-09-071-0/+38
* CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg2018-09-061-1/+1
* url: default to CURL_HTTP_VERSION_2TLS if built h2-enabledDaniel Stenberg2018-09-051-9/+9
* Curl_getoff_all_pipelines: ignore unused return valuesDaniel Stenberg2018-09-041-3/+2
* url, vtls: make CURLOPT{,_PROXY}_TLS13_CIPHERS workKamil Dudka2018-09-031-0/+4
* upload: allocate upload buffer on-demandDaniel Stenberg2018-08-181-3/+2
* general: fix printf specifiersRikard Falkeborn2018-08-011-1/+1
* conn_free: updated comment to clarifyDaniel Stenberg2018-07-281-1/+1
* reuse_conn(): free old_conn->optionsEven Rouault2018-07-261-0/+1
* vtls: set conn->data when closing TLSDaniel Stenberg2018-07-221-0/+4
* http2: several cleanupsDaniel Stenberg2018-07-201-56/+21
* Curl_getoff_all_pipelines: improved for multiplexedDaniel Stenberg2018-07-111-9/+19
* conn: remove the boolean 'inuse' fieldDaniel Stenberg2018-07-111-31/+25
* url: check Curl_conncache_add_conn return codeDaniel Stenberg2018-06-251-2/+6
* ConnectionExists: make sure conn->data is set when "taking" a connectionDaniel Stenberg2018-06-221-0/+1
* url: fix dangling conn->data pointerDaniel Stenberg2018-06-211-1/+1
* Curl_init_do: handle NULL connection pointer passed inLyman Epp2018-06-131-6/+8
* cppcheck: fix warningsMarian Klymov2018-06-111-8/+7
* strictness: correct {infof, failf} format specifiersRikard Falkeborn2018-05-311-4/+4