Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'beta' | Andre Lorbach | 2011-08-05 | 2 | -9/+25 |
|\ | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h | ||||
| * | Merge branch 'v5-stable' into beta | Andre Lorbach | 2011-08-05 | 3 | -8/+20 |
| |\ | | | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | Merge branch 'v4-stable' into v5-stable | Andre Lorbach | 2011-08-05 | 1 | -0/+4 |
| | |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | | * | Merge branch 'v3-stable' into v4-stable | Andre Lorbach | 2011-08-05 | 2 | -7/+11 |
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/msg.c | ||||
| | | | * | bugfix: potential misadressing in property replacer | Andre Lorbach | 2011-08-05 | 2 | -7/+8 |
| | | | | | |||||
| | * | | | Added changelog entry | Andre Lorbach | 2011-08-05 | 1 | -0/+3 |
| | | | | | |||||
| | * | | | bugfix: potential misadressing in property replacer | Andre Lorbach | 2011-08-05 | 1 | -7/+9 |
| | | | | | |||||
| * | | | | Merge branch 'v4-stable' into beta | Rainer Gerhards | 2011-07-11 | 1 | -7/+9 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | preparing for 6.1.11v6.1.11 | Rainer Gerhards | 2011-07-11 | 3 | -3/+3 |
| | | | | | |||||
| * | | | | Merge branch 'v5-stable' into beta | Rainer Gerhards | 2011-07-11 | 7 | -12/+48 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h | ||||
* | | | | | | preparing for 6.3.4 releasev6.3.4 | Rainer Gerhards | 2011-08-02 | 3 | -3/+3 |
| | | | | | | |||||
* | | | | | | added new functionality to ChangeLog | Rainer Gerhards | 2011-08-02 | 1 | -0/+4 |
| | | | | | | |||||
* | | | | | | milestone: queue-params are properly initialized for action queues | Rainer Gerhards | 2011-08-01 | 4 | -14/+54 |
| | | | | | | |||||
* | | | | | | regression: omfile aborted on dynafiles (never released bug) | Rainer Gerhards | 2011-08-01 | 1 | -4/+3 |
| | | | | | | |||||
* | | | | | | milestone: generic action parameters parsed via new config system | Rainer Gerhards | 2011-08-01 | 4 | -30/+91 |
| | | | | | | |||||
* | | | | | | milestone: queue object now has a param handler for new conf interface | Rainer Gerhards | 2011-07-22 | 11 | -99/+267 |
| | | | | | | | | | | | | | | | | | | | | | | | | ... and action queue defs use this new interface (but not yet the main queues) | ||||
* | | | | | | need to handle legacy-legacy omusrmsg format stricter | Rainer Gerhards | 2011-07-22 | 2 | -3/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | otherwise, the grammar for if-constructs was broken | ||||
* | | | | | | milestone: all syntaxes for new config handler implemented | Rainer Gerhards | 2011-07-22 | 5 | -5/+135 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so far, mostly compile-time tested. Real testing happens as side-activity when implementing other parts of the new config system | ||||
* | | | | | | working around automake curiosity | Rainer Gerhards | 2011-07-22 | 1 | -1/+4 |
| | | | | | | |||||
* | | | | | | build system cleanup/improvement | Rainer Gerhards | 2011-07-22 | 2 | -7/+2 |
| | | | | | | |||||
* | | | | | | omusrmsg now supports the new config system | Rainer Gerhards | 2011-07-21 | 4 | -40/+130 |
| | | | | | | |||||
* | | | | | | bugfix: abort in omfile (in brand-new code) | Rainer Gerhards | 2011-07-21 | 5 | -4/+15 |
| | | | | | | |||||
* | | | | | | milestone: omfile basically gets its parameters via the new system | Rainer Gerhards | 2011-07-21 | 5 | -51/+176 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but not all syntax handlers are present (so it does not yet fully work). | ||||
* | | | | | | fixing minor memory leaks | Rainer Gerhards | 2011-07-21 | 5 | -8/+54 |
| | | | | | | |||||
* | | | | | | doc: clarified that pmlastmsg does not drop those messages | Rainer Gerhards | 2011-07-21 | 1 | -0/+5 |
| | | | | | | |||||
* | | | | | | milestone: new output plugin interface call added | Rainer Gerhards | 2011-07-21 | 9 | -23/+65 |
| | | | | | | |||||
* | | | | | | milestone: done plumbing to call plugin create action instance entry point | Rainer Gerhards | 2011-07-20 | 9 | -46/+135 |
| | | | | | | |||||
* | | | | | | milestone: on the way to a new action conf interface to plugins... | Rainer Gerhards | 2011-07-20 | 3 | -9/+151 |
| | | | | | | |||||
* | | | | | | cleanup | Rainer Gerhards | 2011-07-20 | 1 | -21/+1 |
| | | | | | | |||||
* | | | | | | milestone: added module config names | Rainer Gerhards | 2011-07-20 | 46 | -85/+69 |
| | | | | | | |||||
* | | | | | | milestone: size syntax implemented | Rainer Gerhards | 2011-07-19 | 3 | -10/+55 |
| | | | | | | |||||
* | | | | | | milestone: glbl obj parameters settable via new conf interface | Rainer Gerhards | 2011-07-19 | 5 | -3/+77 |
| | | | | | | |||||
* | | | | | | milestone: two syntaxes for get conf param implemented | Rainer Gerhards | 2011-07-19 | 3 | -4/+78 |
| | | | | | | |||||
* | | | | | | milestone: first steps at global() conf obj implementation | Rainer Gerhards | 2011-07-19 | 6 | -2/+228 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also, the foundation for accessing conf file params has been laid. Still more work to do... | ||||
* | | | | | | removed some printf's left in lexer | Rainer Gerhards | 2011-07-15 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | may cause some mild confusion if someone actually uses the not-yet-officially-supported construct | ||||
* | | | | | | bugfix: misaddressing in config handler | Rainer Gerhards | 2011-07-15 | 2 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In theory, can cause segfault, in practice this is extremely unlikely Thanks to Marcin for alertig me. | ||||
* | | | | | | better check for config errors | Rainer Gerhards | 2011-07-15 | 4 | -23/+63 |
| | | | | | | |||||
* | | | | | | more cleanup | Rainer Gerhards | 2011-07-15 | 3 | -9/+12 |
| | | | | | | |||||
* | | | | | | renamed exprret type to var in spite of more generic use | Rainer Gerhards | 2011-07-15 | 2 | -49/+55 |
| | | | | | | |||||
* | | | | | | some more cleanup | Rainer Gerhards | 2011-07-15 | 5 | -382/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | preparing for a new, higher performance, variant object type | ||||
* | | | | | | preparing for 6.3.3v6.3.3 | Rainer Gerhards | 2011-07-13 | 6 | -5/+11 |
| | | | | | | |||||
* | | | | | | forgotten to support the discard action ("~") | Rainer Gerhards | 2011-07-13 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | reverting back to non-debug settings | Rainer Gerhards | 2011-07-13 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | debug settings in testbench were accidently left on, including a special test case | ||||
* | | | | | | Merge branch 'v5-stable' | Rainer Gerhards | 2011-07-13 | 2 | -8/+10 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | doc: cleanup of copy-and-paste error in comment | Rainer Gerhards | 2011-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | thanks to darix for alerting me | ||||
| * | | | | | Merge branch 'v4-stable' into v5-stable | Rainer Gerhards | 2011-07-11 | 1 | -7/+9 |
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| | | |||||
| | * | | | doc: updated rsyslog.conf man page with new syntaxes | Rainer Gerhards | 2011-07-11 | 1 | -7/+9 |
| | | | | | |||||
* | | | | | doc: v6 compatiblity doc added | Rainer Gerhards | 2011-07-13 | 3 | -30/+99 |
| | | | | | |||||
* | | | | | lexer bug: *.somewhat PRIs not detected | Rainer Gerhards | 2011-07-13 | 2 | -1/+31 |
| | | | | | | | | | | | | | | | | | | | | regression from last update | ||||
* | | | | | proudly added new conf parser to ChangeLog ;-) | Rainer Gerhards | 2011-07-12 | 1 | -0/+4 |
| | | | | |