summaryrefslogtreecommitdiff
path: root/lib/setopt.c
Commit message (Expand)AuthorAgeFilesLines
* alt-svc: enable by defaultbagder/enable-altsvcDaniel Stenberg2020-10-241-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
* setopt: Fix ALPN / NPN user option when built without HTTP2Jay Satiro2019-12-051-2/+0
* openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chainsDaniel Stenberg2019-12-031-0/+1
* cookies: change argument type for Curl_flush_cookiesDaniel Stenberg2019-10-031-1/+1
* setopt: handle ALTSVC set to NULLDaniel Stenberg2019-09-271-1/+2
* setopt: store CURLOPT_RTSP_SERVER_CSEQ correctlyDaniel Stenberg2019-09-201-1/+1
* setopt: make it easier to add new enum valuesZenju2019-09-121-7/+7
* CURLOPT_SSL_VERIFYHOST: treat the value 1 as 2Daniel Stenberg2019-08-201-21/+5
* CURLOPT_H3: removedDaniel Stenberg2019-08-091-7/+0
* CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directlyDaniel Stenberg2019-08-081-2/+6
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-08-061-0/+6
* HTTP3: initial (experimental) supportDaniel Stenberg2019-07-211-0/+8
* libcurl: Restrict redirect schemes (follow-up)Jay Satiro2019-07-171-2/+1
* os400: make vsetopt() non-static as Curl_vsetopt() for os400 support.Patrick Monnerat2019-06-161-3/+6
* Revert all SASL authzid (new feature) commitsJay Satiro2019-05-251-6/+0
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-05-221-0/+6
* libcurl: #ifdef away more code for disabled features/protocolsDaniel Stenberg2019-05-171-85/+112
* hostip: CURL_DISABLE_SHUFFLE_DNSDaniel Stenberg2019-05-171-0/+2
* proxy: acknowledge DISABLE_PROXY moreDaniel Stenberg2019-05-131-4/+22
* wildcard: disable from build when FTP isn't presentDaniel Stenberg2019-05-131-0/+2
* ssh: define USE_SSH if SSH is enabled (any backend)Daniel Stenberg2019-05-061-2/+2
* CURL_MAX_INPUT_LENGTH: largest acceptable string input sizeDaniel Stenberg2019-04-291-0/+7
* CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuseDaniel Stenberg2019-04-211-0/+6
* CURLOPT_ADDRESS_SCOPE: fix range check and moretmilburn2019-04-131-6/+9
* CURLOPT_DNS_USE_GLOBAL_CACHE: removeDaniel Stenberg2019-04-111-5/+1
* alt-svc: the libcurl bitsDaniel Stenberg2019-03-031-0/+26
* urldata: convert bools to bitfields and move to endDaniel Stenberg2019-02-271-5/+9
* cleanup: make local functions staticDaniel Stenberg2019-02-101-3/+3
* setopt: enable CURLOPT_SSH_KNOWNHOSTS and CURLOPT_SSH_KEYFUNCTION for libsshFelix Hädicke2019-01-241-2/+1
* urldata: rename easy_conn to just connDaniel Stenberg2019-01-111-11/+11
* http: added options for allowing HTTP/0.9 responsesDaniel Stenberg2018-12-211-0/+6
* http: Implement trailing headers for chunked transfersAyoub Boudhar2018-12-141-0/+10