summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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