aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-19runtests: use a unix domain socket path with the pid in the nameDaniel Stenberg
2020-04-19src: Remove C99 constructs to ensure C89 complianceTom
2020-04-19runtests: dummy init the ports variables to avoid warningsDaniel Stenberg
2020-04-19mime: properly check Content-Type even if it has parametersPatrick Monnerat
2020-04-19tests/FILEFORMAT: converted to markdown and extendedDaniel Stenberg
2020-04-18test1245: make it work with dynamic FTP server portDaniel Stenberg
2020-04-18test1055: make it work with dynamic FTP portDaniel Stenberg
2020-04-18test1028: make it run on dynamic FTP server portDaniel Stenberg
2020-04-18tests: move pingpong server to dynamic listening portDaniel Stenberg
2020-04-18test1056: work with dynamic HTTP ipv6 portDaniel Stenberg
2020-04-18test1448: work with dynamic HTTP server portDaniel Stenberg
2020-04-18tests: introduce preprocessed test casesDaniel Stenberg
2020-04-18tests: make 2006-2010 handle different port number lengthsDaniel Stenberg
2020-04-18tests: run the sws server on "any port"Daniel Stenberg
2020-04-18sockfilt: tidy variable naming and data structure in select_wsMarc Hoersken
2020-04-17libssh: Use new ECDSA key types to check known hostsAnderson Toshiyuki Sasaki
2020-04-17appveyor: add Unicode winbuild jobsMarcel Raad
2020-04-16mqttd: s/errno/SOCKERRNODaniel Stenberg
2020-04-15buildconf: use find -execdir instead, remove -print and the ares filesDaniel Stenberg
2020-04-15buildconf: avoid using tempfile when removing filesAlexander V. Tikhonov
2020-04-15copyright: bump the copyright year rangeDaniel Stenberg
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