summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* 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