Age | Commit message (Expand) | Author |
2017-04-03 | docs: added examples for CURLINFO_FILETIME.3 and CURLOPT_FILETIME.3 | Daniel Stenberg |
2017-03-31 | fail-early.d: fix typos | Jay Satiro |
2017-03-31 | docs: Explain --fail-early does not imply --fail | Jay Satiro |
2017-04-01 | telnet: (win32) fix read callback return variable | Daniel Stenberg |
2017-03-31 | CTestConfig.cmake: removed, unused | Daniel Stenberg |
2017-03-31 | libcurl.def: removed, unused | Daniel Stenberg |
2017-03-31 | docs/index.html: removed, was not shipped anyway | Daniel Stenberg |
2017-03-31 | dist: add missing files to the tarball | Daniel Stenberg |
2017-03-30 | cmake: fix build with cmake 2.8.12.2 | Peter Wu |
2017-03-30 | ssh: fix narrowing conversion warning | Marcel Raad |
2017-03-30 | http2: silence unused parameter warnings | Marcel Raad |
2017-03-30 | curl: fix callback functions to match prototype | Hanno Böck |
2017-03-30 | gcc7: fix ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool... | Alexis La Goutte |
2017-03-30 | schannel: fix unused variable warning | Marcel Raad |
2017-03-30 | connect: fix unreferenced parameter warning | Marcel Raad |
2017-03-30 | select: use correct SIZEOF_ constant | Marcel Raad |
2017-03-30 | cmake: add cmake file in docs/libcurl/opts/ to dist | Daniel Stenberg |
2017-03-30 | cmake: add more missing files to the dist | Daniel Stenberg |
2017-03-30 | docs/Makefile.am: include CMakeLists.txt in the dist tarball | Daniel Stenberg |
2017-03-29 | NTLM: check for features with #ifdef instead of #if | Marcel Raad |
2017-03-29 | curl: fix callback argument inconsistency | Hanno Böck |
2017-03-29 | RELEASE-NOTES: synced with 556c51a2df | Daniel Stenberg |
2017-03-29 | KNOWN_BUGS: typo | madblobfish |
2017-03-29 | make: use the variable MAKE for recursive calls | Maksim Stsepanenka |
2017-03-29 | conncache: make hashkey avoid malloc | Daniel Stenberg |
2017-03-28 | http: do not treat FTPS over CONNECT as HTTPS | Kamil Dudka |
2017-03-28 | pause: handle mixed types of data when paused | Daniel Stenberg |
2017-03-28 | http: Fix proxy connection reuse with basic-auth | Isaac Boukris |
2017-03-28 | openssl: exclude DSA code when OPENSSL_NO_DSA is defined | Jay Satiro |
2017-03-28 | examples/fopen: checksrc compliance | Jay Satiro |
2017-03-28 | schannel: fix variable shadowing warning | Marcel Raad |
2017-03-27 | multi: fix MinGW-w64 compiler warnings | Marcel Raad |
2017-03-27 | .gitattributes: turn off CRLF for *.am | Marcel Raad |
2017-03-26 | spelling fixes | klemens |
2017-03-25 | curl: check for end of input in writeout backslash handling | Daniel Stenberg |
2017-03-24 | tests/README: make "Run" section foolproof | Marcel Raad |
2017-03-23 | openssl: fix comparison between signed and unsigned integer expressions | Daniel Stenberg |
2017-03-23 | asiohiper: make sure socket is open in event_cb | Edward Kimmel |
2017-03-23 | openssl: made the error table static const | Dan Fandrich |
2017-03-23 | openssl: fall back on SSL_ERROR_* string when no error detail | Jay Satiro |
2017-03-23 | mkhelp: disable compression if the perl gzip module is unavailable | Dan Fandrich |
2017-03-23 | tests/README: mention nroff for --manual tests | Anders Roxell |
2017-03-22 | CURLINFO_PRIMARY_IP.3: add example | Daniel Stenberg |
2017-03-22 | travis: run tests-nonflaky instead of tests-full | Daniel Stenberg |
2017-03-22 | make: introduce 'test-nonflaky' target | Daniel Stenberg |
2017-03-22 | test2033: flaky | Daniel Stenberg |
2017-03-21 | mbedtls: add support for CURLOPT_SSL_CTX_FUNCTION | Ales Mlakar |
2017-03-21 | cmake: add support for building HTML and PDF docs | Peter Wu |
2017-03-21 | cmake: build manual pages (including curl.1) | Peter Wu |
2017-03-21 | docs: split file lists into Makefile.inc | Peter Wu |