summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts
Commit message (Expand)AuthorAgeFilesLines
* CURLOPT_MAXLIFETIME_CONN: maximum allowed lifetime for conn reuseJeffrey Tolar2021-10-064-3/+71
* CURLOPT_PREREQFUNCTION: add new callbackMax Dymond2021-09-273-0/+167
* urlapi: add curl_url_strerror()i-ky2021-09-272-2/+2
* libssh2: add SHA256 fingerprint supportMats Lindestam2021-09-262-0/+61
* misc: fix typos in docs and commentsa13460542021-09-231-1/+1
* hsts: CURLSTS_FAIL from hsts read callback should fail transferDaniel Stenberg2021-09-161-1/+3
* opts docs: unify phrasing in NAME headerDaniel Stenberg2021-09-09134-246/+246
* docs: remove experimental mentions from HSTS and MQTTDaniel Stenberg2021-09-076-36/+6
* CURLOPT_UNIX_SOCKET_PATH.3: remove nginx reference, add see alsoDaniel Stenberg2021-09-041-4/+5
* opt-docs: verify man page sections + orderDaniel Stenberg2021-09-0415-54/+81
* opt-docs: make sure all man pages have examplesDaniel Stenberg2021-09-0410-16/+215
* setopt: enable CURLOPT_IGNORE_CONTENT_LENGTH for hyperDaniel Stenberg2021-08-231-1/+1
* man pages: remove trailing whitespacesDaniel Stenberg2021-08-211-1/+1
* sectransp: support CURLINFO_CERTINFOSergey Markelov2021-08-172-4/+6
* bearssl: support CURLOPT_CAINFO_BLOBAleksandr Krotov2021-07-281-2/+2
* CURLOPT_DOH_URL.3: CURLOPT_OPENSOCKETFUNCTION is not inheritedDaniel Stenberg2021-07-281-6/+9
* docs: fix grammarJosh Soref2021-07-271-2/+3
* CURLOPT_SSL_CTX_*.3: tidy up the exampleDaniel Stenberg2021-07-262-18/+92
* docs: change max-filesize caveat againJay Satiro2021-07-232-6/+6
* CURLMOPT_TIMERFUNCTION.3: remove misplaced "time"Oleg Pudeyev2021-07-211-1/+1
* docs: mention max-filesize options also apply to MQTT transfersJay Satiro2021-07-212-8/+8
* cleanup: spell DoH with a lowercase oJosh Soref2021-07-165-31/+31
* docs: fix inconsistencies in EGDSOCKET documentationDaniel Gustafsson2021-07-141-3/+3
* idn: fix libidn2 with windows unicode buildsViktor Szakats2021-06-151-1/+1
* CURLOPT_WRITEFUNCTION.3: minor update of the exampleFawad Mirza2021-06-091-1/+1
* test269: disable for hyperDaniel Stenberg2021-06-031-2/+3
* CURLOPT_IPRESOLVE: preventing wrong IP version from being usedLucas Clemente Vella2021-05-202-8/+9
* docs: cookies from HTTP headers need domain setDaniel Stenberg2021-05-171-7/+4
* CURLOPT_CAPATH.3: defaults to a path, not NULLDaniel Stenberg2021-05-161-2/+2
* http: limit the initial send amount to used upload buffer sizeDaniel Stenberg2021-05-072-2/+8
* SSL: support in-memory CA certs for some backendsGilles Vollant2021-05-055-2/+148
* CURLOPT_POSTFIELDS.3: clarify how it gets the size of the dataDaniel Stenberg2021-04-231-1/+6
* schannel: Disable auto credentials; add an option to enable itJay Satiro2021-04-222-1/+16
* vtls: refuse setting any SSL versionDaniel Stenberg2021-04-191-3/+5
* cookie: CURLOPT_COOKIEFILE set to NULL switches off cookiesDaniel Stenberg2021-04-141-1/+4
* CURLOPT_AUTOREFERER.3: clarify that it sets the full URLDaniel Stenberg2021-03-301-3/+3
* docs: clarify timeouts for queued transfers in multi APIDaniel Stenberg2021-03-192-3/+21
* docs: Explain DOH transfers inherit some SSL settingsJay Satiro2021-03-172-0/+14
* docs: Fix typosDaniel Gustafsson2021-02-251-2/+2
* docs: add CURLOPT_CURLU to 'See also' in curl_url_ functionsJay Satiro2021-02-231-0/+1
* http: add new files missed from referrer commitViktor Szakats2021-02-191-0/+61
* http: add support to read and store the referrer headerViktor Szakats2021-02-192-2/+4
* doh: add options to disable ssl verificationJay Satiro2021-02-144-0/+253
* CURLOPT_QUOTE.3: clarify that libcurl doesn't parse what's sentDaniel Stenberg2021-02-081-5/+12
* http: improve AWS HTTP v4 Signature authDmitry Wagin2021-01-301-27/+42
* CURLINFO_PRETRANSFER_TIME.3: clarifyDaniel Stenberg2021-01-141-5/+6
* language: s/behaviour/behavior/gEmil Engler2021-01-024-4/+4
* docs/examples: adjust prototypes for CURLOPT_READFUNCTIONOlaf Hering2020-12-301-1/+1
* dns: extend CURLOPT_RESOLVE syntax for adding non-permanent entriesPaul Groke2020-12-291-7/+12
* docs: add AWS HTTP v4 SignatureMatthias Gatto2020-12-213-0/+88