summaryrefslogtreecommitdiffstats
path: root/src/generator.ml
Commit message (Expand)AuthorAgeFilesLines
* New commands: swapon-*, swapoff-*, mkswap-file.Richard W.M. Jones2009-07-311-1/+95
* New command: 'fallocate' to (pre-)allocate sized files.Richard W.M. Jones2009-07-311-0/+14
* New commands: 'ln', 'ln-f', 'ln-s', 'ln-sf' and 'readlink'.Richard W.M. Jones2009-07-311-0/+46
* Add 'realpath' command.Richard W.M. Jones2009-07-311-0/+8
* Whitespace and comment changes.Richard Jones2009-07-291-1/+14
* guestfish: Make more strings translatable.Richard Jones2009-07-291-7/+8
* tests: Use squashfs for static data where possible.Richard Jones2009-07-291-84/+57
* tests: Fix read_file test.Richard Jones2009-07-291-4/+25
* Implement '*grep*' family of commands.Richard Jones2009-07-291-0/+98
* Pass '-z' parameter to 'file' command so it looks inside compressed files.Richard Jones2009-07-281-3/+7
* Add DeprecatedBy flag to mark functions which are deprecated.Richard Jones2009-07-281-12/+53
* Add InitSquashFS test type, for tests that just use the squashfs (/dev/sdd).Richard Jones2009-07-271-45/+43
* get_append call can return NULL, but bindings didn't handle it.Richard Jones2009-07-231-32/+125
* Revert "Add 'set-kernel'/'get-kernel'/LIBGUESTFS_KERNEL to override appliance...Richard Jones2009-07-221-25/+0
* set-append and set-kernel parameters are both nullable.Richard Jones2009-07-221-2/+2
* Add 'set-kernel'/'get-kernel'/LIBGUESTFS_KERNEL to override appliance kernel.Richard Jones2009-07-221-0/+25
* Generator: Implement RBufferOut and "read-file" call.Richard W.M. Jones2009-07-211-52/+189
* Docs: Fully document the guestfs_readdir ftyp return field.Richard W.M. Jones2009-07-211-0/+44
* Generator: Improve accuracy of a comment.Richard Jones2009-07-201-3/+2
* Fix for non-srcdir builds: Run src/generator.ml from the srcdir.Richard Jones2009-07-161-1/+1
* New commands: 'mkmountpoint' and 'rmmountpoint'Richard W.M. Jones2009-07-151-0/+36
* New command: 'mountpoints' which returns a hash of device -> mountpoint.Richard W.M. Jones2009-07-151-1/+11
* Support for Linux extended attributes.Richard W.M. Jones2009-07-141-3/+125
* Improve launch error message.Richard Jones2009-07-141-1/+1
* Implement new 'zfile' command, to show file type inside compressed files.Richard Jones2009-07-131-20/+31
* Automatically generate list of built java sourcesMatthew Booth2009-07-131-0/+9
* Revert "Fix checking of generator being run from the right directory."Matthew Booth2009-07-131-3/+5
* Add tests to many non-daemon functions.Richard W.M. Jones2009-07-111-10/+25
* Add TestOutputIntOp, CompareWithIntOp.Richard W.M. Jones2009-07-111-1/+27
* Test for "version" command should be InitNone.Richard W.M. Jones2009-07-111-1/+1
* Add comment to the code about InitNone and InitEmpty.Richard W.M. Jones2009-07-111-1/+5
* Proposal to add BufferIn and RBufferOut types (not implemented).Richard W.M. Jones2009-07-101-0/+22
* Add 'version' call to get true library version number.Richard Jones2009-07-101-1/+40
* Fix for returning structures (hashes) from Perl calls.Richard Jones2009-07-101-23/+26
* Add Sys::Guestfs::Lib - useful functions for using libguestfs from Perl.Richard Jones2009-07-091-1/+8
* Just whitespace changes in the generator code.Richard Jones2009-07-091-14/+14
* Fix checking of generator being run from the right directory.Richard W.M. Jones2009-07-071-1/+1
* RHEL 5: for (int i = ...) is not permitted with this old version of GCC.Richard Jones2009-07-071-1/+8
* Generate structs and struct lists generically.Richard Jones2009-07-071-1183/+641
* Add 'get-pid' command.Richard Jones2009-07-061-0/+9
* Make it possible to build in a separate directoryMatthew Booth2009-07-031-1/+1
* generate slightly more "const-correct" codeJim Meyering2009-07-031-6/+6
* use safe_malloc and safe_calloc in generated codeJim Meyering2009-07-031-21/+23
* prefer sizeof *VAR over sizeof TYPE (no semantic change)Jim Meyering2009-07-021-10/+10
* Add 'sfdiskM' command.Richard W.M. Jones2009-07-021-29/+41
* Add ./configure --with-drive-if=(ide|scsi|virtio)Richard W.M. Jones2009-07-021-2/+2
* Add list of function_names to the daemon.Richard W.M. Jones2009-07-021-0/+20
* Memoize the output of pod2text function in the generator.Richard W.M. Jones2009-07-021-24/+45
* Generator now runs automatically when it has changed.Richard W.M. Jones2009-07-021-0/+7
* Add 'readdir' call.Richard W.M. Jones2009-07-021-24/+373