summaryrefslogtreecommitdiffstats
path: root/tools/ompipe.c
Commit message (Collapse)AuthorAgeFilesLines
* added work-around for bug in gtls, which causes fd leak when using TLSBojan Smojver2011-02-231-0/+1
| | | | | | | | The capability has been added for module to specify that they do not like being unloaded. related bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=222 Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-10-191-0/+1
|\ | | | | | | | | | | | | | | Conflicts: configure.ac runtime/cfsysline.c tools/ompipe.c
| * fixing some compile problems on FreeBSDRainer Gerhards2010-10-191-0/+1
| |
* | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-191-0/+1
|\ \ | | | | | | | | | | | | Conflicts: runtime/msg.h
| * | minor cleanupRainer Gerhards2010-04-191-0/+1
| | |
* | | some cleanupRainer Gerhards2010-04-191-0/+1
|/ /
* / added include needed for SolarisRainer Gerhards2010-03-021-0/+1
|/
* make $ActonFileDefaultTemplate available to ompipeRainer Gerhards2010-03-011-4/+2
| | | | | | | | | This was not honored by the new ompipe module, because it is a local file directive (it was applied to pipes as a side-effect of using the same module for pipes and files...). I now made this a global, so that semantics are the same as previously. Not really nice, but probably the best thing to do in the current situation (everything else would involve much more overhead --- leave that for the new config system).
* some code cleanupRainer Gerhards2010-02-281-4/+2
|
* moved pipe code to its own moduleRainer Gerhards2010-02-281-0/+243
... based on old omfile. Michael Biebl reported that xconsole seems to have some issues with the new pipe code, so it was best to use the old code for pipes. The optimizations were done to speed up file access, so it doesn't really matter pipes do not receive them.