Age | Commit message (Expand) | Author |
2019-11-26 | TLS: add BearSSL vtls implementation | Michael Forney |
2019-11-26 | curl_multi_wakeup.3: add example and AVAILABILITY | Daniel Stenberg |
2019-11-25 | multi: add curl_multi_wakeup() | Gergely Nagy |
2019-11-24 | schannel: fix --tls-max for when min is --tlsv1 or default | Xiaoyin Liu |
2019-11-24 | checksrc.bat: Add a check for vquic and vssh directories | Jay Satiro |
2019-11-24 | projects: Fix Visual Studio projects SSH builds | Jay Satiro |
2019-11-23 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-11-22 | openssl: Revert to less sensitivity for SYSCALL errors | Jay Satiro |
2019-11-22 | openssl: improve error message for SYSCALL during connect | Daniel Stenberg |
2019-11-22 | test1175: verify symbols-in-versions and libcurl-errors.3 in sync | Daniel Stenberg |
2019-11-21 | include: make CURLE_HTTP3 use a new error code | Daniel Stenberg |
2019-11-21 | bump: next release will be 7.68.0 | Daniel Stenberg |
2019-11-21 | curl: add --parallel-immediate | Daniel Stenberg |
2019-11-20 | docs: fix typos | Victor Magierski |
2019-11-18 | projects: Fix Visual Studio wolfSSL configurations | Jay Satiro |
2019-11-18 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-11-18 | ngtcp2: use overflow buffer for extra HTTP/3 data | Javier Blazquez |
2019-11-18 | altsvc: bump to h3-24 | Daniel Stenberg |
2019-11-18 | ngtcp2: free used resources on disconnect | Daniel Stenberg |
2019-11-18 | ngtcp2: handle key updates as ngtcp2 master branch tells us | Daniel Stenberg |
2019-11-17 | multi: Fix curl_multi_poll wait when extra_fds && !extra_nfds | Gergely Nagy |
2019-11-17 | lib: Move lib/ssh.h -> lib/vssh/ssh.h | Jay Satiro |
2019-11-16 | INSTALL.md: provide Android build instructions | Andreas Falkenhahn |
2019-11-16 | doh: improced both encoding and decoding | Niall |
2019-11-16 | ngtcp2: increase QUIC window size when data is consumed | Daniel Stenberg |
2019-11-14 | config-win32: cpu-machine-OS for Windows on ARM | Melissa Mears |
2019-11-14 | examples: add multi-poll.c | Daniel Stenberg |
2019-11-14 | multi_poll: avoid busy-loop when called without easy handles attached | Daniel Stenberg |
2019-11-14 | curl: fix -T globbing | Daniel Stenberg |
2019-11-13 | HISTORY: added cmake, HTTP/3 and parallel downloads with curl | Daniel Stenberg |
2019-11-12 | quiche: reject headers in the wrong order | Daniel Stenberg |
2019-11-12 | openssl: prevent recursive function calls from ctx callbacks | Daniel Stenberg |
2019-11-12 | CURL-DISABLE: initial docs for the CURL_DISABLE_* defines | Daniel Stenberg |
2019-11-11 | remove_handle: clear expire timers after multi_done() | Daniel Stenberg |
2019-11-10 | test1558: use double slash after file: | Marcel Raad |
2019-11-10 | pause: avoid updating socket if done was already called | Daniel Stenberg |
2019-11-09 | strerror: Fix an error looking up some Windows error strings | Jay Satiro |
2019-11-09 | system.h: fix for MCST lcc compiler | r-a-sattarov |
2019-11-08 | TODO: curl_multi_unblock | Daniel Stenberg |
2019-11-08 | TODO: Run web-platform-tests url tests | Daniel Stenberg |
2019-11-08 | TODO: 1.4 alt-svc sharing | Daniel Stenberg |
2019-11-08 | test1560: require IPv6 for IPv6 aware URL parsing | Daniel Stenberg |
2019-11-08 | checksrc: repair the copyrightyear check | Daniel Stenberg |
2019-11-08 | copyrights: fix copyright year range | Daniel Stenberg |
2019-11-08 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-11-08 | curlver: bump to 7.67.1 | Daniel Stenberg |
2019-11-08 | mailmap: fixup Massimiliano Fantuzzi | Daniel Stenberg |
2019-11-08 | scripts/contributors: make committers get included too | Daniel Stenberg |
2019-11-08 | configure: fix typo in help text | Massimiliano Fantuzzi HB9GUS |
2019-11-07 | ntlm: USE_WIN32_CRYPTO check removed to get USE_NTLM2SESSION set | Christian Schmitz |