aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
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-28urldata: fix comments: Curl_done() is called multi_done() nowDaniel Stenberg
2020-05-27urldata: connect related booleans live in struct ConnectBitsDaniel Stenberg
2020-05-26hostip: on macOS avoid DoH when given a numerical IP addressDaniel Stenberg
2020-05-25url: accept "any length" credentials for proxy authDaniel Stenberg
2020-05-25all: fix codespell errorsViktor Szakats
2020-05-23setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherencyGilles Vollant
2020-05-15setopt: support certificate options in memory with struct curl_blobGilles Vollant
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-05-08CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant
2020-05-04urldata.h: remove #define HEADERSIZE, not used anymoreDaniel Stenberg
2020-05-04http_proxy: ported to use dynbuf instead of a static size bufferDaniel Stenberg
2020-05-04dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg
2020-04-25lib: clean up whitespaceMarcel Raad
2020-04-14mqtt: add new experimental protocolBjorn Stenberg
2020-03-18schannel: add "best effort" revocation check optionJohannes Schindelin
2020-03-15transfer: cap retries of "dead connections" to 5Daniel Stenberg
2020-03-15connect: happy eyeballs cleanupDaniel Stenberg
2020-03-07ares: store dns parameters for duphandleErnst Sjöstrand
2020-03-06urldata: remove the 'stream_was_rewound' connectdata struct memberDaniel Stenberg
2020-02-26http: added 417 response treatmentDaniel Stenberg
2020-02-17socks: make the connect phase non-blockingDaniel Stenberg
2020-02-16ftp: convert 'sock_accepted' to a plain booleanDaniel Stenberg
2020-02-03ntlm: Ensure the HTTP header data is not stored in the challenge/responseSteve Holme
2020-02-02ntlm: Move the winbind data into the NTLM data structureSteve Holme
2020-01-27urldata: do string enums without #ifdefs for build scriptsJon Rumsey
2020-01-21smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev
2020-01-21copyright: fix year rangesDaniel Stenberg
2020-01-21http: move "oauth_bearer" from connectdata to Curl_easynao
2019-12-03openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chainsDaniel Stenberg
2019-11-28doh: use dedicated probe slotsNiall
2019-11-17lib: Move lib/ssh.h -> lib/vssh/ssh.hJay Satiro
2019-09-28cookies: using a share with cookies shouldn't enable the cookie engineDaniel Stenberg
2019-09-26url: don't set appconnect time for non-ssl/non-ssh connectionsJay Satiro
2019-09-21urldata: use 'bool' for the bit type on MSVC compilersDaniel Stenberg
2019-09-19url: only reuse TLS connections with matching pinningDaniel Stenberg
2019-09-03urldata: avoid 'generic', use dedicated pointersDaniel Stenberg
2019-08-16http: fix use of credentials from URL when using HTTP proxyDaniel Stenberg
2019-08-14ngtcp2: do QUIC connections happy-eyeballs friendlyDaniel Stenberg
2019-08-08alt-svc: send Alt-Used: in redirected requestsDaniel Stenberg
2019-08-08CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directlyDaniel Stenberg
2019-08-07CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg
2019-08-07quiche: make use of the connection timeout API properlyDaniel Stenberg
2019-08-06sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme
2019-08-01timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg