summaryrefslogtreecommitdiffstats
path: root/debug.c
Commit message (Collapse)AuthorAgeFilesLines
* cleanup to prepare for releaseRainer Gerhards2008-01-281-1/+1
|
* some more testing and cleanup with the queue class (pretty stable now)Rainer Gerhards2008-01-281-1/+1
|
* added capability to record last known exec location in debug stack dumpRainer Gerhards2008-01-281-19/+33
|
* fixed queue termination in case bSaveOnShutdown is 0Rainer Gerhards2008-01-271-2/+2
|
* improved SIGSEGV handler a bit (now we get a core dump)Rainer Gerhards2008-01-261-14/+6
|
* added debug-support environment variable RSYSLOG_DEBUGLOGRainer Gerhards2008-01-251-4/+12
|
* disk-assisted queue mode finally begins to look good ;)Rainer Gerhards2008-01-251-9/+24
|
* restructured queue shutdown so that the queue timeout is properly appliedRainer Gerhards2008-01-251-1/+2
| | | | before terminatiing the queue
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-6/+0
| | | | | | finally in a running state for regular (non disk-assisted) queues, with a minor nit at shutdown. So I can finally commit the work again to CVS...
* more improvements and bug fixesRainer Gerhards2008-01-241-33/+164
|
* improved debugging support (faster, less memory used, function invocationRainer Gerhards2008-01-241-55/+170
| | | | count is maintened)
* looks like the first actually usable debug class is doneRainer Gerhards2008-01-231-70/+118
|
* bug fixes and improvementsRainer Gerhards2008-01-231-14/+64
|
* added mutex debug instrumentationRainer Gerhards2008-01-231-30/+314
|
* added thread-specific call stack to debug interfaceRainer Gerhards2008-01-221-13/+131
|
* added debug support classRainer Gerhards2008-01-221-0/+133