summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* FILEFORMAT: moved up the variables section and further polishedbagder/runtests-ftp2Daniel Stenberg2020-05-111-68/+73
* runtests: remove ftp2 support, not usedDaniel Stenberg2020-05-112-21/+1
* test1238: avoid tftpd being busy for tests shortly followingMarc Hoersken2020-05-113-5/+13
* write-out.d: added "response_code"Daniel Stenberg2020-05-111-0/+4
* KNOWN_BUGS: Build with staticly built dependencyDaniel Stenberg2020-05-111-3/+21
* ROADMAP: remove old entriesDaniel Stenberg2020-05-111-20/+0
* travis: Add ngtcp2 and quiche tests for CMakePeter Wu2020-05-102-9/+11
* CMake: add ENABLE_ALT_SVC optionPeter Wu2020-05-102-0/+8
* CMake: add HTTP/3 support (ngtcp2+nghttp3, quiche)Peter Wu2020-05-106-0/+323
* tests/server/tftpd.c: fix include and enhance debug loggingMarc Hoersken2020-05-101-3/+11
* tool_operate: only set CURLOPT_SSL_OPTIONS if SSL support is presentDaniel Stenberg2020-05-101-17/+18
* appveyor: update comments to be clear about toolchainMarc Hoersken2020-05-091-2/+2
* TODO: update regarding missing Schannel featuresMarc Hoersken2020-05-091-20/+12
* checksrc: close the .checksrc file handle when done readingDaniel Stenberg2020-05-081-0/+1
* RELEASE-NOTES: syncedDaniel Stenberg2020-05-082-10/+19
* CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant2020-05-089-19/+203
* TODO: native IDN support on macOSDaniel Stenberg2020-05-081-0/+9
* urlapi: accept :: as a valid IPv6 addressDaniel Stenberg2020-05-082-1/+10
* THANKS-filter: Peter WangDaniel Stenberg2020-05-081-0/+1
* *_sspi: fix bad uses of CURLE_NOT_BUILT_INPeter Wang2020-05-083-6/+12
* docs/HTTP3: add qlog to the quiche build instructionDaniel Stenberg2020-05-071-1/+1
* ngtcp2: introduce qlog supportDaniel Stenberg2020-05-076-41/+157
* ntlm_sspi: fix bad use of CURLE_NOT_BUILT_INDaniel Stenberg2020-05-071-3/+5
* runtests: show elapsed test time with higher precision (ms)Daniel Stenberg2020-05-071-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2020-05-071-3/+28
* http2: simplify and clean up trailer handlingDaniel Stenberg2020-05-073-44/+12
* appveyor: disable test 1139 instead of ignoring itMarc Hoersken2020-05-071-8/+8
* appveyor: disable flaky test 1501 and ignore broken 1056Marc Hoersken2020-05-071-10/+10
* test613.pl: make tests 613 and 614 work with OpenSSH for WindowsMarc Hoersken2020-05-063-7/+17
* runtests: set +x mode againDaniel Stenberg2020-05-061-0/+0
* libssh2: convert over to use dynbufDaniel Stenberg2020-05-052-78/+56
* travis: add "qlog" as feature in the quiche buildDaniel Stenberg2020-05-051-1/+1
* quiche: enable qlog outputDaniel Stenberg2020-05-053-2/+44
* urldata.h: remove #define HEADERSIZE, not used anymoreDaniel Stenberg2020-05-041-4/+0
* ngtcp2: convert to dynbufDaniel Stenberg2020-05-044-90/+23
* connect: make happy eyeballs work for QUIC (again)Daniel Stenberg2020-05-041-1/+9
* connect: add two asserts to clue code analyzers in a littleDaniel Stenberg2020-05-041-0/+2
* http_proxy: ported to use dynbuf instead of a static size bufferDaniel Stenberg2020-05-044-73/+60
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-0427-862/+881
* runtests: remove sleep callsDaniel Stenberg2020-05-031-19/+0
* asyn-*: remove support for never-used NULL entry pointersDaniel Stenberg2020-05-032-18/+18
* doc: Rename VERSIONS to VERSIONS.md as it already has Markdown syntaxEmil Engler2020-05-023-2/+2
* asyn-thread: fix cppcheck warningJay Satiro2020-05-021-2/+4
* select: fix overflow protection in Curl_socket_checkJay Satiro2020-05-021-3/+10
* sockfilt: make select_ws stop waiting on exit signal eventMarc Hoersken2020-05-021-2/+12
* tests/server/util.[ch]: add exit event to stop waiting on WindowsMarc Hoersken2020-05-022-0/+24
* tests/server/util.c: fix thread handle not being closedMarc Hoersken2020-05-021-2/+9
* tests/server/util.c: use raise instead of calling signal handlerMarc Hoersken2020-05-021-2/+2
* tests: add support for SSH server variant specific transfer pathsMarc Hoersken2020-05-0251-49/+61
* RELEASE-NOTES: syncedDaniel Stenberg2020-05-021-4/+25