0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add MIT license More... over 5 years ago
Merge pull request #3 from gnpar/fix_resquash More... over 7 years ago
Fix information loss on voluntary resquash More... over 7 years ago
fix mounting order when rolling back More... over 13 years ago
squashfu: fix missing semi-colon More... over 13 years ago
Makefile: remove superfluous lines -- use install instead of mkdir/cp/chmod More... over 13 years ago
action_restore(): break inner for loop when match is found More... over 13 years ago
refactor display of possible restore bins to sort in ascending order by time More... over 13 years ago
simply find operation in action_restore More... over 13 years ago
remove superfluous arg check prior to arg parsing More... over 13 years ago
use PE idioms instead of basename/dirname More... over 13 years ago
pedantic More... almost 14 years ago
remove restore_type. just call it generic 'data'. the user should know what they're restoring. More... almost 14 years ago
restore: fix glaring error which hid a possible restore and created a phony one More... almost 14 years ago
don't quote entire exclude with flag More... almost 14 years ago
deletion: ensure that the union is unmounted before deleting. fail hard if we can't unmount. quiet down the initial grep call More... almost 14 years ago
cleanup: use braces only where necessary, quote more often More... almost 14 years ago
reporting: fix error in calculating grand total More... almost 14 years ago
fix bug with rolling back when number of bins to rollback equals the number of bins available. leaves an unresolved issue of dating the rollback when you roll all the way back to the seed More... almost 14 years ago
cleanup grep calls. we don't really need -E More... almost 14 years ago
remove unused sweep_bins() More... almost 14 years ago
use PE instead of awk and get rid of some subshells More... almost 14 years ago
du uses tabs as column separators, not spaces! go go parameter expansion More... almost 14 years ago
clean up reporting. reduce external calls, use printf properly More... almost 14 years ago
fix reporting. need more bash, less cut More... almost 14 years ago
factor out need for sweep_bins. this introduces a slight breakage to reporting More... almost 14 years ago
doc: add -G option to README and usage() More... almost 14 years ago
restore: derp. look in the squash for the restore target as well. More... almost 14 years ago
restore: handle directories separately More... almost 14 years ago
unmount: remove filthy hacks on unmount. aufs seems stable with write barriers again More... almost 14 years ago