summaryrefslogtreecommitdiffstats
path: root/src/generator.ml
Commit message (Expand)AuthorAgeFilesLines
* New partition APIs: part_del, part_get_bootable, part_get/set_mbr_idRichard Jones2010-04-121-0/+55
* Documentation: Clarify documentation on the bootable flag.Richard Jones2010-04-121-4/+3
* fish: Print extended help when the user types an unknown command first.Richard Jones2010-04-081-0/+2
* tests: Move alarm(2) calls to the correct place in the tests.Richard Jones2010-03-271-3/+3
* appliance: Set $PATH instead of hard-coding paths to binaries everywhere.Richard Jones2010-03-261-1/+1
* perl: use newSVpvn for variable length strings.Richard Jones2010-03-251-3/+3
* New API: guestfs_copy_size to copy a fixed number of bytes.Richard Jones2010-03-231-1/+14
* Mac OS X: implement readline functions.Richard Jones2010-03-221-3/+12
* Mac OS X: include <string.h> in guestfs-actions.cRichard Jones2010-03-221-0/+1
* generator: Small fix for GODI users.Richard Jones2010-03-221-0/+1
* New APIs: Query the relationship between LVM objects.Richard Jones2010-03-181-0/+42
* add_drive_ro adds readonly=on option if available.Richard Jones2010-03-161-1/+3
* Allow qemu_supports to run earlier.Richard Jones2010-03-161-1/+9
* Tab to space (whitespace fixes only).Richard Jones2010-03-121-82/+82
* guestfish: Use xstrtoll to parse Int params (RHBZ#569757 RHBZ#567567).Richard Jones2010-03-121-1/+1
* Turn ProtocolLimitWarning into link to documentation section.Richard Jones2010-02-151-2/+1
* initrd-cat: Needs ProtocolLimitWarning.Richard Jones2010-02-151-1/+1
* Remove references to FTP, replace with FUSE.Richard Jones2010-02-151-6/+7
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-1/+1
* generator: Don't prefix error messages with command name.Richard Jones2010-02-121-11/+10
* New APIs: add-drive{,-ro}-with-if allows you to set QEMU block emulation.Richard Jones2010-02-121-0/+25
* generator: 'interface' is a reserved word in Java.Richard Jones2010-02-121-0/+1
* add_cdrom: Update docs for adding ISO images.Richard Jones2010-02-121-2/+16
* Use mount-options instead of mount to avoid implicit -o sync.Richard Jones2010-02-101-17/+17
* New API call: initrd-cat to list a file from an initrd.Richard Jones2010-02-091-0/+17
* Implement 'vgrename' and 'lvrename' APIs.Richard Jones2010-01-281-0/+20
* guestfish: Use xstrtol to parse integers (RHBZ#557655).Richard Jones2010-01-251-4/+50
* Add 'filesize' call.Richard Jones2010-01-251-0/+12
* Use linker script to control visibility of symbols.Richard Jones2010-01-041-0/+46
* generator: Move all library generation code together.Richard Jones2010-01-041-1/+1
* generator: Print total lines of generated code.Richard Jones2010-01-041-2/+18
* C#: Add documentation about experimental nature of these bindings.Richard Jones2010-01-041-0/+28
* Experimental C# bindings.Richard Jones2010-01-021-5/+217
* Move guestfs(3) and guestfish(1) man pages into subdirectories.Richard Jones2009-12-311-4/+4
* generator: Move src/guestfs-bindtests.c next to other src/ files.Richard Jones2009-12-311-1/+1
* generator: Use Continuation Passing Style (CPS) in output_to function.Richard Jones2009-12-311-175/+56
* generator: Rename GPLv2 to GPLv2plus, LGPLv2 to LGPLv2plus.Richard Jones2009-12-311-38/+38
* generated code: Set copyright years to 2009-xxxx when current year > 2009.Richard Jones2009-12-311-4/+8
* Remove separate inspector_generator.ml, combine this with generator.ml.Richard Jones2009-12-311-2/+506
* generator: Comment and whitespace changes only.Richard Jones2009-12-311-17/+24
* Make realpath call optional, disable it for Windows.Richard Jones2009-11-261-1/+1
* availability: Add a test for this call.Richard Jones2009-11-241-1/+1
* availability: Clarify and fix documentation.Richard Jones2009-11-241-11/+12
* generator: Passing "" to StringList tests should turn into empty list.Richard Jones2009-11-241-0/+2
* Implement 'dd' command.Richard Jones2009-11-231-0/+16
* generator: second parameter to upload is Dev_or_Path, not String.Richard Jones2009-11-221-1/+1
* availability: Skip tests when functions are not available.Richard Jones2009-11-201-3/+23
* availability: Add optional groups and implement guestfs_available call.Richard Jones2009-11-201-62/+138
* availability: Add guestfs_available.Richard Jones2009-11-201-1/+60
* maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exitJim Meyering2009-11-201-20/+20