Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | step: config handler setting from syslogd.c moved to rsconf.c | Rainer Gerhards | 2011-04-21 | 1 | -1/+3 |
| | |||||
* | step: slowly migrating config settings... ;) | Rainer Gerhards | 2011-04-19 | 1 | -0/+10 |
| | |||||
* | renaming conf.* wasn't a good idea -- undoing | Rainer Gerhards | 2011-04-19 | 1 | -1/+1 |
| | | | | | too many dependencies, things get cluttered (and merging probably gets problematic). Now new config will be "conf2". | ||||
* | renamed conf.c to legacyconf.c to make room for new config system | Rainer Gerhards | 2011-04-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v5-devel' | Rainer Gerhards | 2011-03-14 | 1 | -0/+3 |
|\ | | | | | | | | | Conflicts: tests/diag.sh | ||||
| * | fixing cosmetic memory leak in imdiag, imfile | Rainer Gerhards | 2011-03-14 | 1 | -0/+3 |
| | | | | | | | | | | | | This had no real consequences, as it happend exactly once during the runtime, so the OS cleaned up. However, it broke the valgrind testbench. | ||||
* | | Merge branch 'v5-devel' | Rainer Gerhards | 2010-12-17 | 1 | -5/+2 |
|\| | | | | | | | | | | | | | | | Conflicts: ChangeLog action.c plugins/imudp/imudp.c runtime/glbl.c | ||||
| * | bugfix: batch processing flagged invalid message as "bad" under some ↵ | Rainer Gerhards | 2010-12-16 | 1 | -3/+0 |
| | | | | | | | | | | | | circumstances also fixed some cosmetic nits | ||||
| * | Merge branch 'v4-stable' into v5-stable | Rainer Gerhards | 2010-12-16 | 1 | -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 results | Rainer Gerhards | 2010-12-16 | 1 | -2/+2 |
| | | | |||||
| | * | fixing some compile problems on FreeBSD | Rainer Gerhards | 2010-10-19 | 1 | -3/+3 |
| | | | |||||
* | | | first shot at scoping (for actions only) | Rainer Gerhards | 2010-07-23 | 1 | -11/+25 |
| | | | | | | | | | | | | | | | parser now supports $Begin action, $End action, $StrictScoping, but not yet the actual semantics. | ||||
* | | | moving towards scoping inside rsyslog.conf | Rainer Gerhards | 2010-07-21 | 1 | -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 Gerhards | 2010-04-07 | 1 | -3/+5 |
|/ | | | | 32-bit platforms | ||||
* | Merge branch 'master' into omfile | Rainer Gerhards | 2009-06-16 | 1 | -6/+6 |
|\ | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/msg.h tcps_sess.c tcpsrv.c tools/syslogd.c | ||||
| * | done various optimizations to the stringbuf and its users | Rainer Gerhards | 2009-06-16 | 1 | -6/+6 |
| | | |||||
* | | completed multi-ruleset core support | Rainer Gerhards | 2009-06-12 | 1 | -3/+3 |
|/ | | | | ... as well as added multi-ruleset support for imtcp | ||||
* | clean compile on solaris | Rainer Gerhards | 2009-04-02 | 1 | -2/+2 |
| | |||||
* | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-09-02 | 1 | -5/+5 |
| | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
* | added (internal) error codes to error messages | Rainer Gerhards | 2008-06-27 | 1 | -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 Gerhards | 2008-05-16 | 1 | -0/+2 |
| | | | | | | | Conflicts: ChangeLog rfc3195d.c | ||||
* | Merge branch 'beta' | Rainer Gerhards | 2008-05-02 | 1 | -1/+3 |
| | | | | | | | | | | Conflicts: plugins/imklog/linux.c runtime/cfsysline.c runtime/ctok.c runtime/linkedlist.c runtime/sysvar.c | ||||
* | added missing copyright statements | Rainer Gerhards | 2008-04-24 | 1 | -0/+2 |
| | | | | (thanks to Michael Biebl for noticing) | ||||
* | completed better modularity of runtime | Rainer Gerhards | 2008-04-17 | 1 | -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 work | Rainer Gerhards | 2008-04-17 | 1 | -0/+991 |
cleanup + created an abstract class for global data items and moved glblGetWorkDir to it |