Age | Commit message (Expand) | Author |
2016-08-17 | curl: allow "pkcs11:" prefix for client certificates | David Woodhouse |
2016-08-17 | nss: make the global variables static | Daniel Stenberg |
2016-08-16 | openssl: use regular malloc instead of OPENSSL_malloc | Daniel Stenberg |
2016-08-16 | proxy: fix tests as follow-up to 93b0d907d5 | Daniel Stenberg |
2016-08-16 | Revert "Proxy-Connection: stop sending this header by default" | Daniel Stenberg |
2016-08-15 | CURLOPT_PROXY.3: unsupported schemes cause errors now | Daniel Stenberg |
2016-08-15 | tests/README: mention nghttpx for HTTP/2 tests | Daniel Stenberg |
2016-08-15 | README.md: add our CII Best Practices badge | Daniel Stenberg |
2016-08-15 | proxy: polished the error message for unsupported schemes | Daniel Stenberg |
2016-08-15 | test219: verify unsupported scheme for proxies get rejected | Daniel Stenberg |
2016-08-15 | proxy: reject attempts to use unsupported proxy schemes | Daniel Stenberg |
2016-08-15 | RELEASE-NOTES: synced with b7ee5316c2fd5b | Daniel Stenberg |
2016-08-14 | socks.c: Correctly calculate position of port in response packet | Marc Hoersken |
2016-08-14 | socks.c: Do not modify and invalidate calculated response length | Marc Hoersken |
2016-08-14 | socks.c: Move error output after reading the whole response packet | Marc Hoersken |
2016-08-13 | MANUAL: Remove invalid link to LDAP documentation (#962) | Ronnie Mose |
2016-08-13 | openssl: accept subjectAltName iPAddress if no dNSName match | Jay Satiro |
2016-08-12 | configure.ac: add zlib search with pkg-config | Dambaev Alexander |
2016-08-11 | rtsp: ignore whitespace in session id | Daniel Stenberg |
2016-08-11 | HTTP: retry failed HEAD requests too | Daniel Stenberg |
2016-08-11 | mk-ca-bundle.1: document -m, added in 1.26 | Daniel Stenberg |
2016-08-10 | RELEASE-NOTES: synced with e577c43bb5 | Daniel Stenberg |
2016-08-10 | rtsp: accept any RTSP session id | Erik Janssen |
2016-08-09 | symbols-in-versions: add CURL_STRICTER | Daniel Stenberg |
2016-08-09 | winbuild: Allow changing C compiler via environment variable CC (#952) | Simon Warta |
2016-08-09 | LICENSE-MIXING.md: switched to markdown | Daniel Stenberg |
2016-08-09 | docs-make: have markdown files use .md | Daniel Stenberg |
2016-08-09 | curl.h: make CURL_NO_OLDIES define CURL_STRICTER | Daniel Stenberg |
2016-08-09 | HISTORY.md: use markdown extension | Daniel Stenberg |
2016-08-09 | SSLCERTS.md: renamed to markdown extension | Daniel Stenberg |
2016-08-09 | INTERNALS.md: use markdown extension for markdown content | Daniel Stenberg |
2016-08-09 | CONTRIBUTE.md: markdown extension | Daniel Stenberg |
2016-08-09 | CONTRIBUTE: changed to markdown | Daniel Stenberg |
2016-08-09 | CONTRIBUTE: refreshed | Daniel Stenberg |
2016-08-09 | TODO: added an SSH section and two SFTP things to do | Daniel Stenberg |
2016-08-09 | TODO: remove the 1.22 duplicated item | Daniel Stenberg |
2016-08-09 | TODO: move "CURLOPT_MAIL_CLIENT" to SMTP section | Daniel Stenberg |
2016-08-09 | TODO: API for URL parsing/splitting | Daniel Stenberg |
2016-08-09 | TODO: move QUIC to the HTTP section | Daniel Stenberg |
2016-08-09 | winbuild: Free name $(CC) in Makefile (#950) | Simon Warta |
2016-08-08 | TODO: Use huge HTTP/2 windows | Daniel Stenberg |
2016-08-08 | winbuild: Avoid setting redundant CFLAGS to compile commands (#949) | Simon Warta |
2016-08-08 | cmake: Enable win32 threaded resolver by default | Jay Satiro |
2016-08-08 | cmake: Enable win32 large file support by default | Jay Satiro |
2016-08-07 | TODO: added several ideas, removed SPDY | Daniel Stenberg |
2016-08-05 | http2: always wait for readable socket | Daniel Stenberg |
2016-08-05 | RELEASE-NOTES: synced with 7b4bf37a44791 | Daniel Stenberg |
2016-08-05 | mbedtls: set debug threshold to 4 (verbose) when MBEDTLS_DEBUG is defined | Thomas Glanzmann |
2016-08-05 | CURLOPT_TCP_NODELAY: now enabled by default | Daniel Stenberg |
2016-08-04 | TFTP: Fix upload problem with piped input | Serj Kalichev |