summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* alt-svc: enable by defaultbagder/enable-altsvcDaniel Stenberg2020-10-241-1/+1
* ftp: separate FTPS from FTP over "HTTPS proxy"Daniel Stenberg2020-09-241-0/+1
* symbian: drop supportDaniel Stenberg2020-09-221-5/+2
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-211-0/+2
* vtls: deduplicate client certificates in ssl_config_dataGergely Nagy2020-09-141-2/+0
* vtls: make it 'struct Curl_ssl_session'Daniel Stenberg2020-09-021-2/+2
* hash: make it 'struct Curl_hash'Daniel Stenberg2020-09-021-1/+1
* llist: make it "struct Curl_llist"Daniel Stenberg2020-09-021-6/+6
* tls: add CURLOPT_SSL_EC_CURVES and --curvesMichael Baentsch2020-08-301-0/+2
* CURLE_PROXY: new error codeDaniel Stenberg2020-08-241-0/+1
* Curl_easy: remember last connection by id, not by pointerDaniel Stenberg2020-08-171-1/+1
* transfer: move retrycount from connect struct to easy handleStefan Yohansson2020-08-101-1/+2
* CURLINFO_EFFECTIVE_METHOD: addedDaniel Stenberg2020-07-141-1/+0
* vtls: compare cert blob when finding a connection to reuseDaniel Stenberg2020-06-291-0/+1
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-281-1/+1
* url: allow user + password to contain "control codes" for HTTP(S)Daniel Stenberg2020-06-251-0/+2
* connect: improve happy eyeballs handlingDaniel Stenberg2020-06-181-3/+6
* http: move header storage to Curl_easy from connectdataDaniel Stenberg2020-06-151-15/+16
* trailers: switch h1-trailer logic to use dynbufDaniel Stenberg2020-06-051-4/+2
* 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