index
:
libguestfs.git
master
oldlinux
stable-1.10
stable-1.12
stable-1.14
stable-1.16
stable-1.18
stable-1.2
stable-1.4
stable-1.6
stable-1.8
[MIRROR] library for accessing and modifying guest disk images
Richard W.M. Jones
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fish
Commit message (
Expand
)
Author
Age
Files
Lines
*
guestfish: Fix build error in 'print_shell_quote' function.
Richard Jones
2010-05-13
1
-1
/
+1
*
fish: Fix guestfish -N option when called with unknown image type.
Richard Jones
2010-05-13
1
-3
/
+5
*
guestfish -i and virt-inspector work on filenames containing spaces (RHBZ#507...
Richard Jones
2010-05-13
1
-24
/
+81
*
fish: With both '-x' and '-i', pass through '-x' to inferior process.
Richard Jones
2010-05-12
1
-0
/
+2
*
Revert "fish: Add 'please wait' message when launching (and interactive)."
Richard Jones
2010-05-08
1
-2
/
+0
*
fish: Add 'please wait' message when launching (and interactive).
Richard Jones
2010-05-08
1
-0
/
+2
*
fish: Make 'launch' function static.
Richard Jones
2010-05-08
2
-14
/
+12
*
fish: In 'reopen' copy trace setting to new handle.
Richard Jones
2010-05-08
1
-0
/
+4
*
fish -N option unconditionally overwrites test*.img files.
Richard Jones
2010-05-08
2
-7
/
+1
*
fish: Make '-x' option enable traces instead of using separate echo path.
Richard Jones
2010-05-08
1
-9
/
+1
*
fish: Add 'man' command which opens the manual.
Richard Jones
2010-04-24
5
-4
/
+86
*
docs: Routine refresh of the documentation for guestfs(3) and guestfish(1).
Richard Jones
2010-04-24
1
-36
/
+36
*
fish: Fix segfault in '-a' option.
Richard Jones
2010-04-23
1
-1
/
+2
*
fish: Add -N option for making prepared disk images.
Richard Jones
2010-04-22
6
-91
/
+514
*
fish docs: Be consistent about using I<-..> for options.
Richard Jones
2010-04-22
1
-4
/
+4
*
fish docs: Use L</...> for internal links in the man page.
Richard Jones
2010-04-22
1
-6
/
+6
*
fish: Allow -<<END as a syntax for uploading "heredocs".
Richard Jones
2010-04-19
3
-0
/
+177
*
docs: Add virt-resize(1) link to guestfish(1) manpage.
Richard Jones
2010-04-19
1
-0
/
+1
*
fish: Autocomplete 'sparse' command (RHBZ#582899).
Richard Jones
2010-04-17
1
-0
/
+1
*
fish: Print output from some commands in octal/hex as approp. (RHBZ#583242).
Richard Jones
2010-04-17
1
-1
/
+3
*
fish: Allow '-' prefix on command line to override exit on error (RHBZ#578407).
Richard Jones
2010-04-13
1
-2
/
+13
*
fish: Update documentation: Add another pipe example.
Richard Jones
2010-04-13
1
-0
/
+1
*
fish: Update documentation: Using 'lcd' command to change local directory.
Richard Jones
2010-04-13
1
-0
/
+3
*
Documentation updates.
Richard Jones
2010-04-11
1
-2
/
+6
*
fish: Print extended help when the user types an unknown command first.
Richard Jones
2010-04-07
2
-0
/
+21
*
Check error returns from posix_fallocate (RHBZ#579664).
Richard Jones
2010-04-07
1
-1
/
+4
*
Mac OS X: setlocale function requires <locale.h> header file.
Richard Jones
2010-03-22
1
-0
/
+1
*
Mac OS X: implement readline functions.
Richard Jones
2010-03-22
1
-0
/
+4
*
Mac OS X: provide alternate implementation of posix_fallocate.
Richard Jones
2010-03-22
1
-0
/
+19
*
Mac OS X: Detect bindtextdomain.
Richard Jones
2010-03-22
1
-0
/
+7
*
Use mount-options instead of mount to avoid implicit -o sync.
Richard Jones
2010-02-10
1
-4
/
+7
*
Set locale in C programs so l10n works (RHBZ#559962).
Richard Jones
2010-01-29
2
-0
/
+5
*
guestfish: Use xstrtol to parse integers (RHBZ#557655).
Richard Jones
2010-01-25
1
-0
/
+19
*
Add guestfs.pod and guestfish.pod to EXTRA_DIST.
1.0.81
Richard Jones
2010-01-13
1
-1
/
+2
*
Move guestfs(3) and guestfish(1) man pages into subdirectories.
Richard Jones
2009-12-31
2
-1
/
+768
*
maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 in "usage", too
Jim Meyering
2009-11-20
1
-2
/
+2
*
maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exit
Jim Meyering
2009-11-20
3
-50
/
+50
*
build: Fix inter-directory dependencies
Matthew Booth
2009-11-19
1
-8
/
+13
*
fish: Improve output of guestfish -h cmd
Richard Jones
2009-11-17
1
-1
/
+1
*
Don't export STREQ and friends in <guestfs.h>
Richard Jones
2009-11-10
1
-0
/
+10
*
Fix compilation if readline library is not present.
Richard Jones
2009-11-10
1
-0
/
+4
*
change strncasecmp() == 0 to STRCASEEQLEN()
Jim Meyering
2009-11-09
2
-2
/
+2
*
change strncasecmp() == 0 to STRCASENEQLEN()
Jim Meyering
2009-11-09
1
-1
/
+1
*
use STREQ, not strcmp: part 2
Jim Meyering
2009-11-09
3
-4
/
+4
*
use STREQ, not strcmp: part 1
Jim Meyering
2009-11-09
2
-5
/
+5
*
change strncmp() == 0 to STREQLEN()
Jim Meyering
2009-11-09
3
-3
/
+3
*
convert strcasecmp(...) != 0 to STRCASENEQ(...)
Jim Meyering
2009-11-09
1
-5
/
+5
*
convert uses of strcasecmp to STRCASEEQ
Jim Meyering
2009-11-09
3
-37
/
+37
*
Fixes for compiling on 32 bit.
Richard W.M. Jones
2009-11-06
1
-7
/
+7
*
fish: Allow <nn>P and <nn>E for petabyte and exabyte allocations.
Richard Jones
2009-11-04
2
-0
/
+6
[next]