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
*
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
*
fish: Allow <nn>T for terabyte allocations.
Richard Jones
2009-11-04
2
-3
/
+6
*
fish: New command 'sparse', like 'alloc' but to generate sparse files.
Richard Jones
2009-11-04
3
-0
/
+83
*
guestfish: Add win: prefix to use Windows paths.
Richard Jones
2009-10-26
2
-0
/
+49
*
avoid use of all ctype macros
Jim Meyering
2009-09-24
2
-4
/
+3
*
Remove guestfs_wait_ready (turn it into a no-op).
Richard Jones
2009-09-21
1
-2
/
+0
*
Move decl out for C99 compliance.
Richard Jones
2009-09-14
1
-1
/
+3
*
Fix type punning warning about use of CMSG_DATA in Rawhide.
Richard Jones
2009-09-14
1
-2
/
+4
*
guestfish: Enable grouping in string lists
Matthew Booth
2009-09-14
1
-17
/
+133
*
guestfish: Redirect stdout when executing remote commands
Matthew Booth
2009-09-14
1
-8
/
+126
*
build: don't define _GNU_SOURCE manually
Jim Meyering
2009-08-24
2
-4
/
+0
*
guestfish: diagnose stdout write failure
Jim Meyering
2009-08-24
1
-0
/
+3
*
guestfish: don't try to diagnose getopt failure
Jim Meyering
2009-08-24
1
-2
/
+0
*
guestfish: write --help to stdout, use gnulib's progname module
Jim Meyering
2009-08-24
2
-45
/
+92
*
fish/: enable -Werror and all of gcc's warning options
Jim Meyering
2009-08-21
1
-2
/
+2
*
destpaths.c: avoid signed/unsigned-comparison warning
Jim Meyering
2009-08-21
1
-1
/
+1
*
fish.c: don't perform arithmetic on void* pointers
Jim Meyering
2009-08-21
1
-1
/
+2
*
fish.c: avoid signed/unsigned-comparison warning
Jim Meyering
2009-08-21
1
-2
/
+2
*
fish.c: avoid "assignment discards qualifiers..." warning
Jim Meyering
2009-08-21
2
-1
/
+7
*
tilde.c: avoid a warning
Jim Meyering
2009-08-21
1
-5
/
+3
*
fish.c: avoid warnings
Jim Meyering
2009-08-21
2
-3
/
+1
*
edit.c: avoid warning about signed/unsigned comparison
Jim Meyering
2009-08-21
1
-2
/
+3
*
guestfish: detect more failed syscalls
Jim Meyering
2009-08-19
1
-8
/
+33
*
avoid compiler warnings about unused vars in generated code
Jim Meyering
2009-08-18
1
-2
/
+10
*
adjust const "**" pointers to avoid warnings
Jim Meyering
2009-08-17
2
-6
/
+6
*
guestfish: Add --selinux option.
Richard Jones
2009-08-13
1
-2
/
+7
*
fish: don't read freed memory
Jim Meyering
2009-08-12
1
-4
/
+4
*
Fix: segfault in tab completion (RHBZ#516024).
Richard Jones
2009-08-06
1
-2
/
+2
*
Convert all TABs-as-indentation to spaces.
Jim Meyering
2009-08-03
7
-361
/
+361
*
build: reenable "syntax-check" rule: sc_const_long_option
Jim Meyering
2009-08-03
1
-1
/
+1
*
guestfish: Make more strings translatable.
Richard Jones
2009-07-29
2
-6
/
+4
[next]