0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 22, 2024 — Sep 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Documented file size limit, better error reporting More... about 15 years ago
Added more automated tests More... about 15 years ago
Added links to similar projects More... about 15 years ago
Documentation updates (bought an external widescreen monitor today ;-) More... about 15 years ago
The missing half of the string interning patch :-| More... about 15 years ago
Added a warning about the string interning bug. More... over 15 years ago
Removed some redundancy from collect_garbage() More... over 15 years ago
Made test script more human friendly More... over 15 years ago
Bug fix: Updated --verify-writes to use DBM :| More... over 15 years ago
Rename `parent_inode` to `parent_ino` everywhere for consistency More... over 15 years ago
Improve performance by using string interning and dropping indices More... over 15 years ago
Implemented proper nlink semantics, started adding tests More... over 15 years ago
Bug fix: Make sure target directories are empty in rename() More... over 15 years ago
Just enable the log_call() lines and be done with it! More... over 15 years ago
Consider changing project name? More... over 15 years ago
Don't bother informing user when gc takes <= 1s More... over 15 years ago
Improved flexibility of SQLite database initialization More... over 15 years ago
Bug fix for collect_garbage() (I should really be writing tests :-\) More... over 15 years ago
Bug fix for create() FUSE API method More... over 15 years ago
Notes to self: More storage & performance optimizations possible More... over 15 years ago
Small optimization in path2keys() More... over 15 years ago
Use Berkeley DB instead of SQLite to store the data blocks More... over 15 years ago
Random cosmetic changes (spacing, comments) More... over 15 years ago
Bug fix for except_to_status() call in read() (invalid keyword argument) More... over 15 years ago
Improved profiling support More... over 15 years ago
Changed getattr(), statfs() to return named tuples More... over 15 years ago
Moved FUSE binding configuration to DedupFS constructor More... over 15 years ago
Added to-do item about automatic database upgrades More... over 15 years ago
Updated README with Markdown syntax for inline URLs More... over 15 years ago
Added missing import of math.floor() to my_formats.py More... over 15 years ago