summaryrefslogtreecommitdiffstats
path: root/runtime/zlibw.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>
* added gzip header to output filesRainer Gerhards2009-06-031-2/+8
| | | | so they can now be processed with the "regular" gzip tools
* first proof of concept on zipped file writerRainer Gerhards2009-06-031-0/+119
This DOES NOT work sufficiently well, I just wanted to verify that zip writing is possible and files are readable. Will be refined soon.