summaryrefslogtreecommitdiffstats
path: root/runtime/unicode-helper.h
Commit message (Collapse)AuthorAgeFilesLines
* license changesRainer Gerhards2012-01-161-16/+14
|
* cleaned up small nitRainer Gerhards2009-06-161-1/+1
|
* re-enabled outchannel functionalityRainer Gerhards2009-06-121-9/+18
|
* added $OMFileIOBufferSize config directive and plumbingRainer Gerhards2009-06-041-0/+5
|
* first proof of concept on zipped file writerRainer Gerhards2009-06-031-0/+1
| | | | | | This DOES NOT work sufficiently well, I just wanted to verify that zip writing is possible and files are readable. Will be refined soon.
* added capability to run multiple tcp listeners (on different ports)Rainer Gerhards2009-05-221-0/+54
Well, actually this and a lot of related things. I improved the testbench so that the new capabilities are automatically tested and also did some general cleanup. The current multiple tcp listener solution will probably receive some further cleanup, too, but looks quite OK so far. I also reviewed the way tcpsrv et all work, in preparation of using this code for imdiag. I need to document the findings, especially as the code is rather complicated "thanks" to the combination of plain tcp and gssapi transport modes.