Age | Commit message (Expand) | Author |
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 |
2018-08-02 | hostip: fix unused variable warning | Marcel Raad |
2018-08-02 | test1307: disabled | Daniel Stenberg |
2018-08-01 | smb: don't mark it done in smb_do | Daniel Stenberg |
2018-08-01 | general: fix printf specifiers | Rikard Falkeborn |
2018-07-31 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-07-31 | mailmap: Daniel Jelinski | Daniel Stenberg |
2018-07-31 | HTTP: Don't attempt to needlessly decompress redirect body | Harry Sintonen |
2018-07-31 | curl: use Content-Disposition before the "URL end" for -OJ | Daniel Stenberg |
2018-07-31 | retry: return error if rewind was necessary but didn't happen | Daniel Jelinski |
2018-07-30 | http2: clear the drain counter in Curl_http2_done | Daniel Stenberg |
2018-07-30 | smb: fix memory leak on early failure | Daniel Stenberg |
2018-07-30 | travis: run a 'make checksrc' too | Daniel Stenberg |
2018-07-29 | examples/ephiperfifo: checksrc compliance | Jay Satiro |
2018-07-29 | sws: handle EINTR when calling select() | Michael Kaufmann |
2018-07-29 | test1157: follow-up to 35ecffb9 | Daniel Stenberg |
2018-07-29 | tests/http_pipe.py: Use /usr/bin/env to find python | Michael Kaufmann |
2018-07-28 | TODO: Support Authority Information Access certificate extension (AIA) | Daniel Stenberg |
2018-07-28 | conn_free: updated comment to clarify | Daniel Stenberg |
2018-07-28 | test1157: test -H from empty file | Daniel Stenberg |
2018-07-28 | curl: Fix segfault when -H @headerfile is empty | Tobias Blomberg |
2018-07-28 | mime: check Curl_rand_hex's return code | Daniel Stenberg |
2018-07-28 | docs/examples: add hiperfifo example using linux epoll/timerfd | Josh Bialkowski |
2018-07-26 | docs/INSTALL.md: minor formatting fixes | Darío Hereñú |
2018-07-26 | docs/CURLOPT_URL: fix indentation | Christopher Head |
2018-07-26 | docs/CURLOPT_WRITEFUNCTION: size is always 1 | Christopher Head |
2018-07-26 | wolfSSL/CyaSSL: Fix memory leak in Curl_cyassl_random | Carie Pointer |
2018-07-26 | reuse_conn(): free old_conn->options | Even Rouault |
2018-07-25 | system_win32: fix version checking | djelinski |