summaryrefslogtreecommitdiff
path: root/lib/easyoptions.c
Commit message (Expand)AuthorAgeFilesLines
* easyoptions: Fix header printing in generation scriptDaniel Gustafsson2023-01-121-2/+2
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* CURLOPT_QUICK_EXIT: don't wait for DNS thread on exitAlexandre Ferrieux2022-11-181-1/+2
* curl.h: add CURLOPT_CA_CACHE_TIMEOUT optionMichael Drake2022-11-081-1/+2
* ws: initial websockets supportDaniel Stenberg2022-09-091-1/+2
* easyoptions: fix icc warningDaniel Stenberg2022-07-191-1/+1
* CURLOPT_SERVER_RESPONSE_TIMEOUT: the new nameDaniel Stenberg2022-07-051-3/+4
* setopt: add CURLOPT_PROTOCOLS_STR and CURLOPT_REDIR_PROTOCOLS_STRDaniel Stenberg2022-07-041-3/+5
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* libssh2: add CURLOPT_SSH_HOSTKEYFUNCTIONmichael musset2022-06-021-2/+4
* mime: use percent-escaping for multipart form field and file namesPatrick Monnerat2021-11-151-1/+2
* CURLOPT_MAXLIFETIME_CONN: maximum allowed lifetime for conn reuseJeffrey Tolar2021-10-061-1/+2
* easyoptions: add the two new PRE* optionsDaniel Stenberg2021-09-291-0/+2
* CURLOPT_PREREQFUNCTION: add new callbackMax Dymond2021-09-271-1/+1
* libssh2: add SHA256 fingerprint supportMats Lindestam2021-09-261-1/+3
* SSL: support in-memory CA certs for some backendsGilles Vollant2021-05-051-1/+3
* doh: add options to disable ssl verificationJay Satiro2021-02-141-1/+4
* easyoptions: add the missing AWS_SIGV4Gisle Vanem2021-01-151-2/+3
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* hsts: add read/write callbacksDaniel Stenberg2020-11-031-1/+5
* hsts: add support for Strict-Transport-SecurityDaniel Stenberg2020-11-031-1/+3
* lib: fix -Wassign-enum warningsDaniel Stenberg2020-09-081-1/+1
* tls: add CURLOPT_SSL_EC_CURVES and --curvesMichael Baentsch2020-08-301-1/+2
* easyoptions: provide debug function when DEBUGBUILDDaniel Stenberg2020-08-281-1/+1
* options: API for meta-data about easy optionsDaniel Stenberg2020-08-271-0/+346