summaryrefslogtreecommitdiff
path: root/lib/setopt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cookies: leave secure cookies aloneDaniel Gustafsson2018-12-131-2/+2
* setopt: add CURLOPT_CURLUJim Fuller2018-11-091-0/+6
* curl_easy_upkeep: removed 'conn' from the nameDaniel Stenberg2018-09-071-1/+1
* upkeep: add a connection upkeep API: curl_easy_conn_upkeep()Max Dymond2018-09-071-0/+6
* CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg2018-09-061-0/+16
* setopt: add CURLOPT_DOH_URLDaniel Stenberg2018-09-061-0/+5
* CURLOPT_DNS_USE_GLOBAL_CACHE: deprecatedDaniel Stenberg2018-09-061-0/+2
* url: default to CURL_HTTP_VERSION_2TLS if built h2-enabledDaniel Stenberg2018-09-051-0/+2
* vtls: reinstantiate engine on duplicated handlesLaurent Bonnans2018-08-181-2/+7
* option: disallow username in URLBjörn Stenberg2018-05-311-0/+4
* setopt: add TLS 1.3 ciphersuitesDaniel Stenberg2018-05-291-0/+19
* psl: use latest psl and refresh it periodicallyPatrick Monnerat2018-05-281-1/+10
* vtls: use unified "supports" bitfield member in backendsDaniel Stenberg2018-05-041-7/+7
* urldata: make service names unconditionalMarcel Raad2018-04-161-5/+1
* cookies: when reading from a file, only remove_expired onceLauri Kasanen2018-04-021-2/+4
* resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist2018-03-171-0/+3
* CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews2018-03-171-0/+7
* url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano2018-02-211-0/+15
* lib: CURLOPT_HAPPY_EYEBALLS_TIMEOUT => CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MSJay Satiro2018-02-211-1/+1
* url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken2018-02-201-0/+6
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-151-0/+4
* time: support > year 2038 time stamps for system with 32bit longDaniel Stenberg2018-01-301-0/+8
* http: prevent custom Authorization headers in redirectsDaniel Stenberg2018-01-221-1/+1
* setopt: fix SSLVERSION to allow CURL_SSLVERSION_MAX_ valuesJay Satiro2018-01-131-20/+22