summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* prepared for 1.18.1 releasev1-18-1Rainer Gerhards2007-08-082-5/+10
* preparing for 1.18.1Rainer Gerhards2007-08-081-1/+2
* added a database cleanup script based on a suggestion of Michael Mansour.Rainer Gerhards2007-08-084-1/+63
* changed rsyslog.h include order to solve debian sid zlib inlcude issueMichael Meckelein2007-08-0815-14/+15
* added config file directive $ActionResumeIntervalRainer Gerhards2007-08-083-3/+29
* added "slightly outdated" warningsRainer Gerhards2007-08-082-2/+7
* added $ActionResumeInterval config directiveRainer Gerhards2007-08-082-0/+37
* changed function name dprintf() to dbgprintf() as it conflicts with theRainer Gerhards2007-08-0820-264/+259
* all compile-time settings are now shown in rsyslogd -v, not just the activeRainer Gerhards2007-08-082-24/+49
* optimized select handling, after select polling cycle is now finished whenRainer Gerhards2007-08-082-44/+60
* moved the "after select polling code (for fds)" to its own functionRainer Gerhards2007-08-081-153/+175
* added $MainMsgQueueSize config directiveRainer Gerhards2007-08-071-0/+21
* add config directive $MainMsgQueueSize, which now allows to configure theRainer Gerhards2007-08-072-7/+23
* moved code to create/delete message queue to init(), after reading the confRainer Gerhards2007-08-072-10/+18
* applied patch from Michel Samia to fix compilation when the pthreadsRainer Gerhards2007-08-073-0/+8
* moved action object out of syslogd.c to its own fileset (action.c/h)Rainer Gerhards2007-08-065-178/+265
* applied a patch from varmojfekoj which solved a potential segfault ofRainer Gerhards2007-08-062-4/+13
* reduced number of identical error messages in ommysql.c while suspendedRainer Gerhards2007-08-031-4/+12
* bumping version numberRainer Gerhards2007-08-032-2/+4
* preparing for 1.18.0v1-18-0Rainer Gerhards2007-08-034-6/+11
* perparing for 1.18.0 releaseRainer Gerhards2007-08-031-1/+4
* - I found out that we finally have problems with the (somewhat recursive)Rainer Gerhards2007-08-0312-33/+386
* - added CODE_STD_FINALIZERparseSelectorAct to module-generation macrosRainer Gerhards2007-08-039-258/+137
* cleanup (removed unused code)Rainer Gerhards2007-08-021-14/+0
* some cleanupRainer Gerhards2007-08-024-6/+3
* added $ActionExecOnlyIfPreviousIsSuspended config directiveRainer Gerhards2007-08-021-4/+33
* implemented $ActionExecOnlyWhenPreviousIsSuspended config directiveRainer Gerhards2007-08-022-10/+22
* got a working version of suspension/resumption logic including omfwd.cRainer Gerhards2007-08-022-82/+153
* added resumption logic to rsyslogd (but not yet any module)Rainer Gerhards2007-08-022-4/+19
* added tryResume() API to module interfaceRainer Gerhards2007-08-0211-19/+82
* changed doAction() syslogd internal functions to allow for larger data &Rainer Gerhards2007-08-021-3/+10
* added capability to have multiple actions per selectorRainer Gerhards2007-08-022-4/+20
* enabled functionality to have more than one action per selectorRainer Gerhards2007-08-021-26/+17
* moved cfsysline-calling into cfline() - now a unified interface againRainer Gerhards2007-08-021-18/+11
* enhanced syslogd memory structures to support multiple actions per selectorRainer Gerhards2007-08-021-111/+298
* enhanced linkedList class, new method to get count, new method to execute aRainer Gerhards2007-08-022-0/+51
* shuffeled code in cfline() to prepare for a better system of processing theRainer Gerhards2007-08-014-139/+237
* moved definition of selector_t to syslogd.c again, as this now no longer isRainer Gerhards2007-08-012-42/+42
* moved action-describing data fields out of selector_t to its own structure;Rainer Gerhards2007-08-012-138/+200
* prepared code to move action-specifc selector_t data members to their ownRainer Gerhards2007-08-011-53/+74
* even more cleanup ;)Rainer Gerhards2007-08-013-29/+31
* modified rklogd to only change the console log level if -c is specifiedRainer Gerhards2007-08-011-2/+5
* bumped version numberRainer Gerhards2007-08-012-2/+5
* modified rklogd to only change the console log level if -c is specifiedRainer Gerhards2007-08-011-3/+3
* preparing for 1.17.6v1-17-6Rainer Gerhards2007-08-013-9/+14
* enhanced/renamed $include(config) directiveRainer Gerhards2007-08-011-11/+40
* - changed name of $Include to $IncludeConfig - sound better as it is moreRainer Gerhards2007-08-012-12/+2
* enhanced $Include to allow inclusion of a complete directoryRainer Gerhards2007-08-013-8/+100
* - applied a patch from mildew to prevent rsyslogd from freezing under heavyRainer Gerhards2007-08-013-2/+21
* added $include directiveRainer Gerhards2007-08-011-1/+24