Christian Blichmann
Christian Blichmann
Hi there, I have created a new diagram plugin for gRaphaël - 2-area Venn diagrams. It should basically behave like http://code.google.com/apis/chart/docs/gallery/venn_charts.html for two sets. I may update the chart to...
Currently, only inline file data can be recovered, which is usually very small (< 4KiB). This obviously greatly limits the tool's usefulness. Implement full support for file extents, block groups...
The index should store a confidence value of sorts. Confidence should increase in cases where we can validate an fs entity with another. One example is that every file extent...
Extent data can be optionally stored in zlib and LZO formats (per the [on-disk format](https://btrfs.wiki.kernel.org/index.php/On-disk_Format#EXTENT_DATA_.286c.29). Implement support for those formats: - zlib: the [`compress/zlib`](https://golang.org/pkg/compress/zlib/) already supports this - LZO: A...
Extend the commands to support multiple devices in the various BTRFS RAID modes. - `identify` - should be a simple matter of scanning the additional devices and adding the metdata...
Example jailspec: ``` /path/to/Read Me.txt /path/to/Important File.txt -> /path/to/readme.txt ```
See subject, there are currently no tests. The following should be implemented, in order of priority: 1. End-to-end testing: Run `jailtime` on `test/testfile.jailspec` and check for the expected directory structure...
A package directive could be added that would use the system's local package manager to either a) gather the list of files to copy or b) install directly into the...
So far, parsing is done via the `regexp` package. This does not give good error messages.
Hey there, Is there any interest/ongoing work for having XED build with CMake? mbuild.py makes it a bit harder to integrate with other toolchains. Cheers, Christian