index
:
vdrnfofs
master
Fuse file system for VDR providing nfo/mpf files
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-10-09
Refactored os.path.normapath() away, which is relative expensive and Fuse alr...
etobi
2011-10-09
Some micro optimization of string concatenations
etobi
2011-10-09
indentation fix
etobi
2011-10-09
Disable multithreading in Fuse
etobi
2011-10-09
Custom log filem, detailed exception logging
etobi
2011-10-09
python-setuptools required
etobi
2011-10-09
Added homepage
etobi
2011-10-09
Set mtime of file nodes to recording time (parsed from *.rec)
etobi
2011-10-05
NfoNode needs a release method
etobi
2011-10-04
Fixed license header in source files - it's the BSD licence now!
etobi
2011-10-04
Use cStringIO instead of string concatenation - about 3 times faster
etobi
2011-10-04
Use with statement for file access
etobi
2011-10-01
More todo
v0.7
etobi
2011-10-01
ignore *.egg-info
etobi
2011-10-01
Enable "./setup.py test" for running the tests
etobi
2011-10-01
Added TODO and HISTORY
etobi
2011-10-01
Added README
etobi
2011-09-30
Fixed file/dir node permissions
etobi
2011-09-30
Initial commit (version 0.6)
v0.6
etobi