Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: debug.c now survives module unloads in all cases tracker: | Rainer Gerhards | 2008-03-10 | 1 | -11/+11 |
| | | | | http://bugzilla.adiscon.com/show_bug.cgi?id=2 | ||||
* | - changed modules.c calling conventions to be interface-based | Rainer Gerhards | 2008-03-05 | 1 | -3/+4 |
| | | | | | | | | | | | - moved module loader from conf.c to module.c, where it belongs - made the necessary plumbing to auto-load library modules - upgraded debug system to include iRet in function exit message - changed module interface so that instances need only to be supported by output plugins (if we actually need them for input plugins, we can always add it again...) - milestone: first implementation of library modules (but do not get unloaded on exit/hup so far) | ||||
* | - added PUSHMSGVAR operation | Rainer Gerhards | 2008-02-25 | 1 | -1/+2 |
| | | | | - included expression support in filter module (and it works ;)) | ||||
* | - improved diagnostic information for abort cases | Rainer Gerhards | 2008-02-12 | 1 | -0/+3 |
| | | | | | - some initial effort for malloc/free debugging support - bugfix: using dynafile actions caused rsyslogd abort | ||||
* | implemented naming for all objects (mostly as a debug aid, but you never | Rainer Gerhards | 2008-01-29 | 1 | -1/+3 |
| | | | | know what else it will be good for) | ||||
* | - improved debug support a bit (assertions) | Rainer Gerhards | 2008-01-29 | 1 | -0/+2 |
| | | | | | - restructured code, moved some part out of syslogd.c to action.c, where they belong (still some more to do in that regard ;)) | ||||
* | implemented the $ActionResumeRetryCount config directive | Rainer Gerhards | 2008-01-28 | 1 | -0/+3 |
| | |||||
* | - added "runtime instrumentation" feature to ./configure | Rainer Gerhards | 2008-01-28 | 1 | -4/+4 |
| | | | | - some more cleanup | ||||
* | improved last execution line tracking a bit | Rainer Gerhards | 2008-01-28 | 1 | -2/+3 |
| | |||||
* | added capability to record last known exec location in debug stack dump | Rainer Gerhards | 2008-01-28 | 1 | -10/+26 |
| | |||||
* | more improvements and bug fixes | Rainer Gerhards | 2008-01-24 | 1 | -10/+11 |
| | |||||
* | improved debugging support (faster, less memory used, function invocation | Rainer Gerhards | 2008-01-24 | 1 | -13/+46 |
| | | | | count is maintened) | ||||
* | looks like the first actually usable debug class is done | Rainer Gerhards | 2008-01-23 | 1 | -0/+1 |
| | |||||
* | bug fixes and improvements | Rainer Gerhards | 2008-01-23 | 1 | -6/+6 |
| | |||||
* | added mutex debug instrumentation | Rainer Gerhards | 2008-01-23 | 1 | -0/+26 |
| | |||||
* | added thread-specific call stack to debug interface | Rainer Gerhards | 2008-01-22 | 1 | -0/+19 |
| | |||||
* | added debug support class | Rainer Gerhards | 2008-01-22 | 1 | -0/+36 |