Age | Commit message (Expand) | Author |
2020-04-08 | github actions: run when pushed to master or */ci + PRs | Daniel Stenberg |
2020-04-08 | runtests: provide nicer errormsg when protocol "dump" file is empty | Daniel Stenberg |
2020-04-08 | schannel: support .P12 or .PFX client certificates | Gilles Vollant |
2020-04-08 | tests: verify split initial HTTP requests with CURL_SMALLREQSEND | Daniel Stenberg |
2020-04-08 | http: don't consider upload done if the request isn't completely sent off | Daniel Stenberg |
2020-04-08 | http: allow Curl_add_buffer_send() to do a short first send by force | Daniel Stenberg |
2020-04-08 | connect: store connection info for QUIC connections | Daniel Stenberg |
2020-04-07 | tests/README: update the port numbers list | Daniel Stenberg |
2020-04-07 | select: remove typecast from SOCKET_WRITABLE/READABLE macros | Daniel Stenberg |
2020-04-07 | CURLOPT_WRITEFUNCTION.3: add inline example and new see-also | Daniel Stenberg |
2020-04-06 | release-notes: output trailing references sorted numerically | Daniel Stenberg |
2020-04-06 | cleanup: correct copyright year range on a few files | Daniel Stenberg |
2020-04-06 | configure: remove use of -vec-report0 from CFLAGS with icc | Daniel Stenberg |
2020-04-06 | warnless: remove code block for icc that didn't work | Daniel Stenberg |
2020-04-06 | dist: add missing setup-win32.h | Marc Hoersken |
2020-04-06 | RELEASE-NOTES: synced | Daniel Stenberg |
2020-04-06 | scripts/release-notes.pl: add helper script for RELEASE-NOTES maintenance | Daniel Stenberg |
2020-04-06 | configure: don't check for Security.framework when cross-compiling | Dennis Felsing |
2020-04-06 | TODO: Option to make -Z merge lined based outputs on stdout | Daniel Stenberg |
2020-04-05 | lib: never define CURL_CA_BUNDLE with a getenv | Daniel Stenberg |
2020-04-05 | lib670: use the same Win32 API check as all other lib tests | Marc Hoersken |
2020-04-05 | appveyor: use random test server ports based upon APPVEYOR_API_URL | Marc Hoersken |
2020-04-05 | appveyor: sort builds by type and add two new variants | Marc Hoersken |
2020-04-05 | appveyor: show failed tests in log even if test is ignored | Marc Hoersken |
2020-04-05 | appveyor: turn disabled tests into ignored result tests | Marc Hoersken |
2020-04-05 | KNOWN_BUGS: fixed "USE_UNIX_SOCKETS on Windows" | Daniel Stenberg |
2020-04-05 | test1566: verify --etag-compare that gets a 304 back | Daniel Stenberg |
2020-04-05 | CURLINFO_CONDITION_UNMET: return true for 304 http status code | Kwon-Young Choi |
2020-04-05 | curl: allow both --etag-compare and --etag-save with same file name | Kwon-Young Choi |
2020-04-04 | windows: enable UnixSockets with all build toolchains | Viktor Szakats |
2020-04-04 | KNOWN_BUGS: Store TLS context per transfer instead of per connection | Daniel Stenberg |
2020-04-03 | sockfilt: remove redundancy in timeout handling | Marc Hoersken |
2020-04-03 | sockfilt: fix handling of ready closed sockets on Windows | Marc Hoersken |
2020-04-03 | sockfilt: fix race-condition of waiting threads and event handling | Marc Hoersken |
2020-04-02 | CI-fuzz: increase fuzz time to 40 minutes | Leo Neat |
2020-04-02 | CI: increase Azure Pipelines timeouts due to performance issues | Marc Hoersken |
2020-04-02 | runtests.pl: log host OS as detected by Perl environment | Marc Hoersken |
2020-04-02 | ftpserver.pl: log before and after data connection is closed | Marc Hoersken |
2020-04-01 | RELEASE-NOTES: synced | Daniel Stenberg |
2020-03-31 | RELEASE-PROCEDURE.md: run the copyright.pl script! | Daniel Stenberg |
2020-03-31 | vquic/ngtcp2.h: update copyright year range | Daniel Stenberg |
2020-03-31 | CI: add build with ngtcp2 + gnutls on Travis CI | Daiki Ueno |
2020-03-31 | vquic: add support for GnuTLS backend of ngtcp2 | Daiki Ueno |
2020-03-31 | examples/sessioninfo.c: add include to fix compiler warning | Gisle Vanem |
2020-03-31 | misc: copyright year updates | Daniel Stenberg |
2020-03-31 | build: fixed build for systems with select() in unistd.h | Harry Sintonen |
2020-03-31 | memdebug: don't log free(NULL) | Daniel Stenberg |
2020-03-30 | cleanup: insert newline after if() conditions | Daniel Stenberg |
2020-03-30 | checksrc: warn on obvious conditional blocks on the same line as if() | Daniel Stenberg |
2020-03-30 | cmake: add CMAKE_MSVC_RUNTIME_LIBRARY | Roger Orr |