Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-24 | copyright: fix out-of-date copyright ranges and missing headers | Daniel Stenberg | |
Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141 | |||
2017-05-27 | runtests.pl: removed unused arguments to valgrindparse | Dan Fandrich | |
2016-12-21 | runtests: remove the valgrind parser | Daniel Stenberg | |
Old legacy parsing that 1) hid problems for us and 2) probably isn't needed anymore. | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2012-04-16 | tests/valgrind.pm: suppress memleaks of NSS_InitContext() | Kamil Dudka | |
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=745224 | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-14 | removed trailing whitespace | Yang Tse | |
2007-10-31 | Detect curl source when valgrind provides an absolute source file name | Dan Fandrich | |
2005-02-10 | Moved out the valgrind report parser to valgrind.pm, to make it easier to | Daniel Stenberg | |
test it outside the test suite. Now we also disable valgrind usage if libcurl was built shared, as then valgrind is only testing the wrapper-script running shell which is pointless. |