| Commit message (Expand) | Author | Age | Files | Lines |
* | build: Don't emit warnings about stack protector failures. | Richard W.M. Jones | 2010-12-06 | 1 | -0/+2 |
* | lib: Expose errno through new API guestfs_last_errno. | Richard W.M. Jones | 2010-11-03 | 1 | -0/+5 |
* | daemon: Don't warn about 'long long' usage. | Richard Jones | 2010-09-06 | 1 | -0/+2 |
* | daemon: Enable debug command by default. | Richard Jones | 2010-09-01 | 1 | -7/+1 |
* | Make realpath call optional, disable it for Windows. | Richard Jones | 2009-11-26 | 1 | -0/+1 |
* | daemon/Win32: provide htonl, htons, ntohl, ntohs functions. | Richard Jones | 2009-11-26 | 1 | -0/+4 |
* | daemon/Win32: Implement statvfs using GetDiskFreeSpaceEx. | Richard Jones | 2009-11-25 | 1 | -0/+2 |
* | daemon: Use gnulib futimens module. | Richard Jones | 2009-11-25 | 1 | -1/+0 |
* | sync: Windows implementation of sync() call. | Richard Jones | 2009-11-25 | 1 | -5/+7 |
* | daemon: Alternate implementation of posix_fallocate. | Richard Jones | 2009-11-25 | 1 | -0/+1 |
* | daemon/Windows: Define _WIN32_WINNT when compiling on Windows. | Richard Jones | 2009-11-25 | 1 | -0/+6 |
* | availability: Add optional groups and implement guestfs_available call. | Richard Jones | 2009-11-20 | 1 | -12/+12 |
* | daemon/Win32: Use gnulib modules for first porting to Win32. | Richard Jones | 2009-11-20 | 1 | -3/+0 |
* | daemon/Win32: make some functions and fields optional. | Richard Jones | 2009-11-20 | 1 | -4/+30 |
* | daemon: Build daemon with AC_SYS_LARGEFILE. | Richard Jones | 2009-11-04 | 1 | -0/+3 |
* | daemon: Don't warn on -Wunsafe-loop-optimizations. | Richard Jones | 2009-11-02 | 1 | -0/+2 |
* | Fix verbose packet dumping functions. | Richard Jones | 2009-09-17 | 1 | -0/+8 |
* | indent with spaces, not TABs | Jim Meyering | 2009-08-17 | 1 | -1/+1 |
* | daemon: enable -Werror and many gcc warnings when --enable-gcc-warnings | Jim Meyering | 2009-08-17 | 1 | -0/+61 |
* | build: avoid "make sytnax-check" failure | Jim Meyering | 2009-08-14 | 1 | -1/+1 |
* | Add 'setcon', 'getcon' commands to set and get the SELinux context. | Richard Jones | 2009-08-13 | 1 | -0/+11 |
* | build: enable automake's silent rules option | Jim Meyering | 2009-08-10 | 1 | -0/+3 |
* | RHEL 5: inotify_init1 call did not exist on RHEL 5. | Richard Jones | 2009-08-06 | 1 | -1/+1 |
* | daemon: use gnulib | Jim Meyering | 2009-08-06 | 1 | -1/+5 |
* | Convert all TABs-as-indentation to spaces. | Jim Meyering | 2009-08-03 | 1 | -16/+16 |
* | Replace shell_quote function with %Q and %R printf specifiers. | Richard Jones | 2009-07-28 | 1 | -0/+16 |
* | RHEL 5: header was called <sys/xattr.h> | Richard W.M. Jones | 2009-07-14 | 1 | -1/+1 |
* | Support for Linux extended attributes. | Richard W.M. Jones | 2009-07-14 | 1 | -1/+4 |
* | Make it possible to build in a separate directory | Matthew Booth | 2009-07-03 | 1 | -1/+1 |
* | avoid automake failure | Jim Meyering | 2009-07-02 | 1 | -1/+1 |
* | Augeas is now completely optional. | Richard Jones | 2009-05-07 | 1 | -7/+10 |
* | Fix missing futimens bug. | Richard Jones | 2009-05-06 | 1 | -0/+3 |
* | AC_CHECK_FUNCS for multiple functions. | Richard Jones | 2009-05-06 | 1 | -1/+1 |
* | Use AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE in C files any more. | Richard W.M. Jones | 2009-04-23 | 1 | -0/+3 |
* | Add outline of 'debug' command. | Richard W.M. Jones | 2009-04-23 | 1 | -0/+6 |
* | Ruby bindings. | Richard Jones | 2009-04-16 | 1 | -1/+1 |
* | Old versions of augeas lack aug_load, aug_defvar, aug_node. Check for those ... | Richard Jones | 2009-04-13 | 1 | -1/+4 |
* | Added Augeas support. | Richard Jones | 2009-04-09 | 1 | -1/+6 |
* | Various fixes to the build system, add 'make test-boot-image' target. | Richard Jones | 2009-04-01 | 1 | -0/+2 |
* | Now using febootstrap. | rjones | 2009-03-24 | 1 | -11/+1 |
* | Final fixes to build environment, and added autogen.sh. | rjones | 2009-03-03 | 1 | -1/+1 |
* | Build environment set up for libguestfs. | rjones | 2009-03-03 | 1 | -0/+56 |