summaryrefslogtreecommitdiffstats
path: root/action.c
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Merge branch 'v5-stable' into v5-develAndre Lorbach2011-08-181-2/+15
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac
* | \ \ \ \ \ Merge branch 'beta'Rainer Gerhards2011-12-121-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch 'v5-stable' into betaRainer Gerhards2011-12-011-1/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-12-011-1/+1
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | Conflicts: action.c
| | | * | | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2011-12-011-1/+1
| | | |\ \ \ \
| | | | * | | | bugfix: action resume interval incorrectly handled, thus took longer to resumeTomas Heinrich2011-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | | | | Merge branch 'beta'Rainer Gerhards2011-10-171-10/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | | | | Merge branch 'v5-stable' into betaRainer Gerhards2011-10-171-10/+9
| |\| | | | | |
| | * | | | | | Merge branch 'v5-stable' of git+ssh://git.adiscon.com/git/rsyslog into v5-stableRainer Gerhards2011-10-171-1/+0
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | | * | | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-10-131-1/+0
| | | |\| | | | | | | | | |_|_|_|/ | | | |/| | | |
| | | | * | | | bugfix: $ActionExecOnlyOnce interval did not work properlyTomas Heinrich2011-10-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * | | | | | bugfix: ActionQueue could malfunction due to index errorVlad Grigorescu2011-10-171-9/+9
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | | | added support for v6 config system to omfwdRainer Gerhards2011-10-111-1/+6
| | | | | | |
* | | | | | | Merge branch 'beta'Rainer Gerhards2011-08-311-24/+22
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: action.c
| * | | | | | Merge branch 'v5-stable' into betaRainer Gerhards2011-08-311-25/+23
| |\| | | | |
| | * | | | | bugfix: mark message processing did not work correctlyRainer Gerhards2011-08-311-25/+23
| | | |_|_|/ | | |/| | |
* | | | | | Merge branch 'beta'Andre Lorbach2011-08-181-2/+15
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/queue.c
| * | | | | Merge branch 'v5-stable' into betaAndre Lorbach2011-08-181-2/+15
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac
| | * | | | removed debug code from action.c and runtime/queue.c after testingAndre Lorbach2011-08-181-17/+0
| | | | | |
| | * | | | bugfix: fixed incorrect state handling for Discard Action (transactions)Andre Lorbach2011-08-181-2/+32
| | | | | |
* | | | | | milestone: queue-params are properly initialized for action queuesRainer Gerhards2011-08-011-14/+15
| | | | | |
* | | | | | milestone: generic action parameters parsed via new config systemRainer Gerhards2011-08-011-27/+87
| | | | | |
* | | | | | milestone: queue object now has a param handler for new conf interfaceRainer Gerhards2011-07-221-51/+37
| | | | | | | | | | | | | | | | | | | | | | | | ... and action queue defs use this new interface (but not yet the main queues)
* | | | | | milestone: omfile basically gets its parameters via the new systemRainer Gerhards2011-07-211-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but not all syntax handlers are present (so it does not yet fully work).
* | | | | | fixing minor memory leaksRainer Gerhards2011-07-211-0/+1
| | | | | |
* | | | | | milestone: new output plugin interface call addedRainer Gerhards2011-07-211-1/+5
| | | | | |
* | | | | | milestone: done plumbing to call plugin create action instance entry pointRainer Gerhards2011-07-201-0/+100
| | | | | |
* | | | | | Merge branch 'v5-devel'Rainer Gerhards2011-06-271-1/+6
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-06-211-8/+12
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-06-161-47/+125
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h
| * | | | | | preparing for 5.9.0v5.9.0Rainer Gerhards2011-06-101-1/+1
| | | | | | |
| * | | | | | set queue name to aciton name (useful for impstats!)Rainer Gerhards2011-06-071-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | so far untested, test follows
* | | | | | | Merge branch 'beta'Rainer Gerhards2011-06-211-47/+129
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/Makefile.am tests/manytcp-too-few-tls.sh
| * | | | | | Merge branch 'v5-stable' into betaRainer Gerhards2011-06-211-47/+129
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/diag.sh tests/sndrcv_drvr.sh
| | * | | | | bugfix: problems in failover action handlingRainer Gerhards2011-06-201-8/+12
| | | |/ / / | | |/| | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=254
| | * | | | failover problem was not totally solved, now (hopefully ;))Rainer Gerhards2011-06-161-27/+59
| | | | | | | | | | | | | | | | | | | | | | | | I overlooked a border case, which came up on a larger testbench run.
| | * | | | bugfix: problems in failover action handlingRainer Gerhards2011-06-161-47/+93
| | |/ / / | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=270 (not yet confirmed!)
* | | | | step: action queues now activated only AFTER privilege dropRainer Gerhards2011-05-021-1/+30
| | | | |
* | | | | step: moved main message queue activation to after priv dropRainer Gerhards2011-04-271-1/+0
| | | | |
* | | | | step: config handler setting from syslogd.c moved to rsconf.cRainer Gerhards2011-04-211-3/+5
| | | | |
* | | | | milestone: templates are now in config objectRainer Gerhards2011-04-191-1/+1
|/ / / /
* | | | Merge branch 'v5-devel'Rainer Gerhards2011-03-311-31/+111
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html doc/rsyslog_conf.html runtime/msg.c runtime/rsyslog.h template.c
| * | | bugfix: error return from strgen caused abort, now causes action to be ignoredRainer Gerhards2011-03-291-1/+2
| | | | | | | | | | | | | | | | ...(just like a failed filter)
| * | | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-161-30/+109
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | * | | fixed a regression of last patch and some cleanupRainer Gerhards2011-03-161-14/+4
| | | | |
| | * | | bugfix: failover did not work correctly if repeated msg reduction was onRainer Gerhards2011-03-161-30/+119
| | | | | | | | | | | | | | | | | | | | affected directive was: $ActionExecOnlyWhenPreviousIsSuspended on
| | * | | bugfix(kind of): tell users that config graph can currently not be generatedRainer Gerhards2011-03-081-1/+2
| | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=232
* | | | | Merge branch 'v5-beta'Rainer Gerhards2011-03-111-1/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/omlibdbi/omlibdbi.c tests/Makefile.am tests/diag.sh
| * | | | bugfix: discard action did not work under some circumstancesRainer Gerhards2011-03-071-1/+2
| | | | | | | | | | | | | | | | | | | | fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=217
* | | | | Merge branch 'v5-beta'Rainer Gerhards2011-02-181-12/+13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/glbl.c tools/omdiscard.c