tests: Use squashfs for static data where possible.
[libguestfs.git] / src / generator.ml
2009-07-29 Richard Jonestests: Use squashfs for static data where possible.
2009-07-29 Richard Jonestests: Fix read_file test.
2009-07-29 Richard JonesImplement '*grep*' family of commands.
2009-07-28 Richard JonesPass '-z' parameter to 'file' command so it looks insid...
2009-07-28 Richard JonesAdd DeprecatedBy flag to mark functions which are depre...
2009-07-27 Richard JonesAdd InitSquashFS test type, for tests that just use...
2009-07-23 Richard Jonesget_append call can return NULL, but bindings didn...
2009-07-22 Richard JonesRevert "Add 'set-kernel'/'get-kernel'/LIBGUESTFS_KERNEL...
2009-07-22 Richard Jonesset-append and set-kernel parameters are both nullable.
2009-07-22 Richard JonesAdd 'set-kernel'/'get-kernel'/LIBGUESTFS_KERNEL to...
2009-07-21 Richard W.M. JonesGenerator: Implement RBufferOut and "read-file" call.
2009-07-21 Richard W.M. JonesDocs: Fully document the guestfs_readdir ftyp return...
2009-07-20 Richard JonesGenerator: Improve accuracy of a comment.
2009-07-16 Richard JonesFix for non-srcdir builds: Run src/generator.ml from...
2009-07-15 Richard W.M. JonesNew commands: 'mkmountpoint' and 'rmmountpoint'
2009-07-15 Richard W.M. JonesNew command: 'mountpoints' which returns a hash of...
2009-07-14 Richard W.M. JonesSupport for Linux extended attributes.
2009-07-14 Richard JonesImprove launch error message.
2009-07-13 Richard JonesImplement new 'zfile' command, to show file type inside...
2009-07-13 Matthew BoothAutomatically generate list of built java sources
2009-07-13 Matthew BoothRevert "Fix checking of generator being run from the...
2009-07-11 Richard W.M. JonesAdd tests to many non-daemon functions.
2009-07-11 Richard W.M. JonesAdd TestOutputIntOp, CompareWithIntOp.
2009-07-11 Richard W.M. JonesTest for "version" command should be InitNone.
2009-07-11 Richard W.M. JonesAdd comment to the code about InitNone and InitEmpty.
2009-07-10 Richard W.M. JonesProposal to add BufferIn and RBufferOut types (not...
2009-07-10 Richard JonesAdd 'version' call to get true library version number.
2009-07-10 Richard JonesFix for returning structures (hashes) from Perl calls.
2009-07-09 Richard JonesAdd Sys::Guestfs::Lib - useful functions for using...
2009-07-09 Richard JonesJust whitespace changes in the generator code.
2009-07-07 Richard W.M. JonesFix checking of generator being run from the right...
2009-07-07 Richard JonesRHEL 5: for (int i = ...) is not permitted with this...
2009-07-07 Richard JonesGenerate structs and struct lists generically.
2009-07-06 Richard JonesAdd 'get-pid' command.
2009-07-03 Matthew BoothMake it possible to build in a separate directory
2009-07-03 Jim Meyeringgenerate slightly more "const-correct" code
2009-07-02 Jim Meyeringuse safe_malloc and safe_calloc in generated code
2009-07-02 Jim Meyeringprefer sizeof *VAR over sizeof TYPE (no semantic change)
2009-07-02 Richard W.M. JonesAdd 'sfdiskM' command.
2009-07-02 Richard W.M. JonesAdd ./configure --with-drive-if=(ide|scsi|virtio)
2009-07-02 Richard W.M. JonesAdd list of function_names to the daemon.
2009-07-02 Richard W.M. JonesMemoize the output of pod2text function in the generator.
2009-07-02 Richard W.M. JonesGenerator now runs automatically when it has changed.
2009-07-02 Richard W.M. JonesAdd 'readdir' call.
2009-07-01 Richard W.M. JonesChange to use virtio_blk (virtio block device) by default.
2009-06-30 Richard W.M. JonesChange statvfs test so it doesn't depend on device...
2009-06-30 Richard W.M. JonesClean up the output of the C API test code.
2009-06-30 Richard W.M. JonesNew commands: mknod, mkfifo, mknod_b, mknod_c and umask.
2009-06-30 Richard W.M. JonesUse octal numbers for modes in the test suite.
2009-06-30 Richard W.M. JonesAdd 'set_memsize'/'get_memsize' calls.
2009-06-29 Richard W.M. JonesImplement 'mkswap', 'mkswap_L' and 'mkswap_U' commands.
2009-06-29 Richard W.M. JonesAdd mount-loop command (RHBZ#508668).
2009-06-29 Richard W.M. JonesAdd 'initrd-list' command to list contents of initrd...
2009-06-29 Richard W.M. JonesAdded 'du' command.
2009-06-29 Richard W.M. JonesAdd 'df' and 'df-h' commands.
2009-06-29 Richard W.M. JonesImplement "head", "head-n", "tail", "tail-n" commands.
2009-06-29 Richard W.M. JonesPrevent 'n' being used as a parameter name.
2009-06-29 Richard W.M. JonesImplementation of 'wc_c', 'wc_w' and 'wc_l' commands.
2009-06-29 Richard W.M. JonesImplement TEST_ONLY environment variable to run selecte...
2009-06-29 Richard W.M. JonesAdd large test files with standard content for the...
2009-06-28 Richard W.M. JonesHaskell bindings: Implement bindtests.
2009-06-28 Richard W.M. JonesHaskell bindings: Int and Int64 return types.
2009-06-28 Richard W.M. JonesHaskell bindings: fix boolean arguments.
2009-06-28 Richard W.M. JonesHaskell bindings: Fix integer arguments.
2009-06-24 Richard W.M. JonesClarify documentation for mkdtemp.
2009-06-24 Richard W.M. JonesAdd mkdtemp command.
2009-06-23 Richard W.M. JonesImplement libtool library versioning.
2009-06-23 Richard W.M. JonesAdded 'scrub-*' commands for securely scrubbing filesys...
2009-06-23 Richard W.M. JonesCommand line argument handling.
2009-06-22 Richard JonesCheck parameter types in Ruby bindings (RHBZ#507346).
2009-06-22 Richard JonesImprove error message when appliance doesn't match...
2009-06-22 Richard JonesMissing \n character in Ruby bindings.
2009-06-22 Richard JonesAdd 'glob-expand' command.
2009-06-22 Richard JonesAdd 'sh' and 'sh-lines' commands.
2009-06-18 Richard JonesAdd tab-completion of guest filenames (currently disabled).
2009-06-11 Richard JonesCatching hanging qemu in tests (RHBZ#505329).
2009-06-10 Richard JonesRemove obsolete comment from generator.
2009-06-10 Richard JonesRemove obsolete comment from generator.
2009-06-10 Richard JonesSpecify type of squashfs filesystem.
2009-06-10 Richard JonesImplement device name translation. Remove device name...
2009-06-10 Richard JonesIn the daemon, change all const char * parameters to...
2009-06-10 Richard JonesImplement device name translation. Remove device name...
2009-06-10 Richard JonesIn the daemon, change all const char * parameters to...
2009-06-08 Richard JonesAdd 'ntfs_3g_probe' command so we can probe the "mounta...
2009-06-04 Richard JonesAdded 'sleep' command.
2009-06-02 Richard JonesAdd 'add_drive_ro' call. Fix up documentation. Plus...
2009-05-29 Richard W.M. JonesUse a squashfs attached as /dev/sdd during the C API...
2009-05-29 Richard W.M. JonesFix mkdir-p if directory exists (RHBZ#503133).
2009-05-28 Richard W.M. JonesFix path to COPYING.LIB
2009-05-28 Richard W.M. JonesTo-do: Note that we need to finish the bindings tests.
2009-05-28 Richard W.M. JonesAdd tests for bindings parameters, fix several broken...
2009-05-28 Richard W.M. JonesAdd the test0* functions, used to test language bindings.
2009-05-28 Richard W.M. JonesMove C API tests out of root build dir into 'capitests...
2009-05-28 Richard W.M. JonesMove the appliance and build scripts into new appliance...
2009-05-27 Richard JonesImprove javadoc (RHBZ#501883).
2009-05-27 Richard JonesGuestfish built-in commands auto-complete (RHBZ#501878).
2009-05-21 Richard JonesIndividual tests can be skipped by setting SKIP_TEST_...
2009-05-21 Richard JonesAdd e2fsck_f command, and modify lvresize test to use...
2009-05-21 Richard JonesFix pvremove, vgremove, lvremove tests (RHBZ 502007).
2009-05-19 Richard JonesSkip 'zerofree' test if the command doesn't exist in...
next