Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass Goctl object into handlers. | Brian Cully | 2015-07-10 | 4 | -16/+19 |
| | |||||
* | Change Handler type to interface. | Brian Cully | 2015-07-10 | 4 | -48/+82 |
| | | | | Should allow for more flexibility in handlers. Also, move builtin handlers into their own modules | ||||
* | Move builtin commands into objects handlers on creation. | Brian Cully | 2015-07-10 | 2 | -17/+57 |
| | | | | This simplifies lookup. Still prevents overriding of command handlers. | ||||
* | Add test helpers. | Brian Cully | 2015-07-10 | 1 | -41/+25 |
| | |||||
* | Use NUL as field separator. | Brian Cully | 2015-07-10 | 3 | -34/+42 |
| | | | | This way spaces can be sent as useful data to commands. | ||||
* | Change flag for socket path from '-path' to '-f'. | Brian Cully | 2015-07-09 | 1 | -1/+1 |
| | |||||
* | Initial commit. | Brian Cully | 2015-07-02 | 4 | -0/+416 |