summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: fix proselint nitsbagder/docs-proselintDaniel Stenberg2021-12-0913-125/+123
* docs/URL-SYNTAX.md: space is not fine in a given URLDaniel Stenberg2021-12-091-7/+10
* curl_multi_perform/socket_action.3: clarify what errors meanDaniel Stenberg2021-12-092-2/+12
* libcurl-errors.3: add CURLM_ABORTED_BY_CALLBACKDaniel Stenberg2021-12-091-0/+2
* hash: add asserts to help detect bad usageDaniel Stenberg2021-12-091-2/+7
* lib530: abort on curl_multi errorsDaniel Stenberg2021-12-091-14/+33
* FAQ: we never pronounced it "see URL", we say "kurl"Daniel Stenberg2021-12-081-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2021-12-071-7/+27
* CURLOPT_RESOLVE.3: minor polishDaniel Stenberg2021-12-071-26/+34
* test1556: adjust for hyperDaniel Stenberg2021-12-073-16/+15
* test1554: adjust for hyperDaniel Stenberg2021-12-072-1/+6
* retry-all-errors.d: make the example completeDaniel Stenberg2021-12-071-1/+1
* TODO: 5.7 Require HTTP version X or higherDaniel Stenberg2021-12-061-0/+9
* 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-0614-67/+574
* http2:set_transfer_url() return early on OOMDaniel Stenberg2021-12-061-1/+4
* tool_parsecfg: use correct free() call to free memoryDaniel Stenberg2021-12-061-2/+2
* tool_operate: fix potential memory-leakDaniel Stenberg2021-12-061-9/+11
* openldap: implement STARTTLSPatrick Monnerat2021-12-065-10/+83
* 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
* tool_listhelp: syncDaniel Stenberg2021-12-051-4/+4
* request.d: refer to 'method' rather than 'command'Damien Walsh2021-12-051-2/+2
* RELEASE-NOTES: syncedDaniel Stenberg2021-12-031-7/+33
* writeout: fix %{http_version} for HTTP/3Daniel Stenberg2021-12-031-11/+22
* urlapi: accept port number zeroDaniel Stenberg2021-12-032-4/+6
* lift: ignore is a deprecated config option, use ignoreRulesMark Dodgson2021-12-031-1/+1
* HTTP3: update quiche build instructionsAlessandro Ghedini2021-12-033-8/+8
* CURLMOPT_TIMERFUNCTION.3: call it expire time, not intervalDaniel Stenberg2021-12-021-3/+3
* mbedTLS: include NULL byte in blob data length for CURLOPT_CAINFO_BLOBFlorian Van Heghe2021-12-021-2/+7
* version_win32: Check build number and platform idWyatt O'Day2021-12-028-27/+77
* libssh2: fix error message for sha256 mismatchJay Satiro2021-12-021-1/+1
* openssl: check the return value of BIO_new()x20182021-12-011-0/+12
* docs: Update the Reducing Size sectionDan Fandrich2021-11-301-21/+43
* tests: Add some missing keywords to testsDan Fandrich2021-11-307-0/+7
* mbedTLS: add support for CURLOPT_CAINFO_BLOBFlorian Van Heghe2021-11-302-2/+21
* digest: compute user:realm:pass digest w/o userhashGlenn Strauss2021-11-305-18/+17
* config.d: update documentation to match the path searchbagder/homedir-scanDaniel Stenberg2021-11-291-23/+22
* tool_findfile: search for a file in the homedirDaniel Stenberg2021-11-297-197/+180
* docs: consistent manpage SYNOPSISDaniel Stenberg2021-11-26365-447/+1202
* RELEASE-NOTES: syncedDaniel Stenberg2021-11-261-5/+26
* openldap: handle connect phase with a state machinePatrick Monnerat2021-11-261-111/+213
* docs: address proselint nitsDaniel Stenberg2021-11-2670-223/+221
* FAQ: typo fix : "yout" ➤ "your"Bruno Baguette2021-11-261-1/+1
* docs/INSTALL.md: typo fix : added missing "get" verbBruno Baguette2021-11-261-1/+1
* insecure.d: detail its use for SFTP and SCP as wellDaniel Stenberg2021-11-251-11/+14
* Makefile.m32: rename -winssl option to -schannel and tidy upViktor Szakats2021-11-253-73/+73
* KNOWN_BUGS: 5.6 make distclean loops foreverDaniel Stenberg2021-11-251-0/+8
* KNOWN_BUGS: add one, remove oneDaniel Stenberg2021-11-251-5/+3
* urlapi: provide more detailed return codesbagder/urlapi-returncodesDaniel Stenberg2021-11-258-111/+289