summaryrefslogtreecommitdiffstats
path: root/runtime/apc.c
Commit message (Collapse)AuthorAgeFilesLines
* first shot at asynchronous stream writer with timeout capabilityRainer Gerhards2009-07-061-0/+2
| | | | | ... seems to work on quick testing, but needs a far more testing and improvement. Good milestone commit.
* prevented unneccessary apc callsRainer Gerhards2009-06-231-2/+5
|
* omfile buffers are now synchronized after inactivityRainer Gerhards2009-06-151-0/+400
This is the first shot at this functionality. Currently, we run off a fixed counter in the rsyslogd mainloop, which needs to be restructured. But this code works, so it is a good time for a commit.