summaryrefslogtreecommitdiff
path: root/lib/setopt.c
Commit message (Expand)AuthorAgeFilesLines
* lib: unify the upload/method handlingDaniel Stenberg2023-04-251-4/+2
* urlapi: cleanupsDaniel Stenberg2023-04-131-1/+5
* CURLPROXY_HTTPS2: for HTTPS proxy that may speak HTTP/2Daniel Stenberg2023-04-081-1/+1
* ftp: add more conditions for connection reuseDaniel Stenberg2023-03-131-1/+1
* misc: fix typosViktor Szakats2023-03-081-1/+1
* setopt: move the CURLOPT_CHUNK_DATA pointer to the set structDaniel Stenberg2023-02-281-1/+1
* setopt: allow HTTP3 when HTTP2 is not definedStefan Eissing2023-02-171-13/+29
* setopt: Address undefined behaviour by checking for nullJames Keast2023-02-111-1/+1
* setopt: use >, not >=, when checking if uarg is larger than uint-maxDaniel Stenberg2023-02-061-4/+4
* setopt: move the SHA256 opt within #ifdef libssh2Daniel Stenberg2023-01-071-8/+8
* misc: reduce struct and struct field sizesDaniel Stenberg2023-01-041-2/+2
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* urldata: cease storing TLS auth typeDaniel Stenberg2022-12-311-23/+4
* lib: connect/h2/h3 refactorStefan Eissing2022-12-301-12/+6
* share: add sharing of HSTS cache among handlesDaniel Stenberg2022-12-271-7/+41
* urldata: remove unused struct fields, made more conditionalDaniel Stenberg2022-12-231-24/+24
* urldata: make set.http200aliases conditional on HTTP being presentDaniel Stenberg2022-12-221-8/+10
* urldata: make 'ftp_create_missing_dirs' depend on FTP || SFTPDaniel Stenberg2022-12-221-0/+2
* urldata: move the cookefilelist to the 'set' structDaniel Stenberg2022-12-221-6/+6
* lib: use size_t or int etc instead of longsDaniel Stenberg2022-12-141-1/+1
* urldata: change port num storage to int and unsigned shortDaniel Stenberg2022-11-181-1/+1
* CURLOPT_QUICK_EXIT: don't wait for DNS thread on exitAlexandre Ferrieux2022-11-181-0/+3
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-111-12/+12
* curl.h: add CURLOPT_CA_CACHE_TIMEOUT optionMichael Drake2022-11-081-0/+9
* lib: fix some type mismatches and remove unneeded typecastsRose2022-11-081-1/+1
* misc: typo and grammar fixesAyesh Karunaratne2022-10-271-2/+2
* cmake: really enable warnings with clangViktor Szakats2022-10-261-5/+5
* lib: sanitize conditional exclusion around MIMEPatrick Monnerat2022-09-291-26/+32
* setopt: use the handler table for protocol name to number conversionsPatrick Monnerat2022-09-161-66/+17
* setopt: when POST is set, reset the 'upload' fieldDaniel Stenberg2022-09-151-0/+1
* setopt: fix compiler warningDaniel Stenberg2022-09-141-1/+1
* urldata: use a curl_prot_t type for storing protocol bitsDaniel Stenberg2022-09-131-10/+14
* setopt: make protocol2num use a curl_off_t for the protocol bitDaniel Stenberg2022-09-121-1/+1
* setopt: make protocols2num() work with websocketsDaniel Stenberg2022-09-101-0/+4
* ws: initial websockets supportDaniel Stenberg2022-09-091-2/+16
* NPN: remove support for and use ofDaniel Stenberg2022-09-051-1/+0
* urldata: reduce size of four ftp related membersDaniel Stenberg2022-07-051-4/+4
* urldata: make 'ftp_create_missing_dirs' a ucharDaniel Stenberg2022-07-051-1/+1
* urldata: change 4 timeouts to unsigned int from longDaniel Stenberg2022-07-051-17/+15
* urldata: make 'use_netrc' a ucharDaniel Stenberg2022-07-041-1/+1
* urldata: make 'buffer_size' an unsigned intDaniel Stenberg2022-07-041-1/+1
* urldata: make 'use_port' an usigned shortDaniel Stenberg2022-07-041-2/+2
* urldata: store dns cache timeout in an intDaniel Stenberg2022-07-041-1/+4
* setopt: add CURLOPT_PROTOCOLS_STR and CURLOPT_REDIR_PROTOCOLS_STRDaniel Stenberg2022-07-041-2/+97
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* libssh2: add CURLOPT_SSH_HOSTKEYFUNCTIONmichael musset2022-06-021-0/+12
* lib: make more protocol specific struct fields #ifdefedDaniel Stenberg2022-06-011-3/+6
* urldata: store tcp_keepidle and tcp_keepintvl as intsDaniel Stenberg2022-06-011-2/+6
* urldata: reduce size of a few struct fieldsDaniel Stenberg2022-06-011-6/+6
* urldata: remove three unused booleans from struct UserDefinedDaniel Stenberg2022-06-011-5/+1