2009-07-13 |
Matthew Booth | Revert "Fix checking of generator being run from the... |
tree | commitdiff |
2009-07-13 |
Richard Jones | Move BUILT_SOURCES so the comment is back in the right... |
tree | commitdiff |
2009-07-11 |
Richard W.M. Jones | Add tests to many non-daemon functions. |
tree | commitdiff |
2009-07-11 |
Richard W.M. Jones | Add TestOutputIntOp, CompareWithIntOp. |
tree | commitdiff |
2009-07-11 |
Richard W.M. Jones | Test for "version" command should be InitNone. |
tree | commitdiff |
2009-07-11 |
Richard W.M. Jones | Add comment to the code about InitNone and InitEmpty. |
tree | commitdiff |
2009-07-10 |
Richard W.M. Jones | Proposal to add BufferIn and RBufferOut types (not... |
tree | commitdiff |
2009-07-10 |
Richard Jones | Add 'version' call to get true library version number. |
tree | commitdiff |
2009-07-10 |
Richard Jones | Fix for returning structures (hashes) from Perl calls. |
tree | commitdiff |
2009-07-10 |
Richard Jones | Properly close fds and unregister handlers in guestfs_c... |
tree | commitdiff |
2009-07-09 |
Richard Jones | Add Sys::Guestfs::Lib - useful functions for using... |
tree | commitdiff |
2009-07-09 |
Richard Jones | Just whitespace changes in the generator code. |
tree | commitdiff |
2009-07-07 |
Richard W.M. Jones | Fix checking of generator being run from the right... |
tree | commitdiff |
2009-07-07 |
Richard Jones | RHEL 5: for (int i = ...) is not permitted with this... |
tree | commitdiff |
2009-07-07 |
Richard Jones | Generate structs and struct lists generically. |
tree | commitdiff |
2009-07-06 |
Richard Jones | Add a debug message to the library cancellation path. |
tree | commitdiff |
2009-07-06 |
Richard Jones | Add 'get-pid' command. |
tree | commitdiff |
2009-07-03 |
Matthew Booth | Make it possible to build in a separate directory |
tree | commitdiff |
2009-07-03 |
Jim Meyering | generate slightly more "const-correct" code |
tree | commitdiff |
2009-07-02 |
Jim Meyering | use safe_malloc and safe_calloc in generated code |
tree | commitdiff |
2009-07-02 |
Jim Meyering | prefer sizeof *VAR over sizeof TYPE (no semantic change) |
tree | commitdiff |
2009-07-02 |
Richard W.M. Jones | Add 'sfdiskM' command. |
tree | commitdiff |
2009-07-02 |
Richard W.M. Jones | Remove generated files guestfs_protocol.[ch]. |
tree | commitdiff |
2009-07-02 |
Richard W.M. Jones | Add ./configure --with-drive-if=(ide|scsi|virtio) |
tree | commitdiff |
2009-07-02 |
Richard W.M. Jones | Add list of function_names to the daemon. |
tree | commitdiff |
2009-07-02 |
Jim Meyering | arrange to build some generated sources |
tree | commitdiff |
2009-07-02 |
Richard W.M. Jones | Re-add src/MAX_PROC_NR (generated file). |
tree | commitdiff |
2009-07-02 |
Richard W.M. Jones | Memoize the output of pod2text function in the generator. |
tree | commitdiff |
2009-07-02 |
Richard W.M. Jones | Remove generated code from git. |
tree | commitdiff |
2009-07-02 |
Richard W.M. Jones | Generator now runs automatically when it has changed. |
tree | commitdiff |
2009-07-02 |
Richard W.M. Jones | Add 'readdir' call. |
tree | commitdiff |
2009-07-01 |
Richard W.M. Jones | Change to use virtio_blk (virtio block device) by default. |
tree | commitdiff |
2009-07-01 |
Jim Meyering | Don't dereference or free undefined "msg" upon OOM. |
tree | commitdiff |
2009-06-30 |
Richard W.M. Jones | Change statvfs test so it doesn't depend on device... |
tree | commitdiff |
2009-06-30 |
Richard W.M. Jones | Clean up the output of the C API test code. |
tree | commitdiff |
2009-06-30 |
Richard W.M. Jones | Generated code for mknod, mkfifo, mknod_b, mknod_c... |
tree | commitdiff |
2009-06-30 |
Richard W.M. Jones | New commands: mknod, mkfifo, mknod_b, mknod_c and umask. |
tree | commitdiff |
2009-06-30 |
Richard W.M. Jones | Use octal numbers for modes in the test suite. |
tree | commitdiff |
2009-06-30 |
Richard W.M. Jones | Generated code for 'set_memsize'/'get_memsize' calls. |
tree | commitdiff |
2009-06-30 |
Richard W.M. Jones | Add 'set_memsize'/'get_memsize' calls. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Generated code for the 'mkswap*' commands. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Implement 'mkswap', 'mkswap_L' and 'mkswap_U' commands. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Fix for 'broken pipe' error when qemu dies (RHBZ#508713). |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Generated code for mount-loop command. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Add mount-loop command (RHBZ#508668). |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Generated code for 'initrd-list'. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Add 'initrd-list' command to list contents of initrd... |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Generated code for 'du' command. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Added 'du' command. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Generated code for df / df-h. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Add 'df' and 'df-h' commands. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Generated code for head/tail commands. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Implement "head", "head-n", "tail", "tail-n" commands. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Prevent 'n' being used as a parameter name. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Generated code for 'wc_*' commands. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Implementation of 'wc_c', 'wc_w' and 'wc_l' commands. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Implement TEST_ONLY environment variable to run selecte... |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Add large test files with standard content for the... |
tree | commitdiff |
2009-06-28 |
Richard W.M. Jones | Haskell bindings: Implement bindtests. |
tree | commitdiff |
2009-06-28 |
Richard W.M. Jones | Haskell bindings: Int and Int64 return types. |
tree | commitdiff |
2009-06-28 |
Richard W.M. Jones | Haskell bindings: fix boolean arguments. |
tree | commitdiff |
2009-06-28 |
Richard W.M. Jones | Haskell bindings: Fix integer arguments. |
tree | commitdiff |
2009-06-24 |
Richard W.M. Jones | Clarify documentation for mkdtemp. |
tree | commitdiff |
2009-06-24 |
Richard W.M. Jones | Generated code for 'mkdtemp' command. |
tree | commitdiff |
2009-06-24 |
Richard W.M. Jones | Add mkdtemp command. |
tree | commitdiff |
2009-06-24 |
Richard W.M. Jones | Version 1.0.52. 1.0.52 |
tree | commitdiff |
2009-06-23 |
Richard W.M. Jones | Implement libtool library versioning. |
tree | commitdiff |
2009-06-23 |
Richard W.M. Jones | Generated code for 'scrub-*' commands. |
tree | commitdiff |
2009-06-23 |
Richard W.M. Jones | Added 'scrub-*' commands for securely scrubbing filesys... |
tree | commitdiff |
2009-06-23 |
Richard W.M. Jones | Bump up default guest size to 500M. |
tree | commitdiff |
2009-06-23 |
Richard W.M. Jones | Command line argument handling. |
tree | commitdiff |
2009-06-23 |
Richard W.M. Jones | '-no-kqemu' option is no longer necessary to avoid... |
tree | commitdiff |
2009-06-22 |
Richard Jones | Check parameter types in Ruby bindings (RHBZ#507346). |
tree | commitdiff |
2009-06-22 |
Richard Jones | Improve error message when appliance doesn't match... |
tree | commitdiff |
2009-06-22 |
Richard Jones | Missing \n character in Ruby bindings. |
tree | commitdiff |
2009-06-22 |
Richard Jones | Generated code for 'glob-expand'. |
tree | commitdiff |
2009-06-22 |
Richard Jones | Add 'glob-expand' command. |
tree | commitdiff |
2009-06-22 |
Richard Jones | Generated code for 'sh' and 'sh-lines' commands. |
tree | commitdiff |
2009-06-22 |
Richard Jones | Add 'sh' and 'sh-lines' commands. |
tree | commitdiff |
2009-06-18 |
Richard Jones | Add tab-completion of guest filenames (currently disabled). |
tree | commitdiff |
2009-06-18 |
Richard Jones | Rename guestfs-supermin-helper -> libguestfs-supermin... |
tree | commitdiff |
2009-06-16 |
Richard Jones | Fix build_supermin_appliance to return kernel / initrd... |
tree | commitdiff |
2009-06-15 |
Richard Jones | Experimental implementation of the supermin appliance... |
tree | commitdiff |
2009-06-11 |
Richard Jones | Catching hanging qemu in tests (RHBZ#505329). |
tree | commitdiff |
2009-06-10 |
Richard Jones | Remove obsolete comment from generator. |
tree | commitdiff |
2009-06-10 |
Richard Jones | Remove obsolete comment from generator. |
tree | commitdiff |
2009-06-10 |
Richard Jones | Specify type of squashfs filesystem. |
tree | commitdiff |
2009-06-10 |
Richard Jones | Implement device name translation. Remove device name... |
tree | commitdiff |
2009-06-10 |
Richard Jones | In the daemon, change all const char * parameters to... |
tree | commitdiff |
2009-06-10 |
Richard Jones | Implement device name translation. Remove device name... |
tree | commitdiff |
2009-06-10 |
Richard Jones | In the daemon, change all const char * parameters to... |
tree | commitdiff |
2009-06-08 |
Richard Jones | Generated code for ntfs_3g_probe command. |
tree | commitdiff |
2009-06-08 |
Richard Jones | Add 'ntfs_3g_probe' command so we can probe the "mounta... |
tree | commitdiff |
2009-06-04 |
Richard Jones | Generated code for the 'sleep' command. |
tree | commitdiff |
2009-06-04 |
Richard Jones | Added 'sleep' command. |
tree | commitdiff |
2009-06-02 |
Richard Jones | Generated code for 'add_drive_ro' call. |
tree | commitdiff |
2009-06-02 |
Richard Jones | Add 'add_drive_ro' call. Fix up documentation. Plus... |
tree | commitdiff |
2009-05-29 |
Richard W.M. Jones | Correctly handle malloc/realloc(0) |
tree | commitdiff |
2009-05-29 |
Richard W.M. Jones | Use a squashfs attached as /dev/sdd during the C API... |
tree | commitdiff |
2009-05-29 |
Richard W.M. Jones | Fix mkdir-p if directory exists (RHBZ#503133). |
tree | commitdiff |
next |