aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/leak_detective.c
Commit message (Expand)AuthorAgeFilesLines
* leak-detective: remove hdr entry when reallocating zero bytesMartin Willi2013-07-121-0/+6
* leak-detective: print total of allocated/leaked bytes in usage/reportMartin Willi2013-07-121-5/+13
* leak-detective: add a usage threshold option based on the number of allocationsMartin Willi2013-07-101-6/+11
* leak-detective: set_state() only affects the calling threadMartin Willi2013-07-101-13/+1
* leak-detective: take a copy of backtrace while printing tracesMartin Willi2013-07-101-2/+3
* leak-detective: remove hdr from the allocation list during realloc()Martin Willi2013-07-101-39/+60
* leak-detective: (re-)whitelist some OpenSSL functionsMartin Willi2013-06-211-0/+5
* leak-detective: Resolve hooked functions during initializationTobias Brunner2013-06-111-1/+4
* Add getter for the number of leaks to leak_detective_tTobias Brunner2013-06-111-2/+16
* openssl: Properly cleanup OpenSSL libraryTobias Brunner2013-05-081-7/+0
* leak-detective: add support for OS X by hooking default malloc zoneMartin Willi2013-05-061-5/+160
* leak-detective: remove unused malloc call countersMartin Willi2013-05-061-7/+0
* leak-detective: align allocations on both 32 and 64-bit systems to 32 bytesMartin Willi2013-05-061-0/+5
* leak-detective: call tzset() explicitly before enabling leak detectiveMartin Willi2013-05-061-6/+11
* leak-detective: override malloc functions instead of using deprecated hooksMartin Willi2013-05-061-128/+206
* added getpwuid_r and initgroups to whitelistAndreas Steffen2013-03-031-0/+2
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
* Add getspnam_r() to leak detective whitelistMartin Willi2012-08-101-0/+1
* Increase leak detective backtrace depth by a frameMartin Willi2012-07-131-4/+4
* Don't access tail magic when reallocating invalid memory, as it would crashMartin Willi2012-07-131-5/+7
* Add an external method to disable leak detective temporarlyMartin Willi2012-07-131-0/+30
* Add safe_strerror() to leak detective whitelistMartin Willi2012-07-111-0/+1
* Added ctime function to white listSansar Choinyambuu2011-11-281-0/+1
* whitelist glibc instead of TrouSerS functionsAndreas Steffen2011-09-101-3/+4
* added leaky TrouSerS functions to whitelistAndreas Steffen2011-09-081-0/+3
* Use better packing of leak-detective memory_header to align pointersMartin Willi2011-05-251-5/+5
* Summarize leaks with identical backtraces, as we do it with memusageMartin Willi2011-05-251-88/+98
* Added a leak detective method to report current memory usage with backtracesMartin Willi2011-05-161-0/+94
* Make leak detective publicMartin Willi2011-05-161-1/+0
* Migrated leak_detective to INIT/METHOD macrosMartin Willi2011-05-161-12/+12
* Whitelisted another tzset variant and dlsymMartin Willi2011-02-181-0/+2
* Whitelist gnutls init functionMartin Willi2011-01-171-0/+2
* backtrace->contains_function takes multiple names, speeding up whitelist chec...Martin Willi2011-01-171-17/+2
* Add some common glib non-leaks to whitelistMartin Willi2011-01-171-0/+10
* implemented IMC/IMV handlerAndreas Steffen2010-11-091-0/+2
* Handle PIN: as a magic keyword for prompt, use getpass() to silently read cre...Martin Willi2010-08-041-0/+1
* Added NSPR PR_CallOnce to leak detective whitelistMartin Willi2010-08-041-0/+2
* Added buffer checking variants of syslog functions to leak detectiveMartin Willi2010-08-041-0/+2
* Whitelist OpenSSLs ERR_put_error() in leak-detectiveMartin Willi2010-05-201-0/+1
* Option to skip slow addr2line resolution in leak-detectiveMartin Willi2010-05-201-27/+33
* added getprotobyname to whitelist4.4.0Andreas Steffen2010-05-021-0/+1
* Whitelist register_printf_specifier in leak detectiveMartin Willi2009-11-171-0/+1
* Distinguish invalid free()s between corrupted magic and invalid pointerMartin Willi2009-10-051-5/+24
* whitelist Curl_client_writeAndreas Steffen2009-09-271-0/+2
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-10/+10
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-38/+38
* whitelist openssl ecdsa_check functionMartin Willi2009-08-271-0/+1
* added getnetbyname/gethostbyname2 to leak detective whitelist, used by plutoMartin Willi2009-08-261-0/+2
* gcrypt rng implementationMartin Willi2009-06-091-0/+2