| Commit message (Expand) | Author | Age | Files | Lines |
* | runtests: use --gen-suppressions=all with valgrindbagder/tests-more-valgrind | Daniel Stenberg | 2017-08-11 | 1 | -1/+1 |
* | tests: suppress libssh2+gcrypt errors, remove libidn supps | Daniel Stenberg | 2017-08-11 | 1 | -88/+86 |
* | tests: remove "disable valgrind" in many tests | Daniel Stenberg | 2017-08-11 | 46 | -145/+0 |
* | openssl: fix "error: this statement may fall through" | Daniel Stenberg | 2017-08-11 | 1 | -0/+1 |
* | openssl: remove CONST_ASN1_BIT_STRING. | David Benjamin | 2017-08-11 | 1 | -3/+1 |
* | maketgz: remove old *.dist files before making the tarball | Daniel Stenberg | 2017-08-10 | 1 | -0/+7 |
* | mkhelp.pl: allow executing this script directly | Jay Satiro | 2017-08-10 | 1 | -1/+1 |
* | configure: use the threaded resolver backend by default if possible | Daniel Stenberg | 2017-08-10 | 2 | -10/+7 |
* | cmake: move cmake_uninstall.cmake to CMake/ | Daniel Stenberg | 2017-08-10 | 3 | -4/+4 |
* | metalink: fix error: ‘*’ in boolean context, suggest ‘&&’ instead | Daniel Stenberg | 2017-08-10 | 1 | -1/+1 |
* | dist: fix the cmake build by shipping cmake_uninstall.cmake.in too | Daniel Stenberg | 2017-08-10 | 1 | -1/+1 |
* | travis: verify "make install" | Daniel Stenberg | 2017-08-10 | 2 | -1/+37 |
* | build: check out *.sln files with Windows line endings | Marcel Raad | 2017-08-10 | 1 | -0/+1 |
* | gitignore: ignore top-level .vs folder | Marcel Raad | 2017-08-10 | 1 | -0/+1 |
* | digest_sspi: Don't reuse context if the user/passwd has changed | Jay Satiro | 2017-08-10 | 2 | -0/+45 |
* | dist: Add dictserver.py/negtelnetserver.py to EXTRA_DIST | Adam Sampson | 2017-08-09 | 1 | -1/+2 |
* | curl: do bounds check using a double comparison | Adam Sampson | 2017-08-09 | 1 | -1/+1 |
* | make install: add 8 missing man pages to the installation | Daniel Stenberg | 2017-08-09 | 2 | -1/+8 |
* | build: fix 'make install' with configure, install docs/libcurl/* too | Daniel Stenberg | 2017-08-09 | 1 | -0/+2 |
* | RELEASE-NOTES: curl 7.55.0curl-7_55_0 | Daniel Stenberg | 2017-08-09 | 1 | -9/+24 |
* | THANKS: 20 new contributors in 7.55.0 | Daniel Stenberg | 2017-08-09 | 2 | -0/+21 |
* | docs/comments: Update to secure URL versions | Viktor Szakats | 2017-08-08 | 16 | -21/+21 |
* | configure: fix recv/send/select detection on Android | Daniel Stenberg | 2017-08-08 | 1 | -6/+20 |
* | ax_code_coverage.m4: update to latest version | Marcel Raad | 2017-08-08 | 1 | -69/+114 |
* | test1427: verify command line parser integer overflow detection | Daniel Stenberg | 2017-08-07 | 2 | -1/+30 |
* | curl: detect and bail out early on parameter integer overflows | Daniel Stenberg | 2017-08-07 | 5 | -14/+36 |
* | glob: do not continue parsing after a strtoul() overflow range | Daniel Stenberg | 2017-08-07 | 3 | -2/+40 |
* | tftp: reject file name lengths that don't fit | Daniel Stenberg | 2017-08-07 | 1 | -1/+6 |
* | file: output the correct buffer to the user | Even Rouault | 2017-08-07 | 1 | -1/+1 |
* | easy_events: make event data static | Daniel Stenberg | 2017-08-06 | 1 | -1/+3 |
* | getparameter: avoid returning uninitialized 'usedarg' | Daniel Stenberg | 2017-08-05 | 2 | -3/+3 |
* | gssapi: fix memory leak of output token in multi round context | Isaac Boukris | 2017-08-05 | 1 | -0/+4 |
* | darwinssl: fix compiler warning | Marcel Raad | 2017-08-05 | 1 | -1/+1 |
* | CMake: fix CURL_WERROR for MSVC | Marcel Raad | 2017-08-04 | 1 | -1/+1 |
* | RELEASE-NOTES: synced with 561e9217c | Daniel Stenberg | 2017-08-04 | 1 | -4/+34 |
* | test1010: verify that #1718 is fixed | Daniel Stenberg | 2017-08-04 | 1 | -1/+3 |
* | FTP: skip unnecessary CWD when in nocwd mode | Daniel Stenberg | 2017-08-04 | 2 | -11/+15 |
* | travis: explicitly specify dist | Marcel Raad | 2017-08-04 | 1 | -0/+4 |
* | travis: BUILD_TYPE => T | Daniel Stenberg | 2017-08-04 | 1 | -16/+16 |
* | travis: add osx build with darwinssl | Daniel Stenberg | 2017-08-04 | 1 | -4/+7 |
* | darwin: silence compiler warnings | Daniel Stenberg | 2017-08-04 | 1 | -2/+12 |
* | BUILD.WINDOWS: mention buildconf.bat for builds off git | Daniel Stenberg | 2017-08-03 | 1 | -3/+10 |
* | darwinssl: fix curlssl_sha256sum() compiler warnings on first argument | Daniel Stenberg | 2017-08-03 | 2 | -7/+8 |
* | test130: verify comments in .netrc | Daniel Stenberg | 2017-08-03 | 1 | -0/+1 |
* | netrc: skip lines starting with '#' | Gisle Vanem | 2017-08-03 | 1 | -1/+4 |
* | CMake: set MSVC warning level to 4 | Marcel Raad | 2017-08-03 | 3 | -0/+10 |
* | CURLOPT_NETRC.3: fix typo in 7e48aa386156f9c2 | Daniel Stenberg | 2017-08-02 | 1 | -2/+2 |
* | CURLOPT_NETRC.3: mention the file name on windows | Daniel Stenberg | 2017-08-02 | 1 | -2/+4 |
* | travis: build osx with libressl too | Daniel Stenberg | 2017-08-02 | 1 | -0/+3 |
* | travis: build osx with openssl too | Daniel Stenberg | 2017-08-02 | 1 | -1/+4 |