2009-08-07 |
Richard Jones | Tidy up generation of java/Makefile.inc. |
tree | commitdiff |
2009-08-07 |
Richard Jones | Debug: Improve the way the qemu command line is printed. |
tree | commitdiff |
2009-08-07 |
Richard Jones | Allow network interface to be configured. |
tree | commitdiff |
2009-08-07 |
Richard Jones | Tests: swapon_device test mkswap /dev/sda1 instead... |
tree | commitdiff |
2009-08-06 |
Richard Jones | Tests: Don't test block size in statvfs test. |
tree | commitdiff |
2009-08-06 |
Richard Jones | Add ne2k-pci driver to the appliance. |
tree | commitdiff |
2009-08-06 |
Richard Jones | Make user network numbering explicit. |
tree | commitdiff |
2009-08-06 |
Matthew Booth | Fix test failures in upload and download (RHBZ#515764) |
tree | commitdiff |
2009-08-05 |
Matthew Booth | Fix swapon_label test |
tree | commitdiff |
2009-08-04 |
Jim Meyering | build: remove trailing blanks, enable syntax-check |
tree | commitdiff |
2009-08-03 |
Jim Meyering | Convert all TABs-as-indentation to spaces. |
tree | commitdiff |
2009-08-03 |
Jim Meyering | guestfs: fix typo in my recent change |
tree | commitdiff |
2009-08-03 |
Jim Meyering | guestfs: don't fault upon failed vasprintf |
tree | commitdiff |
2009-07-31 |
Richard W.M. Jones | guestfish: Display RStructList results more pleasantly. |
tree | commitdiff |
2009-07-31 |
Richard W.M. Jones | Add interface to Linux 'inotify' API. |
tree | commitdiff |
2009-07-31 |
Richard W.M. Jones | lib: Add selinux=0 to default kernel command line. |
tree | commitdiff |
2009-07-31 |
Richard W.M. Jones | Improve warnings about missing tests. |
tree | commitdiff |
2009-07-31 |
Richard W.M. Jones | New commands: swapon-*, swapoff-*, mkswap-file. |
tree | commitdiff |
2009-07-31 |
Richard W.M. Jones | New command: 'fallocate' to (pre-)allocate sized files. |
tree | commitdiff |
2009-07-31 |
Richard W.M. Jones | New commands: 'ln', 'ln-f', 'ln-s', 'ln-sf' and 'readlink'. |
tree | commitdiff |
2009-07-31 |
Richard W.M. Jones | Add 'realpath' command. |
tree | commitdiff |
2009-07-29 |
Richard Jones | Whitespace and comment changes. |
tree | commitdiff |
2009-07-29 |
Richard Jones | guestfish: Make more strings translatable. |
tree | commitdiff |
2009-07-29 |
Richard Jones | tests: Use squashfs for static data where possible. |
tree | commitdiff |
2009-07-29 |
Richard Jones | tests: Fix read_file test. |
tree | commitdiff |
2009-07-29 |
Richard Jones | Implement '*grep*' family of commands. |
tree | commitdiff |
2009-07-28 |
Richard Jones | Pass '-z' parameter to 'file' command so it looks insid... |
tree | commitdiff |
2009-07-28 |
Richard Jones | Add DeprecatedBy flag to mark functions which are depre... |
tree | commitdiff |
2009-07-27 |
Richard Jones | Add InitSquashFS test type, for tests that just use... |
tree | commitdiff |
2009-07-24 |
Richard Jones | Pass cgroup_disable=memory, saves ~ 5MB of RAM. |
tree | commitdiff |
2009-07-23 |
Richard Jones | get_append call can return NULL, but bindings didn... |
tree | commitdiff |
2009-07-22 |
Richard Jones | Revert "Add 'set-kernel'/'get-kernel'/LIBGUESTFS_KERNEL... |
tree | commitdiff |
2009-07-22 |
Richard Jones | set-append and set-kernel parameters are both nullable. |
tree | commitdiff |
2009-07-22 |
Richard Jones | Add 'set-kernel'/'get-kernel'/LIBGUESTFS_KERNEL to... |
tree | commitdiff |
2009-07-21 |
Richard W.M. Jones | Add commented-out support for alternate guestfwd syntax. |
tree | commitdiff |
2009-07-21 |
Richard W.M. Jones | Library: Pass more options on the Linux kernel command... |
tree | commitdiff |
2009-07-21 |
Richard W.M. Jones | Allow TMPDIR to override directory used for temporary... |
tree | commitdiff |
2009-07-21 |
Richard W.M. Jones | Generator: Implement RBufferOut and "read-file" call. |
tree | commitdiff |
2009-07-21 |
Richard W.M. Jones | Docs: Fully document the guestfs_readdir ftyp return... |
tree | commitdiff |
2009-07-20 |
Richard Jones | Generator: Improve accuracy of a comment. |
tree | commitdiff |
2009-07-16 |
Richard Jones | Fix for non-srcdir builds: more misc fixes. |
tree | commitdiff |
2009-07-16 |
Richard Jones | Fix for non-srcdir builds: Run src/generator.ml from... |
tree | commitdiff |
2009-07-15 |
Richard W.M. Jones | New commands: 'mkmountpoint' and 'rmmountpoint' |
tree | commitdiff |
2009-07-15 |
Richard W.M. Jones | New command: 'mountpoints' which returns a hash of... |
tree | commitdiff |
2009-07-14 |
Richard W.M. Jones | Support for Linux extended attributes. |
tree | commitdiff |
2009-07-14 |
Richard Jones | Improve launch error message. |
tree | commitdiff |
2009-07-13 |
Richard Jones | Implement new 'zfile' command, to show file type inside... |
tree | commitdiff |
2009-07-13 |
Matthew Booth | Automatically generate list of built java sources |
tree | commitdiff |
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 |
next |