summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnutls: bump lowest supported version to 3.1.10bagder/gnutls-3.1.10Daniel Stenberg2020-04-203-290/+53
* server/tftpd: fix compiler warningDaniel Stenberg2020-04-201-1/+1
* http: free memory when Alt-Used header creation fails due to OOMDaniel Stenberg2020-04-201-8/+5
* lib: fix typos in comments and errormessagesDaniel Gustafsson2020-04-203-5/+5
* tests: run the SOCKS test server on a dynamic port numberDaniel Stenberg2020-04-202-12/+21
* multi-ssl: reset the SSL backend on `Curl_global_cleanup()`Johannes Schindelin2020-04-201-0/+6
* tests: run the TFTP test server on a dynamic port numberDaniel Stenberg2020-04-203-23/+85
* mqtt: improve the state machineDaniel Stenberg2020-04-2011-99/+402
* runtests: always put test number in servercmd fileDaniel Stenberg2020-04-202-8/+8
* RELEASE-NOTES: syncedDaniel Stenberg2020-04-201-12/+36
* release-notes.pl: fix parsing typoDaniel Stenberg2020-04-201-2/+2
* ensure all references to ports are replaced by varsxquery2020-04-202-6/+6
* add more alt-svc test coveragexquery2020-04-203-1/+190
* test1247: use http server to get the port number setDaniel Stenberg2020-04-201-1/+1
* runtests: use a unix domain socket path with the pid in the nameDaniel Stenberg2020-04-191-1/+1
* src: Remove C99 constructs to ensure C89 complianceTom2020-04-192-4/+6
* runtests: dummy init the ports variables to avoid warningsDaniel Stenberg2020-04-191-30/+32
* mime: properly check Content-Type even if it has parametersPatrick Monnerat2020-04-193-3/+84
* tests/FILEFORMAT: converted to markdown and extendedDaniel Stenberg2020-04-194-515/+478
* test1245: make it work with dynamic FTP server portbagder/tests-on-dynportDaniel Stenberg2020-04-181-5/+1
* test1055: make it work with dynamic FTP portDaniel Stenberg2020-04-181-5/+1
* test1028: make it run on dynamic FTP server portDaniel Stenberg2020-04-181-5/+1
* tests: move pingpong server to dynamic listening portDaniel Stenberg2020-04-183-62/+92
* test1056: work with dynamic HTTP ipv6 portDaniel Stenberg2020-04-181-6/+2
* test1448: work with dynamic HTTP server portDaniel Stenberg2020-04-181-2/+2
* tests: introduce preprocessed test casesDaniel Stenberg2020-04-1810-189/+183
* tests: make 2006-2010 handle different port number lengthsDaniel Stenberg2020-04-185-8/+24
* tests: run the sws server on "any port"Daniel Stenberg2020-04-183-29/+101
* sockfilt: tidy variable naming and data structure in select_wsMarc Hoersken2020-04-181-113/+112
* libssh: Use new ECDSA key types to check known hostsAnderson Toshiyuki Sasaki2020-04-171-0/+8
* appveyor: add Unicode winbuild jobsMarcel Raad2020-04-171-2/+30
* mqttd: s/errno/SOCKERRNODaniel Stenberg2020-04-161-4/+2
* buildconf: use find -execdir instead, remove -print and the ares filesDaniel Stenberg2020-04-151-5/+2
* buildconf: avoid using tempfile when removing filesAlexander V. Tikhonov2020-04-151-10/+1
* copyright: bump the copyright year rangeDaniel Stenberg2020-04-153-3/+3
* scripts/release-notes.pl: accept colon after the Fixes/Closes keywordsDaniel Stenberg2020-04-141-2/+2
* docs/MQTT: replace confusing 80 by 75JP Mens2020-04-141-1/+1
* cmake: Avoid MSVC C4273 warnings in send/recv checksBrad King2020-04-141-0/+6
* KNOWN_BUGS: Add entry 'Blocking socket operations'Jay Satiro2020-04-142-2/+17
* test2043: use revoked.badssl.com instead of revoked.grc.comMarc Hoersken2020-04-141-1/+1
* sockfilt: fix broken pipe on Windows to be ready in select_wsMarc Hoersken2020-04-141-3/+6
* RELEASE-NOTES: syncedDaniel Stenberg2020-04-141-11/+40
* scripts/release-notes: fix duplicate output headerDaniel Stenberg2020-04-141-0/+1
* github/workflow: enable MQTT in the macOS debug buildDaniel 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 experimental protocolBjorn Stenberg2020-04-1418-57/+766