Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | daemon: Don't use ../src path to include generator_protocol.h | Richard W.M. Jones | 2010-11-03 | 1 | -1/+1 |
| | | | | | This file is already hard-linked into the current directory, so the relative path is not required. | ||||
* | New APIs: is-chardev, is-blockdev, is-fifo, is-symlink, is-socket | Richard Jones | 2010-09-09 | 1 | -17/+61 |
| | | | | These complement the existing is-file and is-dir APIs. | ||||
* | daemon: Move 'exists', 'is-file' and 'is-dir' to separate file. | Richard Jones | 2010-09-09 | 1 | -0/+86 |
This commit is just code movement. |