Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v7-devel' into tmp | Rainer Gerhards | 2013-11-29 | 1 | -9/+6 |
|\ | | | | | | | | | Conflicts: action.c | ||||
| * | nit: update copyright dates | Rainer Gerhards | 2013-11-29 | 1 | -1/+1 |
| | | |||||
| * | introduce new function to emit warning and other non-error messages | Rainer Gerhards | 2013-11-29 | 1 | -6/+4 |
| | | | | | | | | also refactor the error message subsystem a bit | ||||
| * | use const keyword at (some) appropriate places | Rainer Gerhards | 2013-11-29 | 1 | -3/+2 |
| | | |||||
* | | output memory allocator in version display | Rainer Gerhards | 2013-11-26 | 1 | -0/+5 |
| | | |||||
* | | help detect unavailable output target as quickly as possible | Rainer Gerhards | 2013-11-18 | 1 | -0/+1 |
| | | |||||
* | | bugfix: potential segfault in omfile under heavy load | Rainer Gerhards | 2013-11-18 | 1 | -6/+6 |
| | | |||||
* | | fix: ruleset queues were activated too early | Rainer Gerhards | 2013-11-14 | 1 | -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 process | Rainer Gerhards | 2013-11-13 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'master-ruleeng' into master-ruleeng-simd | Rainer Gerhards | 2013-11-13 | 1 | -153/+161 |
|\ \ | |||||
| * | | omfwd: fully support v8 omod interface | Rainer Gerhards | 2013-11-13 | 1 | -153/+161 |
| | | | | | | | | | | | | we now also create multiple connections, one for each instance | ||||
* | | | refactor bShutdownImmediate handling | Rainer Gerhards | 2013-11-05 | 1 | -3/+2 |
| | | | |||||
* | | | refactor: move pbShutdownImmediate to wti_t | Rainer Gerhards | 2013-11-05 | 1 | -4/+4 |
| | | | |||||
* | | | cleanup: multiple rulesets inside a single batch are now OK | Rainer Gerhards | 2013-11-04 | 1 | -9/+0 |
|/ / | | | | | | | | | They don't require special handling any longer, so do no longer care about them. | ||||
* | | fix tryResume callback | Rainer Gerhards | 2013-11-04 | 1 | -0/+3 |
| | | |||||
* | | remove pData emulation from v8 omod interface | Rainer Gerhards | 2013-10-31 | 5 | -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 interface | Rainer Gerhards | 2013-10-31 | 1 | -5/+2 |
| | | | | | | | | | | Note that this module is deprecated and only the bare necessary things are done. | ||||
* | | ompipe: make play well with v8 output module interface | Rainer Gerhards | 2013-10-31 | 1 | -0/+6 |
| | | |||||
* | | omfile: small aid for debug testing | Rainer Gerhards | 2013-10-31 | 1 | -3/+3 |
| | | |||||
* | | remove pData from tryResume callback | Rainer Gerhards | 2013-10-30 | 1 | -1/+1 |
| | | |||||
* | | milestone: action mutex removed | Rainer Gerhards | 2013-10-29 | 1 | -3/+6 |
| | | | | | | | | | | This means actions may now be called concurrently and must make provisions themselves to handle multi-threading. | ||||
* | | add debug output for worker actions | Rainer Gerhards | 2013-10-29 | 1 | -1/+0 |
| | | |||||
* | | add freeWrkrInstance to output module interface | Rainer Gerhards | 2013-10-29 | 6 | -0/+30 |
| | | |||||
* | | move all builtin-modules to new wrkr activation interface; make this mandatory | Rainer Gerhards | 2013-10-29 | 6 | -4/+33 |
| | | | | | | | | This intentionally breaks build of modules not yet converted. | ||||
* | | milestone: action engine changed to partially support wrkr instance action ↵ | Rainer Gerhards | 2013-10-28 | 1 | -1/+5 |
| | | | | | | | | interface | ||||
* | | milestone: guard omfile writes by mutex | Rainer Gerhards | 2013-10-28 | 1 | -0/+8 |
| | | |||||
* | | milestone: omfile supports buffering mechanism | Rainer Gerhards | 2013-10-28 | 1 | -32/+56 |
| | | |||||
* | | milestone: stage work for omfile worker instance handling | Rainer Gerhards | 2013-10-28 | 1 | -5/+32 |
| | | |||||
* | | milestone: make default modules compile again (but they do NOT work!) | Rainer Gerhards | 2013-10-27 | 6 | -0/+24 |
| | | |||||
* | | milestone: calling sequence changed so that wti is passed to many functions | Rainer Gerhards | 2013-10-26 | 1 | -2/+2 |
|/ | |||||
* | make rsyslog version output include the number of bits used for RainerScript | Rainer Gerhards | 2013-10-26 | 1 | -0/+5 |
| | |||||
* | Merge branch 'master-lookup' | Rainer Gerhards | 2013-10-13 | 1 | -0/+1 |
|\ | | | | | | | | | | | Conflicts: grammar/rainerscript.h runtime/rsyslog.h | ||||
| * | reload lookup tables on HUP | Rainer Gerhards | 2013-07-16 | 1 | -0/+1 |
| | | |||||
* | | omfwd: new action parameter "maxErrorMessages" added | Rainer Gerhards | 2013-09-30 | 1 | -6/+26 |
| | | |||||
* | | nit: remove already done TODO comment | Rainer Gerhards | 2013-09-30 | 1 | -3/+0 |
| | | |||||
* | | omfile: add "direcreatemode" and "filecreatemode" module parameters | Rainer Gerhards | 2013-09-26 | 1 | -2/+12 |
| | | |||||
* | | Merge branch 'v7-stable-mmrfc5424addhmac' | Rainer Gerhards | 2013-09-26 | 2 | -2/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac runtime/msg.c runtime/rsyslog.h | ||||
| * | | consistently use new message protocol type #define's | Rainer Gerhards | 2013-09-23 | 2 | -2/+2 |
| | | | |||||
* | | | bugfix: omfwd parameter streamdrivermmode was not properly handled | Rainer Gerhards | 2013-09-17 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | it was always overwritten by whatever value was set via the legacy directive $ActionSendStreamDriverMode | ||||
* | | | experimental: make impstats return delta values where possible | Rainer Gerhards | 2013-09-07 | 1 | -5/+5 |
| | | | |||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-02 | 1 | -4/+4 |
|\| | | |||||
| * | | Better error messages from rsgtutil | Ahto Truu | 2013-09-02 | 1 | -4/+4 |
| | | | |||||
* | | | Merge branch 'c9' | Rainer Gerhards | 2013-09-02 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: runtime/msg.c | ||||
| * | | | apply default TZ if none is present in legacy timestamp | Rainer Gerhards | 2013-09-02 | 1 | -1/+2 |
| | | | | |||||
| * | | | milestone: defaultTZ can be set in msg obj (via imtcp) | Rainer Gerhards | 2013-08-30 | 1 | -0/+1 |
| |/ / | | | | | | | | | | ... but parser does not yet use it. | ||||
* | | | Merge branch 'v7-stable' | Andre Lorbach | 2013-08-06 | 1 | -1/+5 |
|\| | | | | | | | | | | | | | | Conflicts: plugins/omprog/omprog.c | ||||
| * | | Using OMSRsetEntry to set the default action template in ompipe for now. | Andre Lorbach | 2013-08-06 | 1 | -1/+5 |
| | | | | | | | | | | | | If no default template is set, a segfault occured on startup. | ||||
* | | | cosmetic cleanup, remove left-over debug test aids | Rainer Gerhards | 2013-07-19 | 1 | -2/+0 |
| | | | |||||
* | | | main_queue() config object added | Rainer Gerhards | 2013-07-19 | 1 | -0/+2 |
| | | | | | | | | | | | | doc still missing | ||||
* | | | cleanup | Rainer Gerhards | 2013-07-15 | 1 | -3/+0 |
| | | |