aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
AgeCommit message (Expand)Author
2020-06-16Add gemini protocol supportHEADmasterBen Burwell
2020-06-15http: move header storage to Curl_easy from connectdataDaniel Stenberg
2020-06-05trailers: switch h1-trailer logic to use dynbufDaniel Stenberg
2020-06-02urldata: let the HTTP method be in the set.* structDaniel Stenberg
2020-05-30build: disable more code/data when built without proxy supportDaniel Stenberg
2020-05-30url: alloc the download buffer at transfer startDaniel Stenberg
2020-05-27urldata: connect related booleans live in struct ConnectBitsDaniel Stenberg
2020-05-26cleanup: use a single space after equals sign in assignmentsDaniel Stenberg
2020-05-25url: accept "any length" credentials for proxy authDaniel Stenberg
2020-05-15setopt: support certificate options in memory with struct curl_blobGilles Vollant
2020-05-14url: make the updated credentials URL-encoded in the URLDaniel Stenberg
2020-05-14checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg
2020-05-13url: reject too long input when parsing credentialsDaniel Stenberg
2020-05-12url: sort the protocol schemes in rough popularity orderDaniel Stenberg
2020-05-04dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg
2020-04-30conncache: various concept cleanupsDaniel Stenberg
2020-04-14mqtt: add new experimental protocolBjorn Stenberg
2020-04-09url: allow non-HTTPS altsvc-matching for debug buildsDaniel Stenberg
2020-02-27Curl_is_ASCII_name: handle a NULL argumentDaniel Stenberg
2020-02-26url: Make the IDN conversion functions available to othersSteve Holme
2020-02-18altsvc: make saving the cache an atomic operationDaniel Stenberg
2020-02-09url: Include the failure reason when curl_win32_idn_to_ascii() failsSteve Holme
2020-02-02cleanup: fix typos and wording in docs and commentsPedro Monreal
2020-02-02ntlm: Move the winbind data into the NTLM data structureSteve Holme
2020-01-28multi_done: if multiplexed, make conn->data point to another transferDaniel Stenberg
2020-01-24conn: do not reuse connection if SOCKS proxy credentials differPeter Piekarski
2020-01-21http: move "oauth_bearer" from connectdata to Curl_easynao
2020-01-13ConnectionExists: respect the max_concurrent_streams limitsDaniel Stenberg
2020-01-12wolfSSH: new SSH backendDaniel Stenberg
2019-12-19create_conn: prefer multiplexing to using new connectionsDaniel Stenberg
2019-12-09conncache: fix multi-thread use of shared connection cacheDaniel Stenberg
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2019-11-17lib: Move lib/ssh.h -> lib/vssh/ssh.hJay Satiro
2019-11-06build: fix for CURL_DISABLE_DOHWyatt O'Day
2019-10-30url: make Curl_close() NULLify the pointer tooDaniel Stenberg
2019-10-29url: Curl_free_request_state() should also free doh handlesDaniel Stenberg
2019-10-23conn-reuse: requests wanting NTLM can reuse non-NTLM connectionsDaniel Stenberg
2019-10-16url: normalize CURLINFO_EFFECTIVE_URLDaniel Stenberg
2019-10-03cookies: change argument type for Curl_flush_cookiesDaniel Stenberg
2019-10-03http2: move state-init from creation to pre-transferDaniel Stenberg
2019-09-26url: don't set appconnect time for non-ssl/non-ssh connectionsJay Satiro
2019-09-25url: fix the NULL hostname compiler warning caseJay Satiro
2019-09-20url: remove dead codeDaniel Stenberg
2019-09-20url: part of expression is always true: (bundle->multiuse == 0)Daniel Stenberg
2019-09-19url: only reuse TLS connections with matching pinningDaniel Stenberg
2019-09-18url: cleanup dangling DOH request headers tooDaniel Stenberg
2019-09-16doh: clean up dangling DOH handles and memory on easy closeDaniel Stenberg
2019-09-03cleanup: move functions out of url.c and make them staticDaniel Stenberg
2019-08-20cleanup: remove DOT_CHAR completelyDaniel Stenberg
2019-08-08alt-svc: add protocol version selection maskingDaniel Stenberg