aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
AgeCommit message (Expand)Author
2020-05-21Add gemini protocol supportBen Burwell
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
2019-07-30cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg
2019-07-21HTTP3: initial (experimental) supportDaniel Stenberg
2019-06-10multi: make sure 'data' can present in several sockhash entriesDaniel Stenberg
2019-06-04ssl: Update outdated "openssl-only" comments for supported backendsFrank Gevaerts
2019-06-02http: don't parse body-related headers bodyless responsesMichael Kaufmann
2019-05-28multi: track users of a socket betterDaniel Stenberg
2019-05-25Revert all SASL authzid (new feature) commitsJay Satiro
2019-05-22sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme
2019-05-17libcurl: #ifdef away more code for disabled features/protocolsDaniel Stenberg
2019-05-15http_negotiate: Move the Negotiate state out of the negotiatedata structureSteve Holme
2019-05-15http_ntlm: Move the NTLM state out of the ntlmdata structureSteve Holme