Age | Commit message (Expand) | Author |
2017-08-04 | travis: BUILD_TYPE => T | Daniel Stenberg |
2017-08-04 | travis: add osx build with darwinssl | Daniel Stenberg |
2017-08-04 | darwin: silence compiler warnings | Daniel Stenberg |
2017-08-03 | BUILD.WINDOWS: mention buildconf.bat for builds off git | Daniel Stenberg |
2017-08-03 | darwinssl: fix curlssl_sha256sum() compiler warnings on first argument | Daniel Stenberg |
2017-08-03 | test130: verify comments in .netrc | Daniel Stenberg |
2017-08-03 | netrc: skip lines starting with '#' | Gisle Vanem |
2017-08-03 | CMake: set MSVC warning level to 4 | Marcel Raad |
2017-08-02 | CURLOPT_NETRC.3: fix typo in 7e48aa386156f9c2 | Daniel Stenberg |
2017-08-02 | CURLOPT_NETRC.3: mention the file name on windows | Daniel Stenberg |
2017-08-02 | travis: build osx with libressl too | Daniel Stenberg |
2017-08-02 | travis: build osx with openssl too | Daniel Stenberg |
2017-08-02 | tests/server/util: fix curltime mistake from 4dee50b9c80f9 | Daniel Stenberg |
2017-08-01 | curl_threads: fix MSVC compiler warning | Marcel Raad |
2017-08-01 | BUGS: improved phrasing about security bugs | Daniel Stenberg |
2017-08-01 | BUGS: clarify how to report security related bugs | Daniel Stenberg |
2017-08-01 | multi: fix request timer management | Brad Spencer |
2017-08-01 | curl_setup: Define CURL_NO_OLDIES for building libcurl | Jay Satiro |
2017-08-01 | configure: fix the check for IdnToUnicode | Jeremy Tan |
2017-07-31 | http: fix response code parser to avoid integer overflow | Daniel Stenberg |
2017-07-31 | libcurl: Stop using error codes defined under CURL_NO_OLDIES | Dwarakanath Yadavalli |
2017-07-30 | include.d: clarify --include is only for response headers | Jay Satiro |
2017-07-30 | cmake: support make uninstall | jasjuang |
2017-07-30 | RELEASE-NOTES: synced with 001701c47 | Daniel Stenberg |
2017-07-29 | AppVeyor: now really use CURL_WERROR | Marcel Raad |
2017-07-29 | tool_help: clarify --include is only for response headers | Jay Satiro |
2017-07-29 | splay: fix signed/unsigned mismatch warning | Jay Satiro |
2017-07-28 | include.d: clarify that it concerns the response headers | Daniel Stenberg |
2017-07-28 | curl_rtmp: fix a compiler warning | Johannes Schindelin |
2017-07-28 | test1323: verify curlx_tvdiff | Daniel Stenberg |
2017-07-28 | timeval: struct curltime is a struct timeval replacement | Daniel Stenberg |
2017-07-27 | darwinssl: fix variable type mistake (regression) | Daniel Stenberg |
2017-07-27 | multi: mention integer overflow risk if using > 500 million sockets | Daniel Stenberg |
2017-07-27 | checksrc: escape open brace in regex | Daniel Stenberg |
2017-07-20 | nss: fix a possible use-after-free in SelectClientCert() | Kamil Dudka |
2017-07-20 | nss: unify the coding style of nss_send() and nss_recv() | Kamil Dudka |
2017-07-18 | tests/server/resolve.c: fix deprecation warning | Marcel Raad |
2017-07-17 | darwinssl: fix pinnedpubkey build error | Jay Satiro |
2017-07-16 | rtspd: fix GCC warning after MSVC warning fix | Marcel Raad |
2017-07-16 | libtest: fix MSVC warning C4706 | Marcel Raad |
2017-07-16 | sockfilt: suppress conversion warning with explicit cast | Marcel Raad |
2017-07-16 | rtspd: fix MSVC level 4 warning | Marcel Raad |
2017-07-14 | winbuild: re-enable warning C4127 for curl tool | Marcel Raad |
2017-07-13 | winbuild: build with warning level 4 | Marcel Raad |
2017-07-12 | travis: install libidn2 | Max Dymond |
2017-07-12 | travis: enable warnings also in release mode | Marcel Raad |
2017-07-12 | travis: install libssh2 | Max Dymond |
2017-07-12 | system.h: include winsock2.h before windows.h | Marcel Raad |
2017-07-11 | build: remove WIN32_LEAN_AND_MEAN from individual build systems | Marcel Raad |
2017-07-11 | ISSUE_TEMPLATE: Add a comment not to file security issues on github | Jay Satiro |