Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various fixes to the daemon: | Richard Jones | 2009-04-20 | 1 | -4/+15 |
| | | | | | | - make sure SIGPIPE doesn't kill us - warn not to use macros in FileIn functions - add shell_quote function | ||||
* | Implement upload and download commands. | Richard Jones | 2009-04-20 | 1 | -10/+19 |
| | |||||
* | Implement NEED_ROOT_OR_IS_DEVICE macro. | Richard Jones | 2009-04-19 | 1 | -0/+13 |
| | |||||
* | Implement _send_sync, _send_file_sync and _receive_file_sync. | Richard Jones | 2009-04-19 | 1 | -0/+7 |
| | |||||
* | Rewrite of main loop impl, start of FileIn/FileOut support. | Richard Jones | 2009-04-18 | 1 | -5/+20 |
| | |||||
* | Added test suite. | Richard Jones | 2009-04-11 | 1 | -3/+28 |
| | |||||
* | CHROOT_OUT must preserve errno. | Richard Jones | 2009-04-10 | 1 | -3/+7 |
| | |||||
* | pvs/vgs/lvs commands working now. | Richard Jones | 2009-04-07 | 1 | -0/+5 |
| | |||||
* | Implement list-devices and list-partitions. | Richard Jones | 2009-04-06 | 1 | -0/+2 |
| | |||||
* | Implementations of 'cat', 'ls', and some cleanups. | Richard Jones | 2009-04-06 | 1 | -2/+13 |
| | |||||
* | Implement RString and RStringList return types. | Richard Jones | 2009-04-04 | 1 | -0/+2 |
| | | | | | - implement 'll' command. - outlines for 'ls' and 'cat' commands. | ||||
* | Implemented 'mount' and 'touch' commands. | Richard Jones | 2009-04-03 | 1 | -0/+22 |
| | |||||
* | Makes a series of non-trivial calls. | Richard Jones | 2009-04-03 | 1 | -1/+3 |
| | |||||
* | Daemon and library are mostly talking to each other now. | Richard Jones | 2009-04-03 | 1 | -0/+41 |