aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-08http: allow Curl_add_buffer_send() to do a short first send by forceDaniel Stenberg
2020-04-08connect: store connection info for QUIC connectionsDaniel Stenberg
2020-04-07tests/README: update the port numbers listDaniel Stenberg
2020-04-07select: remove typecast from SOCKET_WRITABLE/READABLE macrosDaniel Stenberg
2020-04-07CURLOPT_WRITEFUNCTION.3: add inline example and new see-alsoDaniel Stenberg
2020-04-06release-notes: output trailing references sorted numericallyDaniel Stenberg
2020-04-06cleanup: correct copyright year range on a few filesDaniel Stenberg
2020-04-06configure: remove use of -vec-report0 from CFLAGS with iccDaniel Stenberg
2020-04-06warnless: remove code block for icc that didn't workDaniel Stenberg
2020-04-06dist: add missing setup-win32.hMarc Hoersken
2020-04-06RELEASE-NOTES: syncedDaniel Stenberg
2020-04-06scripts/release-notes.pl: add helper script for RELEASE-NOTES maintenanceDaniel Stenberg
2020-04-06configure: don't check for Security.framework when cross-compilingDennis Felsing
2020-04-06TODO: Option to make -Z merge lined based outputs on stdoutDaniel Stenberg
2020-04-05lib: never define CURL_CA_BUNDLE with a getenvDaniel Stenberg
2020-04-05lib670: use the same Win32 API check as all other lib testsMarc Hoersken
2020-04-05appveyor: use random test server ports based upon APPVEYOR_API_URLMarc Hoersken
2020-04-05appveyor: sort builds by type and add two new variantsMarc Hoersken
2020-04-05appveyor: show failed tests in log even if test is ignoredMarc Hoersken
2020-04-05appveyor: turn disabled tests into ignored result testsMarc Hoersken
2020-04-05KNOWN_BUGS: fixed "USE_UNIX_SOCKETS on Windows"Daniel Stenberg
2020-04-05test1566: verify --etag-compare that gets a 304 backDaniel Stenberg
2020-04-05CURLINFO_CONDITION_UNMET: return true for 304 http status codeKwon-Young Choi
2020-04-05curl: allow both --etag-compare and --etag-save with same file nameKwon-Young Choi
2020-04-04windows: enable UnixSockets with all build toolchainsViktor Szakats
2020-04-04KNOWN_BUGS: Store TLS context per transfer instead of per connectionDaniel Stenberg
2020-04-03sockfilt: remove redundancy in timeout handlingMarc Hoersken
2020-04-03sockfilt: fix handling of ready closed sockets on WindowsMarc Hoersken
2020-04-03sockfilt: fix race-condition of waiting threads and event handlingMarc Hoersken
2020-04-02CI-fuzz: increase fuzz time to 40 minutesLeo Neat
2020-04-02CI: increase Azure Pipelines timeouts due to performance issuesMarc Hoersken
2020-04-02runtests.pl: log host OS as detected by Perl environmentMarc Hoersken
2020-04-02ftpserver.pl: log before and after data connection is closedMarc Hoersken
2020-04-01RELEASE-NOTES: syncedDaniel Stenberg
2020-03-31RELEASE-PROCEDURE.md: run the copyright.pl script!Daniel Stenberg
2020-03-31vquic/ngtcp2.h: update copyright year rangeDaniel Stenberg
2020-03-31CI: add build with ngtcp2 + gnutls on Travis CIDaiki Ueno
2020-03-31vquic: add support for GnuTLS backend of ngtcp2Daiki Ueno
2020-03-31examples/sessioninfo.c: add include to fix compiler warningGisle Vanem
2020-03-31misc: copyright year updatesDaniel Stenberg
2020-03-31build: fixed build for systems with select() in unistd.hHarry Sintonen
2020-03-31memdebug: don't log free(NULL)Daniel Stenberg
2020-03-30cleanup: insert newline after if() conditionsDaniel Stenberg
2020-03-30checksrc: warn on obvious conditional blocks on the same line as if()Daniel Stenberg
2020-03-30cmake: add CMAKE_MSVC_RUNTIME_LIBRARYRoger Orr
2020-03-30ngtcp2: update to git master for the key installation API changeDaiki Ueno
2020-03-30SECURITY.md: minor rephraseCyrus
2020-03-30output.d: quote the URL when globbingDaniel Stenberg
2020-03-29dist: add tests/version-scan.pl to tarballDaniel Stenberg
2020-03-29test1177: verify that all the CURL_VERSION_ bits are documentedDaniel Stenberg