Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | leak-detective: LEAK_DETECTIVE_DISABLE completely disables LD | Tobias Brunner | 2014-04-03 | 1 | -9/+9 |
| | | | | | If lib->leak_detective is non-null some code parts (e.g. the plugin loader) assume LD is actually used. | ||||
* | leak-detective: Use callback functions to report leaks and usage information | Martin Willi | 2013-11-06 | 1 | -7/+45 |
| | | | | This is more flexible than printing reports to a FILE. | ||||
* | leak-detective: set_state() only affects the calling thread | Martin Willi | 2013-07-10 | 1 | -2/+1 |
| | | | | | The only user (bfd backtraces) is fine with that, and we really should not mess the enable flag while doing allocations with other threads. | ||||
* | Add getter for the number of leaks to leak_detective_t | Tobias Brunner | 2013-06-11 | 1 | -0/+7 |
| | |||||
* | Add an external method to disable leak detective temporarly | Martin Willi | 2012-07-13 | 1 | -0/+8 |
| | |||||
* | Added a leak detective method to report current memory usage with backtraces | Martin Willi | 2011-05-16 | 1 | -0/+7 |
| | |||||
* | Option to skip slow addr2line resolution in leak-detective | Martin Willi | 2010-05-20 | 1 | -0/+9 |
| | |||||
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 1 | -3/+3 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 1 | -1/+1 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | separated backtrace functionality from leak_detective, used in | Martin Willi | 2008-11-05 | 1 | -5/+0 |
| | | | | | | leak_detective mutex profiling signal handler | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -12/+30 |
| | |||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 1 | -23/+1 |
| | | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more... | ||||
* | extended statusall output | Martin Willi | 2006-09-21 | 1 | -0/+7 |
| | | | | | added job/event-queue statistics added allocation statistics when using LEAK_DETECTIVE | ||||
* | (no commit message) | Martin Willi | 2006-05-10 | 1 | -0/+50 |