Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added input-plugin interface specification in form of a (copy) template | Rainer Gerhards | 2008-02-01 | 1 | -1/+0 |
| | | | | input module | ||||
* | bugfix: dbgoprint mutex - was too simple once I wrote the tracker item ;) | Rainer Gerhards | 2008-01-31 | 1 | -7/+4 |
| | |||||
* | - fixed bug in sample rsyslog.conf | Rainer Gerhards | 2008-01-31 | 1 | -1/+5 |
| | | | | | | | - fixed wrong action suspend/resume handling - we have some issue with the mutx in dbgoprint, but that is acceptable for the time being, I just removed the deadlock codition (debug system only) | ||||
* | fixed a bug that caused $MainMsgQueueCheckpointInterval to work incorrectly | Rainer Gerhards | 2008-01-30 | 1 | -1/+1 |
| | |||||
* | added ability to re-enqueue objects into the queue when a worker thread is | Rainer Gerhards | 2008-01-29 | 1 | -1/+1 |
| | | | | cancelled | ||||
* | implemented naming for all objects (mostly as a debug aid, but you never | Rainer Gerhards | 2008-01-29 | 1 | -1/+86 |
| | | | | know what else it will be good for) | ||||
* | cleanup to prepare for release | Rainer Gerhards | 2008-01-28 | 1 | -1/+1 |
| | |||||
* | some more testing and cleanup with the queue class (pretty stable now) | Rainer Gerhards | 2008-01-28 | 1 | -1/+1 |
| | |||||
* | added capability to record last known exec location in debug stack dump | Rainer Gerhards | 2008-01-28 | 1 | -19/+33 |
| | |||||
* | fixed queue termination in case bSaveOnShutdown is 0 | Rainer Gerhards | 2008-01-27 | 1 | -2/+2 |
| | |||||
* | improved SIGSEGV handler a bit (now we get a core dump) | Rainer Gerhards | 2008-01-26 | 1 | -14/+6 |
| | |||||
* | added debug-support environment variable RSYSLOG_DEBUGLOG | Rainer Gerhards | 2008-01-25 | 1 | -4/+12 |
| | |||||
* | disk-assisted queue mode finally begins to look good ;) | Rainer Gerhards | 2008-01-25 | 1 | -9/+24 |
| | |||||
* | restructured queue shutdown so that the queue timeout is properly applied | Rainer Gerhards | 2008-01-25 | 1 | -1/+2 |
| | | | | before terminatiing the queue | ||||
* | redesigned queue to utilize helper classes for threading support. This is | Rainer Gerhards | 2008-01-24 | 1 | -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 fixes | Rainer Gerhards | 2008-01-24 | 1 | -33/+164 |
| | |||||
* | improved debugging support (faster, less memory used, function invocation | Rainer Gerhards | 2008-01-24 | 1 | -55/+170 |
| | | | | count is maintened) | ||||
* | looks like the first actually usable debug class is done | Rainer Gerhards | 2008-01-23 | 1 | -70/+118 |
| | |||||
* | bug fixes and improvements | Rainer Gerhards | 2008-01-23 | 1 | -14/+64 |
| | |||||
* | added mutex debug instrumentation | Rainer Gerhards | 2008-01-23 | 1 | -30/+314 |
| | |||||
* | added thread-specific call stack to debug interface | Rainer Gerhards | 2008-01-22 | 1 | -13/+131 |
| | |||||
* | added debug support class | Rainer Gerhards | 2008-01-22 | 1 | -0/+133 |