summaryrefslogtreecommitdiffstats
path: root/runtime/srUtils.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into v5-develRainer Gerhards2009-06-261-2/+0
|\
| * got rid of the recursive requirement for msg_t mutex (finally!)Rainer Gerhards2009-06-261-2/+0
| |
* | Merge branch 'omfile' into v5-develRainer Gerhards2009-06-161-0/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that this was NOT a trivial merge, and there may be some issues. This needs to be seen when we continue developing. Conflicts: runtime/msg.h runtime/obj.h runtime/queue.c runtime/srUtils.h runtime/stream.c runtime/stream.h runtime/wti.c tests/Makefile.am tools/omfile.c tools/syslogd.c
| * omfile buffers are now synchronized after inactivityRainer Gerhards2009-06-151-0/+13
| | | | | | | | | | | | 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.
| * re-enabled outchannel functionalityRainer Gerhards2009-06-121-0/+1
| |
* | interim commit: working on failure casesRainer Gerhards2009-05-271-0/+12
|/ | | | slightly improved situation, would like to save it before carrying on
* removed no longer needed thingsRainer Gerhards2008-04-161-0/+1
| | | | | ... and some more cleanup. Also moved a file that I forgot (thanks to Michael Biebl for pointing that out).
* moved files to the runtimeRainer Gerhards2008-04-161-0/+126
there are still some files left which could go into the runtime, but I think we will delete most of them once we are done with the full modularization.