Age | Commit message (Expand) | Author |
2019-10-28 | HTTP3: fix Windows build | Javier Blazquez |
2019-10-27 | appveyor: add --disable-proxy autotools build | Marcel Raad |
2019-10-25 | appveyor: make winbuilds with DEBUG=no/yes and VS 2015/2017 | Daniel Stenberg |
2019-10-24 | schannel: reverse the order of certinfo insertions | Francois Rivard |
2019-10-24 | test1591: fix spelling of http feature | Marcel Raad |
2019-10-23 | appveyor: Use two parallel compilation on appveyor with CMake | Michał Janiszewski |
2019-10-23 | conn-reuse: requests wanting NTLM can reuse non-NTLM connections | Daniel Stenberg |
2019-10-23 | tests: add missing proxy features | Marcel Raad |
2019-10-22 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-10-21 | tests: use %FILE_PWD for file:// URLs | Marcel Raad |
2019-10-21 | tests: add `connect to non-listen` keywords | Marcel Raad |
2019-10-20 | runtests: get textaware info from curl instead of perl | Marcel Raad |
2019-10-20 | appveyor: Add MSVC ARM64 build | Michał Janiszewski |
2019-10-18 | http2_recv: a closed stream trumps pause state | Daniel Stenberg |
2019-10-18 | http2: expire a timeout at end of stream | Daniel Stenberg |
2019-10-18 | travis: Add an ARM64 build | Dan Fandrich |
2019-10-18 | examples/sslbackend: fix -Wchar-subscripts warning | Marcel Raad |
2019-10-18 | configure: remove all cyassl references | Daniel Stenberg |
2019-10-17 | test1162: disable MSYS2's POSIX path conversion | Marcel Raad |
2019-10-17 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-10-16 | CURLOPT_TIMEOUT.3: Clarify transfer timeout time includes queue time | Jay Satiro |
2019-10-16 | tool_operate: Fix retry sleep time shown to user when Retry-After | Stian Soiland-Reyes |
2019-10-16 | url: normalize CURLINFO_EFFECTIVE_URL | Daniel Stenberg |
2019-10-16 | tests: line ending fixes for Windows | Marcel Raad |
2019-10-15 | tests: use proxy feature | Marcel Raad |
2019-10-13 | smbserver: fix Python 3 compatibility | Marcel Raad |
2019-10-13 | security: silence conversion warning | Marcel Raad |
2019-10-13 | connect: silence sign-compare warning | Marcel Raad |
2019-10-13 | TODO: Handle growing SFTP files | Daniel Stenberg |
2019-10-13 | KNOWN_BUGS: remove "CURLFORM_CONTENTLEN in an array" | Daniel Stenberg |
2019-10-12 | KNOWN_BUGS: "LDAP on Windows does authentication wrong" | Daniel Stenberg |
2019-10-12 | appveyor: add a winbuild that uses VS2017 | Daniel Stenberg |
2019-10-10 | socketpair: fix include and define for older TCP header systems | Harry Sintonen |
2019-10-10 | socketpair: fix double-close in error case | Daniel Stenberg |
2019-10-10 | gskit: use the generic Curl_socketpair | Daniel Stenberg |
2019-10-10 | asyn-thread: make use of Curl_socketpair() where available | Daniel Stenberg |
2019-10-10 | socketpair: an implemention for Windows and more | Daniel Stenberg |
2019-10-09 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-10-09 | connect: return CURLE_OPERATION_TIMEDOUT for errno == ETIMEDOUT | Daniel Stenberg |
2019-10-09 | cirrus: switch off blackhole status on the freebsd CI machines | Daniel Stenberg |
2019-10-09 | tests: use port 2 instead of 60000 for a safer non-listening port | Daniel Stenberg |
2019-10-09 | KNOWN_BUGS: IDN tests failing on Windows | Daniel Stenberg |
2019-10-09 | cirrus: Increase the git clone depth. | Dan Fandrich |
2019-10-09 | docs: make sure the --no-progress-meter docs file is in dist too | Daniel Stenberg |
2019-10-09 | docs: document it as --no-progress-meter instead of the reverse | Daniel Stenberg |
2019-10-09 | cirrus: Switch the FreeBSD 11.x build to 11.3 and add a 13.0 build. | Dan Fandrich |
2019-10-08 | curl: --no-progress-meter | Daniel Stenberg |
2019-10-08 | TODO: Consult %APPDATA% also for .netrc | Daniel Stenberg |
2019-10-07 | CURLOPT_TIMEOUT.3: remove the mention of "minutes" | Daniel Stenberg |
2019-10-07 | docs: added multi-event.c example | Andrei Valeriu BICA |