Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | redesigned queue to utilize helper classes for threading support. This is | Rainer Gerhards | 2008-01-24 | 1 | -6/+6 |
| | | | | | | 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... | ||||
* | - fixed a bug that caused a segfault on startup when no $WorkDir directivev3-10-1a | Rainer Gerhards | 2008-01-10 | 1 | -3/+0 |
| | | | | | | was specified in rsyslog.conf - fixed a bug that caused a segfault on queues with types other than "disk" - removed the now longer needed thread TermSyncTool | ||||
* | fixed typo | Rainer Gerhards | 2007-12-25 | 1 | -1/+1 |
| | |||||
* | removed single-threading support for sending TCP messages; caused | Rainer Gerhards | 2007-12-20 | 1 | -2/+0 |
| | | | | | simplyfication of output module interface as well as core syslog processing. | ||||
* | - implemented afterRun input module interface function | Rainer Gerhards | 2007-12-17 | 1 | -0/+1 |
| | | | | - implemented $klogSymbolsTwice config directive | ||||
* | implemented $MarkMessagePeriod config directive | Rainer Gerhards | 2007-12-17 | 1 | -0/+1 |
| | |||||
* | graceful termination now supported | Rainer Gerhards | 2007-12-14 | 1 | -0/+3 |
| | |||||
* | added thread activation | Rainer Gerhards | 2007-12-14 | 1 | -0/+2 |
| | |||||
* | on the way to a real input module interface and threading class... | Rainer Gerhards | 2007-12-14 | 1 | -3/+9 |
| | |||||
* | - begun to create input module interface and macros | Rainer Gerhards | 2007-12-14 | 1 | -58/+44 |
| | | | | - changed module interface to include function to query type | ||||
* | changed license to GPLv3 (for what is to become rsyslog v3) | Rainer Gerhards | 2007-12-14 | 1 | -7/+8 |
| | |||||
* | removed debug aidv1-20-0 | Rainer Gerhards | 2007-12-07 | 1 | -1/+0 |
| | |||||
* | fixed some type conversion warnings that appeared on 64 bit machines - | Rainer Gerhards | 2007-12-07 | 1 | -5/+5 |
| | | | | these were in debug statements, so indicated no real problem | ||||
* | some cleanup | Rainer Gerhards | 2007-11-21 | 1 | -20/+6 |
| | |||||
* | - added an identifier to command handler table - need to identify which | Rainer Gerhards | 2007-11-21 | 1 | -1/+8 |
| | | | | | | | | | | command handler entries need to be removed when module is unloaded - added support so that linkedlist key can be used for owner handle - enhanced llExecFunc to support deletion of list elements (on behalf of user function being called, slight interface change) - enhanced linkedlist class so that list elements can now be deleted based on the key value they have - created entry point so that CfSysLine handlers are removed on modExit() | ||||
* | added an identifier to command handler table - need to identify which | Rainer Gerhards | 2007-11-21 | 1 | -1/+10 |
| | | | | command handler entries need to be removed when module is unloaded | ||||
* | added new modExit() entry point to loadable module interface | Rainer Gerhards | 2007-11-21 | 1 | -5/+21 |
| | |||||
* | cleaned up compiler warnings | Rainer Gerhards | 2007-09-11 | 1 | -0/+2 |
| | |||||
* | applied patches which will be released under 1.19.1, changed doc for 1.19.1v1-19-1 | Michael Meckelein | 2007-08-22 | 1 | -0/+25 |
| | | | | release | ||||
* | - integrated patch from varmojfekoj to make the mysql module a loadable one | Rainer Gerhards | 2007-08-14 | 1 | -2/+9 |
| | | | | many thanks for the patch, MUCH appreciated | ||||
* | added module unload functionality; rsyslogd now unloads modules on exit (of | Rainer Gerhards | 2007-08-09 | 1 | -0/+21 |
| | | | | | | course, with only statically linked modules, there is little current value in this - but it is made towards an upcoming dynaload plugin interface) | ||||
* | added interface API for unloading module (a dummy) | Rainer Gerhards | 2007-08-09 | 1 | -0/+26 |
| | |||||
* | fixed a potential memory leak in modules.c, again, this could not happen in | Rainer Gerhards | 2007-08-09 | 1 | -1/+3 |
| | | | | current code | ||||
* | changed function name dprintf() to dbgprintf() as it conflicts with the | Rainer Gerhards | 2007-08-08 | 1 | -14/+14 |
| | | | | clib | ||||
* | added tryResume() API to module interface | Rainer Gerhards | 2007-08-02 | 1 | -0/+4 |
| | |||||
* | - added interface to register a cfsysline command handler (basic | Rainer Gerhards | 2007-07-31 | 1 | -4/+12 |
| | | | | functionality) | ||||
* | - changed modInit() interface to contain pointer to host-function query | Rainer Gerhards | 2007-07-31 | 1 | -2/+29 |
| | | | | method | ||||
* | - implemented needUDPSocket() interface | Rainer Gerhards | 2007-07-26 | 1 | -0/+4 |
| | | | | | | | | - replaced (mis) use of f_prevcount in omfwd.c -> now data element in instance data is used for retry counting - removed f->f_type from syslogd.c, omfwd.c - removed f->f_file from omfwd.c, omfile.c - f->f_flags is gone away | ||||
* | - implemented onSelectReadyWrite() interface | Rainer Gerhards | 2007-07-26 | 1 | -0/+4 |
| | | | | - milestone reached: no more access to f->f_un in syslogd.c | ||||
* | introduced getWriteFDForSelect() module API | Rainer Gerhards | 2007-07-25 | 1 | -0/+4 |
| | |||||
* | added new function dbgPrintInstInfo() to omod interface | Rainer Gerhards | 2007-07-25 | 1 | -0/+6 |
| | |||||
* | changed output modules to use a template-based code generation system for | Rainer Gerhards | 2007-07-25 | 1 | -2/+0 |
| | | | | standard entry points (implemented via preprocessor) | ||||
* | TypeName is now pulled from the module itself | Rainer Gerhards | 2007-07-24 | 1 | -0/+12 |
| | |||||
* | added freeInstance() call to output module interface; re-structured | Rainer Gerhards | 2007-07-24 | 1 | -2/+0 |
| | | | | ressource release code in syslogd.c | ||||
* | moved discard functionality to an output module | Rainer Gerhards | 2007-07-24 | 1 | -0/+5 |
| | |||||
* | changed select action config reader to use module interface | Rainer Gerhards | 2007-07-24 | 1 | -5/+28 |
| | |||||
* | continued working on modularization; begun to create interface for | Rainer Gerhards | 2007-07-23 | 1 | -4/+94 |
| | | | | | configuring actions selector lines; begun basic functionality for module initialization and loading built-in modules. | ||||
* | added new modules file set | Rainer Gerhards | 2007-07-23 | 1 | -0/+102 |