summaryrefslogtreecommitdiffstats
path: root/runtime/cfsysline.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v5-devel'Rainer Gerhards2010-12-171-5/+2
|\ | | | | | | | | | | | | | | Conflicts: ChangeLog action.c plugins/imudp/imudp.c runtime/glbl.c
| * bugfix: batch processing flagged invalid message as "bad" under some ↵Rainer Gerhards2010-12-161-3/+0
| | | | | | | | | | | | circumstances also fixed some cosmetic nits
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-12-161-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/parser.c runtime/queue.c runtime/wtp.c template.c threads.c tools/syslogd.c
| | * some cleanup based on clang static analyzer resultsRainer Gerhards2010-12-161-2/+2
| | |
| | * fixing some compile problems on FreeBSDRainer Gerhards2010-10-191-3/+3
| | |
* | | first shot at scoping (for actions only)Rainer Gerhards2010-07-231-11/+25
| | | | | | | | | | | | | | | parser now supports $Begin action, $End action, $StrictScoping, but not yet the actual semantics.
* | | moving towards scoping inside rsyslog.confRainer Gerhards2010-07-211-6/+9
|/ / | | | | | | first step: adding object-type specifier to config statement table
* / bugfix: the T/P/E config size specifiers did not work properly under call ↵Rainer Gerhards2010-04-071-3/+5
|/ | | | 32-bit platforms
* Merge branch 'master' into omfileRainer Gerhards2009-06-161-6/+6
|\ | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/msg.h tcps_sess.c tcpsrv.c tools/syslogd.c
| * done various optimizations to the stringbuf and its usersRainer Gerhards2009-06-161-6/+6
| |
* | completed multi-ruleset core supportRainer Gerhards2009-06-121-3/+3
|/ | | | ... as well as added multi-ruleset support for imtcp
* clean compile on solarisRainer Gerhards2009-04-021-2/+2
|
* Merge branch 'v3-stable' into betaRainer Gerhards2008-09-021-5/+5
| | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
* added (internal) error codes to error messagesRainer Gerhards2008-06-271-10/+10
| | | | | Also added redirector to web description of error codes closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20
* Merge branch 'beta'Rainer Gerhards2008-05-161-0/+2
| | | | | | | Conflicts: ChangeLog rfc3195d.c
* Merge branch 'beta'Rainer Gerhards2008-05-021-1/+3
| | | | | | | | | | Conflicts: plugins/imklog/linux.c runtime/cfsysline.c runtime/ctok.c runtime/linkedlist.c runtime/sysvar.c
* added missing copyright statementsRainer Gerhards2008-04-241-0/+2
| | | | (thanks to Michael Biebl for noticing)
* completed better modularity of runtimeRainer Gerhards2008-04-171-1/+0
| | | | | | | | | | - added the ability to specify an error log function for the runtime - removed dependency of core runtime on dirty.h Note that it is "better" modularity, not perfect. There is still work to do, but I think we can for the time being proceed with other things.
* modularization workRainer Gerhards2008-04-171-0/+991
cleanup + created an abstract class for global data items and moved glblGetWorkDir to it