summaryrefslogtreecommitdiffstats
path: root/daemon/strings.c
Commit message (Collapse)AuthorAgeFilesLines
* Make /sysroot path configurable.Richard Jones2009-07-181-5/+1
| | | | | | | | | Currently /sysroot is hard-coded throughout the daemon code. This patch turns the path into a variable so that we can change it in future, for example to allow standalone mode to be implemented. This patch was tested by running all the C API tests successfully.
* remove trailing blanksJim Meyering2009-07-031-1/+1
|
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-101-2/+2
|
* Refactor line splitting code in the daemon, and fix it so it works.Richard Jones2009-05-121-20/+3
|
* Implement 'strings' and 'hexdump' commands.Richard Jones2009-05-081-0/+91