Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't die if reply message is oversized (RHBZ#509597). | Richard Jones | 2009-07-05 | 1 | -2/+7 |
| | |||||
* | remove trailing blanks | Jim Meyering | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | Add list of function_names to the daemon. | Richard W.M. Jones | 2009-07-02 | 1 | -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. Jones | 2009-07-02 | 1 | -0/+19 |
| | |||||
* | Carefully check return values from xwrite. | Richard Jones | 2009-04-26 | 1 | -4/+18 |
| | |||||
* | Fix file descriptor leak in daemon. | Richard Jones | 2009-04-20 | 1 | -0/+8 |
| | |||||
* | Implement upload and download commands. | Richard Jones | 2009-04-20 | 1 | -24/+226 |
| | |||||
* | Separate out the high-level API actions. | Richard Jones | 2009-04-18 | 1 | -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 Jones | 2009-04-11 | 1 | -4/+4 |
| | |||||
* | pvs/vgs/lvs commands working now. | Richard Jones | 2009-04-07 | 1 | -1/+1 |
| | |||||
* | Parses return values and returned errors properly. | Richard Jones | 2009-04-03 | 1 | -2/+1 |
| | |||||
* | Makes a series of non-trivial calls. | Richard Jones | 2009-04-03 | 1 | -3/+197 |
| | |||||
* | Daemon and library are mostly talking to each other now. | Richard Jones | 2009-04-03 | 1 | -0/+59 |