summaryrefslogtreecommitdiffstats
path: root/tools/omfile.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | bugfix: do not open files with full privileges, if privs will be droppedRainer Gerhards2011-04-261-36/+15
| | |/ / / | |/| | |
* | | | | renaming conf.* wasn't a good idea -- undoingRainer Gerhards2011-04-191-1/+1
* | | | | renamed conf.c to legacyconf.c to make room for new config systemRainer Gerhards2011-04-191-1/+1
| |/ / / |/| | |
* | | | 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
* | | | Merge branch 'v5-devel'Rainer Gerhards2010-12-171-1/+0
|\| | |
| * | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-12-161-1/+0
| |\| |
| | * | some cleanup based on clang static analyzer resultsRainer Gerhards2010-12-161-1/+0
* | | | Merge branch 'v5-devel'Rainer Gerhards2010-11-251-1/+5
|\| | |
| * | | bugfix: replacements for atomic operations for non-int sized types had problems.Rainer Gerhards2010-11-251-1/+5
* | | | omhdfs: fixed some issues with new config interface functionsRainer Gerhards2010-10-051-22/+0
* | | | fixed regression from last commitRainer Gerhards2010-07-271-0/+1
* | | | milestone commit: output plugin interface changes (may NOT run)Rainer Gerhards2010-07-271-55/+87
* | | | moving towards scoping inside rsyslog.confRainer Gerhards2010-07-211-18/+18
|/ / /
* | | some cleanupRainer Gerhards2010-06-101-1/+0
* | | fixing msg duplication & loss regression, causes slowdownRainer Gerhards2010-06-101-1/+1
* | | bugfix: regression caused more locking action in msg.c than necessaryRainer Gerhards2010-06-081-29/+7
* | | some cleanupRainer Gerhards2010-04-191-2/+2
* | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-191-0/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'v4-stable-solaris' into v4-develRainer Gerhards2010-04-121-52/+83
| |\|
| * | Merge branch 'v4-beta' into tmpRainer Gerhards2010-01-261-6/+16
| |\ \
| * \ \ Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-301-1/+1
| |\ \ \
* | \ \ \ 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
|/ / / /