summaryrefslogtreecommitdiffstats
path: root/daemon/proto.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-24/+24
| | | | | | | | | | | Do it by running this command: [exempted files are matched via .x-sc_TAB_in_indentation] git ls-files \ | pcregrep -vf .x-sc_TAB_in_indentation \ | xargs pcregrep -l '^ *\t' \ | xargs perl -MText::Tabs -ni -le \ '$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_'
* Don't die if reply message is oversized (RHBZ#509597).Richard Jones2009-07-051-2/+7
|
* remove trailing blanksJim Meyering2009-07-031-1/+1
|
* Add list of function_names to the daemon.Richard W.M. Jones2009-07-021-2/+4
| | | | | Messages which include the proc_nr can now also include the name of the actual function being called.
* In verbose mode, daemon will display the time elapsed for each command.Richard W.M. Jones2009-07-021-0/+19
|
* Carefully check return values from xwrite.Richard Jones2009-04-261-4/+18
|
* Fix file descriptor leak in daemon.Richard Jones2009-04-201-0/+8
|
* Implement upload and download commands.Richard Jones2009-04-201-24/+226
|
* Separate out the high-level API actions.Richard Jones2009-04-181-1/+1
| | | | | | - Split out the high-level API actions so that they are in a separate file, and use the defined guestfs C API, instead of fiddling around with internal structures.
* Added test suite.Richard Jones2009-04-111-4/+4
|
* pvs/vgs/lvs commands working now.Richard Jones2009-04-071-1/+1
|
* Parses return values and returned errors properly.Richard Jones2009-04-031-2/+1
|
* Makes a series of non-trivial calls.Richard Jones2009-04-031-3/+197
|
* Daemon and library are mostly talking to each other now.Richard Jones2009-04-031-0/+59