summaryrefslogtreecommitdiffstats
path: root/plugins/immark
Commit message (Expand)AuthorAgeFilesLines
* immark: support for module() global config parameters addedRainer Gerhards2012-06-271-3/+67
* Merge branch 'v6-stable-noscoping' into masterRainer Gerhards2012-01-191-2/+2
|\
| * undoing v6.1 config scoping interface, part IRainer Gerhards2012-01-181-2/+2
| * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-01-142-30/+28
| |\
* | \ Merge branch 'v5-stable' into masterRainer Gerhards2012-01-182-30/+28
|\ \ \ | | |/ | |/|
| * | Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-142-30/+28
| |\ \
| | * | relicense parts under ASL 2.0Rainer Gerhards2012-01-112-30/+28
* | | | Merge branch 'beta'Rainer Gerhards2011-08-311-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'v5-stable' into betaRainer Gerhards2011-08-311-0/+1
| |\| |
| | * | bugfix: mark message processing did not work correctlyRainer Gerhards2011-08-311-0/+1
* | | | milestone: added module config namesRainer Gerhards2011-07-201-0/+1
* | | | step: generalized new config interface for all module typesRainer Gerhards2011-05-061-0/+1
* | | | step: imtcp moved to new config interfaceRainer Gerhards2011-05-051-2/+2
* | | | step: small improvements to input mod config plumbingRainer Gerhards2011-05-031-3/+0
* | | | step: put plumbing in place for new input module config systemRainer Gerhards2011-05-031-12/+53
|/ / /
* | | Merge branch 'v5-beta'Rainer Gerhards2011-03-111-0/+1
|\| |
| * | added work-around for bug in gtls, which causes fd leak when using TLSBojan Smojver2011-02-231-0/+1
* | | moving towards scoping inside rsyslog.confRainer Gerhards2010-07-211-2/+2
|/ /
* | some minor cleanup, consolidated some codeRainer Gerhards2009-10-161-8/+2
* | enhanced immark to support non-cancel input module terminationRainer Gerhards2009-10-121-2/+16
|/
* Merge branch 'beta'Rainer Gerhards2009-02-241-1/+1
|\
| * make all cflags and libs variables uppercaseMichael Biebl2009-02-241-1/+1
* | moved bParseHostname and bIsParsed to msgFlagsRainer Gerhards2008-10-091-0/+1
|/
* performance optimization: unnecessary time() calls during message parsing rem...Rainer Gerhards2008-09-161-1/+1
* Merge branch 'master' into betaRainer Gerhards2008-07-153-9/+4
|\
| * added (internal) error codes to error messagesRainer Gerhards2008-06-271-1/+2
| * Remove .cvsignore files, add .gitignore.Michael Biebl2008-06-111-6/+0
| * completed better modularity of runtimeRainer Gerhards2008-04-171-1/+1
| * some more cleanupRainer Gerhards2008-04-161-1/+1
| * made everything compile with the new runtime subdirectoryRainer Gerhards2008-04-161-1/+1
| * begin building runtime convenience library (does not build!)Rainer Gerhards2008-04-151-1/+1
* | bugfix: mark messages were not correctly written to text log filesRainer Gerhards2008-07-151-0/+2
|/
* applied patch from Michael Biebl to clean up build systemRainer Gerhards2008-03-061-2/+2
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-13/+0
* - changed module interface to support querying obj interface (stage work)Rainer Gerhards2008-03-041-1/+1
* fixed issue left over from debuging :(Rainer Gerhards2008-02-011-2/+1
* - some cleanupRainer Gerhards2008-01-101-1/+0
* - fixed a bug that caused a segfault on startup when no $WorkDir directivev3-10-1aRainer Gerhards2008-01-101-1/+0
* added --enable-mudflap ./configure optionRainer Gerhards2008-01-081-2/+2
* applied Michael Biebl's patch to clean up the makefilesRainer Gerhards2008-01-031-4/+2
* - working on a potential race condition on the new input module interface.Rainer Gerhards2007-12-201-0/+1
* code cleanups thanks to Michael BieblRainer Gerhards2007-12-181-2/+2
* - implemented afterRun input module interface functionRainer Gerhards2007-12-171-0/+5
* begun imklog, replacing klogd.c (finally we get rid of it...)Rainer Gerhards2007-12-171-3/+1
* command $ResetConfigVariables implemented for immark.cRainer Gerhards2007-12-171-1/+11
* implemented $MarkMessagePeriod config directiveRainer Gerhards2007-12-171-4/+10
* moved thread termination code out to threads.cRainer Gerhards2007-12-171-17/+13
* tried to work-around zlib compile problem in immark.c on some platformsRainer Gerhards2007-12-171-1/+1
* graceful termination now supportedRainer Gerhards2007-12-141-1/+2
* on the way to a real input module interface and threading class...Rainer Gerhards2007-12-141-4/+12