| Commit message (Expand) | Author | Age | Files | Lines |
* | Support for Linux extended attributes. | Richard W.M. Jones | 2009-07-14 | 2 | -4/+126 |
* | Improve launch error message. | Richard Jones | 2009-07-14 | 1 | -1/+1 |
* | Implement new 'zfile' command, to show file type inside compressed files. | Richard Jones | 2009-07-13 | 2 | -21/+32 |
* | Automatically generate list of built java sources | Matthew Booth | 2009-07-13 | 1 | -0/+9 |
* | Revert "Fix checking of generator being run from the right directory." | Matthew Booth | 2009-07-13 | 1 | -3/+5 |
* | Move BUILT_SOURCES so the comment is back in the right place. | Richard Jones | 2009-07-13 | 1 | -11/+11 |
* | Add tests to many non-daemon functions. | Richard W.M. Jones | 2009-07-11 | 1 | -10/+25 |
* | Add TestOutputIntOp, CompareWithIntOp. | Richard W.M. Jones | 2009-07-11 | 1 | -1/+27 |
* | Test for "version" command should be InitNone. | Richard W.M. Jones | 2009-07-11 | 1 | -1/+1 |
* | Add comment to the code about InitNone and InitEmpty. | Richard W.M. Jones | 2009-07-11 | 1 | -1/+5 |
* | Proposal to add BufferIn and RBufferOut types (not implemented). | Richard W.M. Jones | 2009-07-10 | 1 | -0/+22 |
* | Add 'version' call to get true library version number. | Richard Jones | 2009-07-10 | 2 | -1/+53 |
* | Fix for returning structures (hashes) from Perl calls. | Richard Jones | 2009-07-10 | 1 | -23/+26 |
* | Properly close fds and unregister handlers in guestfs_close. | Richard Jones | 2009-07-10 | 1 | -0/+19 |
* | Add Sys::Guestfs::Lib - useful functions for using libguestfs from Perl. | Richard Jones | 2009-07-09 | 1 | -1/+8 |
* | Just whitespace changes in the generator code. | Richard Jones | 2009-07-09 | 1 | -14/+14 |
* | Fix checking of generator being run from the right directory. | Richard W.M. Jones | 2009-07-07 | 1 | -1/+1 |
* | RHEL 5: for (int i = ...) is not permitted with this old version of GCC. | Richard Jones | 2009-07-07 | 1 | -1/+8 |
* | Generate structs and struct lists generically. | Richard Jones | 2009-07-07 | 3 | -1228/+641 |
* | Add a debug message to the library cancellation path. | Richard Jones | 2009-07-06 | 1 | -0/+4 |
* | Add 'get-pid' command. | Richard Jones | 2009-07-06 | 2 | -0/+20 |
* | Make it possible to build in a separate directory | Matthew Booth | 2009-07-03 | 2 | -3/+7 |
* | generate slightly more "const-correct" code | Jim Meyering | 2009-07-03 | 1 | -6/+6 |
* | use safe_malloc and safe_calloc in generated code | Jim Meyering | 2009-07-03 | 3 | -23/+63 |
* | prefer sizeof *VAR over sizeof TYPE (no semantic change) | Jim Meyering | 2009-07-02 | 1 | -10/+10 |
* | Add 'sfdiskM' command. | Richard W.M. Jones | 2009-07-02 | 2 | -30/+42 |
* | Remove generated files guestfs_protocol.[ch]. | Richard W.M. Jones | 2009-07-02 | 2 | -4366/+0 |
* | Add ./configure --with-drive-if=(ide|scsi|virtio) | Richard W.M. Jones | 2009-07-02 | 2 | -4/+4 |
* | Add list of function_names to the daemon. | Richard W.M. Jones | 2009-07-02 | 1 | -0/+20 |
* | arrange to build some generated sources | Jim Meyering | 2009-07-02 | 1 | -0/+9 |
* | Re-add src/MAX_PROC_NR (generated file). | Richard W.M. Jones | 2009-07-02 | 1 | -0/+1 |
* | Memoize the output of pod2text function in the generator. | Richard W.M. Jones | 2009-07-02 | 1 | -24/+45 |
* | Remove generated code from git. | Richard W.M. Jones | 2009-07-02 | 6 | -14434/+0 |
* | Generator now runs automatically when it has changed. | Richard W.M. Jones | 2009-07-02 | 2 | -3/+23 |
* | Add 'readdir' call. | Richard W.M. Jones | 2009-07-02 | 10 | -26/+581 |
* | Change to use virtio_blk (virtio block device) by default. | Richard W.M. Jones | 2009-07-01 | 2 | -14/+20 |
* | Don't dereference or free undefined "msg" upon OOM. | Jim Meyering | 2009-07-01 | 1 | -1/+3 |
* | Change statvfs test so it doesn't depend on device size. | Richard W.M. Jones | 2009-06-30 | 1 | -2/+1 |
* | Clean up the output of the C API test code. | Richard W.M. Jones | 2009-06-30 | 1 | -4/+6 |
* | Generated code for mknod, mkfifo, mknod_b, mknod_c, umask. | Richard W.M. Jones | 2009-06-30 | 6 | -2/+760 |
* | New commands: mknod, mkfifo, mknod_b, mknod_c and umask. | Richard W.M. Jones | 2009-06-30 | 1 | -0/+70 |
* | Use octal numbers for modes in the test suite. | Richard W.M. Jones | 2009-06-30 | 1 | -23/+23 |
* | Generated code for 'set_memsize'/'get_memsize' calls. | Richard W.M. Jones | 2009-06-30 | 1 | -0/+2 |
* | Add 'set_memsize'/'get_memsize' calls. | Richard W.M. Jones | 2009-06-30 | 2 | -11/+62 |
* | Generated code for the 'mkswap*' commands. | Richard W.M. Jones | 2009-06-29 | 6 | -2/+347 |
* | Implement 'mkswap', 'mkswap_L' and 'mkswap_U' commands. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+24 |
* | Fix for 'broken pipe' error when qemu dies (RHBZ#508713). | Richard W.M. Jones | 2009-06-29 | 1 | -2/+5 |
* | Generated code for mount-loop command. | Richard W.M. Jones | 2009-06-29 | 6 | -2/+119 |
* | Add mount-loop command (RHBZ#508668). | Richard W.M. Jones | 2009-06-29 | 1 | -0/+8 |
* | Generated code for 'initrd-list'. | Richard W.M. Jones | 2009-06-29 | 6 | -2/+148 |