Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update FSF address. | Matthew Booth | 2011-11-09 | 1 | -1/+1 |
| | | | | (cherry picked from commit 04ea1375c55aa67df4e7fc61dbb534111767f3b6) | ||||
* | fish: copy-in, copy-out, edit, more commands can use win:... prefix. | Richard W.M. Jones | 2011-04-05 | 1 | -18/+64 |
| | |||||
* | fish: Fix typo in error message (copy-in should be copy-out). | Richard W.M. Jones | 2011-01-22 | 1 | -1/+1 |
| | |||||
* | Don't need to include XDR headers in <guestfs.h>. | Richard W.M. Jones | 2010-11-11 | 1 | -0/+1 |
| | | | | | | | Include the XDR headers in the internal guestfs-internal.h instead. This is knock-on effects to several other source files which were implicitly relying on indirectly loaded headers. | ||||
* | fish: Change 'int argc' to 'size_t argc' throughout. | Richard W.M. Jones | 2010-10-21 | 1 | -2/+2 |
| | |||||
* | generator: Generate guestfish-only commands. | Richard W.M. Jones | 2010-09-18 | 1 | -2/+2 |
| | | | | | | The guestfish-only commands such as 'alloc' and 'edit' are now generated from one place in the generator instead of being spread around ad-hoc in the C code. | ||||
* | syntax: Remove unused assert.h header. | Richard Jones | 2010-09-10 | 1 | -1/+0 |
| | |||||
* | fish: const-correctness fixes in copy.c | Richard Jones | 2010-09-10 | 1 | -6/+6 |
| | |||||
* | fish: Fix 'copy-out' command when local directory is "/foo". | Richard Jones | 2010-09-10 | 1 | -1/+4 |
| | |||||
* | fish: Implement copy-in and copy-out commands. | Richard Jones | 2010-09-09 | 1 | -0/+307 |