summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* milestone/[PARTWORK]: implemented RainerScript functionsRainer Gerhards2011-07-093-7/+129
|
* optimized function representationRainer Gerhards2011-07-082-9/+31
|
* cosmetic updatesRainer Gerhards2011-07-081-4/+2
|
* milestone/[PARTWORK]: integrated all variable types (msg/sys/cee)Rainer Gerhards2011-07-084-5/+161
|
* milestone/[PARTWORK]: implemented comparison operationsRainer Gerhards2011-07-087-58/+236
|
* milestone/[PARTWORK]: implemented "CONTAINS"Rainer Gerhards2011-07-082-8/+20
|
* milestone/[PARTWORK]: obtaining msg vars integrated, "==" works for stringsRainer Gerhards2011-07-079-31/+124
|
* milestone/[PARTWORK]: integrted script filter, but var access is missingRainer Gerhards2011-07-0712-28/+116
|
* milestone:/[PARTWORK]: config is processed using new parser, except...Rainer Gerhards2011-07-064-34/+82
| | | | ... for "if" filters (more work to come, probably lots of more work... ;))
* milestone/[NONWORKING]: first integration of new parser, rules are not yet ↵Rainer Gerhards2011-07-067-13/+120
| | | | handled
* milestone: abstracted parser interface ...Rainer Gerhards2011-07-063-9/+44
| | | | | so that both testdriver and other callers (rsyslog!) can use it without changing the parser (this simplifies development).
* milestone: some plumbing for rsyslog/stand alone parsingRainer Gerhards2011-07-055-48/+83
|
* milestone: improved build systemRainer Gerhards2011-07-055-31/+79
| | | | | ... still had quite some glitches, as usual. This time it hopefully works under all circumstances (well, let's hope for "usual cir..." ;)).
* milestone: grammar integrated in rsyslog build systemRainer Gerhards2011-07-057-8/+29
|
* milestone: added functions to grammarRainer Gerhards2011-07-045-4/+67
|
* cleanupRainer Gerhards2011-07-042-30/+20
|
* milestone: strings and vars are now stored correctly in in-memory representationRainer Gerhards2011-07-045-17/+43
|
* milstone: top-level grammer now ready for integration (but script detail ↵Rainer Gerhards2011-07-045-50/+118
| | | | still missing)
* bugfix(new bug): cfsyslines were not properly reversed during parsingRainer Gerhards2011-07-041-7/+3
|
* milestone: PROPFILT added to grammarRainer Gerhards2011-07-043-13/+16
|
* milestone: added BSD-style blocksRainer Gerhards2011-07-043-3/+15
|
* milestone: support for include files addedRainer Gerhards2011-07-044-11/+106
| | | | support for directories will be added during rsyslog integration
* milestone: added comparison ops, prepring for flex include processingRainer Gerhards2011-07-045-19/+83
|
* milestone: added operations to expr, added evaluationRainer Gerhards2011-07-045-20/+233
|
* grammar: small optimization during expr creationRainer Gerhards2011-07-032-1/+10
|
* milestone: added grammar for arithmetic expressionsRainer Gerhards2011-07-036-18/+146
|
* milestone: grammar for basic if/then construct (no expr)Rainer Gerhards2011-07-033-15/+65
|
* milestone: support for action list added to grammarRainer Gerhards2011-07-034-13/+163
|
* milestone: some support for rules in grammarRainer Gerhards2011-07-024-81/+85
|
* milestone: grammar for objects and cfsysline createdRainer Gerhards2011-07-025-43/+242
|
* milestone: done some more twists to the lexerRainer Gerhards2011-07-012-6/+32
|
* milestone: lexer now correctly identifies (almost) all constructsRainer Gerhards2011-07-012-4/+107
|
* milestone: grammar contains rules for object blocksRainer Gerhards2011-07-012-18/+149
|
* milestone: first shot at rules to read old config file objectsRainer Gerhards2011-06-302-2/+33
|
* worked on detecting old-style PRI filterRainer Gerhards2011-06-302-0/+118
|
* first try towards a flex/bison based config parserRainer Gerhards2011-06-305-0/+232
|
* reduced sporadic failures during make checkRainer Gerhards2011-06-271-9/+14
| | | | | | | | | the imdiag implementation of "queue empty" was a bit racy, which sometimes lead to too-early termination of rsyslogd and thus some small memory leaks (which in turn showed up as problems during make check). The current architecture is not able to 100% guard against this, but the probleme probability has been reduced (and it showed to improve in practice).
* Merge branch 'v5-devel'Rainer Gerhards2011-06-2728-187/+585
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imfile/imfile.c plugins/imklog/imklog.c plugins/imptcp/imptcp.c plugins/imtcp/imtcp.c plugins/imuxsock/imuxsock.c plugins/mmsnmptrapd/mmsnmptrapd.c tools/omfile.c
| * added support for obtaining timestamp for kernel message from messageRainer Gerhards2011-06-246-99/+130
| | | | | | | | | | | | | | If the kernel time-stamps messages, time is now take from that timestamp instead of the system time when the message was read. This provides much better accuracy. Thanks to Lennart Poettering for suggesting this feature and his help during implementation.
| * Merge branch 'v5-stable' into v5-develRainer Gerhards2011-06-2114-69/+177
| |\ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | added support for obtaining timestamp from system for imuxsockRainer Gerhards2011-06-206-47/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This permits to read the time a message was submitted to the system log socket. Most importantly, this is provided in microsecond resolution. So we are able to obtain high precision timestampis even for messages that were - as is usual - not formatted with them. This also simplifies things in regard to local time calculation in chroot environments. Many thanks to Lennart Poettering for suggesting this feature, providing some guidance on implementing it and coordinating getting the necessary support into the Linux kernel.
| * | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-06-1610-57/+195
| |\ \ | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h
| * \ \ Merge branch 'v5-stable' into v5-develRainer Gerhards2011-06-148-57/+615
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tcpsrv.c
| * \ \ \ Merge branch 'v4-devel' into v5-develRainer Gerhards2011-06-143-1/+9
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tcpsrv.c
| | * \ \ \ Merge branch 'v4-stable' into v4-develRainer Gerhards2011-06-143-4/+12
| | |\ \ \ \
| * | | | | | preparing for 5.9.0v5.9.0Rainer Gerhards2011-06-105-4/+5
| | | | | | |
| * | | | | | $ActionName is now also used for naming of queues in impstats...Rainer Gerhards2011-06-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...as well as in the debug output. This functionality has now been fully tested.
| * | | | | | bugfix: error state not correctly set for gone-away config directiveRainer Gerhards2011-06-101-0/+1
| | | | | | |
| * | | | | | set queue name to aciton name (useful for impstats!)Rainer Gerhards2011-06-071-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | so far untested, test follows
| * | | | | | Merge branch 'v5-stable-imfile-batches' into v5-develRainer Gerhards2011-06-068-9/+48
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac