Age | Commit message (Expand) | Author |
2018-08-18 | upload: change default UPLOAD_BUFSIZE to 64KB | Daniel Stenberg |
2018-08-18 | upload: allocate upload buffer on-demand | Daniel Stenberg |
2018-08-18 | vtls: reinstantiate engine on duplicated handles | Laurent Bonnans |
2018-08-17 | http2: make sure to send after RST_STREAM | Daniel Stenberg |
2018-08-16 | test1268: check the stderr output as "text" | Daniel Stenberg |
2018-08-16 | urldata: remove unused pipe_broke struct field | Daniel Stenberg |
2018-08-15 | curl: warn the user if a given file name looks like an option | Daniel Stenberg |
2018-08-15 | http2: check nghttp2_session_set_stream_user_data return code | Daniel Stenberg |
2018-08-15 | travis: revert back to gcc-7 for coverage builds | Daniel Stenberg |
2018-08-15 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-08-15 | CMake: CMake config files are defining CURL_STATICLIB for static builds | Adrien |
2018-08-15 | TODO: host name sections in config files | Daniel Stenberg |
2018-08-14 | ssh-libssh: fix infinite connect loop on invalid private key | Kamil Dudka |
2018-08-14 | ssh-libssh: reduce excessive verbose output about pubkey auth | Kamil Dudka |
2018-08-14 | travis: disable h2 torture tests for "coverage" | Daniel Stenberg |
2018-08-14 | travis: update to GCC 8 | Marcel Raad |
2018-08-13 | http: fix for tiny "HTTP/0.9" response | Daniel Stenberg |
2018-08-13 | docs: add disallow-username-in-url.d and haproxy-protocol.d on the list | Kamil Dudka |
2018-08-13 | .travis.yml: verify that man pages can be regenerated | Kamil Dudka |
2018-08-11 | Split non-portable part off test 1133 | Marcel Raad |
2018-08-11 | projects: Improve Windows perl detection in batch scripts | Jay Satiro |
2018-08-11 | docs: Improve the manual pages of some callbacks | Michael Kaufmann |
2018-08-11 | GCC: silence -Wcast-function-type uniformly | Marcel Raad |
2018-08-11 | Silence GCC 8 cast-function-type warnings | Marcel Raad |
2018-08-11 | CURLINFO_SIZE_UPLOAD: fix missing counter update | Daniel Stenberg |
2018-08-10 | Documentation: fix CURLOPT_SSH_COMPRESSION copy/paste bug | Daniel Jelinski |
2018-08-10 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-08-10 | openssl: fix potential NULL pointer deref in is_pkcs11_uri | Daniel Stenberg |
2018-08-10 | travis: execute "set -eo pipefail" for coverage build | Marcel Raad |
2018-08-10 | lib1502: fix memory leak in torture test | Daniel Stenberg |
2018-08-10 | docs: mention NULL is fine input to several functions | Daniel Stenberg |
2018-08-09 | README.md: add LGTM.com code quality grade for C/C++ | Bas van Schaik |
2018-08-09 | test1531: Add timeout | Rikard Falkeborn |
2018-08-09 | test1540: Remove unused macro TEST_HANG_TIMEOUT | Rikard Falkeborn |
2018-08-09 | asyn-thread: Remove unused macro | Rikard Falkeborn |
2018-08-09 | http_proxy: Remove unused macro SELECT_TIMEOUT | Rikard Falkeborn |
2018-08-09 | formdata: Remove unused macro HTTPPOST_CONTENTTYPE_DEFAULT | Rikard Falkeborn |
2018-08-09 | telnet: Remove unused macros TELOPTS and TELCMDS | Rikard Falkeborn |
2018-08-09 | openssl: fix debug messages | Daniel Jelinski |
2018-08-09 | configure: fix for -lpthread detection with OpenSSL and pkg-config | Daniel Stenberg |
2018-08-08 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-08-08 | windows: follow up to the buffer-tuning 1ba1dba7 | Daniel Stenberg |
2018-08-08 | windows: implement send buffer tuning | Daniel Jelinski |
2018-08-08 | ssl: set engine implicitly when a PKCS#11 URI is provided | Anderson Toshiyuki Sasaki |
2018-08-08 | CMake: Respect BUILD_SHARED_LIBS | Ruslan Baratov |
2018-08-08 | cmake: bumped minimum version to 3.4 | John Butterfield |
2018-08-08 | cmake: link curl to the OpenSSL targets instead of lib absolute paths | John Butterfield |
2018-08-07 | travis: build darwinssl on macos 10.12 | Daniel Stenberg |
2018-08-04 | DEPRECATE: remove release date from 7.62.0 | Daniel Stenberg |
2018-08-03 | lib/Makefile: only do symbol hiding if told to | Daniel Stenberg |