summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* misc: fix "warning: empty expression statement has no effect"Daniel Stenberg2020-12-261-4/+1
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-251-2/+2
* gopher: Implement secure gopher protocol.parazyd2020-12-151-0/+3
* ftp: CURLOPT_FTP_SKIP_PASV_IP by defaultDaniel Stenberg2020-12-071-0/+1
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-231-1/+1
* url: make sure an HSTS upgrade updates URL and scheme correctlyDaniel Stenberg2020-11-061-2/+20
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* hsts: add read/write callbacksDaniel Stenberg2020-11-031-0/+1
* hsts: add support for Strict-Transport-SecurityDaniel Stenberg2020-11-031-6/+15
* alt-svc: enable by defaultDaniel Stenberg2020-10-251-1/+1
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-211-113/+21
* vtls: deduplicate client certificates in ssl_config_dataGergely Nagy2020-09-141-4/+0
* url: use blank credentials when using proxy w/o username and passwordDiven Qi2020-09-081-2/+4
* altsvc: clone setting in curl_easy_duphandlebagder/altsvc-duphandleDaniel Stenberg2020-09-061-4/+1
* http_proxy: do not crash with HTTPS_PROXY and NO_PROXY setMartin Bašti2020-09-031-0/+3
* llist: make it "struct Curl_llist"Daniel Stenberg2020-09-021-1/+1
* mqtt: enable by defaultDaniel Stenberg2020-08-311-1/+1
* tls: add CURLOPT_SSL_EC_CURVES and --curvesMichael Baentsch2020-08-301-0/+1
* url: remove funny embedded comments in Curl_disonnect callsDaniel Stenberg2020-08-301-6/+4
* conn: check for connection being dead before reuseChris Paulson-Ellis2020-08-301-0/+6
* ntlm: fix condition for curl_ntlm_core usageMarcel Raad2020-08-291-3/+2
* Curl_easy: remember last connection by id, not by pointerDaniel Stenberg2020-08-171-1/+1
* url: fix CURLU and location followingJay Satiro2020-07-301-2/+3
* url: silence MSVC warningMarcel Raad2020-07-021-1/+1
* vtls: compare cert blob when finding a connection to reuseDaniel Stenberg2020-06-291-1/+3
* url: allow user + password to contain "control codes" for HTTP(S)Daniel Stenberg2020-06-251-10/+19
* escape: make the URL decode able to reject only %00 bytesDaniel Stenberg2020-06-251-2/+2
* url: make sure pushed streams get an allocated download bufferDaniel Stenberg2020-06-231-0/+5
* http: move header storage to Curl_easy from connectdataDaniel Stenberg2020-06-151-13/+14
* trailers: switch h1-trailer logic to use dynbufDaniel Stenberg2020-06-051-1/+1
* urldata: let the HTTP method be in the set.* structDaniel Stenberg2020-06-021-10/+2
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-301-43/+87
* url: alloc the download buffer at transfer startDaniel Stenberg2020-05-301-23/+9
* urldata: connect related booleans live in struct ConnectBitsDaniel Stenberg2020-05-271-5/+6
* cleanup: use a single space after equals sign in assignmentsDaniel Stenberg2020-05-261-1/+1
* url: accept "any length" credentials for proxy authDaniel Stenberg2020-05-251-17/+7
* setopt: support certificate options in memory with struct curl_blobGilles Vollant2020-05-151-0/+12
* url: make the updated credentials URL-encoded in the URLDaniel Stenberg2020-05-141-2/+4
* checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg2020-05-141-5/+5
* url: reject too long input when parsing credentialsDaniel Stenberg2020-05-131-0/+6
* url: sort the protocol schemes in rough popularity orderDaniel Stenberg2020-05-121-37/+39
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-041-14/+8
* conncache: various concept cleanupsDaniel Stenberg2020-04-301-32/+37
* mqtt: add new experimental protocolBjorn Stenberg2020-04-141-0/+5
* url: allow non-HTTPS altsvc-matching for debug buildsDaniel Stenberg2020-04-091-1/+8
* Curl_is_ASCII_name: handle a NULL argumentDaniel Stenberg2020-02-271-0/+4
* url: Make the IDN conversion functions available to othersSteve Holme2020-02-261-18/+17
* altsvc: make saving the cache an atomic operationDaniel Stenberg2020-02-181-1/+1
* url: Include the failure reason when curl_win32_idn_to_ascii() failsSteve Holme2020-02-091-1/+3
* cleanup: fix typos and wording in docs and commentsPedro Monreal2020-02-021-1/+1