summaryrefslogtreecommitdiffstats
path: root/runtime/parser.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v6-stable'Rainer Gerhards2012-08-251-10/+10
|\
| * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-08-251-10/+10
| |\
| | * changed TRUE/FALSE to RSTRUE/RSFALSERainer Gerhards2012-08-221-10/+10
* | | improved support for --enable-debuglessRainer Gerhards2012-05-291-3/+3
|/ /
* | Merge branch 'v6-stable-noscoping' into masterRainer Gerhards2012-01-191-7/+7
|\ \
| * | undoing v6.1 config scoping interface, part IRainer Gerhards2012-01-181-6/+6
* | | Merge branch 'v5-devel' into masterRainer Gerhards2012-01-181-1/+8
|\ \ \ | | |/ | |/|
| * | part of merge, but forgot to add to merge setRainer Gerhards2012-01-101-0/+3
| * | Merge branch 'v4-stable-tmp' into v5-devel-tmpRainer Gerhards2012-01-101-1/+5
| |\ \
| | * \ Merge branch 'tmp' into v4-stable-tmpRainer Gerhards2012-01-101-1/+5
| | |\ \
| | | * | added $SpaceLFOnReceive config directiveTomas Heinrich2012-01-101-1/+5
| | * | | bugfix: PRI was invalid on Solaris for message from local log socketCorey Smith2011-03-241-3/+3
| | * | | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-12-161-2/+0
| | |\ \ \
* | | | | | some more work was required on the ruleset modificationRainer Gerhards2011-04-191-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'v5-devel'Rainer Gerhards2011-03-311-3/+3
|\| | | |
| * | | | bugfix: PRI was invalid on Solaris for message from local log socketCorey Smith2011-03-241-3/+3
* | | | | Merge branch 'v5-devel'Rainer Gerhards2010-12-171-2/+0
|\| | | |
| * | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-12-161-2/+0
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | some cleanup based on clang static analyzer resultsRainer Gerhards2010-12-161-2/+0
* | | | | moving towards scoping inside rsyslog.confRainer Gerhards2010-07-211-6/+6
|/ / / /
* | | | fixing msg duplication & loss regression, causes slowdownRainer Gerhards2010-06-101-1/+1
* | | | Merge branch 'v5-stable' into masterRainer Gerhards2010-04-261-1/+1
|\ \ \ \
| * | | | bugfix(minor): status variable was uninitializedRainer Gerhards2010-04-261-1/+1
| * | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-04-011-2/+7
| |\| | |
| | * | | temporary bugfix replaced by permanent one for...Rainer Gerhards2010-03-311-2/+7
| | | |/ | | |/|
* | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-191-12/+17
|\ \ \ \ | | |_|/ | |/| |
| * | | changed imsolaris to use submitMsg() APIRainer Gerhards2010-04-191-12/+17
* | | | Merge branch 'beta' into masterRainer Gerhards2010-04-091-2/+7
|\ \ \ \
| * | | | Merge branch 'v4-stable-solaris' into betaRainer Gerhards2010-04-091-2/+7
| |\| | | | | |/ / | |/| |
| | * | enhanced nettester tool so that it re-uses it's callers environmentRainer Gerhards2010-04-071-2/+7
| | |/
* | | replaced data type "bool" by "sbool" because this created some portability is...Rainer Gerhards2010-02-021-3/+3
* | | added $Escape8BitCharactersOnReceive directiveRainer Gerhards2010-01-271-0/+14
* | | re-implemented $EscapeControlCharacterTab config directiveRainer Gerhards2009-11-271-1/+9
* | | moved DNS resolution code out of imudp and into the backend processingRainer Gerhards2009-11-171-1/+2
|/ /
* | first complete implementation of loadable parser systemRainer Gerhards2009-11-041-2/+54
* | added $RulesetParser config directiveRainer Gerhards2009-11-041-3/+5
* | finalized parser module calling interfaceRainer Gerhards2009-11-041-26/+67
* | moved rfc3164/5424 code to new parser modulesRainer Gerhards2009-11-041-407/+69
* | one step closer to dynamically loadable parsersRainer Gerhards2009-11-031-6/+159
* | more cleanup and working towards a parser module calling interfaceRainer Gerhards2009-11-031-14/+70
* | restructured parser part of rsyslogRainer Gerhards2009-11-031-0/+382
* | enhanced test environment (including testbench)Rainer Gerhards2009-10-221-2/+2
* | bugfix in debug system and more instrumentation to find an issueRainer Gerhards2009-10-081-8/+8
|/
* Merge branch 'v4-stable' into v4-beta & BUGFIXRainer Gerhards2009-10-011-2/+11
|\
| * bugfix: invalid handling of zero-sized messagesRainer Gerhards2009-09-291-2/+4
| * bugfix: random data could be appended to message, possibly causing segfaultsRainer Gerhards2009-09-241-3/+8
* | bugfix: message sanitation had some issuesRainer Gerhards2009-08-261-4/+12
* | bugfix: potential segfault when zip-compressed syslog records were received (...Rainer Gerhards2009-07-101-1/+0
* | introduced a new way of handling the RcvFrom propertyRainer Gerhards2009-06-301-1/+1
* | bugfix: msg_t mutex was sometimes initialized twiceRainer Gerhards2009-06-251-1/+0