0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 15 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add bug reporting sentence. More... almost 12 years ago
Remove pointless comment. More... almost 12 years ago
Remove do-nothing attempt to set the filesystem into debug mode. More... almost 12 years ago
Remove spurious debug printing. More... almost 12 years ago
Clean up imports: don't import both fuse and fuse.Fuse More... almost 12 years ago
Symlink handling is, to my knowledge, fixed. More... almost 12 years ago
Make an exception for the Latest symlink; FUSE breaks otherwise. More... almost 12 years ago
Use lstat instead of stat. More... almost 12 years ago
Correct broken readlink implementation More... almost 12 years ago
Don't follow symlinks in path expansion code. More... almost 12 years ago
More README.md reformatting: fence code block, remove <argument> form. More... almost 12 years ago
Fix section headings. More... almost 12 years ago
Indicate that README is markdown. More... almost 12 years ago
Add README More... almost 12 years ago
Remove unused imports More... almost 12 years ago
Make TimeMachineFS.run_operation_on_real_path stop hiding exceptions. More... almost 12 years ago
Remove syslog prints. More... almost 12 years ago
Remove unnecessary stubs; move main to the end of the class; move check_options to the utility functions area. More... almost 12 years ago
Add/update comments. More... almost 12 years ago
Make method declarations more consistent. More... almost 12 years ago
Docstring update for TimeMachineFS class. More... almost 12 years ago
Remove unused TimeMachineFS.__init__ function. More... almost 12 years ago
Remove pointless TimeMachineFS.__init__ More... almost 12 years ago
Keep track of the conceptual path alongside the actual one; use this information to follow symlinks intelligently. More... almost 12 years ago
Fix broken readlink function. More... almost 12 years ago
Fix typos in filehandle wrapper. More... almost 12 years ago
Fix up definition of filehandle init function. More... almost 12 years ago
Make access return 0 and 1, not False and True. More... almost 12 years ago
Implement readdir instead of getdir. More... almost 12 years ago
Assert that we adhere to the 0.2 API and that we have stateful files. More... almost 12 years ago