summaryrefslogtreecommitdiffstats
path: root/runtime/stream.c
Commit message (Expand)AuthorAgeFilesLines
* fixed regression from previos (yet unrelease) $omfileFlushOnTXEnd fixtemp.4.6.1.10Rainer Gerhards2010-03-191-0/+3
* bugfix: invalid buffer write in (file) stream classRainer Gerhards2010-03-191-1/+2
* bugfix: potential hang condition during filestream closeRainer Gerhards2010-03-191-4/+6
* bugfix: improper synchronization when "$OMFileFlushOnTXEnd on" was usedRainer Gerhards2010-03-191-11/+35
* some cleanup, some additional comments and a bit more debug outputRainer Gerhards2010-03-181-2/+11
* bugfix(cosmetic): tried to close non-open fd, resulting in close(-1)Rainer Gerhards2010-03-161-2/+7
* reduced runtime requirements of inactive debug code a slight bitRainer Gerhards2010-03-161-10/+10
* Merge branch 'v4-stable' into v4-stable-nextRainer Gerhards2010-03-101-4/+11
|\
| * fixed regression introduced with previous commitRainer Gerhards2010-03-101-4/+11
* | some cosmetic changesRainer Gerhards2010-03-101-9/+9
|/
* bugfixes and testbench improvementRainer Gerhards2010-03-101-8/+9
* bugfix: potential problem (loop, abort) when file write error occuredRainer Gerhards2010-03-091-0/+1
* bugfix: rsyslog hangs when writing to a named pipe which nobody was reading.Rainer Gerhards2010-01-151-3/+10
* bugfix: named pipes did no longer work (they always got an open error)Rainer Gerhards2009-11-051-0/+1
* minor cleanup & preparation for 4.5.4v4.5.4Rainer Gerhards2009-09-291-9/+0
* bugfix: this morning's race patch was incomplete, completing nowRainer Gerhards2009-09-241-6/+8
* (temporary?) removal of very conservative locks in stream.cRainer Gerhards2009-09-241-2/+2
* bugfix: potential segfault in stream writer on destructionRainer Gerhards2009-09-241-5/+9
* minor: increased buffer size to be safe in all casesRainer Gerhards2009-09-221-2/+2
* bugfixes: potential problems in out file zip writer.Rainer Gerhards2009-09-221-14/+31
* fixed some minor portability issuesRainer Gerhards2009-09-141-2/+8
* very minor cleanupRainer Gerhards2009-08-181-1/+0
* bugfix: potential segfault in output file writer (omfile)Rainer Gerhards2009-08-181-0/+1
* calls to prctl() need to be based on configure results (cross-platform issue)Rainer Gerhards2009-07-161-2/+5
* added capability to write incomplete buffers after an inactivity timeoutRainer Gerhards2009-07-071-7/+39
* fixed a bug introduced today that lead to an abort in queue disk modeRainer Gerhards2009-07-071-9/+12
* solved a race conditionRainer Gerhards2009-07-071-14/+49
* clean solution for "writing" arbrietary-size user buffers to a streamRainer Gerhards2009-07-071-42/+28
* stream now uses a singular buffer strucuture for writingRainer Gerhards2009-07-071-6/+12
* moved locking primitivesRainer Gerhards2009-07-071-3/+19
* moved zip part to writer threadRainer Gerhards2009-07-061-69/+89
* some minor cleanupRainer Gerhards2009-07-061-16/+16
* first shot at asynchronous stream writer with timeout capabilityRainer Gerhards2009-07-061-70/+146
* prevented unneccessary apc callsRainer Gerhards2009-06-231-5/+10
* going forward in moving string-handling functions to new interface...Rainer Gerhards2009-06-171-3/+3
* milestone: input-side multiSubmit capabilityRainer Gerhards2009-06-161-1/+1
* Merge branch 'master' into omfileRainer Gerhards2009-06-161-1/+1
|\
| * done various optimizations to the stringbuf and its usersRainer Gerhards2009-06-161-1/+1
* | omfile buffers are now synchronized after inactivityRainer Gerhards2009-06-151-0/+68
* | re-enabled pipe, tty and console in omfileRainer Gerhards2009-06-121-55/+107
* | re-enabled outchannel functionalityRainer Gerhards2009-06-121-6/+124
* | restructered code in perparation for multiple rule set supportRainer Gerhards2009-06-101-3/+0
* | improved error handling and added fsync() supportRainer Gerhards2009-06-081-5/+106
* | added $OMFileIOBufferSize config directive and plumbingRainer Gerhards2009-06-041-19/+2
* | modified stream class and omfile to work with itRainer Gerhards2009-06-041-24/+144
* | cleaned up stream class ...Rainer Gerhards2009-06-041-38/+62
|/
* reduced number of compile warnings in -pedantic gcc modeRainer Gerhards2008-06-271-2/+2
* completed better modularity of runtimeRainer Gerhards2008-04-171-1/+0
* some more cleanupRainer Gerhards2008-04-161-1/+1
* moved runtime files into their own directoryRainer Gerhards2008-04-161-0/+934