summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* syntax: Remove trailing whitespace.Richard W.M. Jones2012-09-151-1/+0
| | | | Found by 'make syntax-check'.
* daemon: collect list of called external commandsOlaf Hering2012-08-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | guestfsd calls many different tools. Keeping track of all of them is error prone. This patch introduces a new helper macro to put the command string into its own ELF section: GUESTFSD_EXT_CMD(C_variable, command_name); This syntax makes it still possible to grep for used command names. The actual usage of the collected list could be like this: objcopy -j .guestfsd_ext_cmds -O binary daemon/guestfsd /dev/stdout | tr '\0' '\n' | sort -u The resulting output will be used to tell mkinitrd which programs to copy into the initrd. Signed-off-by: Olaf Hering <olaf@aepfle.de> RWMJ: - Move str_vgchange at request of author. - Fix snprintf call in daemon/debug.c
* Replace mount-options with mount where appropriate.Richard W.M. Jones2012-08-181-2/+2
| | | | | | Since our minimum supported version is now 1.16 and mount was fixed in 1.13.16, it is now safe to replace mount-options + empty options with mount wherever it occurs.
* Rewrite virt-sysprep.Richard W.M. Jones2012-03-311-1/+1
|
* contrib: Add a script for running test suite on installed packages.Richard W.M. Jones2012-01-262-0/+184
|
* contrib: Delete 'removed' sections from the README file.Richard W.M. Jones2012-01-261-19/+0
| | | | There is no point in continuing to document removed stuff.
* Tempus fugit.Richard W.M. Jones2012-01-182-2/+2
| | | | Update all copyright dates to 2012.
* contrib: Update introduction to libguestfs.Richard W.M. Jones2011-11-212-29/+123
|
* Update FSF address.Matthew Booth2011-11-083-3/+3
|
* contrib: Use PNG images as fallback for IE compatibility.Richard W.M. Jones2011-11-023-3/+8
|
* contrib: Update talk.Richard W.M. Jones2011-11-017-11/+378
|
* contrib: Add libguestfs talk.Richard W.M. Jones2011-11-015-0/+1501
| | | | | | | This is a short (10-15 min) talk that I give to introduce the main features of libguestfs. The "slides" are in the form of a complete self-contained HTML page with a handful images that can be easily distributed before the talk.
* autobuild: Only add last 100 lines of the log file.Richard W.M. Jones2011-08-201-4/+13
|
* New autobuild script.Richard W.M. Jones2011-08-202-0/+104
| | | | | | | Remove the old top-level autobuild.sh that confused a lot of people. Add an autobuild.sh script that builds from the latest tarball.
* Remove dependency diagram, since it is very out of date.Richard W.M. Jones2011-06-044-128/+0
|
* Remove local LIBGUESTFS_PATH detection from guestfish and guestmount.Richard W.M. Jones2011-04-161-5/+1
| | | | | | | | | | | Remove the hack that let you run ./fish/guestfish or ./fuse/guestmount. You now have to do: ./run ./fish/guestfish or ./run ./fuse/guestmount to run these programs without installing.
* contrib: Fix URLs in README file.Richard W.M. Jones2011-03-311-3/+5
|
* New API: mkfs_opts, mkfs with optional arguments.Richard W.M. Jones2010-12-021-1/+1
| | | | | | This is an extensible version of 'mkfs' which supports optional arguments. There is now no need for 'mkfs_b' since you should use 'mkfs_opts' with the optional 'blocksize' argument instead.
* contrib: Note about what needs to be done for visualization.Richard W.M. Jones2010-10-181-0/+6
|
* contrib: More trace visualization.Richard W.M. Jones2010-10-065-17/+702
|
* contrib: Fix small mistake in README file.Richard W.M. Jones2010-10-051-2/+2
|
* contrib: Update README files.Richard W.M. Jones2010-10-052-0/+8
|
* contrib: Visualizing block device access and alignment.Richard W.M. Jones2010-10-058-0/+876
|
* contrib: Add dependency diagram of libguestfs ecosystem.Richard Jones2010-04-304-0/+128
|
* contrib: Add header to README file.Richard Jones2010-04-301-0/+3
|
* Tab to space (whitespace fixes only).Richard Jones2010-03-121-2/+2
|
* daemon/Win32: Add contributed test script to test daemon using Wine.Richard Jones2009-11-262-0/+125
| | | | | | | | | This test script allows you to test limited features of the Windows daemon by running it on a standard Fedora host using Wine. Read contrib/README and contrib/guestfsd-in-wine.sh in detail before using.
* Remove old contrib/febootstrap directory.Richard Jones2009-11-264-61/+1
|
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-10/+10
| | | | | | | | | | | Do it by running this command: [exempted files are matched via .x-sc_TAB_in_indentation] git ls-files \ | pcregrep -vf .x-sc_TAB_in_indentation \ | xargs pcregrep -l '^ *\t' \ | xargs perl -MText::Tabs -ni -le \ '$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_'
* Removed these old/obsolete specfiles. For replacements see contrib/README. ↵Richard Jones2009-05-273-897/+10
| | | | (for Charles Duffy).
* Add support for zerofree command.Richard W.M. Jones2009-05-141-0/+1
|
* Remove the specfile from the tarball. Include contrib/ dir.Richard Jones2009-05-121-0/+461
|
* Experimental febootstrap install script.Richard Jones2009-05-084-0/+67
|
* Added RHEL/CentOS example spec file.Richard Jones2009-05-081-0/+434