summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* github/workflow: enable MQTT in the macOS debug buildbagder/mqttDaniel Stenberg2020-04-141-1/+1
* azure: add mqtt support to one of the Windows buildsDaniel Stenberg2020-04-141-1/+1
* travis: add mqtt job on LinuxDaniel Stenberg2020-04-141-0/+5
* tests: add four MQTT tests 1190 - 1193Daniel Stenberg2020-04-145-0/+236
* tests: add the mqtt test server mqttdDaniel Stenberg2020-04-144-7/+1001
* tests: support hex encoded data and mqtt serverDaniel Stenberg2020-04-144-8/+132
* mqtt: add new protocolBjorn Stenberg2020-04-1418-57/+766
* TODO: Consider convenience options for JSON and XML?Daniel Stenberg2020-04-141-0/+15
* tool: do not declare functions with Curl_ prefixDaniel Stenberg2020-04-144-47/+41
* cmake: add aliases so exported target names are available in treeNathaniel R. Lewis2020-04-132-2/+12
* version: increase buffer space for ssl version outputDaniel Stenberg2020-04-131-2/+2
* cirrus: no longer ignore test 504 which is working againMarc Hoersken2020-04-131-1/+1
* appveyor: completely disable tests that fail to timeout earlyMarc Hoersken2020-04-131-2/+2
* test1908: avoid using fixed port number in test dataDaniel Stenberg2020-04-131-1/+1
* schannel: Fix blocking timeout logicAndrew Kurushin2020-04-121-6/+6
* socks: Fix blocking timeout logicJay Satiro2020-04-122-6/+7
* gopher: check remaining time left during write busy loopMarc Hoersken2020-04-121-4/+17
* gnutls: ensure TLS 1.3 when SRP isn't requestedDirkjan Bussink2020-04-131-36/+45
* 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