summaryrefslogtreecommitdiffstats
path: root/daemon/guestfsd.c
Commit message (Collapse)AuthorAgeFilesLines
* In daemon, set PATH, SHELL and LANG environment variables.Richard Jones2009-05-221-0/+8
|
* Refactor line splitting code in the daemon, and fix it so it works.Richard Jones2009-05-121-0/+54
|
* Fix leak in realloc failure (Jim Meyering).Richard Jones2009-05-071-16/+14
|
* Add generated code for 'fsck' command.Richard Jones2009-04-301-4/+61
|
* Fix unchecked malloc & realloc in 'commandv' func (Jim Meyering).Richard Jones2009-04-301-4/+15
|
* Various fixes to the daemon:Richard Jones2009-04-201-0/+47
| | | | | | - make sure SIGPIPE doesn't kill us - warn not to use macros in FileIn functions - add shell_quote function
* Fix file descriptor leak in daemon.Richard Jones2009-04-201-0/+13
|
* Implement upload and download commands.Richard Jones2009-04-201-4/+16
|
* Use GUESTFS_LAUNCH_FLAG in the daemon, and use correct uint32_t.Richard Jones2009-04-191-2/+2
|
* Added test suite.Richard Jones2009-04-111-33/+55
|
* Implement list-devices and list-partitions.Richard Jones2009-04-061-0/+24
|
* Implementations of 'cat', 'ls', and some cleanups.Richard Jones2009-04-061-0/+32
|
* Implement RString and RStringList return types.Richard Jones2009-04-041-8/+22
| | | | | - implement 'll' command. - outlines for 'ls' and 'cat' commands.
* Implemented 'mount' and 'touch' commands.Richard Jones2009-04-031-22/+171
|
* Makes a series of non-trivial calls.Richard Jones2009-04-031-0/+20
|
* Daemon and library are mostly talking to each other now.Richard Jones2009-04-031-3/+24
|
* Add the first version of the guestfsd daemon.Richard Jones2009-04-031-0/+205