summaryrefslogtreecommitdiffstats
path: root/daemon/echo_daemon.c
Commit message (Collapse)AuthorAgeFilesLines
* build: Rename most C files that contain underscore with dash.Richard W.M. Jones2012-07-191-73/+0
| | | | | | | This is just code motion. Some files cannot be renamed. Notably rpcgen input and output files must not contain dash characters, else rpcgen breaks.
* Update FSF address.Matthew Booth2011-11-081-1/+1
|
* Add echo_daemon commandMatthew Booth2009-09-141-0/+73
echo_daemon is a simple echo which can be used to test connectivity between the client and daemon.