summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ntlm: Move the winbind data into the NTLM data structureSteve Holme2020-02-021-1/+2
* multi_done: if multiplexed, make conn->data point to another transferDaniel Stenberg2020-01-281-0/+2
* conn: do not reuse connection if SOCKS proxy credentials differPeter Piekarski2020-01-241-2/+31
* http: move "oauth_bearer" from connectdata to Curl_easynao2020-01-211-9/+0
* ConnectionExists: respect the max_concurrent_streams limitsDaniel Stenberg2020-01-131-3/+10
* wolfSSH: new SSH backendDaniel Stenberg2020-01-121-2/+2
* create_conn: prefer multiplexing to using new connectionsDaniel Stenberg2019-12-191-18/+0
* conncache: fix multi-thread use of shared connection cacheDaniel Stenberg2019-12-091-13/+8
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-1/+1
* lib: Move lib/ssh.h -> lib/vssh/ssh.hJay Satiro2019-11-171-1/+1
* build: fix for CURL_DISABLE_DOHWyatt O'Day2019-11-061-0/+5
* url: make Curl_close() NULLify the pointer tooDaniel Stenberg2019-10-301-6/+8
* url: Curl_free_request_state() should also free doh handlesDaniel Stenberg2019-10-291-3/+4
* conn-reuse: requests wanting NTLM can reuse non-NTLM connectionsDaniel Stenberg2019-10-231-1/+7
* url: normalize CURLINFO_EFFECTIVE_URLDaniel Stenberg2019-10-161-0/+10
* cookies: change argument type for Curl_flush_cookiesDaniel Stenberg2019-10-031-1/+1
* http2: move state-init from creation to pre-transferDaniel Stenberg2019-10-031-2/+0
* url: don't set appconnect time for non-ssl/non-ssh connectionsJay Satiro2019-09-261-1/+3
* url: fix the NULL hostname compiler warning caseJay Satiro2019-09-251-6/+2
* url: remove dead codeDaniel Stenberg2019-09-201-7/+0
* url: part of expression is always true: (bundle->multiuse == 0)Daniel Stenberg2019-09-201-1/+1
* url: only reuse TLS connections with matching pinningDaniel Stenberg2019-09-191-0/+4
* url: cleanup dangling DOH request headers tooDaniel Stenberg2019-09-181-0/+1
* doh: clean up dangling DOH handles and memory on easy closeDaniel Stenberg2019-09-161-0/+6
* cleanup: move functions out of url.c and make them staticDaniel Stenberg2019-09-031-203/+0
* cleanup: remove DOT_CHAR completelyDaniel Stenberg2019-08-201-2/+1
* alt-svc: add protocol version selection maskingDaniel Stenberg2019-08-081-16/+25
* http3: fix the HTTP/3 in the request, make alt-svc set right versionsDaniel Stenberg2019-08-081-3/+3
* alt-svc: send Alt-Used: in redirected requestsDaniel Stenberg2019-08-081-0/+1