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