Age | Commit message (Expand) | Author |
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 |
2017-07-11 | curl_setup: always define WIN32_LEAN_AND_MEAN on Windows | Marcel Raad |
2017-07-11 | strerror: Preserve Windows error code in some functions | Jay Satiro |
2017-07-10 | tests: Fix up issues with errno in test files | Max Dymond |
2017-07-10 | errno: fix non-windows builds after af0216251b94e7 | Daniel Stenberg |
2017-07-10 | make: fix docs build on OpenBSD | Ryan Winograd |
2017-07-10 | ldap: fix MinGW compiler warning | Marcel Raad |
2017-07-10 | curl-compilers.m4: disable warning spam with Cygwin's clang | Marcel Raad |
2017-07-10 | curl_setup_once: Remove ERRNO/SET_ERRNO macros | Jay Satiro |
2017-07-09 | tool_getparam: fix potentially uninitialized err | Jay Satiro |
2017-07-09 | smb: rename variable to fix shadowing warning | Marcel Raad |
2017-07-09 | tool_cb_wrt: fix variable shadowing warning | Marcel Raad |
2017-07-08 | RELEASE-NOTES: synced with be2c999b8 | Daniel Stenberg |
2017-07-07 | travis: install stunnel | Daniel Stenberg |
2017-07-07 | valgrind.supp: supress OpenSSL false positive seen on travis | Daniel Stenberg |
2017-07-07 | travis: detect and use valgrind for normal builds | Daniel Stenberg |
2017-07-07 | travis: add SMB, DICT, TELNET torture to coverage test | Daniel Stenberg |
2017-07-07 | cmake: offer CMAKE_DEBUG_POSTFIX when building with MSVC | Paul Harris |
2017-07-07 | CURLOPT_POSTFIELDS.3: explain the 100-continue magic better | Daniel Stenberg |
2017-07-07 | test1452: add telnet negotiation | Max Dymond |
2017-07-07 | travis: do more tests in the coverage run | Daniel Stenberg |
2017-07-07 | curl_easy_escape.3: mention the (lack of) encoding | Daniel Stenberg |
2017-07-06 | memdebug: don't setbuf() if the file open failed | Gisle Vanem |
2017-07-06 | appveyor: enable CURL_WERROR on all builds | Daniel Stenberg |
2017-07-06 | cmake: add CURL_WERROR for enabling "warning as errors" | Daniel Stenberg |
2017-07-06 | cmake: remove spurious "-l" from linker flags | Hannes Magnusson |
2017-07-06 | test506: skip if threaded-resolver | Daniel Stenberg |
2017-07-06 | runtests: support "threaded-resolver" as a feature | Daniel Stenberg |
2017-07-06 | asyn-thread.c: fix unused variable warnings on macOS | Daniel Stenberg |
2017-07-06 | http: s/TINY_INITIAL_POST_SIZE/EXPECT_100_THRESHOLD | Daniel Stenberg |
2017-07-05 | cmake: if inet_pton is used, bump _WIN32_WINNT | Daniel Stenberg |
2017-07-05 | select.h: avoid macro redefinition harder | Daniel Stenberg |