Age | Commit message (Expand) | Author |
2018-04-23 | http2: convert an assert to run-time check | Daniel Stenberg |
2018-04-23 | curl.1: clarify that options and URLs can be mixed | Daniel Stenberg |
2018-04-23 | CURLOPT_SSLCERT.3: improve WinSSL-specific usage info | Archangel_SDY |
2018-04-23 | schannel: fix build error on targets <= XP | Archangel_SDY |
2018-04-23 | Revert "ftplistparser: keep state between invokes" | Daniel Stenberg |
2018-04-21 | tool_help: clarify --max-time unit of time is seconds | Jay Satiro |
2018-04-20 | http2: handle GOAWAY properly | Daniel Stenberg |
2018-04-20 | http2: clear the "drain counter" when a stream is closed | Daniel Stenberg |
2018-04-20 | http2: avoid strstr() on data not zero terminated | Daniel Stenberg |
2018-04-20 | openssl: fix subjectAltName check on non-ASCII platforms | Stephan Mühlstrasser |
2018-04-20 | openssl: Add support for OpenSSL 1.1.1 verbose-mode trace messages | Jay Satiro |
2018-04-19 | ftplistparser: keep state between invokes | Daniel Stenberg |
2018-04-19 | detect_proxy: only show proxy use if it had contents | Daniel Stenberg |
2018-04-19 | http2: handle on_begin_headers() called more than once | Daniel Stenberg |
2018-04-18 | schannel: add support for CURLOPT_CAINFO | Dan McNulty |
2018-04-17 | schannel: fix warning | Jay Satiro |
2018-04-17 | docs: fix typos | Jakub Wilk |
2018-04-17 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-04-17 | winbuild: Support custom devel paths for each dependency | kdekker |
2018-04-17 | README.md: add backers and sponsors | Jess |
2018-04-17 | schannel: add client certificate authentication | Archangel_SDY |
2018-04-16 | ntlm_sspi: fix authentication using Credential Manager | toughengineer |
2018-04-16 | configure: keep LD_LIBRARY_PATH changes local | Daniel Stenberg |
2018-04-16 | urldata: make service names unconditional | Marcel Raad |
2018-04-16 | test1148: tolerate progress updates better | Daniel Stenberg |
2018-04-16 | ssh: show libSSH2 error code when closing fails | Christian Schmitz |
2018-04-15 | vauth: Fix typo | Daniel Gustafsson |
2018-04-15 | system.h: Add sparcv8plus to oracle/sunpro 32-bit detection | Dagobert Michelsen |
2018-04-15 | checksrc: Fix typo | Daniel Gustafsson |
2018-04-15 | all: Refactor malloc+memset to use calloc | Daniel Gustafsson |
2018-04-12 | duphandle: make sure CURLOPT_RESOLVE is duplicated fine too | Daniel Stenberg |
2018-04-12 | mailmap: add a monnerat fixup [ci skip] | Daniel Stenberg |
2018-04-11 | proxy: show getenv proxy use in verbose output | Daniel Stenberg |
2018-04-11 | travis: build libpsl and make builds use it | Daniel Stenberg |
2018-04-10 | travis: bump to clang 6 and gcc 7 | Daniel Stenberg |
2018-04-10 | travis: use trusty for coverage build | Marcel Raad |
2018-04-09 | lib: silence null-dereference warnings | Marcel Raad |
2018-04-09 | winbuild: fix URL | kdekker |
2018-04-09 | winbuild: updated the documentation | kdekker |
2018-04-09 | test1136: fix cookie order after commit c990eadd1277 | Daniel Stenberg |
2018-04-08 | build: cleanup to fix clang warnings/errors | Daniel Stenberg |
2018-04-07 | examples/sftpuploadresmue: Fix Windows large file seek | Jay Satiro |
2018-04-07 | curl_setup: provide a CURL_SA_FAMILY_T type if none exists | Daniel Stenberg |
2018-04-07 | build: add picky compiler warning flags for gcc 6 and 7 | Eric Gallager |
2018-04-07 | configure: detect sa_family_t | Daniel Stenberg |
2018-04-07 | tool_operate: Fix retry on FTP 4xx to ignore other protocols | Stefan Agner |
2018-04-06 | hash: calculate sizes with size_t instead of longs | Daniel Stenberg |
2018-04-06 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-04-06 | build-openssl.bat: Refer to VS2017 as VC14.1 instead of VC15 | Jay Satiro |
2018-04-06 | winbuild: make the clean target work without build-type | kdekker |