Reformat the TODO file.
[libguestfs.git] / src /
2009-07-24 Richard JonesPass cgroup_disable=memory, saves ~ 5MB of RAM.
2009-07-23 Richard Jonesget_append call can return NULL, but bindings didn...
2009-07-22 Richard JonesRevert "Add 'set-kernel'/'get-kernel'/LIBGUESTFS_KERNEL...
2009-07-22 Richard Jonesset-append and set-kernel parameters are both nullable.
2009-07-22 Richard JonesAdd 'set-kernel'/'get-kernel'/LIBGUESTFS_KERNEL to...
2009-07-21 Richard W.M. JonesAdd commented-out support for alternate guestfwd syntax.
2009-07-21 Richard W.M. JonesLibrary: Pass more options on the Linux kernel command...
2009-07-21 Richard W.M. JonesAllow TMPDIR to override directory used for temporary...
2009-07-21 Richard W.M. JonesGenerator: Implement RBufferOut and "read-file" call.
2009-07-21 Richard W.M. JonesDocs: Fully document the guestfs_readdir ftyp return...
2009-07-20 Richard JonesGenerator: Improve accuracy of a comment.
2009-07-16 Richard JonesFix for non-srcdir builds: more misc fixes.
2009-07-16 Richard JonesFix for non-srcdir builds: Run src/generator.ml from...
2009-07-15 Richard W.M. JonesNew commands: 'mkmountpoint' and 'rmmountpoint'
2009-07-15 Richard W.M. JonesNew command: 'mountpoints' which returns a hash of...
2009-07-14 Richard W.M. JonesSupport for Linux extended attributes.
2009-07-14 Richard JonesImprove launch error message.
2009-07-13 Richard JonesImplement new 'zfile' command, to show file type inside...
2009-07-13 Matthew BoothAutomatically generate list of built java sources
2009-07-13 Matthew BoothRevert "Fix checking of generator being run from the...
2009-07-13 Richard JonesMove BUILT_SOURCES so the comment is back in the right...
2009-07-11 Richard W.M. JonesAdd tests to many non-daemon functions.
2009-07-11 Richard W.M. JonesAdd TestOutputIntOp, CompareWithIntOp.
2009-07-11 Richard W.M. JonesTest for "version" command should be InitNone.
2009-07-11 Richard W.M. JonesAdd comment to the code about InitNone and InitEmpty.
2009-07-10 Richard W.M. JonesProposal to add BufferIn and RBufferOut types (not...
2009-07-10 Richard JonesAdd 'version' call to get true library version number.
2009-07-10 Richard JonesFix for returning structures (hashes) from Perl calls.
2009-07-10 Richard JonesProperly close fds and unregister handlers in guestfs_c...
2009-07-09 Richard JonesAdd Sys::Guestfs::Lib - useful functions for using...
2009-07-09 Richard JonesJust whitespace changes in the generator code.
2009-07-07 Richard W.M. JonesFix checking of generator being run from the right...
2009-07-07 Richard JonesRHEL 5: for (int i = ...) is not permitted with this...
2009-07-07 Richard JonesGenerate structs and struct lists generically.
2009-07-06 Richard JonesAdd a debug message to the library cancellation path.
2009-07-06 Richard JonesAdd 'get-pid' command.
2009-07-03 Matthew BoothMake it possible to build in a separate directory
2009-07-03 Jim Meyeringgenerate slightly more "const-correct" code
2009-07-02 Jim Meyeringuse safe_malloc and safe_calloc in generated code
2009-07-02 Jim Meyeringprefer sizeof *VAR over sizeof TYPE (no semantic change)
2009-07-02 Richard W.M. JonesAdd 'sfdiskM' command.
2009-07-02 Richard W.M. JonesRemove generated files guestfs_protocol.[ch].
2009-07-02 Richard W.M. JonesAdd ./configure --with-drive-if=(ide|scsi|virtio)
2009-07-02 Richard W.M. JonesAdd list of function_names to the daemon.
2009-07-02 Jim Meyeringarrange to build some generated sources
2009-07-02 Richard W.M. JonesRe-add src/MAX_PROC_NR (generated file).
2009-07-02 Richard W.M. JonesMemoize the output of pod2text function in the generator.
2009-07-02 Richard W.M. JonesRemove generated code from git.
2009-07-02 Richard W.M. JonesGenerator now runs automatically when it has changed.
2009-07-02 Richard W.M. JonesAdd 'readdir' call.
2009-07-01 Richard W.M. JonesChange to use virtio_blk (virtio block device) by default.
2009-07-01 Jim MeyeringDon't dereference or free undefined "msg" upon OOM.
2009-06-30 Richard W.M. JonesChange statvfs test so it doesn't depend on device...
2009-06-30 Richard W.M. JonesClean up the output of the C API test code.
2009-06-30 Richard W.M. JonesGenerated code for mknod, mkfifo, mknod_b, mknod_c...
2009-06-30 Richard W.M. JonesNew commands: mknod, mkfifo, mknod_b, mknod_c and umask.
2009-06-30 Richard W.M. JonesUse octal numbers for modes in the test suite.
2009-06-30 Richard W.M. JonesGenerated code for 'set_memsize'/'get_memsize' calls.
2009-06-30 Richard W.M. JonesAdd 'set_memsize'/'get_memsize' calls.
2009-06-29 Richard W.M. JonesGenerated code for the 'mkswap*' commands.
2009-06-29 Richard W.M. JonesImplement 'mkswap', 'mkswap_L' and 'mkswap_U' commands.
2009-06-29 Richard W.M. JonesFix for 'broken pipe' error when qemu dies (RHBZ#508713).
2009-06-29 Richard W.M. JonesGenerated code for mount-loop command.
2009-06-29 Richard W.M. JonesAdd mount-loop command (RHBZ#508668).
2009-06-29 Richard W.M. JonesGenerated code for 'initrd-list'.
2009-06-29 Richard W.M. JonesAdd 'initrd-list' command to list contents of initrd...
2009-06-29 Richard W.M. JonesGenerated code for 'du' command.
2009-06-29 Richard W.M. JonesAdded 'du' command.
2009-06-29 Richard W.M. JonesGenerated code for df / df-h.
2009-06-29 Richard W.M. JonesAdd 'df' and 'df-h' commands.
2009-06-29 Richard W.M. JonesGenerated code for head/tail commands.
2009-06-29 Richard W.M. JonesImplement "head", "head-n", "tail", "tail-n" commands.
2009-06-29 Richard W.M. JonesPrevent 'n' being used as a parameter name.
2009-06-29 Richard W.M. JonesGenerated code for 'wc_*' commands.
2009-06-29 Richard W.M. JonesImplementation of 'wc_c', 'wc_w' and 'wc_l' commands.
2009-06-29 Richard W.M. JonesImplement TEST_ONLY environment variable to run selecte...
2009-06-29 Richard W.M. JonesAdd large test files with standard content for the...
2009-06-28 Richard W.M. JonesHaskell bindings: Implement bindtests.
2009-06-28 Richard W.M. JonesHaskell bindings: Int and Int64 return types.
2009-06-28 Richard W.M. JonesHaskell bindings: fix boolean arguments.
2009-06-28 Richard W.M. JonesHaskell bindings: Fix integer arguments.
2009-06-24 Richard W.M. JonesClarify documentation for mkdtemp.
2009-06-24 Richard W.M. JonesGenerated code for 'mkdtemp' command.
2009-06-24 Richard W.M. JonesAdd mkdtemp command.
2009-06-24 Richard W.M. JonesVersion 1.0.52. 1.0.52
2009-06-23 Richard W.M. JonesImplement libtool library versioning.
2009-06-23 Richard W.M. JonesGenerated code for 'scrub-*' commands.
2009-06-23 Richard W.M. JonesAdded 'scrub-*' commands for securely scrubbing filesys...
2009-06-23 Richard W.M. JonesBump up default guest size to 500M.
2009-06-23 Richard W.M. JonesCommand line argument handling.
2009-06-23 Richard W.M. Jones'-no-kqemu' option is no longer necessary to avoid...
2009-06-22 Richard JonesCheck parameter types in Ruby bindings (RHBZ#507346).
2009-06-22 Richard JonesImprove error message when appliance doesn't match...
2009-06-22 Richard JonesMissing \n character in Ruby bindings.
2009-06-22 Richard JonesGenerated code for 'glob-expand'.
2009-06-22 Richard JonesAdd 'glob-expand' command.
2009-06-22 Richard JonesGenerated code for 'sh' and 'sh-lines' commands.
2009-06-22 Richard JonesAdd 'sh' and 'sh-lines' commands.
2009-06-18 Richard JonesAdd tab-completion of guest filenames (currently disabled).
2009-06-18 Richard JonesRename guestfs-supermin-helper -> libguestfs-supermin...
next