summaryrefslogtreecommitdiffstats
path: root/runtime/stream.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge branch 'v4-beta' into betaRainer Gerhards2009-09-141-2/+8
|\|
| * 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
* | Merge branch 'beta'Rainer Gerhards2009-08-191-8/+2
|\ \
| * | undid non-correct experimental fixRainer Gerhards2009-08-191-8/+2
* | | fixed compile problem introduced by mergeRainer Gerhards2009-08-181-0/+1
* | | Merge branch 'beta'Rainer Gerhards2009-08-181-2/+8
|\| |
| * | bugfix? (unconfirmed, testing): segfault when writing asynchronouslyRainer Gerhards2009-08-181-2/+8
| |/
* | more code simplification, should also bring some performance enhancementRainer Gerhards2009-07-171-2/+0
* | Merge branch 'beta'Rainer Gerhards2009-07-161-2/+5
|\|
| * calls to prctl() need to be based on configure results (cross-platform issue)Rainer Gerhards2009-07-161-2/+5
* | Merge branch 'v4-devel'Rainer Gerhards2009-07-081-136/+308
|\|
| * 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
* | Merge branch 'omfile' into v5-develRainer Gerhards2009-06-231-5/+10
|\|
| * prevented unneccessary apc callsRainer Gerhards2009-06-231-5/+10
* | Merge branch 'omfile' into tmpRainer Gerhards2009-06-221-4/+6
|\|
| * 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 'omfile' into v5-develRainer Gerhards2009-06-161-114/+573
|\|
| * 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
| |/
* | solved design issue with queue terminationRainer Gerhards2009-05-261-1/+43
* | t-delete list implemented, queue store drivers updated...Rainer Gerhards2009-05-181-1/+4
|/
* 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