summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mime: new MIME API.Patrick Monnerat2017-09-021-2/+20
* vtls: encapsulate SSL backend-specific dataJohannes Schindelin2017-08-281-1/+23
* vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl structJohannes Schindelin2017-08-281-6/+7
* vtls: convert the have_curlssl_* constants to runtime flagsJohannes Schindelin2017-08-281-34/+41
* ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats2017-08-171-0/+3
* parse_proxy(): fix memory leak in case of invalid proxy server nameEven Rouault2017-08-111-1/+4
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-3/+3
* handler: refactor connection checkingMax Dymond2017-06-301-4/+13
* CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy authKamil Dudka2017-06-281-0/+8
* --request-target: instead of --strip-path-slashDaniel Stenberg2017-06-211-3/+3
* 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