summaryrefslogtreecommitdiffstats
Commit message (Expand)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
* 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
* Move builtin commands into objects handlers on creation.Brian Cully2015-07-102-17/+57
* Add test helpers.Brian Cully2015-07-101-41/+25
* Use NUL as field separator.Brian Cully2015-07-103-34/+42
* Change flag for socket path from '-path' to '-f'.Brian Cully2015-07-091-1/+1
* Initial commit.Brian Cully2015-07-024-0/+416