Age | Commit message (Expand) | Author |
2020-01-06 | TrackMemory tests: always remove CR before LF | Marcel Raad |
2020-01-06 | multi.h: move INITIAL_MAX_CONCURRENT_STREAMS from public header | Daniel Stenberg |
2020-01-06 | file: fix copyright year range | Daniel Stenberg |
2020-01-06 | curl -w: handle a blank input file correctly | Daniel Stenberg |
2020-01-06 | file: on Windows, refuse paths that start with \\ | Daniel Stenberg |
2020-01-06 | CURLOPT_READFUNCTION.3: fix fopen params in example | Jay Satiro |
2020-01-06 | CURLOPT_READFUNCTION.3: fix variable name in example | Jay Satiro |
2020-01-05 | curl:getparameter return error for --http3 if libcurl doesn't support | Daniel Stenberg |
2020-01-05 | docs: mention CURL_MAX_INPUT_LENGTH restrictions | Daniel Stenberg |
2020-01-04 | curl: properly free mimepost data | Daniel Stenberg |
2020-01-04 | curl: cleanup multi handle on failure | Daniel Stenberg |
2020-01-03 | lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS` | Marcel Raad |
2020-01-03 | COPYING: it's 2020! | Daniel Stenberg |
2020-01-03 | tests: Fix bounce requests with truncated writes | Marc Aldorasi |
2019-12-31 | tool: make a few char pointers point to const char instead | Marcel Raad |
2019-12-31 | tests: Change NTLM tests to require SSL | Jay Satiro |
2019-12-31 | bearssl: Improve I/O handling | Michael Forney |
2019-12-31 | travis: Fix error detection | Jay Satiro |
2019-12-29 | tool_operate: fix mem leak when failed config parse | Jay Satiro |
2019-12-27 | lib: remove erroneous +x file permission on some c files | Xiang Xiao |
2019-12-27 | lib: fix warnings found when porting to NuttX | Xiang Xiao |
2019-12-26 | os400: Add missing CURLE error constants | Jay Satiro |
2019-12-26 | CURLOPT_HEADERFUNCTION.3: Document that size is always 1 | Jay Satiro |
2019-12-24 | examples/postinmemory.c: Call curl_global_cleanup always | Jay Satiro |
2019-12-21 | url2file.c: fix copyright year | Daniel Stenberg |
2019-12-20 | examples/url2file.c: corrected a comment | Rickard Hallerbäck |
2019-12-20 | HISTORY: OSS-Fuzz started fuzzing libcurl in 2017 | Daniel Stenberg |
2019-12-20 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-12-20 | ngtcp2: Support the latest update key callback type | Jay Satiro |
2019-12-19 | sws: search for "Testno:" header uncondtionally if no testno | Daniel Stenberg |
2019-12-19 | tests: set LC_ALL in more tests | Daniel Stenberg |
2019-12-19 | test165: set LC_ALL=en_US.UTF-8 too | Daniel Stenberg |
2019-12-19 | curl.h: add two defines for the "pre ISO C" case | Daniel Stenberg |
2019-12-19 | create_conn: prefer multiplexing to using new connections | Daniel Stenberg |
2019-12-19 | test1456: remove the use of a fixed local port | Daniel Stenberg |
2019-12-18 | CURLOPT_QUOTE.3: fix typos | Jay Satiro |
2019-12-18 | strerror: Fix compiler warning "empty expression" | Gisle Vanem |
2019-12-18 | curl/parseconfig: use curl_free() to free memory allocated by libcurl | Daniel Stenberg |
2019-12-18 | curl/parseconfig: fix mem-leak | Daniel Stenberg |
2019-12-18 | CURLOPT_URL.3: "curl supports SMB version 1 (only)" | Daniel Stenberg |
2019-12-18 | test1270: a basic -w redirect_url test | Daniel Stenberg |
2019-12-18 | HISTORY: the SMB(S) support landed in 2014 | Daniel Stenberg |
2019-12-17 | define: remove HAVE_ENGINE_LOAD_BUILTIN_ENGINES, not used anymore | Daniel Stenberg |
2019-12-17 | lib: remove ASSIGNWITHINCONDITION exceptions, use our code style | Daniel Stenberg |
2019-12-16 | tests: make sure checksrc runs on header files too | Daniel Stenberg |
2019-12-16 | Revert "checksrc: fix regexp for ASSIGNWITHINCONDITION" | Daniel Stenberg |
2019-12-16 | KNOWN_BUGS: TLS session cache doesn't work with TFO | Daniel Stenberg |
2019-12-16 | KNOWN_BUGS: Connection information when using TCP Fast Open | Daniel Stenberg |
2019-12-16 | KNOWN_BUGS: LDAP on Windows doesn't work | Daniel Stenberg |
2019-12-16 | docs: TLS SRP doesn't work with TLS 1.3 | Daniel Stenberg |