summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* curl:getparameter return error for --http3 if libcurl doesn't supportbagder/curl-http3-checkDaniel Stenberg2020-01-051-2/+5
* docs: mention CURL_MAX_INPUT_LENGTH restrictionsDaniel Stenberg2020-01-052-2/+10
* curl: properly free mimepost dataDaniel Stenberg2020-01-043-2/+72
* curl: cleanup multi handle on failureDaniel Stenberg2020-01-041-2/+4
* lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS`Marcel Raad2020-01-034-10/+15
* COPYING: it's 2020!Daniel Stenberg2020-01-031-1/+1
* tests: Fix bounce requests with truncated writesMarc Aldorasi2020-01-031-0/+2
* tool: make a few char pointers point to const char insteadMarcel Raad2019-12-313-4/+3
* tests: Change NTLM tests to require SSLJay Satiro2019-12-3148-0/+48
* bearssl: Improve I/O handlingMichael Forney2019-12-311-85/+77
* travis: Fix error detectionJay Satiro2019-12-314-250/+267
* tool_operate: fix mem leak when failed config parseJay Satiro2019-12-291-1/+3
* lib: remove erroneous +x file permission on some c filesXiang Xiao2019-12-272-0/+0
* lib: fix warnings found when porting to NuttXXiang Xiao2019-12-273-1/+5
* os400: Add missing CURLE error constantsJay Satiro2019-12-261-0/+6
* CURLOPT_HEADERFUNCTION.3: Document that size is always 1Jay Satiro2019-12-261-3/+3
* examples/postinmemory.c: Call curl_global_cleanup alwaysJay Satiro2019-12-241-3/+2
* url2file.c: fix copyright yearDaniel Stenberg2019-12-211-1/+1
* examples/url2file.c: corrected a commentRickard Hallerbäck2019-12-201-1/+1
* HISTORY: OSS-Fuzz started fuzzing libcurl in 2017Daniel Stenberg2019-12-201-0/+2
* RELEASE-NOTES: syncedDaniel Stenberg2019-12-201-13/+58
* ngtcp2: Support the latest update key callback typeJay Satiro2019-12-202-33/+1
* sws: search for "Testno:" header uncondtionally if no testnoDaniel Stenberg2019-12-192-18/+25
* tests: set LC_ALL in more testsDaniel Stenberg2019-12-193-3/+3
* test165: set LC_ALL=en_US.UTF-8 tooDaniel Stenberg2019-12-191-1/+1
* curl.h: add two defines for the "pre ISO C" caseDaniel Stenberg2019-12-191-0/+2
* create_conn: prefer multiplexing to using new connectionsDaniel Stenberg2019-12-191-18/+0
* test1456: remove the use of a fixed local portDaniel Stenberg2019-12-191-2/+8
* CURLOPT_QUOTE.3: fix typosJay Satiro2019-12-183-11/+11
* strerror: Fix compiler warning "empty expression"Gisle Vanem2019-12-181-1/+1
* curl/parseconfig: use curl_free() to free memory allocated by libcurlDaniel Stenberg2019-12-181-2/+2
* curl/parseconfig: fix mem-leakDaniel Stenberg2019-12-181-0/+2
* CURLOPT_URL.3: "curl supports SMB version 1 (only)"Daniel Stenberg2019-12-181-2/+2
* test1270: a basic -w redirect_url testDaniel Stenberg2019-12-182-1/+70
* HISTORY: the SMB(S) support landed in 2014Daniel Stenberg2019-12-181-0/+2
* define: remove HAVE_ENGINE_LOAD_BUILTIN_ENGINES, not used anymoreDaniel Stenberg2019-12-177-38/+2
* lib: remove ASSIGNWITHINCONDITION exceptions, use our code styleDaniel Stenberg2019-12-172-5/+14
* tests: make sure checksrc runs on header files tooDaniel Stenberg2019-12-164-5/+5
* Revert "checksrc: fix regexp for ASSIGNWITHINCONDITION"Daniel Stenberg2019-12-162-1/+2
* KNOWN_BUGS: TLS session cache doesn't work with TFODaniel Stenberg2019-12-161-0/+5
* KNOWN_BUGS: Connection information when using TCP Fast OpenDaniel Stenberg2019-12-161-1/+2
* KNOWN_BUGS: LDAP on Windows doesn't workDaniel Stenberg2019-12-161-0/+8
* docs: TLS SRP doesn't work with TLS 1.3Daniel Stenberg2019-12-165-5/+15
* cirrus: Switch to the FreeBSD 12.1 point release & enable more tests.Dan Fandrich2019-12-161-5/+5
* azure: the macos cmake doesn't need to install cmakeDaniel Stenberg2019-12-161-1/+1
* winbuild: Document CURL_STATICLIB requirement for static libcurlJay Satiro2019-12-151-0/+6
* libssh2: add support for ECDSA and ed25519 knownhost keysSantino Keupp2019-12-151-47/+81
* lib1591: free memory properly on OOM, in the trailers callbackDaniel Stenberg2019-12-151-4/+17
* runtests: --repeat=[num] to repeat testsDaniel Stenberg2019-12-152-0/+19
* RELEASE-NOTES: syncedDaniel Stenberg2019-12-151-12/+40