summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'beta'Andre Lorbach2011-08-182-3/+18
|\
| * Merge branch 'v5-stable' into betaAndre Lorbach2011-08-182-2/+19
| |\
| | * removed debug code from action.c and runtime/queue.c after testingAndre Lorbach2011-08-181-4/+0
| | * bugfix: fixed incorrect state handling for Discard Action (transactions)Andre Lorbach2011-08-181-0/+13
| | * Added debug output into message parsers needed for bugtrackingAndre Lorbach2011-08-121-0/+5
| | * bugfixes for tag emulationRainer Gerhards2011-08-111-2/+5
* | | Merge branch 'beta'Andre Lorbach2011-08-111-1/+1
|\| |
| * | Merge branch 'v5-stable' into betaAndre Lorbach2011-08-111-1/+1
| |\|
| | * Fixed BUG in MsgDup (msg.c), the NULL Byte was not copied for the SyslogTagAndre Lorbach2011-08-101-1/+1
| * | Merge branch 'v5-stable' into betaAndre Lorbach2011-08-101-3/+10
| |\|
* | | Merge branch 'v5-stable'Andre Lorbach2011-08-101-3/+10
|\ \ \ | | |/ | |/|
| * | Merge branch 'v5-stable-msgidfix' into v5-stableAndre Lorbach2011-08-101-3/+10
| |\ \
| | * | Cosmetic changeAndre Lorbach2011-07-271-2/+2
| | * | Fixed a stupid return bug introduced by the last commitAndre Lorbach2011-07-271-1/+2
| | * | Experimentally added mutex lock in getMSGID in order to fix bug 275.Andre Lorbach2011-07-261-3/+9
* | | | Merge branch 'beta'Rainer Gerhards2011-08-091-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'v5-stable' into betaRainer Gerhards2011-08-091-1/+1
| |\| |
| | * | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-08-091-1/+1
| | |\ \
| | | * | bugfix: memcpy overflow can occur in allowed sender checkingMarius Tomaschewski2011-08-091-1/+1
| | | * | Merge branch 'v3-stable' into v4-stableAndre Lorbach2011-08-051-7/+7
| | | |\ \
| | | | * | bugfix: potential misadressing in property replacerAndre Lorbach2011-08-051-7/+7
* | | | | | - imudp&imtcp now report error if no listener at all was definedRainer Gerhards2011-08-051-0/+1
* | | | | | Merge branch 'beta'Andre Lorbach2011-08-051-7/+9
|\| | | | |
| * | | | | Merge branch 'v5-stable' into betaAndre Lorbach2011-08-051-7/+9
| |\| | | |
| | * | | | bugfix: potential misadressing in property replacerAndre Lorbach2011-08-051-7/+9
| | | |_|/ | | |/| |
| | * | | added warning message for old-style outchannel syntaxRainer Gerhards2011-07-111-0/+1
* | | | | milestone: queue-params are properly initialized for action queuesRainer Gerhards2011-08-012-0/+35
* | | | | milestone: generic action parameters parsed via new config systemRainer Gerhards2011-08-012-2/+3
* | | | | milestone: queue object now has a param handler for new conf interfaceRainer Gerhards2011-07-225-41/+178
* | | | | milestone: all syntaxes for new config handler implementedRainer Gerhards2011-07-223-4/+4
* | | | | bugfix: abort in omfile (in brand-new code)Rainer Gerhards2011-07-212-3/+8
* | | | | milestone: omfile basically gets its parameters via the new systemRainer Gerhards2011-07-212-0/+2
* | | | | fixing minor memory leaksRainer Gerhards2011-07-212-7/+7
* | | | | milestone: new output plugin interface call addedRainer Gerhards2011-07-216-22/+56
* | | | | milestone: done plumbing to call plugin create action instance entry pointRainer Gerhards2011-07-205-43/+30
* | | | | milestone: on the way to a new action conf interface to plugins...Rainer Gerhards2011-07-202-9/+70
* | | | | milestone: added module config namesRainer Gerhards2011-07-205-84/+27
* | | | | milestone: size syntax implementedRainer Gerhards2011-07-192-10/+7
* | | | | milestone: glbl obj parameters settable via new conf interfaceRainer Gerhards2011-07-193-3/+74
* | | | | milestone: two syntaxes for get conf param implementedRainer Gerhards2011-07-191-0/+2
* | | | | milestone: first steps at global() conf obj implementationRainer Gerhards2011-07-193-2/+44
* | | | | bugfix: misaddressing in config handlerRainer Gerhards2011-07-151-1/+1
* | | | | more cleanupRainer Gerhards2011-07-153-9/+12
* | | | | some more cleanupRainer Gerhards2011-07-154-382/+2
* | | | | Merge branch 'master-newconf'Rainer Gerhards2011-07-1229-4233/+359
|\ \ \ \ \
| * | | | | removed emergency config, do error reporting on fatal config file errorRainer Gerhards2011-07-122-85/+17
| * | | | | more cleanup, working on emergency config systemRainer Gerhards2011-07-113-16/+59
| * | | | | fixed lexer: facilities local0-local7 were not correctly handledRainer Gerhards2011-07-111-1/+2
| * | | | | even more cleanup ;)Rainer Gerhards2011-07-112-105/+0
| * | | | | more cleanup...Rainer Gerhards2011-07-117-259/+0