Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests. | Brian Cully | 2017-11-12 | 1 | -0/+2 |
| | | | | | | | | * Add simple INSTALL document. * Add Makefile.PL for make support. * Moved sample files to t/fixtures. * Add version to xmpt executable.xmpt * Add tests for sample CLI run. | ||||
* | Remove child handling, replace with pipe signal handling. | Brian Cully | 2017-11-12 | 1 | -8/+12 |
| | | | | | | | | | | We don't actually care about the child, really, just ability to read and write, so SIGPIPE is more appropriate. Currently, ignore SIGPIPE during write operations, to support just spamming input for protocol dump testing. This should be a flag in the future, but for now, as long as there's a match step with a thunk, it'll get caught there. | ||||
* | Use qualified stream tag when expecting stream close. | Brian Cully | 2017-11-12 | 1 | -1/+5 |
| | |||||
* | Initial commit. | Brian Cully | 2017-11-10 | 1 | -0/+279 |