summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make AddHandlers() variadic, remove AddHandler().HEADmasterBrian Cully2015-07-102-36/+6
|
* Pass by val in ping handler.Brian Cully2015-07-101-2/+2
|
* Rename cmd modules.Brian Cully2015-07-106-0/+0
|
* Add builtin 'help' command.Brian Cully2015-07-106-0/+74
| | | | Allows handlers to output helpful information.
* Move tests for bultin commands to separate modules.Brian Cully2015-07-103-20/+48
|
* Pass Goctl object into handlers.Brian Cully2015-07-104-16/+19
|
* Change Handler type to interface.Brian Cully2015-07-104-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 Cully2015-07-102-17/+57
| | | | This simplifies lookup. Still prevents overriding of command handlers.
* Add test helpers.Brian Cully2015-07-101-41/+25
|
* Use NUL as field separator.Brian Cully2015-07-103-34/+42
| | | | This way spaces can be sent as useful data to commands.
* Change flag for socket path from '-path' to '-f'.Brian Cully2015-07-091-1/+1
|
* Initial commit.Brian Cully2015-07-024-0/+416