Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make AddHandlers() variadic, remove AddHandler().HEADmaster | Brian Cully | 2015-07-10 | 2 | -36/+6 |
* | Pass by val in ping handler. | Brian Cully | 2015-07-10 | 1 | -2/+2 |
* | Rename cmd modules. | Brian Cully | 2015-07-10 | 6 | -0/+0 |
* | Add builtin 'help' command. | Brian Cully | 2015-07-10 | 6 | -0/+74 |
* | Move tests for bultin commands to separate modules. | Brian Cully | 2015-07-10 | 3 | -20/+48 |
* | 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 |
* | Move builtin commands into objects handlers on creation. | Brian Cully | 2015-07-10 | 2 | -17/+57 |
* | Add test helpers. | Brian Cully | 2015-07-10 | 1 | -41/+25 |
* | Use NUL as field separator. | Brian Cully | 2015-07-10 | 3 | -34/+42 |
* | 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 |