summaryrefslogtreecommitdiffstats
path: root/resize
Commit message (Expand)AuthorAgeFilesLines
* tests: Replace 'make extra-tests' with individual tests.Richard W.M. Jones2012-11-132-1/+4
* resize: Depend explicitly on Unix module.Richard W.M. Jones2012-10-221-1/+1
* resize, sparsify: Suppress progress bar when output is not a tty.Richard W.M. Jones2012-10-151-21/+27
* sparsify: Re-use progress bar wrapper code from virt-resize.Richard W.M. Jones2012-10-115-14/+12
* podwrapper: Add --license parameter, which is required.Richard W.M. Jones2012-08-211-0/+1
* man pages: Ensure consistent copyright/author sections, remove licenseRichard W.M. Jones2012-08-211-14/+0
* Replace mount-options with mount where appropriate.Richard W.M. Jones2012-08-181-1/+1
* build: Rename most C files that contain underscore with dash.Richard W.M. Jones2012-07-192-2/+2
* build: Change calls to podwrapper.sh to use $(PODWRAPPER).Richard W.M. Jones2012-07-161-1/+1
* generator: Rename 'ntfsresize_opts' API to 'ntfsresize'.Richard W.M. Jones2012-07-141-1/+1
* generator: Rename 'add_drive_opts' API to 'add_drive'.Richard W.M. Jones2012-07-141-4/+4
* New API: guestfs_shutdown: Cleanly shutdown the backend.Richard W.M. Jones2012-07-031-5/+3
* run: Set MALLOC_PERTURB_ to a random value.Richard W.M. Jones2012-06-281-5/+1
* tests: Add ./run --test option.Richard W.M. Jones2012-06-261-1/+1
* test-virt-resize: Replace truncate with guestfish sparse.Richard W.M. Jones2012-06-221-1/+1
* build: Define builddir and abs_srcdir when they are missing.Richard W.M. Jones2012-06-181-0/+6
* ocaml: Use OCAMLOPTFLAGS when compiling .cmx (ie. native code) files.Richard W.M. Jones2012-06-181-1/+1
* New API: guestfs_canonical_device_name.Richard W.M. Jones2012-06-133-25/+2
* doc: Add notes on how GPT works on 4k sector disks.Richard W.M. Jones2012-05-141-2/+13
* Add gettext support for OCaml tools (virt-resize, virt-sparsify, virt-sysprep).Richard W.M. Jones2012-05-013-89/+98
* resize, sparsify: Add a simple-minded check to stop indisk = outdisk.Richard W.M. Jones2012-04-171-0/+6
* Ensure that SOURCES are always in EXTRA_DIST, even if OCaml not available.Richard W.M. Jones2012-03-311-5/+3
* resize2fs: Run 'e2fsck -f' automatically if filesystem is not mounted.Richard W.M. Jones2012-03-091-3/+1
* resize: Fix --output-format flag (RHBZ#798196).Richard W.M. Jones2012-02-282-3/+10
* resize: Document steps to avoid UNMOUNTABLE_BOOT_VOLUME BSOD (RHBZ#797986).Richard W.M. Jones2012-02-271-0/+8
* resize, sparsify: find progress mini-library in out-of-tree builds (2)Hilko Bengen2012-01-231-1/+1
* Do not run appliance-related checks if not building applianceHilko Bengen2012-01-231-1/+4
* Replace setting of environment variables with usage of local run scriptHilko Bengen2012-01-231-3/+1
* resize, sparsify: find progress mini-library in out-of-tree buildsHilko Bengen2012-01-201-1/+1
* Fixed out-of-tree compilation of OCaml code after .depend files removalHilko Bengen2012-01-201-2/+3
* Tempus fugit.Richard W.M. Jones2012-01-186-6/+6
* build: Remove .depend files from gitMatthew Booth2012-01-112-10/+1
* build: Fix automake warningsMatthew Booth2012-01-041-3/+5
* extra tests: Test virt-resize.Richard W.M. Jones2011-11-293-4/+18
* Update FSF address.Matthew Booth2011-11-084-4/+4
* resize: Remove requirement for ocaml Pcre library.Richard W.M. Jones2011-11-032-18/+9
* resize: Add tests for some Utils functions.Richard W.M. Jones2011-11-033-2/+98
* virt-resize: Be much more conservative about moving first partition.Richard W.M. Jones2011-10-261-5/+26
* virt-resize: Handle extended and logical partitions (RHBZ#642821).Richard W.M. Jones2011-10-262-17/+90
* resize: Get the partition table type of the source disk earlier.Richard W.M. Jones2011-10-261-7/+17
* ocaml: Make sure virt-resize, virt-sparsify are rebuilt if Guestfs API changes.Richard W.M. Jones2011-10-252-8/+8
* resize: Add --align-first auto|never|always option.Richard W.M. Jones2011-10-203-16/+129
* resize: Add --alignment flag to allow partition alignment to be picked.Richard W.M. Jones2011-10-202-11/+57
* resize: Refactor the code for creating target partitions.Richard W.M. Jones2011-10-201-92/+97
* resize: Remove p_size field from partitions structure.Richard W.M. Jones2011-10-201-12/+13
* virt-resize: Align partitions to multiple of 128 sectors (instead of 64).Richard W.M. Jones2011-10-061-4/+5
* New tool: virt-sparsify to make disk images sparse.Richard W.M. Jones2011-10-041-0/+1
* Stable OCaml dependencies.Richard Jones2011-09-122-8/+9
* man pages: Add a standard EXIT STATUS section to most pages.Richard W.M. Jones2011-08-271-0/+5
* resize: Add --machine-readable option for machine friendly output.Richard W.M. Jones2011-08-265-23/+109