Add .gitignore file for git.
[virt-df.git] / lib / diskimage.mli
2008-07-17 Richard W.M. JonesChange bitmatch -> bitstring
2008-07-11 Richard W.M. JonesClarify licensing for Debian.
2008-06-05 Richard W.M. JonesCan now use libvirt virDomainBlockPeek to access device...
2008-05-02 Richard W.M. JonesRestructure library plug-ins again.
2008-05-02 Richard W.M. JonesUse tables of callbacks for the functions.
2008-05-01 Richard W.M. JonesAdded bitmap structure. Run ownership tests for sample...
2008-05-01 Richard W.M. JonesReturn a specialized function so we don't break type...
2008-05-01 Richard W.M. Jonesget_owners (query) function.
2008-04-30 Richard W.M. JonesOwnership using segment tree (not finished).
2008-04-30 Richard W.M. JonesFirst steps to building ownership tables.
2008-04-29 Richard W.M. JonesAdded #contiguous method to make block mapping more...
2008-04-29 Richard W.M. JonesConvert everything to use int63 type throughout.
2008-04-29 Richard W.M. JonesAdd int63 type.
2008-04-28 Richard W.M. Jonesfs_block_size -> fs_blocksize, and int to make it consi...
2008-04-28 Richard W.M. JonesAdd a fs_dev field to filesystem
2008-04-28 Richard W.M. JonesRestructure library for dealing with block mappings.
2008-04-26 Richard W.M. JonesAdded some examples.
2008-04-26 Richard W.M. JonesAssociate opaque plugin ID with each major structure.
2008-04-25 Richard W.M. JonesReorganize the code so disk parsing is in a separate...