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
/
fish.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
use STREQ, not strcmp: part 2
Jim Meyering
2009-11-09
1
-1
/
+1
*
use STREQ, not strcmp: part 1
Jim Meyering
2009-11-09
1
-4
/
+4
*
convert strcasecmp(...) != 0 to STRCASENEQ(...)
Jim Meyering
2009-11-09
1
-5
/
+5
*
convert uses of strcasecmp to STRCASEEQ
Jim Meyering
2009-11-09
1
-34
/
+34
*
fish: Allow <nn>P and <nn>E for petabyte and exabyte allocations.
Richard Jones
2009-11-04
1
-0
/
+4
*
fish: Allow <nn>T for terabyte allocations.
Richard Jones
2009-11-04
1
-0
/
+2
*
fish: New command 'sparse', like 'alloc' but to generate sparse files.
Richard Jones
2009-11-04
1
-0
/
+28
*
guestfish: Add win: prefix to use Windows paths.
Richard Jones
2009-10-26
1
-0
/
+48
*
avoid use of all ctype macros
Jim Meyering
2009-09-24
1
-3
/
+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
*
guestfish: Enable grouping in string lists
Matthew Booth
2009-09-14
1
-17
/
+133
*
build: don't define _GNU_SOURCE manually
Jim Meyering
2009-08-24
1
-2
/
+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
1
-44
/
+90
*
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
1
-1
/
+1
*
guestfish: detect more failed syscalls
Jim Meyering
2009-08-19
1
-8
/
+33
*
adjust const "**" pointers to avoid warnings
Jim Meyering
2009-08-17
1
-3
/
+3
*
guestfish: Add --selinux option.
Richard Jones
2009-08-13
1
-2
/
+7
*
Convert all TABs-as-indentation to spaces.
Jim Meyering
2009-08-03
1
-230
/
+230
*
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
1
-5
/
+3
*
guestfish -iv should print virt-inspector command (for debugging).
Richard W.M. Jones
2009-07-24
1
-1
/
+3
*
guestfish: Add tilde expansion for paths (RHBZ#511372).
Richard Jones
2009-07-15
1
-1
/
+13
*
Guestfish feature: remote control of guestfish over a pipe.
Richard Jones
2009-07-14
1
-6
/
+62
*
Guestfish: implement -x option, echo commands before executing them.
Richard W.M. Jones
2009-07-11
1
-2
/
+15
*
Fix: '-D' was not recognized as a parameter to guestfish.
Richard W.M. Jones
2009-07-11
1
-1
/
+1
*
Guestfish: Add 'reopen' command to reopen the libguestfs handle.
Richard W.M. Jones
2009-07-11
1
-4
/
+15
*
Add missing documentation for "more" command in guestfish help output.
Richard W.M. Jones
2009-07-11
1
-0
/
+2
*
guestfish: Always fflush stdout between commands.
Richard Jones
2009-07-06
1
-1
/
+5
*
remove trailing blanks
Jim Meyering
2009-07-03
1
-1
/
+1
*
Add the guestfish 'time' command.
Richard W.M. Jones
2009-07-02
1
-0
/
+10
*
Implement "more" and "less" commands in guestfish.
Richard W.M. Jones
2009-06-29
1
-0
/
+36
*
Guestfish pipes.
Richard W.M. Jones
2009-06-28
1
-15
/
+71
*
Quote command line arguments to virt-inspector.
Richard W.M. Jones
2009-06-24
1
-1
/
+2
*
Added guestfish -i option to run virt-inspector.
Richard W.M. Jones
2009-06-24
1
-2
/
+58
*
Implement guestfish -f option to allow guestfish scripts.
Richard W.M. Jones
2009-06-24
1
-2
/
+21
*
Add 'glob' command for guestfish.
Richard Jones
2009-06-22
1
-2
/
+12
*
Add tab-completion of guest filenames (currently disabled).
Richard Jones
2009-06-18
1
-0
/
+16
*
Added 'lcd' command to guestfish.
Richard Jones
2009-06-08
1
-0
/
+11
*
use add_drive_ro for --mount parameters from guestfish when called with --ro
Charles Duffy
2009-06-02
1
-2
/
+35
*
Move the appliance and build scripts into new appliance/ subdirectory.
Richard W.M. Jones
2009-05-28
1
-4
/
+5
*
Gettextize the source, make library strings translatable.
Richard Jones
2009-05-21
1
-83
/
+84
*
Implement -command (to ignore errors) in guestfish, and allow recovery from q...
Richard Jones
2009-05-08
1
-12
/
+24
*
Missing include <ctype.h>
Richard Jones
2009-05-06
1
-0
/
+1
*
Implement !local in guestfish.
Richard W.M. Jones
2009-05-01
1
-0
/
+16
*
Added guestfish 'echo' command.
1.0.16
Richard Jones
2009-04-30
1
-0
/
+9
[prev]
[next]