Age | Commit message (Expand) | Author |
2018-04-30 | TODO: Support the clienthello extension | Daniel Stenberg |
2018-04-30 | TODO: CLOEXEC | Daniel Stenberg |
2018-04-29 | tests: provide 'manual' as a feature to optionally require | Daniel Stenberg |
2018-04-27 | CURLINFO_PROTOCOL.3: mention the existing defined names | Daniel Stenberg |
2018-04-27 | cookies: remove unused macro | Daniel Gustafsson |
2018-04-27 | checksrc: force indentation of lines after an else | Daniel Gustafsson |
2018-04-26 | http2: fix null pointer dereference in http2_connisdead | Daniel Stenberg |
2018-04-26 | http2: get rid of another strstr() | Daniel Stenberg |
2018-04-26 | cyassl: adapt to libraries without TLS 1.0 support built-in | Daniel Stenberg |
2018-04-26 | configure: provide --with-wolfssl as an alias for --with-cyassl | Daniel Stenberg |
2018-04-25 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-04-25 | os400.c: fix ASSIGNWITHINCONDITION checksrc warnings | Daniel Gustafsson |
2018-04-25 | cookies: ensure that we have cookies before writing jar | Daniel Gustafsson |
2018-04-25 | strcpy_url: only %-encode values >= 0x80 | Daniel Stenberg |
2018-04-24 | mime: avoid NULL pointer dereference risk | Daniel Stenberg |
2018-04-24 | ctype: restore character classification for non-ASCII platforms | Stephan Mühlstrasser |
2018-04-24 | ftplistparser: keep state between invokes | Daniel Stenberg |
2018-04-24 | examples/http2-upload: expand buffer to avoid silly warning | Daniel Stenberg |
2018-04-24 | examples/sftpuploadresume: typecast fseek argument to long | Daniel Stenberg |
2018-04-24 | Revert "ftplistparser: keep state between invokes" | Daniel Stenberg |
2018-04-24 | Curl_memchr: zero length input can't match | Daniel Stenberg |
2018-04-23 | ftplistparser: keep state between invokes | Daniel Stenberg |
2018-04-23 | ftplistparser: renamed some members and variables | Daniel Stenberg |
2018-04-23 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-04-23 | curl_global_sslset: always provide available backends | Christian Schmitz |
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 |