aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-14scripts/release-notes.pl: accept colon after the Fixes/Closes keywordsDaniel Stenberg
2020-04-14docs/MQTT: replace confusing 80 by 75JP Mens
2020-04-14cmake: Avoid MSVC C4273 warnings in send/recv checksBrad King
2020-04-14KNOWN_BUGS: Add entry 'Blocking socket operations'Jay Satiro
2020-04-14test2043: use revoked.badssl.com instead of revoked.grc.comMarc Hoersken
2020-04-14sockfilt: fix broken pipe on Windows to be ready in select_wsMarc Hoersken
2020-04-14RELEASE-NOTES: syncedDaniel Stenberg
2020-04-14scripts/release-notes: fix duplicate output headerDaniel Stenberg
2020-04-14github/workflow: enable MQTT in the macOS debug buildDaniel Stenberg
2020-04-14azure: add mqtt support to one of the Windows buildsDaniel Stenberg
2020-04-14travis: add mqtt job on LinuxDaniel Stenberg
2020-04-14tests: add four MQTT tests 1190 - 1193Daniel Stenberg
2020-04-14tests: add the mqtt test server mqttdDaniel Stenberg
2020-04-14tests: support hex encoded data and mqtt serverDaniel Stenberg
2020-04-14mqtt: add new experimental protocolBjorn Stenberg
2020-04-14TODO: Consider convenience options for JSON and XML?Daniel Stenberg
2020-04-14tool: do not declare functions with Curl_ prefixDaniel Stenberg
2020-04-13cmake: add aliases so exported target names are available in treeNathaniel R. Lewis
2020-04-13version: increase buffer space for ssl version outputDaniel Stenberg
2020-04-13cirrus: no longer ignore test 504 which is working againMarc Hoersken
2020-04-13appveyor: completely disable tests that fail to timeout earlyMarc Hoersken
2020-04-13test1908: avoid using fixed port number in test dataDaniel Stenberg
2020-04-12schannel: Fix blocking timeout logicAndrew Kurushin
2020-04-12socks: Fix blocking timeout logicJay Satiro
2020-04-12gopher: check remaining time left during write busy loopMarc Hoersken
2020-04-13gnutls: ensure TLS 1.3 when SRP isn't requestedDirkjan Bussink
2020-04-12tests/server: add hidden window to gracefully handle WM_CLOSEMarc Hoersken
2020-04-12tests/server: add CTRL event handler for Win32 consolesMarc Hoersken
2020-04-12tests/server: move all signal handling routines to util.[ch]Marc Hoersken
2020-04-12compressed.d: stress that the headers are not modifiedDaniel Stenberg
2020-04-11tests/server/util.c: use curl_off_t instead of long for pidMarc Hoersken
2020-04-11tests: use Cygwin/msys PIDs for stunnel and sshd on WindowsMarc Hoersken
2020-04-11tests: add Windows compatible pidwait like pidkill and pidtermMarc Hoersken
2020-04-11tests: fix conflict between Cygwin/msys and Windows PIDsMarc Hoersken
2020-04-11RELEASE-NOTES: syncedDaniel Stenberg
2020-04-11release-notes.pl: detect the start of the references in cleanup modeDaniel Stenberg
2020-04-11Revert "file: on Windows, refuse paths that start with \\"Daniel Stenberg
2020-04-11lib: fix conversion warnings for SOCKET_WRITABLE/READABLEJay Satiro
2020-04-11test1148: tolerate progress updates better (again)Jay Satiro
2020-04-10sshserver.pl: use cached Win32 environment check variableMarc Hoersken
2020-04-10appveyor: partially revert 3413a110 to keep build without proxyMarc Hoersken
2020-04-10appveyor: ignore failing 'connect to non-listening proxy' testsMarc Hoersken
2020-04-10CI/macos: convert CRLF to LF and align indentationMarc Hoersken
2020-04-09url: allow non-HTTPS altsvc-matching for debug buildsDaniel Stenberg
2020-04-09server/resolve: remove AI_CANONNAME to make macos tell the truthDaniel Stenberg
2020-04-09runtests: fix warning about using an undefined variableDaniel Stenberg
2020-04-08release-notes: fix the initial reference list outputDaniel Stenberg
2020-04-08github actions: run when pushed to master or */ci + PRsDaniel Stenberg
2020-04-08runtests: provide nicer errormsg when protocol "dump" file is emptyDaniel Stenberg
2020-04-08schannel: support .P12 or .PFX client certificatesGilles Vollant