summaryrefslogtreecommitdiff
path: root/libgit2_clar.supp
Commit message (Collapse)AuthorAgeFilesLines
* Add a valgrind suppression for glibc's getaddrinfo cachePhilip Kelley2013-03-251-0/+7
|
* Expand valgrind suppressions even more for libssl, libcryptoPhilip Kelley2013-01-251-2/+0
|
* Improve valgrind suppressionsPhilip Kelley2013-01-251-7/+29
|
* valgrind: ignore leaks from OpenSSLCarlos Martín Nieto2012-11-301-0/+10
|
* travis: use a valgrind suppressions fileCarlos Martín Nieto2012-09-041-0/+12
We don't care about the supposed zlib errors, and the leak from giterr_set isn't interesting, as it gets freed each time an error is set. Give valgrind a suppressions file so it doesn't tell us about them.