2010-03-30 |
Richard Jones | daemon: Set TERM=dumb inside the daemon. |
blob | commitdiff |
2010-03-26 |
Jim Meyering | Const-correctness fix. |
blob | commitdiff | diff to current |
2010-03-26 |
Richard Jones | appliance: Set $PATH instead of hard-coding paths to... |
blob | commitdiff | diff to current |
2010-03-18 |
Richard Jones | daemon: Add a trim utility function. |
blob | commitdiff | diff to current |
2009-12-18 |
Richard Jones | daemon: Work around udevsettle issue (RHBZ#548121). |
blob | commitdiff | diff to current |
2009-11-26 |
Richard Jones | daemon: program_name must be defined for Gnulib error... |
blob | commitdiff | diff to current |
2009-11-26 |
Richard Jones | daemon/Win32: use gnulib modules connect, socket and... |
blob | commitdiff | diff to current |
2009-11-26 |
Richard Jones | daemon: Indent C macros to reflect nesting level. |
blob | commitdiff | diff to current |
2009-11-26 |
Richard Jones | daemon/Win32: Win32 can't fork message moved to separat... |
blob | commitdiff | diff to current |
2009-11-25 |
Richard Jones | daemon/Win32: Supply MAX macro for challenged platforms. |
blob | commitdiff | diff to current |
2009-11-25 |
Richard Jones | daemon/Win32: Windows can't daemonize. |
blob | commitdiff | diff to current |
2009-11-25 |
Richard Jones | daemon/Win32: Windows replacement for umask. |
blob | commitdiff | diff to current |
2009-11-25 |
Richard Jones | daemon/Win32: Replace setenv with Win32 equivalent. |
blob | commitdiff | diff to current |
2009-11-25 |
Richard Jones | daemon/Win32: Use xdr_u_int for PortableXDR compatibility. |
blob | commitdiff | diff to current |
2009-11-25 |
Richard Jones | daemon/Win32: Don't bother blocking SIGPIPE on Win32. |
blob | commitdiff | diff to current |
2009-11-25 |
Richard Jones | daemon/Win32: Use gnulib getaddrinfo module. |
blob | commitdiff | diff to current |
2009-11-20 |
Richard Jones | daemon/Win32: Use gnulib modules for first porting... |
blob | commitdiff | diff to current |
2009-11-20 |
Jim Meyering | maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and... |
blob | commitdiff | diff to current |
2009-11-20 |
Richard Jones | daemon/Win32: Don't include missing headers. |
blob | commitdiff | diff to current |
2009-11-18 |
Richard Jones | daemon/RHEL: Choose correct udev settle script. |
blob | commitdiff | diff to current |
2009-11-09 |
Jim Meyering | use STREQ, not strcmp: part 1 |
blob | commitdiff | diff to current |
2009-11-09 |
Jim Meyering | change strncmp() == 0 to STREQLEN() |
blob | commitdiff | diff to current |
2009-11-09 |
Jim Meyering | change strncmp(...) != 0 to STRNEQLEN(...) |
blob | commitdiff | diff to current |
2009-11-09 |
Jim Meyering | indent with spaces, not TABs |
blob | commitdiff | diff to current |
2009-11-09 |
Richard Jones | Fix prototype of commandv to match prototype of commandrv. |
blob | commitdiff | diff to current |
2009-11-09 |
Richard W.M. Jones | daemon: Always reflect command stderr to stderr when... |
blob | commitdiff | diff to current |
2009-11-09 |
Richard W.M. Jones | daemon: Add flags argument to command*() functions. |
blob | commitdiff | diff to current |
2009-11-04 |
Richard Jones | daemon: When running external commands, open stdin... |
blob | commitdiff | diff to current |
2009-09-24 |
Jim Meyering | avoid use of all ctype macros |
blob | commitdiff | diff to current |
2009-09-22 |
Richard Jones | Flexible guestfs_vmchannel parameter for future appliances. |
blob | commitdiff | diff to current |
2009-09-22 |
Richard Jones | Rearrange and tidy up code in guestfsd.c |
blob | commitdiff | diff to current |
2009-09-17 |
Richard Jones | Remove explicit guestfs=10.0.2.4:6666 kernel command... |
blob | commitdiff | diff to current |
2009-09-17 |
Richard Jones | Daemon: fix handling of errors from xread and xwrite. |
blob | commitdiff | diff to current |
2009-08-17 |
Richard W.M. Jones | Remove redundant macro. |
blob | commitdiff | diff to current |
2009-08-17 |
Jim Meyering | guestfsd.c: don't perform arithmetic on void pointers |
blob | commitdiff | diff to current |
2009-08-17 |
Jim Meyering | adjust const "**" pointers to avoid warnings |
blob | commitdiff | diff to current |
2009-08-13 |
Richard Jones | appliance: Replace LANG=C with LC_ALL=C |
blob | commitdiff | diff to current |
2009-08-13 |
Jim Meyering | guestfsd.c: correct s/IS_DEVICE/RESOLVE_DEVICE/ in... |
blob | commitdiff | diff to current |
2009-08-10 |
Jim Meyering | build: avoid warnings in daemon/guestfsd.c |
blob | commitdiff | diff to current |
2009-08-03 |
Jim Meyering | Convert all TABs-as-indentation to spaces. |
blob | commitdiff | diff to current |
2009-08-03 |
Jim Meyering | build: reenable "syntax-check" rule: sc_const_long_option |
blob | commitdiff | diff to current |
2009-07-28 |
Richard Jones | Replace shell_quote function with %Q and %R printf... |
blob | commitdiff | diff to current |
2009-07-18 |
Richard Jones | Make /sysroot path configurable. |
blob | commitdiff | diff to current |
2009-07-03 |
Jim Meyering | avoid leak upon failed realloc |
blob | commitdiff | diff to current |
2009-07-03 |
Jim Meyering | remove trailing blanks |
blob | commitdiff | diff to current |
2009-07-01 |
Richard W.M. Jones | Call 'udevadm settle' after operations which add/remove... |
blob | commitdiff | diff to current |
2009-07-01 |
Richard W.M. Jones | Change to use virtio_blk (virtio block device) by default. |
blob | commitdiff | diff to current |
2009-06-30 |
Richard W.M. Jones | Generated code for mknod, mkfifo, mknod_b, mknod_c... |
blob | commitdiff | diff to current |
2009-06-20 |
Richard W.M. Jones | Check return value from waitpid call in command*()... |
blob | commitdiff | diff to current |
2009-06-10 |
Richard Jones | Implement device name translation. Remove device name... |
blob | commitdiff | diff to current |
2009-06-10 |
Richard Jones | Fix #2 |
blob | commitdiff | diff to current |
2009-06-10 |
Richard Jones | Fix device tests. |
blob | commitdiff | diff to current |
2009-06-10 |
Richard Jones | Implement device name translation. Remove device name... |
blob | commitdiff | diff to current |
2009-05-22 |
Richard Jones | In daemon, set PATH, SHELL and LANG environment variables. |
blob | commitdiff | diff to current |
2009-05-12 |
Richard Jones | Refactor line splitting code in the daemon, and fix... |
blob | commitdiff | diff to current |
2009-05-07 |
Richard Jones | Fix leak in realloc failure (Jim Meyering). |
blob | commitdiff | diff to current |
2009-04-30 |
Richard Jones | Add generated code for 'fsck' command. |
blob | commitdiff | diff to current |
2009-04-30 |
Richard Jones | Fix unchecked malloc & realloc in 'commandv' func ... |
blob | commitdiff | diff to current |
2009-04-20 |
Richard Jones | Various fixes to the daemon: |
blob | commitdiff | diff to current |
2009-04-20 |
Richard Jones | Fix file descriptor leak in daemon. |
blob | commitdiff | diff to current |
2009-04-19 |
Richard Jones | Implement upload and download commands. |
blob | commitdiff | diff to current |
2009-04-19 |
Richard Jones | Use GUESTFS_LAUNCH_FLAG in the daemon, and use correct... |
blob | commitdiff | diff to current |
2009-04-11 |
Richard Jones | Added test suite. |
blob | commitdiff | diff to current |
2009-04-06 |
Richard Jones | Implement list-devices and list-partitions. |
blob | commitdiff | diff to current |
2009-04-06 |
Richard Jones | Implementations of 'cat', 'ls', and some cleanups. |
blob | commitdiff | diff to current |
2009-04-04 |
Richard Jones | Implement RString and RStringList return types. |
blob | commitdiff | diff to current |
2009-04-03 |
Richard Jones | Implemented 'mount' and 'touch' commands. |
blob | commitdiff | diff to current |
2009-04-03 |
Richard Jones | Makes a series of non-trivial calls. |
blob | commitdiff | diff to current |
2009-04-03 |
Richard Jones | Daemon and library are mostly talking to each other... |
blob | commitdiff | diff to current |
2009-04-03 |
Richard Jones | Add the first version of the guestfsd daemon. |
blob | commitdiff | diff to current |
|