summaryrefslogtreecommitdiff
path: root/lib/url.c
AgeCommit message (Expand)Author
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-11-22host names: allow trailing dot in name resolve, then strip itTobias Hintze
2018-11-20ares: remove fd from multi fd set when ares is about to close the fdRomain Fliedel
2018-11-09setopt: add CURLOPT_CURLUJim Fuller
2018-11-06url: a short host name + port is not a schemeDaniel Stenberg
2018-11-05netrc: don't ignore the login name specified with "--user"Michael Kaufmann
2018-10-29Curl_close: clear data->multi_easy on free to avoid use-after-freeDaniel Stenberg
2018-10-23Curl_follow: return better errors on URL problemsDaniel Stenberg
2018-10-08spelling fixes [ci skip]Viktor Szakats
2018-10-08FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputDaniel Stenberg
2018-10-03comment: Fix multiple typos in function parametersDaniel Gustafsson
2018-09-22url: use the URL API internally as wellDaniel Stenberg
2018-09-08url.c: fix comment typo and indentationDaniel Gustafsson
2018-09-08URL-APIDaniel Stenberg
2018-09-07curl_easy_upkeep: removed 'conn' from the nameDaniel Stenberg
2018-09-07upkeep: add a connection upkeep API: curl_easy_conn_upkeep()Max Dymond
2018-09-06CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg
2018-09-05url: default to CURL_HTTP_VERSION_2TLS if built h2-enabledDaniel Stenberg
2018-09-04Curl_getoff_all_pipelines: ignore unused return valuesDaniel Stenberg
2018-09-03url, vtls: make CURLOPT{,_PROXY}_TLS13_CIPHERS workKamil Dudka
2018-08-18upload: allocate upload buffer on-demandDaniel Stenberg
2018-08-01general: fix printf specifiersRikard Falkeborn
2018-07-28conn_free: updated comment to clarifyDaniel Stenberg
2018-07-26reuse_conn(): free old_conn->optionsEven Rouault
2018-07-22vtls: set conn->data when closing TLSDaniel Stenberg
2018-07-20http2: several cleanupsDaniel Stenberg
2018-07-11Curl_getoff_all_pipelines: improved for multiplexedDaniel Stenberg
2018-07-11conn: remove the boolean 'inuse' fieldDaniel Stenberg
2018-06-25url: check Curl_conncache_add_conn return codeDaniel Stenberg
2018-06-22ConnectionExists: make sure conn->data is set when "taking" a connectionDaniel Stenberg
2018-06-21url: fix dangling conn->data pointerDaniel Stenberg
2018-06-13Curl_init_do: handle NULL connection pointer passed inLyman Epp
2018-06-11cppcheck: fix warningsMarian Klymov
2018-05-31strictness: correct {infof, failf} format specifiersRikard Falkeborn
2018-05-31option: disallow username in URLBjörn Stenberg
2018-05-24multi: provide a socket to wait for in Curl_protocol_getsockDaniel Stenberg
2018-05-14lib: Fix format specifiersRikard Falkeborn
2018-05-04vtls: use unified "supports" bitfield member in backendsDaniel Stenberg
2018-04-19detect_proxy: only show proxy use if it had contentsDaniel Stenberg
2018-04-18schannel: add support for CURLOPT_CAINFODan McNulty
2018-04-11proxy: show getenv proxy use in verbose outputDaniel Stenberg
2018-04-06file: restore old behavior for file:////foo/bar URLsJon DeVree
2018-03-04NO_PROXY: fix for IPv6 numericals in the URLDaniel Stenberg
2018-02-23spelling fixesViktor Szakats
2018-02-20url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken
2018-01-23CONNECT_TO: fail attempt to set an IPv6 numerical without IPv6 supportDaniel Stenberg
2018-01-05build: remove HAVE_LIMITS_H checkJay Satiro
2017-12-20curl_easy_reset: release mime-related data.Patrick Monnerat
2017-12-08curl: remove __EMX__ #ifdefsDaniel Stenberg
2017-12-06URL: tolerate backslash after drive letter for FILE:Jan-E