Age | Commit message (Expand) | Author |
2016-10-10 | RELEASE-NOTES: spellfix | Daniel Stenberg |
2016-10-10 | RELEASE-NOTES: synced with 82720490628cb53a | Daniel Stenberg |
2016-10-09 | smb: properly check incoming packet boundaries | Tobias Stoeckmann |
2016-10-08 | test557: verify printf() with 128 and 129 arguments | Daniel Stenberg |
2016-10-08 | mprintf: return error on too many arguments | Daniel Stenberg |
2016-10-08 | ftp: fix Curl_ftpsendf() | Daniel Stenberg |
2016-10-08 | formpost: avoid silent snprintf() truncation | Daniel Stenberg |
2016-10-08 | TODO: build: Enable PIE and RELRO by default | Daniel Stenberg |
2016-10-08 | TODO: Support better than MD5 hostkey hash (for ssh) | Daniel Stenberg |
2016-10-08 | tests: Fix a small typo in the tests README (#1060) | Daniel Gustafsson |
2016-10-06 | TODO: Introduce --fail-fast to exit on first transfer fail | Daniel Stenberg |
2016-10-06 | TODO: Leave secure cookies alone | Daniel Stenberg |
2016-10-06 | CURLOPT_DEBUGFUNCTION.3: unused argument warning (#1056) | Rainer Müller |
2016-10-05 | TODO: TCP Fast Open for windows | Daniel Stenberg |
2016-10-04 | RELEASE-NOTES: synced with 8fd2a754f0de | Daniel Stenberg |
2016-10-04 | CURLOPT_KEEP_SENDING_ON_ERROR.3: mention when it is added | Daniel Stenberg |
2016-10-04 | memdup: use 'void *' as return and source type | Daniel Stenberg |
2016-10-04 | TODO: Add easy argument to formpost functions | Daniel Stenberg |
2016-10-04 | formpost: trying to attach a directory no longer crashes | Daniel Stenberg |
2016-10-03 | cookies: same domain handling changed to match browser behavior | Sergei Kuzmin |
2016-10-01 | FAQ: Fix typos in section 5.14 (#1047) | Stephen Brokenshire |
2016-09-30 | KNOWN_BUGS: Fix typos in section 5.8. | Sebastian Mundry |
2016-09-30 | CONTRIBUTE.md: Fix typo in 'About pull requests' section. (#1045) | mundry |
2016-09-30 | curl.1: --trace supports % for sending to stderr! | Daniel Stenberg |
2016-09-26 | KNOWN_BUGS: 5.8 configure finding libs in wrong directory | Daniel Stenberg |
2016-09-24 | configure: Fixed builds with libssh2 in a custom location | Dan Fandrich |
2016-09-23 | SECURITY: remove the top ascii logo | Daniel Stenberg |
2016-09-22 | New libcurl option to keep sending on error | Michael Kaufmann |
2016-09-22 | nss: add chacha20-poly1305 cipher suites if supported by NSS | Kamil Dudka |
2016-09-22 | nss: add cipher suites using SHA384 if supported by NSS | Kamil Dudka |
2016-09-22 | nss: fix typo in ecdhe_rsa_null cipher suite string | Kamil Dudka |
2016-09-21 | docs: Remove that --proto is just used for initial retrieval | Jay Satiro |
2016-09-21 | dist: add CurlSymbolHiding.cmake to the tarball | Daniel Stenberg |
2016-09-20 | curl_global_cleanup.3: don't unload the lib with sub threads running | Daniel Stenberg |
2016-09-20 | MAIL-ETIQUETTE: language | Daniel Stenberg |
2016-09-20 | easy: Reset all statistical session info in curl_easy_reset | Jay Satiro |
2016-09-19 | RELEASE-NOTES: synced with 79607eec51055 | Daniel Stenberg |
2016-09-19 | darwinssl: Fix typo in comment | Daniel Gustafsson |
2016-09-19 | libressl: fix version output | Bernard Spil |
2016-09-19 | TODO: Add PINNEDPUBLICKEY - HPKP compatibility, HSTS & HPKP | rugk |
2016-09-19 | openssl: don't call ERR_remote_thread_state on >= 1.1.0 | Daniel Stenberg |
2016-09-19 | openssl: don’t call CRYTPO_cleanup_all_ex_data | Daniel Stenberg |
2016-09-19 | TODO: Support SSLKEYLOGFILE | Daniel Stenberg |
2016-09-18 | CURLOPT_PINNEDPUBLICKEY.3: fix the AVAILABILITY formatting | Jay Satiro |
2016-09-18 | darwinssl: disable RC4 cipher-suite support | Nick Zitzmann |
2016-09-18 | configure: change "iOS/Mac OS X native" to "Apple OS native" | Nick Zitzmann |
2016-09-18 | test2048: fix url | Jay Satiro |
2016-09-18 | examples/imap-append: Set size of data to be uploaded | Jay Satiro |
2016-09-16 | LICENSE-MIXING.md: update with mbedTLS dual licensing | Tony Kelman |
2016-09-16 | KNOWN_BUGS: chunked-encoded requests with HTTP/2 is fixed | Daniel Stenberg |