summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version: increase buffer space for ssl version outputbagder/version-larger-bufferDaniel Stenberg2020-04-121-2/+2
* tests/server: add hidden window to gracefully handle WM_CLOSEMarc Hoersken2020-04-121-0/+88
* tests/server: add CTRL event handler for Win32 consolesMarc Hoersken2020-04-121-0/+48
* tests/server: move all signal handling routines to util.[ch]Marc Hoersken2020-04-127-647/+158
* compressed.d: stress that the headers are not modifiedDaniel Stenberg2020-04-121-2/+4
* tests/server/util.c: use curl_off_t instead of long for pidMarc Hoersken2020-04-111-3/+3
* tests: use Cygwin/msys PIDs for stunnel and sshd on WindowsMarc Hoersken2020-04-112-4/+35
* tests: add Windows compatible pidwait like pidkill and pidtermMarc Hoersken2020-04-113-11/+33
* tests: fix conflict between Cygwin/msys and Windows PIDsMarc Hoersken2020-04-115-33/+79
* RELEASE-NOTES: syncedDaniel Stenberg2020-04-111-12/+38
* release-notes.pl: detect the start of the references in cleanup modeDaniel Stenberg2020-04-111-2/+1
* Revert "file: on Windows, refuse paths that start with \\"Daniel Stenberg2020-04-111-4/+2
* lib: fix conversion warnings for SOCKET_WRITABLE/READABLEJay Satiro2020-04-112-3/+6
* test1148: tolerate progress updates better (again)Jay Satiro2020-04-111-7/+7
* sshserver.pl: use cached Win32 environment check variableMarc Hoersken2020-04-101-2/+2
* appveyor: partially revert 3413a110 to keep build without proxyMarc Hoersken2020-04-101-2/+2
* appveyor: ignore failing 'connect to non-listening proxy' testsMarc Hoersken2020-04-101-3/+3
* CI/macos: convert CRLF to LF and align indentationMarc Hoersken2020-04-101-97/+97
* url: allow non-HTTPS altsvc-matching for debug buildsDaniel Stenberg2020-04-091-1/+8
* server/resolve: remove AI_CANONNAME to make macos tell the truthDaniel Stenberg2020-04-091-1/+1
* runtests: fix warning about using an undefined variableDaniel Stenberg2020-04-091-2/+2
* release-notes: fix the initial reference list outputDaniel Stenberg2020-04-081-19/+20
* github actions: run when pushed to master or */ci + PRsDaniel Stenberg2020-04-082-2/+20
* runtests: provide nicer errormsg when protocol "dump" file is emptyDaniel Stenberg2020-04-081-0/+7
* schannel: support .P12 or .PFX client certificatesGilles Vollant2020-04-081-34/+124
* tests: verify split initial HTTP requests with CURL_SMALLREQSENDDaniel Stenberg2020-04-083-27/+159
* http: don't consider upload done if the request isn't completely sent offDaniel Stenberg2020-04-082-3/+8
* http: allow Curl_add_buffer_send() to do a short first send by forceDaniel Stenberg2020-04-081-1/+14
* connect: store connection info for QUIC connectionsDaniel Stenberg2020-04-081-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