summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
...
* misc: typo and grammar fixesAyesh Karunaratne2022-10-271-4/+4
* tidy-up: delete parallel/unused feature flagsViktor Szakats2022-10-061-2/+2
* docs: spelling nitsViktor Szakats2022-09-291-1/+1
* lib: prepare the incoming of additional protocolsPatrick Monnerat2022-09-231-4/+9
* urldata: use a curl_prot_t type for storing protocol bitsDaniel Stenberg2022-09-131-7/+21
* ws: initial websockets supportDaniel Stenberg2022-09-091-5/+19
* NPN: remove support for and use ofDaniel Stenberg2022-09-051-5/+3
* urldata: move smaller fields down in connectdata structDaniel Stenberg2022-08-081-19/+16
* urldata: make 'negnpn' use less storageDaniel Stenberg2022-08-081-1/+2
* urldata: make three *_proto struct fields smallerDaniel Stenberg2022-08-081-3/+3
* connect: set socktype/protocol correctlyDaniel Stenberg2022-08-081-6/+6
* urldata: change second proxytype field to unsigned char to matchDaniel Stenberg2022-07-231-1/+2
* urldata: make state.httpreq an unsigned charDaniel Stenberg2022-07-231-1/+2
* ftp: use a correct expire ID for timer expiryDaniel Stenberg2022-07-201-0/+1
* doh: move doh related struct definitions to doh.hDaniel Stenberg2022-07-181-17/+0
* urldata: reduce size of four ftp related membersDaniel Stenberg2022-07-051-4/+4
* urldata: reduce three type-members from int to ucharDaniel Stenberg2022-07-051-3/+3
* urldata: make 'ftp_create_missing_dirs' a ucharDaniel Stenberg2022-07-051-3/+5
* urldata: change 4 timeouts to unsigned int from longDaniel Stenberg2022-07-051-4/+4
* urldata: make 'use_netrc' a ucharDaniel Stenberg2022-07-041-2/+1
* urldata: make 'buffer_size' an unsigned intDaniel Stenberg2022-07-041-1/+1
* urldata: remove the unused 'rtspversion' struct memberDaniel Stenberg2022-07-041-1/+0
* urldata: make 'use_port' an usigned shortDaniel Stenberg2022-07-041-1/+1
* urldata: store dns cache timeout in an intDaniel Stenberg2022-07-041-1/+1
* setopt: add CURLOPT_PROTOCOLS_STR and CURLOPT_REDIR_PROTOCOLS_STRDaniel Stenberg2022-07-041-2/+2
* digest: simplify a switch() to a simple ifDaniel Stenberg2022-07-041-1/+1
* cookie: apply limitsDaniel Stenberg2022-06-261-0/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* libssh2: add CURLOPT_SSH_HOSTKEYFUNCTIONmichael musset2022-06-021-0/+5
* lib: make more protocol specific struct fields #ifdefedDaniel Stenberg2022-06-011-24/+58
* urldata: store tcp_keepidle and tcp_keepintvl as intsDaniel Stenberg2022-06-011-2/+2
* urldata: reduce size of a few struct fieldsDaniel Stenberg2022-06-011-8/+8
* urldata: remove three unused booleans from struct UserDefinedDaniel Stenberg2022-06-011-4/+2
* http: restore header folding behaviorDaniel Stenberg2022-05-241-0/+1
* opts: deprecate RANDOM_FILE and EGDSOCKETDaniel Stenberg2022-05-171-4/+0
* tls: check more TLS details for connection reuseDaniel Stenberg2022-05-091-6/+7
* connect: store "conn_remote_port" in the info structDaniel Stenberg2022-04-251-1/+5
* http: avoid auth/cookie on redirects same host diff portDaniel Stenberg2022-04-251-7/+9
* url: check sasl additional parameters for connection reuse.Patrick Monnerat2022-04-251-0/+1
* English: use American spelling consistentlyDaniel Stenberg2022-04-051-1/+1
* header api: add curl_easy_header and curl_easy_nextheaderDaniel Stenberg2022-03-221-0/+3
* urldata: remove conn->bits.user_passwdDaniel Stenberg2022-02-161-1/+0
* misc: remove unused data when IPv6 is not supportedMAntoniak2022-02-131-1/+4
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-16/+0
* urldata: CONN_IS_PROXIED replaces bits.close when proxy can be disabledDaniel Stenberg2022-01-301-2/+7
* misc: remove unused doh flags when CURL_DISABLE_DOH is definedMAntoniak2021-12-151-0/+4
* tftp: mark protocol as not possible to do over CONNECTDaniel Stenberg2021-11-151-0/+1
* mime: use percent-escaping for multipart form field and file namesPatrick Monnerat2021-11-151-0/+1
* lib: fixing comment spelling typos in lib filesEddie Lumpkin2021-10-221-1/+1
* doh: remove experimental code for DoH with GETDaniel Gustafsson2021-10-181-1/+0