summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* connect: store connection info for QUIC connectionsbagder/h3-headDaniel Stenberg2020-04-071-41/+40
* tests/README: update the port numbers listDaniel Stenberg2020-04-071-6/+5
* select: remove typecast from SOCKET_WRITABLE/READABLE macrosDaniel Stenberg2020-04-071-2/+2
* CURLOPT_WRITEFUNCTION.3: add inline example and new see-alsoDaniel Stenberg2020-04-071-4/+33
* release-notes: output trailing references sorted numericallyDaniel Stenberg2020-04-061-12/+10
* cleanup: correct copyright year range on a few filesDaniel Stenberg2020-04-065-5/+5
* configure: remove use of -vec-report0 from CFLAGS with iccDaniel Stenberg2020-04-061-5/+0
* warnless: remove code block for icc that didn't workDaniel Stenberg2020-04-061-13/+0
* dist: add missing setup-win32.hMarc Hoersken2020-04-061-1/+2
* RELEASE-NOTES: syncedDaniel Stenberg2020-04-061-5/+29
* scripts/release-notes.pl: add helper script for RELEASE-NOTES maintenanceDaniel Stenberg2020-04-061-0/+214
* configure: don't check for Security.framework when cross-compilingDennis Felsing2020-04-061-1/+1
* TODO: Option to make -Z merge lined based outputs on stdoutDaniel Stenberg2020-04-061-0/+9
* lib: never define CURL_CA_BUNDLE with a getenvDaniel Stenberg2020-04-052-4/+0
* lib670: use the same Win32 API check as all other lib testsMarc Hoersken2020-04-051-1/+1
* appveyor: use random test server ports based upon APPVEYOR_API_URLMarc Hoersken2020-04-051-1/+2
* appveyor: sort builds by type and add two new variantsMarc Hoersken2020-04-051-23/+47
* appveyor: show failed tests in log even if test is ignoredMarc Hoersken2020-04-051-6/+7
* appveyor: turn disabled tests into ignored result testsMarc Hoersken2020-04-051-8/+8
* KNOWN_BUGS: fixed "USE_UNIX_SOCKETS on Windows"Daniel Stenberg2020-04-051-8/+0
* test1566: verify --etag-compare that gets a 304 backDaniel Stenberg2020-04-052-0/+66
* CURLINFO_CONDITION_UNMET: return true for 304 http status codeKwon-Young Choi2020-04-053-5/+10
* curl: allow both --etag-compare and --etag-save with same file nameKwon-Young Choi2020-04-054-31/+150
* windows: enable UnixSockets with all build toolchainsViktor Szakats2020-04-042-10/+9
* KNOWN_BUGS: Store TLS context per transfer instead of per connectionDaniel Stenberg2020-04-041-0/+11
* sockfilt: remove redundancy in timeout handlingMarc Hoersken2020-04-031-13/+13
* sockfilt: fix handling of ready closed sockets on WindowsMarc Hoersken2020-04-031-25/+35
* sockfilt: fix race-condition of waiting threads and event handlingMarc Hoersken2020-04-031-83/+163
* CI-fuzz: increase fuzz time to 40 minutesLeo Neat2020-04-021-1/+1
* CI: increase Azure Pipelines timeouts due to performance issuesMarc Hoersken2020-04-021-10/+10
* runtests.pl: log host OS as detected by Perl environmentMarc Hoersken2020-04-021-1/+3
* ftpserver.pl: log before and after data connection is closedMarc Hoersken2020-04-021-1/+4
* RELEASE-NOTES: syncedDaniel Stenberg2020-04-011-9/+33
* RELEASE-PROCEDURE.md: run the copyright.pl script!Daniel Stenberg2020-03-311-0/+2
* vquic/ngtcp2.h: update copyright year rangeDaniel Stenberg2020-03-311-1/+1
* CI: add build with ngtcp2 + gnutls on Travis CIDaiki Ueno2020-03-312-6/+48
* vquic: add support for GnuTLS backend of ngtcp2Daiki Ueno2020-03-314-28/+412
* examples/sessioninfo.c: add include to fix compiler warningGisle Vanem2020-03-311-1/+2
* misc: copyright year updatesDaniel Stenberg2020-03-312-2/+2
* build: fixed build for systems with select() in unistd.hHarry Sintonen2020-03-318-0/+18
* memdebug: don't log free(NULL)Daniel Stenberg2020-03-311-2/+2
* cleanup: insert newline after if() conditionsDaniel Stenberg2020-03-306-16/+23
* checksrc: warn on obvious conditional blocks on the same line as if()Daniel Stenberg2020-03-301-2/+24
* cmake: add CMAKE_MSVC_RUNTIME_LIBRARYRoger Orr2020-03-301-0/+1
* ngtcp2: update to git master for the key installation API changeDaiki Ueno2020-03-301-5/+9
* SECURITY.md: minor rephraseCyrus2020-03-301-1/+1
* output.d: quote the URL when globbingDaniel Stenberg2020-03-302-7/+7
* dist: add tests/version-scan.pl to tarballDaniel Stenberg2020-03-291-1/+1
* test1177: verify that all the CURL_VERSION_ bits are documentedDaniel Stenberg2020-03-293-1/+92
* curl.h: remnove CURL_VERSION_ESNI. Never supported nor documentedDaniel Stenberg2020-03-294-7/+0