]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
dirnode: add 'tahoe'/'linkcrtime' and 'tahoe'/'linkmotime' to take the place of what...
authorZooko O'Whielacronx <zooko@zooko.com>
Sat, 11 Apr 2009 22:52:05 +0000 (15:52 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Sat, 11 Apr 2009 22:52:05 +0000 (15:52 -0700)
commit972975369279b7905fadc08058fd1e7be8f3f58d
tree12ff9ad5911469c9e0a9b7aac1bcff9ff49f3904
parent664b69dd8db5892eb691e14e774c332fc5791d4a
dirnode: add 'tahoe'/'linkcrtime' and 'tahoe'/'linkmotime' to take the place of what 'mtime'/'ctime' originally did, and make the 'tahoe' subdict be unwritable through the set_children API
Also add extensive documentation in docs/frontends/webapi.txt about the behaviors of these values.  See ticket #628.
docs/frontends/webapi.txt
docs/specifications/dirnodes.txt
src/allmydata/dirnode.py
src/allmydata/mutable/servermap.py
src/allmydata/scripts/tahoe_ls.py
src/allmydata/test/test_dirnode.py
src/allmydata/util/time_format.py
src/allmydata/web/directory.py