Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg | |
2017-08-19 | tests: Make sure libtests call curl_global_cleanup() | Dan Fandrich | |
This ensures that global data allocations are freed so Valgrind stays happy. This was a problem with at least PolarSSL and mbedTLS. | |||
2017-07-16 | libtest: fix MSVC warning C4706 | Marcel Raad | |
With warning level 4, MSVC warns about assignments within conditional expressions. Change the while loop to a do-while loop to fix this. This change is also consistent with CODE_STYLE.md. | |||
2017-05-01 | tests: declare TU-local variables static | Marcel Raad | |
This fixes missing-variable-declarations warnings when building with clang. | |||
2016-04-03 | tests/libtest: follow our code style guidelines better | Daniel Stenberg | |
... checksrc of all test code is pending. | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-10-14 | test1531: case the size to fix the test on non-largefile builds | Dan Fandrich | |
2015-06-23 | test1531: verify POSTFIELDSIZE set after add_handle | Daniel Stenberg | |
Following the fix made in 903b6e05565bf. |