summaryrefslogtreecommitdiffstats
path: root/tools/omfile.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'beta' into masterRainer Gerhards2010-04-091-36/+52
|\
| * Merge branch 'v4-stable-solaris' into betaRainer Gerhards2010-04-091-2/+3
| |\
| | * bugfix: default for $OMFileFlushOnTXEnd was wrong ("off").Rainer Gerhards2010-04-071-2/+3
| * | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-291-36/+51
| |\|
| | * $OMFileAsyncWriting directive did not work properlyRainer Gerhards2010-03-251-1/+1
| | * new feature: $OMFileAsyncWriting directive addedRainer Gerhards2010-03-251-19/+22
| | * undo experimental commit dccadb677c5a6b8379f631e4c1f14c8c4089d4a6Rainer Gerhards2010-03-251-9/+0
| | * bugfix: potential segfault in dynafile cacheRainer Gerhards2010-03-251-1/+1
| | * streamline dynafile cache entry deletion a bitRainer Gerhards2010-03-231-8/+7
| | * bugfix: potential re-use of free()ed file stream object in omfileRainer Gerhards2010-03-231-7/+21
| | * previous (experimental) patch was somewhat incorrect, fixedRainer Gerhards2010-03-221-1/+1
| | * exp: made omfile ensure that it is not called twice in parallel on the same f...Rainer Gerhards2010-03-211-0/+9
| | * fixed regression from previos (yet unrelease) $omfileFlushOnTXEnd fixtemp.4.6.1.10Rainer Gerhards2010-03-191-1/+1
| | * new feature: "." action type added to support writing files to relative pathesRainer Gerhards2010-03-171-1/+2
| | * bugfix: potential problem (loop, abort) when file write error occuredRainer Gerhards2010-03-091-2/+2
| | * retain old $OMFileFlushOnTXEnd semanticsRainer Gerhards2010-03-091-2/+2
| | * bugfix: $omfileFlushOnTXEnd was turned on when set to off and vice versaRainer Gerhards2010-03-091-1/+1
| * | Merge branch 'v4-stable' into betaRainer Gerhards2010-03-081-2/+14
| |\|
* | | bugfix: omfile.c did not properly compile without atomicsRainer Gerhards2010-03-051-1/+6
* | | Merge branch 'v4-stable-solaris' into master-solarisRainer Gerhards2010-03-051-2/+14
|\ \ \ | | |/ | |/|
| * | bugfix: potential (but very impropable) segfaults in omfileRainer Gerhards2010-03-021-2/+14
* | | relaxed need for atomic builtinsRainer Gerhards2010-03-051-0/+27
* | | Merge branch 'beta' into masterRainer Gerhards2010-03-011-15/+17
|\ \ \ | | |/ | |/|
| * | Merge branch 'v4-stable' into tmpRainer Gerhards2010-03-011-15/+17
| |\|
| | * make $ActonFileDefaultTemplate available to ompipeRainer Gerhards2010-03-011-9/+9
| | * some code cleanupRainer Gerhards2010-02-281-5/+7
| | * moved pipe code to its own moduleRainer Gerhards2010-02-281-1/+1
* | | replaced data type "bool" by "sbool" because this created some portability is...Rainer Gerhards2010-02-021-3/+3
|/ /
* | Merge branch 'v4-beta' into betaRainer Gerhards2010-01-151-6/+16
|\|
| * bugfix: rsyslog hangs when writing to a named pipe which nobody was reading.Rainer Gerhards2010-01-151-6/+16
| * Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-301-1/+1
| |\
* | | worked around an issue where omfile failed to compile on 32 bit platformsRainer Gerhards2009-12-091-0/+4
* | | Merge branch 'v5-stable' into betaRainer Gerhards2009-11-301-1/+1
|\ \ \
| * \ \ Merge branch 'v4-stable' into v5-stableRainer Gerhards2009-11-301-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-11-301-1/+1
| | |\ \
| | | * | bugfix: $CreateDirs variable not properly initializedRainer Gerhards2009-11-301-1/+1
| | * | | Merge branch 'v3-stable' into betaRainer Gerhards2009-06-181-3/+3
| | |\| |
| | | * | some minor bugfixesRainer Gerhards2009-06-181-3/+3
* | | | | bugfix: omfile output was only written when buffer was fullRainer Gerhards2009-11-181-0/+2
* | | | | some improvement of omfile performance with dynafilesRainer Gerhards2009-11-101-8/+26
* | | | | Merge branch 'v4-devel' into tmpRainer Gerhards2009-11-051-2/+5
|\ \ \ \ \
| * \ \ \ \ Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-051-2/+5
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | bugfix: named pipes did no longer work (they always got an open error)Rainer Gerhards2009-11-051-2/+5
| | |/ / /
| * | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-10-081-2/+5
| |\| | |
* | | | | enhanced omfile to support transactional interfaceRainer Gerhards2009-10-131-2/+19
* | | | | Merge branch 'beta'Rainer Gerhards2009-10-051-2/+5
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | bugfix: invalid storage class selected for some size config parameters.Rainer Gerhards2009-10-051-6/+2
| * | | DirCreateMode was always zero. work-around now is to do a...Rainer Gerhards2009-10-021-0/+7
* | | | added new config directive $omfileForceChown to fix some broken system configs.Rainer Gerhards2009-09-111-2/+25
|/ / /
* | | first shot at asynchronous stream writer with timeout capabilityRainer Gerhards2009-07-061-1/+6