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
/
daemon
/
guestfsd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
daemon: Keep Coverity happy by ignoring some return values.
Richard W.M. Jones
2011-06-09
1
-1
/
+1
*
Coverity: Don't return freed pointers from command* along error path.
Richard W.M. Jones
2011-06-09
1
-2
/
+14
*
Coverity: Missing return on error path.
Richard W.M. Jones
2011-06-09
1
-0
/
+1
*
daemon: Make sysroot_len be size_t instead of int.
Richard W.M. Jones
2011-05-19
1
-1
/
+1
*
daemon: Introduce "pulse mode" progress events.
Richard W.M. Jones
2011-04-01
1
-0
/
+1
*
daemon: When running commands, restart select if we receive a signal.
Richard W.M. Jones
2011-04-01
1
-0
/
+4
*
daemon: Reset SIGPIPE to default before running subprocesses.
Richard W.M. Jones
2011-04-01
1
-0
/
+1
*
daemon: Ignore return value from chdir.
Richard W.M. Jones
2011-02-03
1
-1
/
+1
*
daemon: Remove -f (don't fork) option.
Richard W.M. Jones
2011-02-03
1
-30
/
+3
*
daemon: Allow -r option to run daemon standalone.
Richard W.M. Jones
2011-02-03
1
-2
/
+14
*
daemon: change to root directory
Richard W.M. Jones
2011-02-03
1
-0
/
+2
*
daemon: Add perror to two exit paths to make errors clearer.
Richard W.M. Jones
2011-01-27
1
-1
/
+4
*
docs: Obsolete HACKING file, move content into guestfs(3) man page.
Richard W.M. Jones
2010-12-19
1
-1
/
+2
*
daemon: Set O_CLOEXEC flag on the virtio-serial file descriptor.
Richard Jones
2010-08-27
1
-1
/
+7
*
Use virtio-serial, remove other vmchannel methods.
Richard Jones
2010-08-24
1
-133
/
+6
*
Change to using ext2-based, cached supermin appliance.
Richard Jones
2010-08-23
1
-0
/
+26
*
mkfs-b: Check that blocksize parameter is > 0 and a power of 2.
Richard Jones
2010-06-03
1
-0
/
+7
*
daemon: count_strings function returns size_t
Richard Jones
2010-06-02
1
-2
/
+2
*
daemon: Use 'error' instead of 'perror' before calling 'abort'.
Richard Jones
2010-05-07
1
-4
/
+5
*
daemon: Use parens around code section for safety.
Richard Jones
2010-05-07
1
-1
/
+2
*
daemon: Fix for commands working on absolute symbolic links (RHBZ#579608).
Richard Jones
2010-05-07
1
-4
/
+99
*
daemon: Change command to abort() on resource problems.
Richard Jones
2010-05-07
1
-7
/
+12
*
Change network configuration to use macros.
Richard Jones
2010-05-04
1
-4
/
+9
*
Fix upload losing synchronization if root not mounted (RHBZ#576879).
Richard Jones
2010-04-17
1
-15
/
+9
*
daemon: Set TERM=dumb inside the daemon.
Richard Jones
2010-03-30
1
-0
/
+1
*
Const-correctness fix.
Jim Meyering
2010-03-26
1
-1
/
+1
*
appliance: Set $PATH instead of hard-coding paths to binaries everywhere.
Richard Jones
2010-03-26
1
-3
/
+25
*
daemon: Add a trim utility function.
Richard Jones
2010-03-18
1
-0
/
+22
*
daemon: Work around udevsettle issue (RHBZ#548121).
Richard Jones
2009-12-18
1
-21
/
+9
*
daemon: program_name must be defined for Gnulib error module.
Richard Jones
2009-11-26
1
-0
/
+3
*
daemon/Win32: use gnulib modules connect, socket and symlinkat (for readlinkat).
Richard Jones
2009-11-26
1
-0
/
+25
*
daemon: Indent C macros to reflect nesting level.
Richard Jones
2009-11-26
1
-5
/
+5
*
daemon/Win32: Win32 can't fork message moved to separate function (Jim Meyering)
Richard Jones
2009-11-26
1
-5
/
+11
*
daemon/Win32: Supply MAX macro for challenged platforms.
Richard Jones
2009-11-25
1
-0
/
+4
*
daemon/Win32: Windows can't daemonize.
Richard Jones
2009-11-25
1
-0
/
+5
*
daemon/Win32: Windows replacement for umask.
Richard Jones
2009-11-25
1
-0
/
+8
*
daemon/Win32: Replace setenv with Win32 equivalent.
Richard Jones
2009-11-25
1
-0
/
+7
*
daemon/Win32: Use xdr_u_int for PortableXDR compatibility.
Richard Jones
2009-11-25
1
-1
/
+1
*
daemon/Win32: Don't bother blocking SIGPIPE on Win32.
Richard Jones
2009-11-25
1
-0
/
+2
*
daemon/Win32: Use gnulib getaddrinfo module.
Richard Jones
2009-11-25
1
-0
/
+5
*
daemon/Win32: Use gnulib modules for first porting to Win32.
Richard Jones
2009-11-20
1
-9
/
+0
*
maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exit
Jim Meyering
2009-11-20
1
-13
/
+13
*
daemon/Win32: Don't include missing headers.
Richard Jones
2009-11-20
1
-3
/
+15
*
daemon/RHEL: Choose correct udev settle script.
Richard Jones
2009-11-18
1
-1
/
+21
*
use STREQ, not strcmp: part 1
Jim Meyering
2009-11-09
1
-1
/
+1
*
change strncmp() == 0 to STREQLEN()
Jim Meyering
2009-11-09
1
-1
/
+1
*
change strncmp(...) != 0 to STRNEQLEN(...)
Jim Meyering
2009-11-09
1
-1
/
+1
*
indent with spaces, not TABs
Jim Meyering
2009-11-09
1
-14
/
+14
*
Fix prototype of commandv to match prototype of commandrv.
Richard Jones
2009-11-09
1
-2
/
+3
*
daemon: Always reflect command stderr to stderr when debugging.
Richard W.M. Jones
2009-11-09
1
-9
/
+16
[next]