2009-12-31 |
Richard Jones | Remove separate inspector_generator.ml, combine this... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Richard Jones | generator: Comment and whitespace changes only. |
commit | commitdiff | tree | snapshot |
2009-12-18 |
Richard Jones | daemon: Work around udevsettle issue (RHBZ#548121). |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Richard Jones | Prepare for 1.0.80. 1.0.80 |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Richard Jones | Include latest Polish translations (Piotr Drąg, RHBZ... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Richard Jones | Update PO files. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Richard Jones | build: Fix typo in filename. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Richard Jones | build: Remove references to old contrib/ files which... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Richard Jones | appliance: Special case handling for libbfd in the... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Richard Jones | appliance: Ignore unreadable dbus helper programs. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Richard Jones | lib: Link with $(LTLIBTHREAD), required by Gnulib lock... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Matthew Booth | appliance: Fix code which gets list of kernels. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Jim Meyering | accommodate leading "+" in git submodule output |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Richard Jones | lib: Add thread-safety to global list of handles. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Richard Jones | daemon error handling: Define a new function reply_with... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Richard Jones | daemon error handling: recursive_mkdir shouldn't need... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Richard Jones | daemon error handling: Clear errno before calling stub... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Richard Jones | Whitespace change. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Richard Jones | virt-rescue: Freshen documentation. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Richard Jones | guestfish: Freshen documentation. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Richard Jones | daemon: Move prototypes around to keep functions groupe... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Richard Jones | Fix error handling in 'zero' function. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Richard Jones | daemon/Win32: Add contributed test script to test daemo... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Richard Jones | Ignore guestfsd.exe (Windows daemon). |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Richard Jones | Remove old contrib/febootstrap directory. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Richard Jones | Update PO files. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Richard Jones | Make realpath call optional, disable it for Windows. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Richard Jones | build: update gnulib submodule to latest |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Richard Jones | daemon: program_name must be defined for Gnulib error... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Richard Jones | daemon/Win32: use gnulib modules connect, socket and... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Richard Jones | daemon/Win32: provide htonl, htons, ntohl, ntohs functions. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Richard Jones | daemon/Win32: Use Gnulib perror module. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Richard Jones | daemon: Link guestfs_protocol.[ch] into the daemon... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Richard Jones | daemon: Typo generator_build -> generator_built |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Richard Jones | daemon: Indent C macros to reflect nesting level. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Richard Jones | daemon/Win32: Win32 can't fork message moved to separat... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | guestfs documentation: Missing space. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | guestfs: Update architecture section of documentation. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | Update PO files. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | daemon: Fix build on Unix. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | daemon: Fix sync() call on Unix. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | daemon/Win32: update comment |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | daemon/Win32: Supply MAX macro for challenged platforms. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | daemon/Win32: Windows can't daemonize. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | daemon/Win32: Windows replacement for umask. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | daemon/Win32: Replace setenv with Win32 equivalent. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | daemon/Win32: Use xdr_u_int for PortableXDR compatibility. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | daemon/Win32: Don't bother blocking SIGPIPE on Win32. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | daemon/Win32: Use gnulib getaddrinfo module. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | daemon/Win32: Implement statvfs using GetDiskFreeSpaceEx. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | daemon: Move statvfs code into separate file. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | daemon: Use gnulib futimens module. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | daemon/Win32: Use gnulib pread module. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | sync: Windows implementation of sync() call. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | daemon: Alternate implementation of posix_fallocate. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | dd: Missing include of <string.h> |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | daemon/Windows: Define _WIN32_WINNT when compiling... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | build: update gnulib submodule to latest |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | build: update gnulib submodule to latest |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Richard Jones | supermin: Die with an error if no kernels found (RHBZ... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Richard Jones | New tool: virt-list-filesystems |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Richard Jones | availability: Document how to check for single API... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Richard Jones | availability: Add a test for this call. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Richard Jones | availability: Clarify and fix documentation. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Richard Jones | generator: Passing "" to StringList tests should turn... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Richard Jones | daemon: Fix return value from aug_defnode. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Richard Jones | Implement 'dd' command. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Richard Jones | Use STRPREFIX instead of STREQLEN. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Richard Jones | generator: second parameter to upload is Dev_or_Path... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Matthew Booth | build: Add missing dependencies in perl directory |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Matthew Booth | build: Ensure building appliance depends on guestfsd |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Matthew Booth | build: Don't re-check generator.ml for each generator_b... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Matthew Booth | build: Rebuild the daemon as necessary from other direc... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Richard Jones | Update TODO file. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Richard Jones | perl: Add Sys::Guestfs::Lib::feature_available |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Richard Jones | availability: Skip tests when functions are not available. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Richard Jones | availability: Add optional groups and implement guestfs... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Richard Jones | availability: Add guestfs_available. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Richard Jones | daemon/Win32: Use gnulib modules for first porting... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Matthew Booth | build: Add missing dependency libguestfs.la->guestfs_pr... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Jim Meyering | build: correct sed transformation to work also on ... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Jim Meyering | build: make autogen.sh update .git-module-status, as... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Jim Meyering | maint: use EXIT_* symbol (not constant, 2) to indicate... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Jim Meyering | maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Jim Meyering | maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Jim Meyering | maint: remove unnecessary include of openat.h |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Richard Jones | build: update gnulib submodule to latest |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Richard Jones | daemon/gnulib: Include glob module. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Richard Jones | daemon/Win32: Don't include missing headers. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Richard Jones | daemon/Win32: make some functions and fields optional. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Richard Jones | daemon/Win32: NAME_MAX does not exist on Windows, use... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Richard Jones | daemon: Missing #includes revealed by cross-compiling. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Richard Jones | daemon/Win32: Ignore mingw32-config.cache. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Richard Jones | generator: open Unix module by default. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Richard Jones | syntax-check: Fix tab-vs-space issue in the generator. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Richard Jones | Update PO files. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Richard Jones | Update TODO file. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Matthew Booth | build: Fix parallel build of haskell bindings |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Matthew Booth | build: Fix inter-directory dependencies |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Richard Jones | generator: Acquire lock to prevent two parallel runs... |
commit | commitdiff | tree | snapshot |
next |