summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v7-devel' into tmpRainer Gerhards2013-11-291-9/+6
|\ | | | | | | | | Conflicts: action.c
| * nit: update copyright datesRainer Gerhards2013-11-291-1/+1
| |
| * introduce new function to emit warning and other non-error messagesRainer Gerhards2013-11-291-6/+4
| | | | | | | | also refactor the error message subsystem a bit
| * use const keyword at (some) appropriate placesRainer Gerhards2013-11-291-3/+2
| |
* | output memory allocator in version displayRainer Gerhards2013-11-261-0/+5
| |
* | help detect unavailable output target as quickly as possibleRainer Gerhards2013-11-181-0/+1
| |
* | bugfix: potential segfault in omfile under heavy loadRainer Gerhards2013-11-181-6/+6
| |
* | fix: ruleset queues were activated too earlyRainer Gerhards2013-11-141-2/+7
| | | | | | | | | | | | | | | | | | This does not cause issues in v7, but here we have the problem that the total number of actions, which now is required for wti sizing, is not available at that early stage. So we needed to delay queue startup until everything is processed (just as it should have been already!). Note the previously we could have a segfault on first message when ruleset queues were used.
* | regression fix: failure if more than one template was to processRainer Gerhards2013-11-131-0/+2
| |
* | Merge branch 'master-ruleeng' into master-ruleeng-simdRainer Gerhards2013-11-131-153/+161
|\ \
| * | omfwd: fully support v8 omod interfaceRainer Gerhards2013-11-131-153/+161
| | | | | | | | | | | | we now also create multiple connections, one for each instance
* | | refactor bShutdownImmediate handlingRainer Gerhards2013-11-051-3/+2
| | |
* | | refactor: move pbShutdownImmediate to wti_tRainer Gerhards2013-11-051-4/+4
| | |
* | | cleanup: multiple rulesets inside a single batch are now OKRainer Gerhards2013-11-041-9/+0
|/ / | | | | | | | | They don't require special handling any longer, so do no longer care about them.
* | fix tryResume callbackRainer Gerhards2013-11-041-0/+3
| |
* | remove pData emulation from v8 omod interfaceRainer Gerhards2013-10-315-4/+11
| | | | | | | | | | breaks compilation of not converted modules - but these won't work anyways. So better change this now.
* | omshell: make play well with v8 output module interfaceRainer Gerhards2013-10-311-5/+2
| | | | | | | | | | Note that this module is deprecated and only the bare necessary things are done.
* | ompipe: make play well with v8 output module interfaceRainer Gerhards2013-10-311-0/+6
| |
* | omfile: small aid for debug testingRainer Gerhards2013-10-311-3/+3
| |
* | remove pData from tryResume callbackRainer Gerhards2013-10-301-1/+1
| |
* | milestone: action mutex removedRainer Gerhards2013-10-291-3/+6
| | | | | | | | | | This means actions may now be called concurrently and must make provisions themselves to handle multi-threading.
* | add debug output for worker actionsRainer Gerhards2013-10-291-1/+0
| |
* | add freeWrkrInstance to output module interfaceRainer Gerhards2013-10-296-0/+30
| |
* | move all builtin-modules to new wrkr activation interface; make this mandatoryRainer Gerhards2013-10-296-4/+33
| | | | | | | | This intentionally breaks build of modules not yet converted.
* | milestone: action engine changed to partially support wrkr instance action ↵Rainer Gerhards2013-10-281-1/+5
| | | | | | | | interface
* | milestone: guard omfile writes by mutexRainer Gerhards2013-10-281-0/+8
| |
* | milestone: omfile supports buffering mechanismRainer Gerhards2013-10-281-32/+56
| |
* | milestone: stage work for omfile worker instance handlingRainer Gerhards2013-10-281-5/+32
| |
* | milestone: make default modules compile again (but they do NOT work!)Rainer Gerhards2013-10-276-0/+24
| |
* | milestone: calling sequence changed so that wti is passed to many functionsRainer Gerhards2013-10-261-2/+2
|/
* make rsyslog version output include the number of bits used for RainerScriptRainer Gerhards2013-10-261-0/+5
|
* Merge branch 'master-lookup'Rainer Gerhards2013-10-131-0/+1
|\ | | | | | | | | | | Conflicts: grammar/rainerscript.h runtime/rsyslog.h
| * reload lookup tables on HUPRainer Gerhards2013-07-161-0/+1
| |
* | omfwd: new action parameter "maxErrorMessages" addedRainer Gerhards2013-09-301-6/+26
| |
* | nit: remove already done TODO commentRainer Gerhards2013-09-301-3/+0
| |
* | omfile: add "direcreatemode" and "filecreatemode" module parametersRainer Gerhards2013-09-261-2/+12
| |
* | Merge branch 'v7-stable-mmrfc5424addhmac'Rainer Gerhards2013-09-262-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac runtime/msg.c runtime/rsyslog.h
| * | consistently use new message protocol type #define'sRainer Gerhards2013-09-232-2/+2
| | |
* | | bugfix: omfwd parameter streamdrivermmode was not properly handledRainer Gerhards2013-09-171-1/+0
| | | | | | | | | | | | | | | it was always overwritten by whatever value was set via the legacy directive $ActionSendStreamDriverMode
* | | experimental: make impstats return delta values where possibleRainer Gerhards2013-09-071-5/+5
| | |
* | | Merge branch 'v7-stable'Rainer Gerhards2013-09-021-4/+4
|\| |
| * | Better error messages from rsgtutilAhto Truu2013-09-021-4/+4
| | |
* | | Merge branch 'c9'Rainer Gerhards2013-09-021-0/+2
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: runtime/msg.c
| * | | apply default TZ if none is present in legacy timestampRainer Gerhards2013-09-021-1/+2
| | | |
| * | | milestone: defaultTZ can be set in msg obj (via imtcp)Rainer Gerhards2013-08-301-0/+1
| |/ / | | | | | | | | | ... but parser does not yet use it.
* | | Merge branch 'v7-stable'Andre Lorbach2013-08-061-1/+5
|\| | | | | | | | | | | | | | Conflicts: plugins/omprog/omprog.c
| * | Using OMSRsetEntry to set the default action template in ompipe for now.Andre Lorbach2013-08-061-1/+5
| | | | | | | | | | | | If no default template is set, a segfault occured on startup.
* | | cosmetic cleanup, remove left-over debug test aidsRainer Gerhards2013-07-191-2/+0
| | |
* | | main_queue() config object addedRainer Gerhards2013-07-191-0/+2
| | | | | | | | | | | | doc still missing
* | | cleanupRainer Gerhards2013-07-151-3/+0
| | |