Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update FSF address. | Matthew Booth | 2011-11-08 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Add progress messages to fill-pattern command. | Richard Jones | 2010-09-01 | 1 | -0/+1 |
| | |||||
* | Add progress messages to fill command. | Richard Jones | 2010-09-01 | 1 | -0/+1 |
| | |||||
* | New API: fill-pattern for creating files with predefined patterns. | Richard Jones | 2010-05-12 | 1 | -0/+46 |
| | |||||
* | daemon: Don't need to prefix error messages with the command name. | Richard Jones | 2010-02-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | The RPC stubs already prefix the command name to error messages. The daemon doesn't have to do this. As a (small) benefit this also makes the daemon slightly smaller. Code in the daemon such as: if (argv[0] == NULL) { reply_with_error ("passed an empty list"); return NULL; } now results in error messages like this: ><fs> command "" libguestfs: error: command: passed an empty list (whereas previously you would have seen ..command: command:..) | ||||
* | daemon: Missing #includes revealed by cross-compiling. | Richard Jones | 2009-11-20 | 1 | -0/+1 |
| | |||||
* | New API call: fill - fill a file with octets | Richard Jones | 2009-11-17 | 1 | -0/+76 |