summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* urldata: let the HTTP method be in the set.* structDaniel Stenberg2020-06-021-1/+2
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-301-15/+23
* url: alloc the download buffer at transfer startDaniel Stenberg2020-05-301-1/+0
* urldata: fix comments: Curl_done() is called multi_done() nowDaniel Stenberg2020-05-281-2/+2
* urldata: connect related booleans live in struct ConnectBitsDaniel Stenberg2020-05-271-15/+8
* hostip: on macOS avoid DoH when given a numerical IP addressDaniel Stenberg2020-05-261-0/+1
* url: accept "any length" credentials for proxy authDaniel Stenberg2020-05-251-11/+0
* all: fix codespell errorsViktor Szakats2020-05-251-1/+1
* setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherencyGilles Vollant2020-05-231-0/+1
* setopt: support certificate options in memory with struct curl_blobGilles Vollant2020-05-151-0/+13
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-4/+4
* CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant2020-05-081-0/+1
* urldata.h: remove #define HEADERSIZE, not used anymoreDaniel Stenberg2020-05-041-4/+0
* http_proxy: ported to use dynbuf instead of a static size bufferDaniel Stenberg2020-05-041-6/+1
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-041-19/+6
* lib: clean up whitespaceMarcel Raad2020-04-251-1/+0
* mqtt: add new experimental protocolBjorn Stenberg2020-04-141-0/+3
* schannel: add "best effort" revocation check optionJohannes Schindelin2020-03-181-0/+2
* transfer: cap retries of "dead connections" to 5Daniel Stenberg2020-03-151-1/+1
* connect: happy eyeballs cleanupDaniel Stenberg2020-03-151-0/+3
* ares: store dns parameters for duphandleErnst Sjöstrand2020-03-071-0/+6
* urldata: remove the 'stream_was_rewound' connectdata struct memberDaniel Stenberg2020-03-061-2/+0
* http: added 417 response treatmentDaniel Stenberg2020-02-261-0/+2
* socks: make the connect phase non-blockingDaniel Stenberg2020-02-171-2/+36
* ftp: convert 'sock_accepted' to a plain booleanDaniel Stenberg2020-02-161-2/+2
* ntlm: Ensure the HTTP header data is not stored in the challenge/responseSteve Holme2020-02-031-2/+2
* ntlm: Move the winbind data into the NTLM data structureSteve Holme2020-02-021-8/+8
* urldata: do string enums without #ifdefs for build scriptsJon Rumsey2020-01-271-10/+17
* smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev2020-01-211-0/+2
* copyright: fix year rangesDaniel Stenberg2020-01-211-1/+1
* http: move "oauth_bearer" from connectdata to Curl_easynao2020-01-211-1/+0
* openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chainsDaniel Stenberg2019-12-031-0/+1
* doh: use dedicated probe slotsNiall2019-11-281-1/+19
* lib: Move lib/ssh.h -> lib/vssh/ssh.hJay Satiro2019-11-171-1/+1
* cookies: using a share with cookies shouldn't enable the cookie engineDaniel Stenberg2019-09-281-0/+1
* url: don't set appconnect time for non-ssl/non-ssh connectionsJay Satiro2019-09-261-0/+1
* urldata: use 'bool' for the bit type on MSVC compilersDaniel Stenberg2019-09-211-193/+197
* url: only reuse TLS connections with matching pinningDaniel Stenberg2019-09-191-0/+1
* urldata: avoid 'generic', use dedicated pointersDaniel Stenberg2019-09-031-1/+4
* http: fix use of credentials from URL when using HTTP proxyDaniel Stenberg2019-08-161-0/+3
* ngtcp2: do QUIC connections happy-eyeballs friendlyDaniel Stenberg2019-08-141-1/+2
* alt-svc: send Alt-Used: in redirected requestsDaniel Stenberg2019-08-081-0/+1
* CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directlyDaniel Stenberg2019-08-081-1/+0
* CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg2019-08-071-1/+1
* quiche: make use of the connection timeout API properlyDaniel Stenberg2019-08-071-0/+1
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-08-061-1/+3
* timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg2019-08-011-9/+9
* cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg2019-07-301-8/+4
* HTTP3: initial (experimental) supportDaniel Stenberg2019-07-211-1/+11
* multi: make sure 'data' can present in several sockhash entriesDaniel Stenberg2019-06-101-2/+0