Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleaned up small nit | Rainer Gerhards | 2009-06-16 | 1 | -1/+1 |
| | |||||
* | re-enabled outchannel functionality | Rainer Gerhards | 2009-06-12 | 1 | -9/+18 |
| | |||||
* | added $OMFileIOBufferSize config directive and plumbing | Rainer Gerhards | 2009-06-04 | 1 | -0/+5 |
| | |||||
* | first proof of concept on zipped file writer | Rainer Gerhards | 2009-06-03 | 1 | -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 Gerhards | 2009-05-22 | 1 | -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. |