invirt/packages/python-routefs.git
2013-04-19  Greg PriceFix patch context for new upstream precise-prod price 1.1.2-3
2013-04-19  Greg PricePort packaging to dh_python2
2010-07-06  Evan BroderChangelog entry for 1.1.2-1 1.1.2-1
2010-07-06  Evan BroderMerge branch 'master' into debian
2010-07-06  Evan BroderBump version number. 1.1.2
2010-07-06  Evan BroderEliminate the "controllers" attribute from RouteFS...
2010-06-28  Evan BroderChangelog entry for 1.1.1-1 1.1.1-1
2010-06-28  Evan BroderMerge branch 'master' into debian
2010-06-28  Evan BroderBump version number. 1.1.1
2010-06-28  Evan BroderUpdate RouteFS for the new syntax in Routes 1.9.
2010-02-21  Evan BroderChangelog entry for 1.1.0-1. 1.1.0-1
2010-02-21  Evan BroderMerge branch 'master' into debian
2010-02-21  Evan BroderBump version number. 1.1.0
2010-02-21  Evan BroderI apparently used to have a crappy sense of style....
2009-03-07  Evan BroderRevert "Eliminate make_map in favor of a simpler map...
2009-02-26  Evan BroderEliminate make_map in favor of a simpler map property.
2008-12-19  Evan BroderChange the RouteFS homepage to Github
2008-12-19  Evan BroderUpdate HomeFS example to include controllers list
2008-12-19  Evan BroderUpdate PyHesiodFS example to include controllers list
2008-12-19  Evan BroderUpdate DictFS to include a controllers list
2008-12-19  Evan BroderKill the automagical controller_list feature.
2008-11-18  Peter IannucciAdded support for returning a writable File object...
2008-09-20  Evan BroderAdd some Mac files to .gitignore
2008-09-20  Evan BroderAdd a new HomeFS example (/home automounter using pwd...
2008-09-20  Evan BroderUpdate debian/changelog for 1.0.1-1 dev prod 1.0.1-1
2008-09-20  Evan BroderMerge branch 'master' into debian
2008-09-20  Evan BroderCorrectly deal with a controller returning None upstream 1.0.1
2008-09-20  Evan BroderDebianize RouteFS 1.0.0-1
2008-09-20  Evan BroderRelease version 1.0 and set appropriate metadata 1.0.0
2008-09-14  Evan BroderRemove URL because it doesn't exist yet
2008-09-05  Anders KaseorgMake readlink() a method of TreeKey.
2008-09-05  Anders KaseorgMake read() a method of TreeKey.
2008-09-05  Anders KaseorgMake readdir() a method of TreeKey.
2008-09-05  Anders KaseorgMake getattr() a method of TreeKey.
2008-09-05  Anders KaseorgReplace None with a new NoEntry class.
2008-09-02  Evan BroderReturn ENOENT if a file doesn't exist for readlink.
2008-09-02  rootAllow mount options via server.parser.add_option to...
2008-09-02  rootIt's not a _real_ pyhesiodfs if it's not accessible...
2008-08-12  Evan BroderAdd a new example showing how to use DictFS
2008-08-12  Evan BroderFix PyHesiodFS to use auto-conversion convention
2008-08-12  Evan BroderFix DictFS to use auto-conversion convention
2008-08-12  Evan BroderAutomatically convert strs and lists to Files and Direc...
2008-08-12  Evan BroderUpdate PyHesiodFS to use the new File class
2008-08-12  Evan BroderUse the mode specified by the various representation...
2008-08-12  Evan BroderAdd new File class, and allow all classes to specify...
2008-08-12  Evan BroderRemove example qualities of DictFS - that can go in...
2008-08-12  Evan BroderMove DictFS import so it doesn't break
2008-08-12  Evan BroderExport DictFS in the routefs module
2008-08-12  Evan BroderAdd DictFS, for when the filesystem tree is known in...
2008-08-12  Evan BroderChange the shebang line for the pyhesiodfs example
2008-08-12  Evan BroderForce Routes and FUSE to be installed through setuptools
2008-08-12  Evan BroderLots of docstrings!
2008-08-05  Evan BroderAdd a README.txt file to the pyhesiodfs example
2008-08-04  Evan BroderHere - have some dependencies
2008-08-04  Evan BroderFirst hack at a version
2008-08-04  Evan BroderInitial project creation