libguestfs.git
2009-04-08 Richard JonesFixed Perl bindings, they now work properly.
2009-04-08 Richard JonesIgnore perl/Guestfs.bs file.
2009-04-08 Richard JonesUpdated generated files.
2009-04-08 Richard JonesMention OCaml & Perl bindings in introduction. Error...
2009-04-08 Richard JonesFile was removed, updated dependencies.
2009-04-08 Richard JonesNeed to distribute OCaml bits even if OCaml not found.
2009-04-08 Richard JonesFirst version of Perl bindings, compiled but not tested.
2009-04-08 Richard JonesAdded a note that I'm not going to do Python bindings...
2009-04-07 Richard JonesOutline OCaml bindings.
2009-04-07 Richard JonesAdded guestfish(1) manpage.
2009-04-07 Richard JonesFix: "aclocal: couldn't open directory `m4': No such...
2009-04-07 Richard JonesAdded framework for the language bindings.
2009-04-07 Richard JonesNew header file. 0.4
2009-04-07 Richard JonesRemove unnecessary kernel drivers. Big reduction in...
2009-04-07 Richard JonesFix incorrect realloc size which was causing 'ls' comma...
2009-04-07 Richard JonesImplement simple lvs/vgs/pvs commands.
2009-04-07 Richard JonesRename pvs -> pvs-full (etc), so we can add simple...
2009-04-07 Richard Jonespvs/vgs/lvs commands working now.
2009-04-06 Richard JonesImplement list-devices and list-partitions.
2009-04-06 Richard JonesImplementations of 'cat', 'ls', and some cleanups.
2009-04-06 Richard JonesDebugging tips.
2009-04-04 Richard JonesFix incorrect short description of 'cat' command
2009-04-04 Richard JonesImplement RString and RStringList return types.
2009-04-04 Richard JonesImplement the alloc shell command.
2009-04-04 Richard Jonesguest_add_{drive,cdrom} now test if the files exist.
2009-04-04 Richard JonesAdd %post and %postun.
2009-04-04 Richard JonesFix parsing of paths with more than one element.
2009-04-04 Richard JonesLIBGUESTFS_PATH implementation.
2009-04-04 Richard JonesDocument --add and --mount options.
2009-04-04 Richard JonesMostly working spec file.
2009-04-04 Richard JonesImplemented autosync, make it the default for guestfish.
2009-04-04 Richard JonesGenerate actions section in guestfs.3 man page.
2009-04-04 Richard JonesImplemented running actions in guestfish.
2009-04-04 Richard JonesMore tidy up of messages.
2009-04-04 Richard JonesCommand line, help.
2009-04-03 Richard JonesCommand line and interactive shell parsing, prompts...
2009-04-03 Richard JonesAdded outline of shell command, added generator support.
2009-04-03 Richard JonesSmall updates to the generator.
2009-04-03 Richard JonesImplemented 'mount' and 'touch' commands.
2009-04-03 Richard JonesAdded a HACKING file.
2009-04-03 Richard JonesAdded images/ directory for test images, and one image.
2009-04-03 Richard JonesParses return values and returned errors properly.
2009-04-03 Richard JonesMake the partition configurable.
2009-04-03 Richard JonesAdded README file for examples directory.
2009-04-03 Richard JonesNo verbose. User can enable by setting LIBGUESTFS_DEBU...
2009-04-03 Richard JonesPass -no-kqemu parameter to avoid warning about kqemu.
2009-04-03 Richard JonesMakes a series of non-trivial calls.
2009-04-03 Richard JonesDaemon and library are mostly talking to each other...
2009-04-03 Richard JonesRemove initramfs/fakelog.root if make-initramfs fails.
2009-04-03 Richard JonesRemove NFS support - we will probably use FTP instead.
2009-04-03 Richard JonesLots more auto-generation.
2009-04-03 Richard JonesSet up ethernet interface.
2009-04-03 Richard JonesStart the generated code and code generator.
2009-04-03 Richard JonesAdd the first version of the guestfsd daemon.
2009-04-03 Richard JonesAdd update-initramfs.sh.in so we don't need to rebuild...
2009-04-03 Richard JonesUpdated to newer GPLv2 document.
2009-04-02 Richard JonesCorrectly handle the case when select runs out of fileh...
2009-04-02 Richard JonesCode to handle the daemon communications socket.
2009-04-02 Richard JonesGuest boots, and basic select/callbacks work.
2009-04-02 Richard JonesIgnore generated manual page.
2009-04-02 Richard JonesMore documentation updates.
2009-04-02 Richard JonesMore documentation.
2009-04-01 Richard JonesDocumentation of low-level API.
2009-04-01 Richard JonesAdd test-boot-realistic target.
2009-04-01 Richard JonesCorrect permissions problem in root filesystem by using...
2009-04-01 Richard JonesVarious fixes to the build system, add 'make test-boot...
2009-04-01 Richard JonesRun autoreconf with -i parameter.
2009-04-01 Richard JonesMore files to ignore.
2009-04-01 Richard JonesPrint size of kernel, don't need to delete gnome/help...
2009-04-01 Richard JonesMoved .cvsignore -> .gitignore.
2009-03-24 rjonesBuild the initramfs.
2009-03-24 rjonesNow using febootstrap.
2009-03-04 rjonesStarts up QEMU now
2009-03-03 rjonesRunning qemu as a subprocess.
2009-03-03 rjonesFinal fixes to build environment, and added autogen.sh.
2009-03-03 rjonesBuild environment set up for libguestfs.