Age | Commit message (Expand) | Author |
2020-01-10 | hostip: move code to resolve IP address literals to `Curl_resolv` | Marcel Raad |
2020-01-09 | scripts/delta: adapt to new public header layout | Daniel Stenberg |
2020-01-09 | test1167: verify global symbols in public headers are curl prefixed | Daniel Stenberg |
2020-01-09 | libtest/mk-lib1521: adapt to new public header layout | Daniel Stenberg |
2020-01-09 | include: remove non-curl prefixed defines | Daniel Stenberg |
2020-01-09 | curl.h: remove WIN32 define | Daniel Stenberg |
2020-01-09 | tool_dirhie.c: fix the copyright year range | Daniel Stenberg |
2020-01-09 | bump: work towards 7.69.0 is started | Daniel Stenberg |
2020-01-09 | tool_dirhie: Allow directory traversal during creation | Jay Satiro |
2020-01-09 | KNOWN_BUGS: AUTH PLAIN for SMTP is not working on all servers | Daniel Stenberg |
2020-01-09 | docs/RELEASE-PROCEDURE.md: pushed some release dates | Daniel Stenberg |
2020-01-09 | runtests: make random seed fixed for a month | Daniel Stenberg |
2020-01-08 | RELEASE-PROCEDURE.md: fix next release date (Feb 26) | Daniel Stenberg |
2020-01-08 | RELEASE-NOTES: 7.68.0 | Daniel Stenberg |
2020-01-07 | THANKS: updated with names from the 7.68.0 release | Daniel Stenberg |
2020-01-07 | RELEASE-PROCEDURE: add four future release dates | Daniel Stenberg |
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 |