summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizebagder/CURLOPT_UPLOAD_BUFFERSIZEDaniel Stenberg2018-09-031-1/+1
* 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
* option: disallow username in URLBjörn Stenberg2018-05-311-0/+7
* multi: provide a socket to wait for in Curl_protocol_getsockDaniel Stenberg2018-05-241-1/+5
* lib: Fix format specifiersRikard Falkeborn2018-05-141-1/+1
* vtls: use unified "supports" bitfield member in backendsDaniel Stenberg2018-05-041-1/+1
* detect_proxy: only show proxy use if it had contentsDaniel Stenberg2018-04-191-1/+2
* schannel: add support for CURLOPT_CAINFODan McNulty2018-04-181-13/+21
* proxy: show getenv proxy use in verbose outputDaniel Stenberg2018-04-111-7/+19
* file: restore old behavior for file:////foo/bar URLsJon DeVree2018-04-061-28/+0
* NO_PROXY: fix for IPv6 numericals in the URLDaniel Stenberg2018-03-041-1/+9
* spelling fixesViktor Szakats2018-02-231-1/+1
* url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken2018-02-201-0/+1
* CONNECT_TO: fail attempt to set an IPv6 numerical without IPv6 supportDaniel Stenberg2018-01-231-1/+7
* build: remove HAVE_LIMITS_H checkJay Satiro2018-01-051-2/+0
* curl_easy_reset: release mime-related data.Patrick Monnerat2017-12-201-6/+7
* curl: remove __EMX__ #ifdefsDaniel Stenberg2017-12-081-16/+2
* URL: tolerate backslash after drive letter for FILE:Jan-E2017-12-061-1/+1
* conncache: only allow multiplexing within same multi handleDaniel Stenberg2017-12-051-0/+5
* conncache: fix several lock issuesDaniel Stenberg2017-12-051-97/+77
* libssh: added SFTP supportNikos Mavrogiannopoulos2017-12-011-1/+1
* Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos2017-12-011-1/+4
* SSL: Avoid magic allocation of SSL backend specific dataJohannes Schindelin2017-12-011-25/+24
* url: fix alignment of ssl_backend_data structJay Satiro2017-11-271-21/+30
* URL: update "file:" URL handlingMatthew Kerwin2017-11-241-43/+78
* url: reject ASCII control characters and space in host namesDaniel Stenberg2017-11-221-12/+37
* Curl_open: fix OOM return error correctlyDaniel Stenberg2017-11-211-20/+19
* URL: return error on malformed URLs with junk after IPv6 bracketMichael Kaufmann2017-11-141-1/+7
* setopt: split out curl_easy_setopt() to its own fileDaniel Stenberg2017-11-101-2539/+17
* share: add support for sharing the connection cacheDaniel Stenberg2017-11-091-54/+2
* url: remove unncessary NULL-checkDaniel Stenberg2017-11-061-3/+2
* HTTP: support multiple Content-EncodingsPatrick Monnerat2017-11-051-3/+11
* url: remove arg value check from CURLOPT_SSH_AUTH_TYPESJay Satiro2017-11-041-4/+1
* CURLOPT_INFILESIZE: accept -1Daniel Stenberg2017-11-031-2/+2
* url: fix CURLOPT_DNS_CACHE_TIMEOUT arg value check to allow -1Jay Satiro2017-11-021-1/+1
* CURLOPT_MAXREDIRS: allow -1 as a valueDaniel Stenberg2017-11-011-1/+1