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
FAS 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: 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
*
daemon: Add flags argument to command*() functions.
Richard W.M. Jones
2009-11-09
1
-12
/
+36
*
daemon: When running external commands, open stdin as /dev/null
Richard Jones
2009-11-04
1
-0
/
+1
*
avoid use of all ctype macros
Jim Meyering
2009-09-24
1
-2
/
+2
*
Flexible guestfs_vmchannel parameter for future appliances.
Richard Jones
2009-09-22
1
-34
/
+137
*
Rearrange and tidy up code in guestfsd.c
Richard Jones
2009-09-22
1
-30
/
+74
*
Remove explicit guestfs=10.0.2.4:6666 kernel command line parameter.
Richard Jones
2009-09-17
1
-57
/
+21
*
Daemon: fix handling of errors from xread and xwrite.
Richard Jones
2009-09-17
1
-1
/
+2
*
Remove redundant macro.
Richard W.M. Jones
2009-08-17
1
-2
/
+0
*
guestfsd.c: don't perform arithmetic on void pointers
Jim Meyering
2009-08-17
1
-2
/
+4
*
adjust const "**" pointers to avoid warnings
Jim Meyering
2009-08-17
1
-10
/
+10
*
appliance: Replace LANG=C with LC_ALL=C
Richard Jones
2009-08-13
1
-1
/
+1
*
guestfsd.c: correct s/IS_DEVICE/RESOLVE_DEVICE/ in another comment
Jim Meyering
2009-08-13
1
-1
/
+1
*
build: avoid warnings in daemon/guestfsd.c
Jim Meyering
2009-08-10
1
-2
/
+2
*
Convert all TABs-as-indentation to spaces.
Jim Meyering
2009-08-03
1
-32
/
+32
*
build: reenable "syntax-check" rule: sc_const_long_option
Jim Meyering
2009-08-03
1
-1
/
+1
*
Replace shell_quote function with %Q and %R printf specifiers.
Richard Jones
2009-07-28
1
-26
/
+78
*
Make /sysroot path configurable.
Richard Jones
2009-07-18
1
-0
/
+23
*
avoid leak upon failed realloc
Jim Meyering
2009-07-03
1
-8
/
+12
*
remove trailing blanks
Jim Meyering
2009-07-03
1
-1
/
+1
*
Call 'udevadm settle' after operations which add/remove device nodes.
Richard W.M. Jones
2009-07-01
1
-0
/
+13
*
Change to use virtio_blk (virtio block device) by default.
Richard W.M. Jones
2009-07-01
1
-1
/
+1
*
Generated code for mknod, mkfifo, mknod_b, mknod_c, umask.
Richard W.M. Jones
2009-06-30
1
-0
/
+3
*
Check return value from waitpid call in command*() functions.
Richard W.M. Jones
2009-06-20
1
-2
/
+6
*
Implement device name translation. Remove device name hacks in tests.
Richard Jones
2009-06-10
1
-0
/
+49
[next]