summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Misc parameters which are String but should be Pathname.Richard Jones2009-08-131-9/+9
* cp/cp-a/mv parameters marked as Pathname.Richard Jones2009-08-131-3/+3
* generator.ml: convert leading TABs to spacesJim Meyering2009-08-131-4/+4
* generator.ml: factor out "pr_args n" functionJim Meyering2009-08-131-4/+7
* generator.ml: finish adding Dev_or_Path supportJim Meyering2009-08-131-31/+35
* generator.ml: add type: Dev_or_PathJim Meyering2009-08-131-2/+3
* generator.ml: constify do_mkdtempJim Meyering2009-08-131-4/+2
* generator.ml: move String/Device decls "down" to definitionJim Meyering2009-08-131-5/+5
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-14/+31
* generator.ml: new type, "Pathname"Jim Meyering2009-08-131-93/+111
* generator.ml: emit "const char *" for Device and String paramsJim Meyering2009-08-131-7/+5
* * src/generator.ml: Change all `String "device"' to `Device "device"'.Jim Meyering2009-08-131-43/+43
* update generator to emit each RESOLVE_DEVICE callJim Meyering2009-08-131-7/+7
* generator.ml: define new String-like type: "Device"Jim Meyering2009-08-131-23/+44
* add_drive: Don't use cache=off if not supported by underlying filesystem.Richard W.M. Jones2009-08-132-6/+25
* Add 'setcon', 'getcon' commands to set and get the SELinux context.Richard Jones2009-08-132-1/+19
* Spelling fix: labelled -> labeled.Richard Jones2009-08-121-4/+4
* Allow selinux=? kernel flag to be controlled.Richard Jones2009-08-122-5/+49
* Tidy up generation of java/Makefile.inc.Richard Jones2009-08-071-6/+11
* Debug: Improve the way the qemu command line is printed.Richard Jones2009-08-071-7/+31
* Allow network interface to be configured.Richard Jones2009-08-071-1/+1
* Tests: swapon_device test mkswap /dev/sda1 instead of /dev/sdb.Richard Jones2009-08-071-4/+17
* Tests: Don't test block size in statvfs test.Richard Jones2009-08-061-2/+1
* Add ne2k-pci driver to the appliance.Richard Jones2009-08-061-1/+1
* Make user network numbering explicit.Richard Jones2009-08-061-2/+2
* Fix test failures in upload and download (RHBZ#515764)Matthew Booth2009-08-061-2/+4
* Fix swapon_label testMatthew Booth2009-08-051-1/+3
* build: remove trailing blanks, enable syntax-checkJim Meyering2009-08-041-1/+1
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-033-2041/+2041
* guestfs: fix typo in my recent changeJim Meyering2009-08-031-3/+3
* guestfs: don't fault upon failed vasprintfJim Meyering2009-08-031-1/+3
* guestfish: Display RStructList results more pleasantly.Richard W.M. Jones2009-07-311-15/+28
* Add interface to Linux 'inotify' API.Richard W.M. Jones2009-07-312-2/+109
* lib: Add selinux=0 to default kernel command line.Richard W.M. Jones2009-07-311-1/+2
* Improve warnings about missing tests.Richard W.M. Jones2009-07-311-5/+26
* New commands: swapon-*, swapoff-*, mkswap-file.Richard W.M. Jones2009-07-312-2/+96
* New command: 'fallocate' to (pre-)allocate sized files.Richard W.M. Jones2009-07-312-1/+15
* New commands: 'ln', 'ln-f', 'ln-s', 'ln-sf' and 'readlink'.Richard W.M. Jones2009-07-312-1/+47
* Add 'realpath' command.Richard W.M. Jones2009-07-312-1/+9
* 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-292-1/+99
* 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
* Pass cgroup_disable=memory, saves ~ 5MB of RAM.Richard Jones2009-07-241-1/+2
* 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-222-49/+1