summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* url: fix CURLOPT_POSTFIELDSIZE arg value check to allow -1Jay Satiro2017-11-011-1/+3
* Curl_timeleft: change return type to timediff_tDaniel Stenberg2017-10-281-1/+1
* setopt: fix CURLOPT_SSH_AUTH_TYPES option readDaniel Stenberg2017-10-271-1/+1
* wildcards: don't use with non-supported protocolsMax Dymond2017-10-261-8/+9
* time: rename Curl_tvnow to Curl_nowDaniel Stenberg2017-10-251-7/+7
* timediff: return timediff_t from the time diff functionsDaniel Stenberg2017-10-251-7/+7
* setopt: range check most long optionsDaniel Stenberg2017-10-161-39/+154
* setopt: avoid integer overflows when setting millsecond valuesDaniel Stenberg2017-10-161-3/+15
* url: Update current connection SSL verify params in setoptArtak Galoyan2017-10-111-0/+30
* mime: improve unbinding top multipart from easy handle.Patrick Monnerat2017-10-081-3/+2
* idn: fix source code commentMichael Kaufmann2017-10-031-1/+1
* proxy: read the "no_proxy" variable only if necessaryMichael Kaufmann2017-10-031-9/+8
* Set and use more necessary options when some protocols are disabledDan Fandrich2017-09-301-11/+13
* reuse_conn: don't copy flags that are known to be equalMichael Kaufmann2017-09-281-2/+0
* URL: on connection re-use, still pick the new remote portDaniel Stenberg2017-09-141-0/+1
* code style: use spaces around plusesDaniel Stenberg2017-09-111-11/+11
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-25/+25