Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtests.pl: removed unused arguments to valgrindparse | Dan Fandrich | 2017-05-27 | 1 | -3/+1 |
| | |||||
* | runtests: remove the valgrind parser | Daniel Stenberg | 2016-12-21 | 1 | -83/+2 |
| | | | | | Old legacy parsing that 1) hid problems for us and 2) probably isn't needed anymore. | ||||
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | tests/valgrind.pm: suppress memleaks of NSS_InitContext() | Kamil Dudka | 2012-04-16 | 1 | -1/+8 |
| | | | | Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=745224 | ||||
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
| | |||||
* | removed trailing whitespace | Yang Tse | 2010-02-14 | 1 | -2/+2 |
| | |||||
* | Detect curl source when valgrind provides an absolute source file name | Dan Fandrich | 2007-10-31 | 1 | -4/+6 |
| | |||||
* | Moved out the valgrind report parser to valgrind.pm, to make it easier to | Daniel Stenberg | 2005-02-10 | 1 | -0/+109 |
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. |