aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
AgeCommit message (Expand)Author
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
2017-12-05conncache: only allow multiplexing within same multi handleDaniel Stenberg
2017-12-05conncache: fix several lock issuesDaniel Stenberg
2017-12-01libssh: added SFTP supportNikos Mavrogiannopoulos
2017-12-01Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos
2017-12-01SSL: Avoid magic allocation of SSL backend specific dataJohannes Schindelin
2017-11-27url: fix alignment of ssl_backend_data structJay Satiro
2017-11-24URL: update "file:" URL handlingMatthew Kerwin
2017-11-22url: reject ASCII control characters and space in host namesDaniel Stenberg
2017-11-21Curl_open: fix OOM return error correctlyDaniel Stenberg
2017-11-14URL: return error on malformed URLs with junk after IPv6 bracketMichael Kaufmann
2017-11-10setopt: split out curl_easy_setopt() to its own fileDaniel Stenberg
2017-11-09share: add support for sharing the connection cacheDaniel Stenberg
2017-11-06url: remove unncessary NULL-checkDaniel Stenberg
2017-11-05HTTP: support multiple Content-EncodingsPatrick Monnerat
2017-11-04url: remove arg value check from CURLOPT_SSH_AUTH_TYPESJay Satiro
2017-11-03CURLOPT_INFILESIZE: accept -1Daniel Stenberg
2017-11-02url: fix CURLOPT_DNS_CACHE_TIMEOUT arg value check to allow -1Jay Satiro
2017-11-01CURLOPT_MAXREDIRS: allow -1 as a valueDaniel Stenberg
2017-11-01url: fix CURLOPT_POSTFIELDSIZE arg value check to allow -1Jay Satiro
2017-10-28Curl_timeleft: change return type to timediff_tDaniel Stenberg
2017-10-27setopt: fix CURLOPT_SSH_AUTH_TYPES option readDaniel Stenberg
2017-10-26wildcards: don't use with non-supported protocolsMax Dymond
2017-10-25time: rename Curl_tvnow to Curl_nowDaniel Stenberg
2017-10-25timediff: return timediff_t from the time diff functionsDaniel Stenberg
2017-10-16setopt: range check most long optionsDaniel Stenberg
2017-10-16setopt: avoid integer overflows when setting millsecond valuesDaniel Stenberg
2017-10-11url: Update current connection SSL verify params in setoptArtak Galoyan
2017-10-08mime: improve unbinding top multipart from easy handle.Patrick Monnerat
2017-10-03idn: fix source code commentMichael Kaufmann
2017-10-03proxy: read the "no_proxy" variable only if necessaryMichael Kaufmann
2017-09-30Set and use more necessary options when some protocols are disabledDan Fandrich
2017-09-28reuse_conn: don't copy flags that are known to be equalMichael Kaufmann
2017-09-14URL: on connection re-use, still pick the new remote portDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-09-02mime: new MIME API.Patrick Monnerat
2017-08-28vtls: encapsulate SSL backend-specific dataJohannes Schindelin
2017-08-28vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl structJohannes Schindelin
2017-08-28vtls: convert the have_curlssl_* constants to runtime flagsJohannes Schindelin
2017-08-17ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats
2017-08-11parse_proxy(): fix memory leak in case of invalid proxy server nameEven Rouault
2017-07-28timeval: struct curltime is a struct timeval replacementDaniel Stenberg
2017-06-30handler: refactor connection checkingMax Dymond