Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -1/+1 |
| | | | | OK'ed by: core | ||||
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
| | | | | any fake value. | ||||
* | Use errx() instead of perror()/exit() for conciseness. | rwatson | 2004-10-23 | 1 | -25/+14 |
| | | | | Suggested by: ru (some time ago) | ||||
* | Add a very basic README for tcpstream. | rwatson | 2004-09-13 | 1 | -0/+20 |
| | |||||
* | Add tcpstream, a simple TCP stream generator that uses a pseudo-random | rwatson | 2004-09-13 | 2 | -0/+253 |
sequence to detect data corruption visible to an application. |