Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fully optimized datetime module and enhanced test suite | Rainer Gerhards | 2009-06-19 | 1 | -31/+39 |
| | | | | tests for the various timestamp formats have been added | ||||
* | cleaned up/optimized raw message handling in msg object | Rainer Gerhards | 2009-06-18 | 1 | -1/+1 |
| | |||||
* | going forward in moving string-handling functions to new interface... | Rainer Gerhards | 2009-06-17 | 1 | -1/+3 |
| | |||||
* | added capability to run multiple tcp listeners (on different ports) | Rainer Gerhards | 2009-05-22 | 1 | -29/+72 |
| | | | | | | | | | | | 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. | ||||
* | fixed some portability issues | Rainer Gerhards | 2009-03-16 | 1 | -1/+3 |
| | | | | | first noticed on FreeBSD Also, some cosmetic improvements. | ||||
* | improved testbench, added tests for tcp-based reception | Rainer Gerhards | 2009-04-08 | 1 | -0/+392 |