summaryrefslogtreecommitdiff
path: root/docs/libcurl
Commit message (Expand)AuthorAgeFilesLines
* CURLOPT_RESOLVE.3: minor polishbagder/resolve3-polishDaniel Stenberg2021-12-071-26/+34
* CURLOPT_STDERR.3: does not work with libcurl as a win32 DLLDaniel Stenberg2021-12-061-0/+5
* multi: handle errors returned from socket/timer callbacksDaniel Stenberg2021-12-063-3/+12
* openldap: implement STARTTLSPatrick Monnerat2021-12-061-2/+4
* curl_easy_unescape.3: call curl_easy_cleanup in exampleJun Tseng2021-12-061-0/+1
* curl_easy_escape.3: call curl_easy_cleanup in exampleJun Tseng2021-12-061-0/+1
* CURLMOPT_TIMERFUNCTION.3: call it expire time, not intervalDaniel Stenberg2021-12-021-3/+3
* mbedTLS: add support for CURLOPT_CAINFO_BLOBFlorian Van Heghe2021-11-301-1/+1
* docs: consistent manpage SYNOPSISDaniel Stenberg2021-11-26364-445/+1185
* docs: address proselint nitsDaniel Stenberg2021-11-2628-128/+126
* urlapi: provide more detailed return codesbagder/urlapi-returncodesDaniel Stenberg2021-11-252-1/+37
* urlapi: make Curl_is_absolute_url always use MAX_SCHEME_LENDaniel Stenberg2021-11-251-1/+2
* mime: use percent-escaping for multipart form field and file namesPatrick Monnerat2021-11-154-0/+94
* curl_share_setopt.3: refer to CURLSHOPT_USERDATA(3) properlyDaniel Stenberg2021-11-121-2/+1
* curl_share_setopt.3: split out options into their own manpagesDaniel Stenberg2021-11-127-70/+370
* curl_easy_cleanup.3: remove from multi handle firstDaniel Stenberg2021-11-101-0/+4
* docs: NAME fixes in easy option man pagesDaniel Stenberg2021-11-0827-46/+46
* curl_easy_perform.3: add a para about recv and send dataDaniel Stenberg2021-11-081-0/+6
* libcurl-easy.3: language polishDaniel Stenberg2021-11-081-5/+6
* docs: reduce/avoid English contractionsDaniel Stenberg2021-11-07130-296/+296
* man pages: fix backslash-n in examplesDaniel Stenberg2021-11-0520-22/+22
* CURLOPT_ALTSVC_CTRL.3: mention conn reuse is preferredDaniel Stenberg2021-11-041-2/+6
* docs: reduce use of "very"Daniel Stenberg2021-11-0131-128/+125
* CURLOPT_[PROXY]_SSL_CIPHER_LIST.3: bold instead of quoteDaniel Stenberg2021-11-012-22/+21
* CURLOPT_HSTSWRITEFUNCTION.3: using CURLOPT_HSTS_CTRL is requiredJonathan Cardoso Machado2021-10-291-0/+3
* opt-manpages: use 'Added in' instead of 'Since'Daniel Stenberg2021-10-274-4/+4
* docs: fix typo in CURLOPT_TRAILERFUNCTION exampleKerem Kat2021-10-261-1/+1
* docs: consistent use of "Added in"Daniel Stenberg2021-10-2528-41/+41
* man pages: require all to use the same section header orderDaniel Stenberg2021-10-2573-264/+676
* docs: provide "RETURN VALUE" section for more func manpagesDaniel Stenberg2021-10-254-4/+11
* curl_multi_socket_action.3: add a "RETURN VALUE" sectionJay Satiro2021-10-251-0/+3
* hyper: does not support disabling CURLOPT_HTTP_TRANSFER_DECODINGDaniel Stenberg2021-10-221-1/+2
* manpage: adjust the asterisk in some SYNOPSIS sectionsDaniel Stenberg2021-10-204-10/+11
* curl_multi_perform.3: polish wordingDaniel Stenberg2021-10-201-66/+25
* curl_easy_perform.3: minor wording tweakDaniel Stenberg2021-10-201-3/+3
* urlapi: URL decode percent-encoded host namesDaniel Stenberg2021-10-111-1/+9
* CURLOPT_HTTPHEADER.3: add descripion for specific headersDaniel Stenberg2021-10-081-0/+10
* CURLOPT_MAXLIFETIME_CONN: maximum allowed lifetime for conn reuseJeffrey Tolar2021-10-066-4/+75
* CURLOPT_PREREQFUNCTION: add new callbackMax Dymond2021-09-275-0/+175
* urlapi: add curl_url_strerror()i-ky2021-09-2712-17/+66
* libssh2: add SHA256 fingerprint supportMats Lindestam2021-09-264-0/+64
* 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
* curl_easy_setopt: tweak the string copy wordingDaniel Stenberg2021-08-261-5/+5
* setopt: enable CURLOPT_IGNORE_CONTENT_LENGTH for hyperDaniel Stenberg2021-08-231-1/+1