aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-06TrackMemory tests: always remove CR before LFMarcel Raad
2020-01-06multi.h: move INITIAL_MAX_CONCURRENT_STREAMS from public headerDaniel Stenberg
2020-01-06file: fix copyright year rangeDaniel Stenberg
2020-01-06curl -w: handle a blank input file correctlyDaniel Stenberg
2020-01-06file: on Windows, refuse paths that start with \\Daniel Stenberg
2020-01-06CURLOPT_READFUNCTION.3: fix fopen params in exampleJay Satiro
2020-01-06CURLOPT_READFUNCTION.3: fix variable name in exampleJay Satiro
2020-01-05curl:getparameter return error for --http3 if libcurl doesn't supportDaniel Stenberg
2020-01-05docs: mention CURL_MAX_INPUT_LENGTH restrictionsDaniel Stenberg
2020-01-04curl: properly free mimepost dataDaniel Stenberg
2020-01-04curl: cleanup multi handle on failureDaniel Stenberg
2020-01-03lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS`Marcel Raad
2020-01-03COPYING: it's 2020!Daniel Stenberg
2020-01-03tests: Fix bounce requests with truncated writesMarc Aldorasi
2019-12-31tool: make a few char pointers point to const char insteadMarcel Raad
2019-12-31tests: Change NTLM tests to require SSLJay Satiro
2019-12-31bearssl: Improve I/O handlingMichael Forney
2019-12-31travis: Fix error detectionJay Satiro
2019-12-29tool_operate: fix mem leak when failed config parseJay Satiro
2019-12-27lib: remove erroneous +x file permission on some c filesXiang Xiao
2019-12-27lib: fix warnings found when porting to NuttXXiang Xiao
2019-12-26os400: Add missing CURLE error constantsJay Satiro
2019-12-26CURLOPT_HEADERFUNCTION.3: Document that size is always 1Jay Satiro
2019-12-24examples/postinmemory.c: Call curl_global_cleanup alwaysJay Satiro
2019-12-21url2file.c: fix copyright yearDaniel Stenberg
2019-12-20examples/url2file.c: corrected a commentRickard Hallerbäck
2019-12-20HISTORY: OSS-Fuzz started fuzzing libcurl in 2017Daniel Stenberg
2019-12-20RELEASE-NOTES: syncedDaniel Stenberg
2019-12-20ngtcp2: Support the latest update key callback typeJay Satiro
2019-12-19sws: search for "Testno:" header uncondtionally if no testnoDaniel Stenberg
2019-12-19tests: set LC_ALL in more testsDaniel Stenberg
2019-12-19test165: set LC_ALL=en_US.UTF-8 tooDaniel Stenberg
2019-12-19curl.h: add two defines for the "pre ISO C" caseDaniel Stenberg
2019-12-19create_conn: prefer multiplexing to using new connectionsDaniel Stenberg
2019-12-19test1456: remove the use of a fixed local portDaniel Stenberg
2019-12-18CURLOPT_QUOTE.3: fix typosJay Satiro
2019-12-18strerror: Fix compiler warning "empty expression"Gisle Vanem
2019-12-18curl/parseconfig: use curl_free() to free memory allocated by libcurlDaniel Stenberg
2019-12-18curl/parseconfig: fix mem-leakDaniel Stenberg
2019-12-18CURLOPT_URL.3: "curl supports SMB version 1 (only)"Daniel Stenberg
2019-12-18test1270: a basic -w redirect_url testDaniel Stenberg
2019-12-18HISTORY: the SMB(S) support landed in 2014Daniel Stenberg
2019-12-17define: remove HAVE_ENGINE_LOAD_BUILTIN_ENGINES, not used anymoreDaniel Stenberg
2019-12-17lib: remove ASSIGNWITHINCONDITION exceptions, use our code styleDaniel Stenberg
2019-12-16tests: make sure checksrc runs on header files tooDaniel Stenberg
2019-12-16Revert "checksrc: fix regexp for ASSIGNWITHINCONDITION"Daniel Stenberg
2019-12-16KNOWN_BUGS: TLS session cache doesn't work with TFODaniel Stenberg
2019-12-16KNOWN_BUGS: Connection information when using TCP Fast OpenDaniel Stenberg
2019-12-16KNOWN_BUGS: LDAP on Windows doesn't workDaniel Stenberg
2019-12-16docs: TLS SRP doesn't work with TLS 1.3Daniel Stenberg