Age | Commit message (Expand) | Author |
2020-01-13 | schannel_verify: Fix alt names manual verify for UNICODE builds | Jay Satiro |
2020-01-13 | HTTP-COOKIES.md: describe the cookie file format | Daniel Stenberg |
2020-01-13 | CMake: Add support for CMAKE_LTO option. | Tobias Hieta |
2020-01-13 | RELEASE-NOTES: synced | Daniel Stenberg |
2020-01-13 | ConnectionExists: respect the max_concurrent_streams limits | Daniel Stenberg |
2020-01-13 | curl: make #0 not output the full URL | Daniel Stenberg |
2020-01-12 | wolfSSH: new SSH backend | Daniel Stenberg |
2020-01-12 | curl: remove 'config' field from OutStruct | Daniel Stenberg |
2020-01-12 | misc: Copyright year out of date, should be 2020 | Daniel Stenberg |
2020-01-11 | libssh2: add support for forcing a hostkey type | Santino Keupp |
2020-01-11 | cmake: Improve libssh2 check on Windows | nicoguillier |
2020-01-11 | schannel: Make CURLOPT_CAINFO work better on Windows 7 | Faizur Rahman |
2020-01-11 | ngtcp2: Add an error code for QUIC connection errors | Emil Engler |
2020-01-11 | multi: Change curl_multi_wait/poll to error on negative timeout | Jay Satiro |
2020-01-11 | cmake: Enable SMB for Windows builds | Marc Aldorasi |
2020-01-11 | vtls: Refactor Curl_multissl_version to make the code clearer | Jay Satiro |
2020-01-10 | fix: Copyright year out of date, should be 2020 | Daniel Stenberg |
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 |