summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* llist: replace Curl_llist_alloc with Curl_llist_initbagder/remove-llist_allocDaniel Stenberg2017-04-031-42/+25
* http: Fix proxy connection reuse with basic-authIsaac Boukris2017-03-281-3/+1
* spelling fixesklemens2017-03-261-1/+1
* Improve code readbilitySylvestre Ledru2017-03-131-1/+1
* url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang2017-03-121-0/+3
* url: don't compile detect_proxy if HTTP support is disabledDan Fandrich2017-03-111-0/+2
* vtls: add options to specify range of enabled TLS versionsJozef Kralik2017-03-081-2/+9
* URL: return error on malformed URLs with junk after port numberDaniel Stenberg2017-03-061-6/+7
* url: split off proxy init and parsing from create_connJay Satiro2017-03-031-151/+168
* url: fix unix-socket support for proxy-disabled buildsIsaac Boukris2017-02-251-11/+15
* proxy: fixed a memory leak on OOMDan Fandrich2017-02-251-1/+5
* url: Default the CA proxy bundle location to CURL_CA_BUNDLEJay Satiro2017-02-231-0/+4
* url: Improve CURLOPT_PROXY_CAPATH error handlingJay Satiro2017-02-211-2/+7
* TLS: make SSL_VERIFYSTATUS work againDaniel Stenberg2017-02-211-0/+3
* proxy: fix hostname resolution and IDN conversionMichael Kaufmann2017-02-181-17/+19
* URL: only accept ";options" in SMTP/POP3/IMAP URL schemesDaniel Stenberg2017-02-101-4/+11
* CURLOPT_BUFFERSIZE: support enlarging receive bufferRichy Kim2017-01-191-3/+22
* CURLOPT_CONNECT_TO: Fix compile warningsMichael Kaufmann2017-01-181-15/+11
* parseurl: move back buffer to function scopeDaniel Stenberg2017-01-181-1/+1
* unix_socket: add support for abstract unix domain socketIsaac Boukris2017-01-131-2/+12
* IDN: Use TR46 non-transitionalDaniel Stenberg2017-01-131-3/+10
* IDN: revert use of the transitional optionDaniel Stenberg2017-01-131-6/+2
* IDN: Fix compile time detection of linidn2 TR46Tim Rühsen2017-01-131-1/+1
* url: --noproxy option overrides NO_PROXY environment variableERAMOTO Masaya2017-01-131-2/+1
* url: Refactor detect_proxy()ERAMOTO Masaya2017-01-131-51/+40
* url: Fix NO_PROXY env var to work properly with --proxy option.ERAMOTO Masaya2017-01-131-2/+10
* IDN: Use TR46 'transitional' for toASCII translationsTim Rühsen2017-01-131-1/+6
* url: Fix parsing for when 'file' is the default protocolJay Satiro2017-01-121-8/+64
* preproxy: renamed what was added as SOCKS_PROXYDaniel Stenberg2016-12-161-5/+5
* CURLOPT_SOCKS_PROXYTYPE: removedDaniel Stenberg2016-12-161-8/+1
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-10/+14
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-6/+6
* URL parser: reject non-numerical port numbersDaniel Stenberg2016-12-011-1/+6
* CURLOPT_CONNECT_TO: Skip non-matching "connect-to" entries properlyMichael Kaufmann2016-11-301-3/+7
* http2: Fix crashes when parent stream gets abortedAnders Bakken2016-11-281-3/+6
* curl_version_info: add CURL_VERSION_HTTPS_PROXYOkhin Vasilij2016-11-261-0/+8
* HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEYThomas Glanzmann2016-11-251-1/+13
* url: proxy: Use 443 as default port for https proxiesThomas Glanzmann2016-11-251-1/+7
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-1/+1
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-3/+3
* HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij2016-11-241-4/+2
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-199/+520
* url: Fix conn reuse for local ports and interfacesJay Satiro2016-11-221-3/+2
* lib: fix compiler warnings after de4de4e3c7cMarcel Raad2016-11-181-6/+6
* Don't mix unix domain sockets with regular onesIsaac Boukris2016-11-171-5/+31
* URL-parser: for file://[host]/ URLs, the [host] must be localhostDaniel Stenberg2016-11-111-25/+30
* easy: Initialize info variables on easy init and duphandleJay Satiro2016-11-051-0/+3
* url: remove unconditional idn2.h includeDaniel Stenberg2016-10-311-2/+0
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-15/+14
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-3/+4