summaryrefslogtreecommitdiffstats
path: root/tools/omfile.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4-stable' into betaRainer Gerhards2010-03-081-2/+14
|\
| * bugfix: potential (but very impropable) segfaults in omfileRainer Gerhards2010-03-021-2/+14
* | 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
* | 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
* | | omfile itself no longer needs zlibRainer Gerhards2009-07-021-4/+0
* | | switched default to keep in line with traditional syslogd behaviourRainer Gerhards2009-06-191-2/+2
* | | omfile buffers are now synchronized after inactivityRainer Gerhards2009-06-151-0/+7
* | | implemented $OMFileFlushOnTXEnd directiveRainer Gerhards2009-06-121-1/+11
* | | re-enabled pipe, tty and console in omfileRainer Gerhards2009-06-121-140/+2
* | | re-enabled outchannel functionalityRainer Gerhards2009-06-121-72/+19
* | | improved error handling and added fsync() supportRainer Gerhards2009-06-081-1/+3
* | | cleanup in preparation of next stepsRainer Gerhards2009-06-051-164/+10
* | | made dynafiles working againRainer Gerhards2009-06-051-75/+73
* | | added $OMFileIOBufferSize config directive and plumbingRainer Gerhards2009-06-041-62/+52
* | | modified stream class and omfile to work with itRainer Gerhards2009-06-041-26/+68
* | | cleaned up stream class ...Rainer Gerhards2009-06-041-1/+1
* | | reduced max value for $DynaFileCacheSize to 1,000Rainer Gerhards2009-06-041-38/+28
* | | added gzip header to output filesRainer Gerhards2009-06-031-3/+27
* | | first proof of concept on zipped file writerRainer Gerhards2009-06-031-38/+196
|/ /
* | Merge branch 'beta'Rainer Gerhards2009-04-161-2/+2
|\|
| * Merge branch 'debian_lenny' into v3-stableRainer Gerhards2009-04-161-2/+2
* | added O_CLOEXEC to open() callsRainer Gerhards2009-04-021-6/+6
* | fixed some problems with "make check"Demo2009-03-311-2/+1
* | Merge branch 'omfile-errHandler'Rainer Gerhards2009-03-241-27/+54
|\ \
| * | omfile suspend handling for non-dynafiles, also bugfixesRainer Gerhards2009-03-191-12/+32
| * | omfile bugfixingRainer Gerhards2009-03-181-4/+16