summaryrefslogtreecommitdiff
path: root/lib/setopt.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: spell DoH with a lowercase oJosh Soref2021-07-161-3/+3
* test269: disable for hyperDaniel Stenberg2021-06-031-0/+4
* setopt: fix incorrect commentsLaurent Dufresne2021-06-011-4/+4
* setopt: streamline ssl option codeOrgad Shaneh2021-05-251-4/+2
* http: limit the initial send amount to used upload buffer sizeDaniel Stenberg2021-05-071-1/+1
* SSL: support in-memory CA certs for some backendsGilles Vollant2021-05-051-0/+27
* schannel: Disable auto credentials; add an option to enable itJay Satiro2021-04-221-1/+4
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-1/+1
* hsts: enable by defaultDaniel Stenberg2021-04-191-1/+1
* vtls: refuse setting any SSL versionDaniel Stenberg2021-04-191-0/+2
* cookie: CURLOPT_COOKIEFILE set to NULL switches off cookiesDaniel Stenberg2021-04-141-0/+14
* urldata: merge "struct DynamicStatic" into "struct UrlState"Daniel Stenberg2021-03-261-13/+13
* setopt: error on CURLOPT_HTTP09_ALLOWED set true with HyperDaniel Stenberg2021-03-111-0/+6
* urldata: remove the _ORIG suffix from string namesDaniel Stenberg2021-02-191-19/+19
* doh: add options to disable ssl verificationJay Satiro2021-02-141-0/+30
* http: use credentials from transfer, not connectionDaniel Stenberg2021-02-131-1/+0
* urldata: don't touch data->set.httpversion at run-timeDaniel Stenberg2021-02-121-1/+1
* ftp: add 'list_only' to the transfer state structDaniel Stenberg2021-02-091-1/+1
* ftp: never set data->set.ftp_append outside setoptDaniel Stenberg2021-02-081-1/+1
* urldata: fix build without HTTP and MQTTDaniel Stenberg2021-02-041-3/+0
* http: improve AWS HTTP v4 Signature authDmitry Wagin2021-01-301-1/+2
* urldata: store ip version in a single byteDaniel Stenberg2021-01-271-1/+1
* urldata: make magic be the first struct fieldDaniel Stenberg2021-01-201-2/+3
* language: s/behaviour/behavior/gEmil Engler2021-01-021-2/+2
* dns: extend CURLOPT_RESOLVE syntax for adding non-permanent entriesPaul Groke2020-12-291-5/+8
* http: Make the call to v4 signatureMatthias Gatto2020-12-211-0/+14
* setopt: adjust to Hyper and disabled HTTP buildsDaniel Stenberg2020-12-181-1/+3
* cmake: check for linux/tcp.hKlaus Crusius2020-12-011-0/+2
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* hsts: add read/write callbacksDaniel Stenberg2020-11-031-1/+13
* hsts: add support for Strict-Transport-SecurityDaniel Stenberg2020-11-031-0/+28
* alt-svc: enable by defaultDaniel Stenberg2020-10-251-1/+1
* setopt: return CURLE_BAD_FUNCTION_ARGUMENT on bad argumentDaniel Stenberg2020-09-221-17/+9
* setopt: avoid curl_ on local variableDaniel Stenberg2020-09-021-2/+2
* mqtt: enable by defaultDaniel Stenberg2020-08-311-94/+96
* tls: add CURLOPT_SSL_EC_CURVES and --curvesMichael Baentsch2020-08-301-0/+8
* options: API for meta-data about easy optionsDaniel Stenberg2020-08-271-0/+6
* setopt: if the buffer exists, refuse the new BUFFERSIZEDaniel Stenberg2020-08-241-11/+3
* setopt: unset NOBODY switches to GET if still HEADDaniel Stenberg2020-07-271-0/+2
* urldata: let the HTTP method be in the set.* structDaniel Stenberg2020-06-021-10/+13
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-301-3/+15
* url: alloc the download buffer at transfer startDaniel Stenberg2020-05-301-1/+1
* setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherencyGilles Vollant2020-05-231-0/+17
* setopt: support certificate options in memory with struct curl_blobGilles Vollant2020-05-151-0/+66
* CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant2020-05-081-0/+2
* schannel: add "best effort" revocation check optionJohannes Schindelin2020-03-181-0/+3
* ares: store dns parameters for duphandleErnst Sjöstrand2020-03-071-4/+20
* cleanup: comment typosDaniel Stenberg2020-02-211-1/+1
* smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev2020-01-211-1/+5
* lib: fix some loose ends for recently added CURLSSLOPT_NO_PARTIALCHAINJay Satiro2019-12-051-0/+1