summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v4-beta' into betaRainer Gerhards2010-01-191-2/+2
|\
| * Merge branch 'v4-stable' into v4-betaRainer Gerhards2010-01-191-2/+2
| |\
| | * Fix a typo regarding syslog.h and syslog(3)Michael Biebl2010-01-191-2/+2
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | Merge branch 'v4-beta' into betaRainer Gerhards2010-01-151-6/+16
|\| | | | | | | | | | | | | | Conflicts: ChangeLog
| * | bugfix: rsyslog hangs when writing to a named pipe which nobody was reading.Rainer Gerhards2010-01-151-6/+16
| | | | | | | | | | | | Thanks to Michael Biebl for reporting this bug.
* | | Merge branch 'v4-beta' into betaRainer Gerhards2010-01-121-0/+6
|\| |
| * | fixed a memory leak when sending messages in zip-compressed formatNaoya Nakazawa2010-01-111-0/+6
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | worked around an issue where omfile failed to compile on 32 bit platformsRainer Gerhards2009-12-091-0/+4
| | | | | | | | | | | | | | | | | | ...under some circumstances (this smells like a gcc problem, but a simple solution was available). Thanks to Kenneth Marshall for some advice. [backported from 5.5.x branch]
* | | Merge branch 'v4-beta' into betaRainer Gerhards2009-12-041-0/+1
|\| |
| * | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-12-041-0/+1
| |\|
| | * Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-12-041-0/+1
| | |\
| | | * bugfix: potential segfault when -p command line option was usedRainer Gerhards2009-12-041-0/+1
| | | | | | | | | | | | | | | | thanks to varmojfekoj for pointing me at this bug
| * | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-301-1/+1
| |\| |
* | | | Merge branch 'v5-stable' into betaRainer Gerhards2009-11-301-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'v4-stable' into v5-stableRainer Gerhards2009-11-302-3/+3
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | Conflicts: doc/rsyslog_conf_modules.html
| | * | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-11-301-1/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | bugfix: $CreateDirs variable not properly initializedRainer Gerhards2009-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | default thus was random (but most often "on")
| * | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2009-11-121-2/+2
| |\ \ \ \
* | \ \ \ \ Merge branch 'v4-beta' into betaRainer Gerhards2009-11-251-2/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf_modules.html tests/Makefile.am tests/sndrcv_drvr.sh
| * | | | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-171-2/+2
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-11-171-2/+2
| | |\ \ \ \ | | | |_|/ / | | |/| | / | | | | |/ | | | |/| | | | | | Conflicts: doc/rsyslog_conf.html runtime/net.c
| | | * | correcting -q/-Q patch - was invalidRainer Gerhards2009-11-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This is the correct patch. The previous one solved the segfault, but disabled the -q/Q options.
* | | | | bugfix: omfile output was only written when buffer was fullRainer Gerhards2009-11-181-0/+2
| | | | | | | | | | | | | | | | | | | | ... not at end of transaction.
* | | | | some light performance enhancementRainer Gerhards2009-11-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | ...by replacing time() call with much faster (at least under linux) gettimeofday() calls.
* | | | | Merge branch 'v4-devel'Rainer Gerhards2009-11-121-2/+2
|\ \ \ \ \
| * | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-121-2/+2
| |\| | | |
| | * | | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-121-2/+2
| | |\| | |
| | | * | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-11-121-2/+2
| | | |\| |
| | | | * | bugfix: segfault on startup when -q or -Q option was givenRainer Gerhards2009-11-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=157 Thanks to Jonas Nogueira for reporting this bug.
| * | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-101-4/+16
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
* | | | | | some module cleanupRainer Gerhards2009-11-121-3/+0
| | | | | |
* | | | | | some improvement of omfile performance with dynafilesRainer Gerhards2009-11-101-8/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | saved costly time() calls by employing a logical clock, which is sufficient for the use case
* | | | | | Merge branch 'v4-beta'Rainer Gerhards2009-11-101-4/+16
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | | added a so-called "On Demand Debug" modeRainer Gerhards2009-11-101-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in which debug output can be generated only after the process has started, but not right from the beginning. This is assumed to be useful for hard-to-find bugs. Also improved the doc on the debug system.
* | | | | | Merge branch 'v4-devel' into tmpRainer Gerhards2009-11-051-2/+5
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-051-2/+5
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | * | | | bugfix: named pipes did no longer work (they always got an open error)Rainer Gerhards2009-11-051-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | this was a regression from the omfile rewrite in 4.5.0
| * | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-10-141-1/+2
| |\| | | |
| * | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-10-082-3/+6
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tools/omfile.c
* | | | | | | first complete implementation of loadable parser systemRainer Gerhards2009-11-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I have now done the necessary cleanup. Looks like everything is in place. Unfortunately, I do not yet have any actual parser that is not built-in, but I think we can postpone working on that when the first one appears. I don't expect troubles in that case, but you never know ;)
* | | | | | | finalized parser module calling interfaceRainer Gerhards2009-11-042-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | looks like we are almost done and need only to add the ruleset parser-specific config options.
* | | | | | | moved rfc3164/5424 code to new parser modulesRainer Gerhards2009-11-045-5/+505
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | another milestone commit: the program works, the new interface is used, some more cleanup is needed and the per-ruleset config options are still missing. But we are getting closer...
* | | | | | | some more cleanup along the wayRainer Gerhards2009-11-031-29/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ... getting the module structure a bit cleaner ;)
* | | | | | | one step closer to dynamically loadable parsersRainer Gerhards2009-11-034-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a milestone commit, which adds new code that breaks nothing, but also does not add any visible change. Just prep work...
* | | | | | | more cleanup and working towards a parser module calling interfaceRainer Gerhards2009-11-034-23/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I cleaned up a lot of config variable access along the way. This version compiles and runs, but does not yet offer any enhanced functionality. pmrfc5424 is just a dummy that is not yet being used.
* | | | | | | restructured parser part of rsyslogRainer Gerhards2009-11-033-448/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | now cleaner and hopefully usuable as a basis for loadable parser modules. I also cleaned up/consolidated some of the internal message generation functionality in rsyslogd.
* | | | | | | ruleset queue setting was not honored during multi-submitRainer Gerhards2009-11-031-4/+10
| | | | | | |
* | | | | | | bugfix: correct default for escape ('#') character restoredRainer Gerhards2009-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was accidently changed to '\\', thanks to David Lang for reporting the bug.
* | | | | | | added the capability to have ruleset-specific main message queuesRainer Gerhards2009-10-271-53/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This offers considerable additional flexibility AND superior performance (in cases where multiple inputs now can avoid lock contention)
* | | | | | | some more cleanup - action config line handlers are now defined in action.cRainer Gerhards2009-10-271-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As an artifact of early development, they were registered in syslogd.c