0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 24 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
find operation under Traditional policy was incorrect More... over 14 years ago
added a flag for cumulative +-folders support More... over 14 years ago
turned off non-critical logging More... over 14 years ago
updated the treatment of the mount folder (fusetag xyz creates .xyz and xyz and stores all the files under .xyz) More... over 14 years ago
the html content of transparentag.sourceforge.net More... over 14 years ago
replaced multi-set with a simple set. More... almost 15 years ago
fixing a trivial bug in directory removal code - it corrupted the in-memory database More... almost 15 years ago
tag_set_db.find now fails faster in non-cumulative Hide/Skip case, it helps because it will always fails if getattr is executed on a folder (and the system has no way to tell apart a folder and a simple file) More... almost 15 years ago
a small optimization of getattr, to avoid some double checking (in memory and in backend fs) More... almost 15 years ago
Instead of using find_all which intersects all bases(a set for a keyword) for all keywords, More... almost 15 years ago
this seems to fix the bug described in the previous commit. More... almost 15 years ago
inverted index seems to be working fine. More... almost 15 years ago
preparing to introduce inversed index to speed up the tag database More... almost 15 years ago
added a virtual tag "+" for cumulative view. When selected, it shows all subentries as immediate elements, even if they are actually several levels below. More... almost 15 years ago
Consider a situation: More... almost 15 years ago
1. auto_tag was not working properly if the backend already had dashes in file names, should be fixed now. More... almost 15 years ago
added auot-tagging ,when dashes in file names are considered as indicators of tags and only the last item is a real name More... almost 15 years ago
removed all alternative subset implementations More... almost 15 years ago
my "efficient" implementations of subset operation turned out to be 50% less efficient than the original implementation More... almost 15 years ago
switched to a faster subset function, but it is not a fact yet, that it is actually faster More... almost 15 years ago
1.small optimization - removed seemingly redundant 'find' call More... almost 15 years ago
ingore list added More... almost 15 years ago
added some comments and allow multiple mount points More... almost 15 years ago
some optimizations More... almost 15 years ago
found the reason for permission denied error: util/ocamldep.opt was created with an incorrect permissions, this is due to the way I have to create files with fuse - I have to create it with write permissions, the ode was not optimal - it reset execution pemrissions to 0, fixed now. More... almost 15 years ago
debugging build problems of metaprl (under TransparenTagFS), when -j3 option is used - i.e. multithreading. More... almost 15 years ago
added prioritized logging, otherwise the performance gets a severe hit. More... almost 15 years ago
Fixed the problem with folder-only situation. In this case, More... over 15 years ago
Added a shortcut feature - if all files in the current More... over 15 years ago
added a global lock to all operations More... over 15 years ago