summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* conncache: various concept cleanupsbagder/conncache-cleanupDaniel Stenberg2020-04-2710-127/+139
* copyright updates: adjust year rangesDaniel Stenberg2020-04-263-3/+3
* CI: do not include */ci branches in PR buildsMarc Hoersken2020-04-261-1/+0
* runtests: check for the disabled tests relative srcdirDaniel Stenberg2020-04-251-1/+1
* runtests: revert commenting out a line I did for debuggingDaniel Stenberg2020-04-251-1/+1
* smtp: set auth correctlyDaniel Stenberg2020-04-251-4/+1
* lib: clean up whitespaceMarcel Raad2020-04-253-3/+0
* libssh: avoid options override by configuration filesAnderson Toshiyuki Sasaki2020-04-251-14/+47
* runtests: when <killserver> mentions http, kill http/2 tooDaniel Stenberg2020-04-251-57/+9
* docs: fix two typosYuri Slobodyanyuk2020-04-252-3/+3
* tests/git: ignore mqttd and port filesEmil Engler2020-04-242-0/+2
* tests: make runtests check that disabled tests existsDaniel Stenberg2020-04-242-2/+7
* test1154: set a proper nameDaniel Stenberg2020-04-241-1/+1
* select: make Curl_socket_check take timediff_t timeoutDaniel Stenberg2020-04-235-11/+11
* libcurl-multi.3: added missing full stopi-ky2020-04-231-1/+1
* transfer: Switch PUT to GET/HEAD on 303 redirectJay Satiro2020-04-223-7/+91
* lib/mk-ca-bundle: skip empty certsDaniel Stenberg2020-04-221-1/+6
* version: skip idn2_check_version() check and add precautionDaniel Stenberg2020-04-221-9/+11
* RELEASE-NOTES: syncedDaniel Stenberg2020-04-221-6/+27
* curl.h: update comment typoBrian Bergeron2020-04-221-1/+1
* GnuTLS: Don't skip really long certificate fieldsEmil Engler2020-04-212-19/+15
* gnutls: bump lowest supported version to 3.1.10Daniel Stenberg2020-04-213-290/+53
* mqtt: make NOSTATE get within the debug name arrayDaniel Stenberg2020-04-202-2/+4
* tests: run the RTSP test server on a dynamic port numberDaniel Stenberg2020-04-203-21/+77
* tests: add %NOLISTENPORT and use itDaniel Stenberg2020-04-208-6/+9
* mqtt: remove code with no purposeDaniel Stenberg2020-04-201-2/+0
* mqtt: fix Curl_read() error handling while reading remaining lengthDaniel Stenberg2020-04-201-0/+2
* 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