2011-06-13 |
Richard W.M. Jones | daemon: Make sysroot_len be size_t instead of int. |
blob | commitdiff |
2011-04-01 |
Richard W.M. Jones | daemon: Introduce "pulse mode" progress events. |
blob | commitdiff | diff to current |
2011-03-25 |
Richard W.M. Jones | RHEL 5: Use mke4fs on RHEL 5 as replacement for mke2fs. |
blob | commitdiff | diff to current |
2011-03-18 |
Richard W.M. Jones | proto: Fix FileIn ops that abort during the chunk uploa... |
blob | commitdiff | diff to current |
2011-02-03 |
Richard W.M. Jones | daemon: Allow -r option to run daemon standalone. |
blob | commitdiff | diff to current |
2011-01-27 |
Richard W.M. Jones | daemon: Replace root_mounted global with intelligence. |
blob | commitdiff | diff to current |
2010-12-19 |
Richard W.M. Jones | docs: Obsolete HACKING file, move content into guestfs... |
blob | commitdiff | diff to current |
2010-12-01 |
Richard W.M. Jones | protocol: Upload progress messages and optional arguments. |
blob | commitdiff | diff to current |
2010-11-03 |
Richard W.M. Jones | daemon: Don't use ../src path to include generator_prot... |
blob | commitdiff | diff to current |
2010-10-28 |
Richard W.M. Jones | daemon: Fix /dev/mapper paths from mounts and mountpoin... |
blob | commitdiff | diff to current |
2010-08-31 |
Richard Jones | Implement progress messages in the daemon and library. |
blob | commitdiff | diff to current |
2010-08-23 |
Richard Jones | Change to using ext2-based, cached supermin appliance. |
blob | commitdiff | diff to current |
2010-06-03 |
Richard Jones | mkfs-b: Check that blocksize parameter is > 0 and a... |
blob | commitdiff | diff to current |
2010-06-02 |
Richard Jones | daemon: count_strings function returns size_t |
blob | commitdiff | diff to current |
2010-05-13 |
Richard Jones | Fix FileIn cmds losing synch if both ends send cancel... |
blob | commitdiff | diff to current |
2010-05-07 |
Richard Jones | daemon: Fix for commands working on absolute symbolic... |
blob | commitdiff | diff to current |
2010-04-17 |
Richard Jones | Fix upload losing synchronization if root not mounted... |
blob | commitdiff | diff to current |
2010-04-08 |
Richard Jones | Code cleanups related to RHBZ#580246. |
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 |
2010-02-12 |
Richard Jones | daemon: Don't need to prefix error messages with the... |
blob | commitdiff | diff to current |
2009-12-07 |
Richard Jones | daemon error handling: Define a new function reply_with... |
blob | commitdiff | diff to current |
2009-11-27 |
Richard Jones | Whitespace change. |
blob | commitdiff | diff to current |
2009-11-26 |
Richard Jones | daemon: Move prototypes around to keep functions groupe... |
blob | commitdiff | diff to current |
2009-11-25 |
Richard Jones | sync: Windows implementation of sync() call. |
blob | commitdiff | diff to current |
2009-11-20 |
Richard Jones | availability: Add optional groups and implement guestfs... |
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-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 | define STREQ, STRNEQ, STREQLEN, STRCASEQ, etc. |
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: Add flags argument to command*() functions. |
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-20 |
Jim Meyering | daemon: diagnose socket write failure |
blob | commitdiff | diff to current |
2009-08-17 |
Jim Meyering | daemon.h: avoid warning about possible noreturn function |
blob | commitdiff | diff to current |
2009-08-17 |
Jim Meyering | adjust const "**" pointers to avoid warnings |
blob | commitdiff | diff to current |
2009-08-13 |
Jim Meyering | fix daemon.h's use of NEED_ROOT-in-#define |
blob | commitdiff | diff to current |
2009-08-13 |
Jim Meyering | update all NEED_ROOT uses |
blob | commitdiff | diff to current |
2009-08-13 |
Jim Meyering | s/NEED_ROOT_OR_IS_DEVICE/REQUIRE_ROOT_OR_RESOLVE_DEVICE/ |
blob | commitdiff | diff to current |
2009-08-13 |
Jim Meyering | propagate semantic changes to NEED_ROOT, NEED_ROOT_OR_I... |
blob | commitdiff | diff to current |
2009-08-13 |
Jim Meyering | convert the last few, manually |
blob | commitdiff | diff to current |
2009-08-13 |
Jim Meyering | * daemon/daemon.h (RESOLVE_DEVICE): Rename from IS_DEVICE. |
blob | commitdiff | diff to current |
2009-08-10 |
Jim Meyering | define ATTRIBUTE_UNUSED |
blob | commitdiff | diff to current |
2009-08-03 |
Jim Meyering | Convert all TABs-as-indentation to spaces. |
blob | commitdiff | diff to current |
2009-07-28 |
Richard Jones | Need to declare asprintf_nowarn as inline to avoid... |
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-07 |
Richard Jones | Generate structs and struct lists generically. |
blob | commitdiff | diff to current |
2009-07-02 |
Richard W.M. Jones | Add list of function_names to the daemon. |
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-06-22 |
Richard Jones | Make CHROOT_IN/OUT macros should loudly if the syscall... |
blob | commitdiff | diff to current |
2009-06-20 |
Richard W.M. Jones | Add strong note about deprecation of functions which... |
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 | Implement device name translation. Remove device name... |
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-04-30 |
Richard Jones | Add generated code for 'fsck' command. |
blob | commitdiff | diff to current |
2009-04-23 |
Richard W.M. Jones | catsprintf leaks, use open_memstream instead. |
blob | commitdiff | diff to current |
2009-04-23 |
Richard W.M. Jones | Implement extensible strings with catprintf. |
blob | commitdiff | diff to current |
2009-04-20 |
Richard Jones | Various fixes to the 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 | Implement NEED_ROOT_OR_IS_DEVICE macro. |
blob | commitdiff | diff to current |
2009-04-19 |
Richard Jones | Implement _send_sync, _send_file_sync and _receive_file... |
blob | commitdiff | diff to current |
2009-04-18 |
Richard Jones | Rewrite of main loop impl, start of FileIn/FileOut... |
blob | commitdiff | diff to current |
2009-04-11 |
Richard Jones | Added test suite. |
blob | commitdiff | diff to current |
2009-04-10 |
Richard Jones | CHROOT_OUT must preserve errno. |
blob | commitdiff | diff to current |
2009-04-07 |
Richard Jones | pvs/vgs/lvs commands working now. |
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 |
|