| Commit message (Expand) | Author | Age | Files | Lines |
* | syntax: Remove definitions of O_CLOEXEC, except in examples (thanks Jim Meyer... | Richard W.M. Jones | 2012-09-19 | 1 | -4/+0 |
* | daemon: New utility functions 'join_strings', 'concat_strings'. | Richard W.M. Jones | 2012-08-30 | 1 | -0/+7 |
* | daemon: Make 'random_name' into a utility function. | Richard W.M. Jones | 2012-08-05 | 1 | -0/+2 |
* | daemon: Fix order of devices in guestfs_list_devices when > 26 disks. | Richard W.M. Jones | 2012-06-21 | 1 | -0/+3 |
* | daemon: Add reply_with_error_errno function. | Richard W.M. Jones | 2012-03-20 | 1 | -2/+3 |
* | Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors. | Richard W.M. Jones | 2012-03-14 | 1 | -0/+4 |
* | Replace 'int' with 'size_t' passim. | Richard W.M. Jones | 2012-03-13 | 1 | -1/+1 |
* | daemon: Implement a growable strings buffer type. | Richard W.M. Jones | 2012-03-13 | 1 | -6/+27 |
* | resize2fs: Run 'e2fsck -f' automatically if filesystem is not mounted. | Richard W.M. Jones | 2012-03-09 | 1 | -0/+1 |
* | New API: set-label, for setting a label on any filesystem. | Richard W.M. Jones | 2012-02-27 | 1 | -0/+3 |
* | daemon: Return error properly when user tries to mount appliance root (RHBZ#7... | Richard W.M. Jones | 2012-02-13 | 1 | -1/+4 |
* | Clarify the error message when unavailable functions are called (RHBZ#679737). | Richard W.M. Jones | 2012-02-01 | 1 | -10/+0 |
* | Tempus fugit. | Richard W.M. Jones | 2012-01-18 | 1 | -1/+1 |
* | New API: list-md-devices. | Matthew Booth | 2011-11-11 | 1 | -0/+1 |
* | daemon: Define safe ADD_ARG macro for constructing arg lists on the stack. | Richard W.M. Jones | 2011-11-11 | 1 | -0/+12 |
* | daemon: Use a private copy of /etc/lvm so we don't modify the real config. | Richard W.M. Jones | 2011-11-04 | 1 | -0/+3 |
* | daemon: Move useful is_zero function to header file. | Richard W.M. Jones | 2011-09-28 | 1 | -0/+18 |
* | 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/+17 |
* | RHEL 5: Use mke4fs on RHEL 5 as replacement for mke2fs. | Richard W.M. Jones | 2011-03-25 | 1 | -1/+4 |
* | proto: Fix FileIn ops that abort during the chunk upload stage. | Richard W.M. Jones | 2011-03-18 | 1 | -13/+8 |
* | daemon: Allow -r option to run daemon standalone. | Richard W.M. Jones | 2011-02-03 | 1 | -8/+14 |
* | daemon: Replace root_mounted global with intelligence. | Richard W.M. Jones | 2011-01-27 | 1 | -2/+2 |
* | docs: Obsolete HACKING file, move content into guestfs(3) man page. | Richard W.M. Jones | 2010-12-19 | 1 | -2/+2 |
* | protocol: Upload progress messages and optional arguments. | Richard W.M. Jones | 2010-12-01 | 1 | -0/+2 |
* | daemon: Don't use ../src path to include generator_protocol.h | Richard W.M. Jones | 2010-11-03 | 1 | -1/+1 |
* | daemon: Fix /dev/mapper paths from mounts and mountpoints (RHBZ#646432). | Richard W.M. Jones | 2010-10-28 | 1 | -0/+3 |
* | Implement progress messages in the daemon and library. | Richard Jones | 2010-08-31 | 1 | -0/+7 |
* | Change to using ext2-based, cached supermin appliance. | Richard Jones | 2010-08-23 | 1 | -0/+4 |
* | mkfs-b: Check that blocksize parameter is > 0 and a power of 2. | Richard Jones | 2010-06-03 | 1 | -0/+2 |
* | daemon: count_strings function returns size_t | Richard Jones | 2010-06-02 | 1 | -1/+1 |
* | Fix FileIn cmds losing synch if both ends send cancel messages (RHBZ#576879). | Richard Jones | 2010-05-13 | 1 | -11/+15 |
* | daemon: Fix for commands working on absolute symbolic links (RHBZ#579608). | Richard Jones | 2010-05-07 | 1 | -1/+3 |
* | Fix upload losing synchronization if root not mounted (RHBZ#576879). | Richard Jones | 2010-04-17 | 1 | -9/+17 |
* | Code cleanups related to RHBZ#580246. | Richard Jones | 2010-04-08 | 1 | -1/+1 |
* | appliance: Set $PATH instead of hard-coding paths to binaries everywhere. | Richard Jones | 2010-03-26 | 1 | -0/+2 |
* | daemon: Add a trim utility function. | Richard Jones | 2010-03-18 | 1 | -0/+2 |
* | daemon: Don't need to prefix error messages with the command name. | Richard Jones | 2010-02-12 | 1 | -1/+4 |
* | daemon error handling: Define a new function reply_with_perror_errno. | Richard Jones | 2009-12-07 | 1 | -3/+4 |
* | Whitespace change. | Richard Jones | 2009-11-27 | 1 | -1/+1 |
* | daemon: Move prototypes around to keep functions grouped logically. | Richard Jones | 2009-11-26 | 1 | -3/+3 |
* | sync: Windows implementation of sync() call. | Richard Jones | 2009-11-25 | 1 | -0/+4 |
* | availability: Add optional groups and implement guestfs_available call. | Richard Jones | 2009-11-20 | 1 | -0/+17 |
* | daemon/Win32: Use gnulib modules for first porting to Win32. | Richard Jones | 2009-11-20 | 1 | -0/+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 |
* | define STREQ, STRNEQ, STREQLEN, STRCASEQ, etc. | Jim Meyering | 2009-11-09 | 1 | -0/+10 |
* | indent with spaces, not TABs | Jim Meyering | 2009-11-09 | 1 | -3/+3 |
* | Fix prototype of commandv to match prototype of commandrv. | Richard Jones | 2009-11-09 | 1 | -1/+1 |
* | daemon: Add flags argument to command*() functions. | Richard W.M. Jones | 2009-11-09 | 1 | -6/+15 |