summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg2017-06-191-0/+4
* url: refactor the check for Windows drive letter in pathJay Satiro2017-06-161-16/+11
* http-proxy: only attempt FTP over HTTP proxyDaniel Stenberg2017-06-151-6/+9
* http-proxy: do the HTTP CONNECT process entirely non-blockingDaniel Stenberg2017-06-141-2/+2
* url: fix buffer overwrite with file protocol (CVE-2017-9502)Daniel Stenberg2017-06-131-5/+22
* setopt: check CURLOPT_ADDRESS_SCOPE option rangeDaniel Stenberg2017-06-091-1/+4
* test1521: test *all* curl_easy_setopt optionsDaniel Stenberg2017-06-051-6/+16
* url: fix declaration of 'pipe' shadows a global declarationDaniel Stenberg2017-05-231-10/+11
* url.c: add a compile-time check that CURL_MAX_WRITE_SIZE is large enoughDan Fandrich2017-05-131-0/+9
* pipeline: fix mistakenly trying to pipeline POSTsDaniel Stenberg2017-05-121-23/+27
* url: let CURLOPT_BUFFERSIZE realloc to smaller sizes tooDaniel Stenberg2017-05-021-2/+2
* BUFSIZE: rename to READBUFFER_*, make separate MASTERBUF_SIZEDaniel Stenberg2017-05-011-10/+14
* http-proxy: use a dedicated CONNECT response bufferDaniel Stenberg2017-05-011-0/+1
* buffer_size: make sure it always has the correct sizeDaniel Stenberg2017-05-011-0/+1
* CURLOPT_BUFFERSIZE: 1024 bytes is now the minimum sizeDaniel Stenberg2017-05-011-6/+9
* url: fixed a memory leak on OOM while setting CURLOPT_BUFFERSIZEDan Fandrich2017-04-291-3/+4
* lib: remove unused codeMarcel Raad2017-04-261-2/+1
* url: declare get_protocol_family() staticMartin Kepplinger2017-04-261-1/+1
* transfer: remove 'uploadbuf' pointer and cleanup readwrite_upload()Daniel Stenberg2017-04-251-1/+0
* TLS: Fix switching off SSL session id when client cert is usedJay Satiro2017-04-181-2/+3
* url: don't free postponed data on connection reuseAntti Hätälä2017-04-041-1/+0
* llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg2017-04-041-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