]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2010-01-14 Brian Warnerchange docs and --help to use "grid" instead of "virtua...
2010-01-14 Brian Warnerbackupdb.txt: fix ST_CTIME reference
2010-01-13 Brian Warnerclient.py: fix/update comments on KeyGenerator
2010-01-12 Brian WarnerClean up log.err calls, for one of the issues in #889.
2010-01-12 Brian Warnertidy up DeadReferenceError handling, ignore them in...
2010-01-11 Brian WarnerNEWS: improve "tahoe backup" notes, mention first-backu...
2010-01-10 Brian Warnertest_repairer: add (commented-out) test_each_byte,...
2010-01-10 Zooko O'Whielacronxrepairer: fix some wrong offsets in the randomized...
2010-01-10 Brian Warnertest_repairer: fix colliding basedir names, which cause...
2010-01-10 Zooko O'Whielacronxrepairer: add deterministic test for #819, mark as...
2010-01-09 francoiscontrib/fuse/runtests.py: Tolerate the tahoe CLI return...
2010-01-09 Zooko O'Whielacronxcontrib: fix fuse_impl_c to use new Python API
2010-01-09 Zooko O'Whielacronxdocs: CREDITS: add David-Sarah to the CREDITS file
2010-01-02 Brian Warnermutable/publish: don't loop() right away upon DeadRefer...
2009-12-29 Brian Warnerimmutable/checker.py: oops, forgot some imports. Also...
2009-12-29 Brian Warnermutable repair: return successful=False when numshares...
2009-12-29 Brian Warnernode.py/interfaces.py: minor docs fixes
2009-12-29 Brian WarnerNEWS: fix 1.4.1 announcement w.r.t. add-lease behavior...
2009-12-29 Brian Warnerchecker: don't let failures in add-lease affect checker...
2009-12-27 Brian Warnertest_cli: verify fix for "tahoe get" not creating empty...
2009-12-27 Brian Warneraddendum to "Fix 'tahoe ls' on files (#771)"
2009-12-27 Brian WarnerFix 'tahoe ls' on files (#771). Patch adapted from...
2009-12-27 Brian Warnertahoe_get: don't create the output file on error. Close...
2009-12-27 Brian Warnerwebapi: don't accept zero-length childnames during...
2009-12-27 Brian WarnerCLI: send 'Accept:' header to ask for text/plain traceb...
2009-12-27 Brian WarnerMakefile: upload-tarballs: switch from xfer-client...
2009-12-27 Brian Warnermisc/ringsim.py: make it deterministic, more detail...
2009-12-26 Brian Warnermisc/ringsim.py: tool to discuss #302
2009-12-24 Zooko O'Whielacronxdocs: fix helper.txt to describe new config style
2009-12-24 Brian Warnerdocs/stats.txt: add TOC, notes about controlling gather...
2009-12-23 Brian WarnerAdd docs/stats.py, explaining Tahoe stats, the gatherer...
2009-12-15 Brian Warnermore #859: avoid deprecation warning for unit tests...
2009-12-14 Zooko O'Whielacronxuse hashlib module if available, thus avoiding a Deprec...
2009-12-08 Zooko O'Whielacronxdocs: reflow architecture.txt to 78-char lines
2009-12-08 Zooko O'Whielacronxdocs: update the about.html a little
2009-11-13 Zooko O'Whielacronxdocs: remove obsolete doc file "codemap.txt"
2009-12-08 Brian Warnermutable/retrieve.py: stop reaching into private Mutable...
2009-12-08 Brian Warnermutable/servermap.py: stop reaching into private Mutabl...
2009-12-08 Brian Warnermutable/servermap.py: oops, query N+e servers in MODE_W...
2009-12-07 Brian Warnercontrol.py: fix speedtest: use download_best_version...
2009-12-07 Brian WarnerFTP-and-SFTP.txt: fix ssh-keygen pointer
2009-12-06 Zooko O'Whielacronxsetup: ignore _darcs in the "test-clean" test and make...
2009-12-01 Brian Warnerremove MutableFileNode.download(), prefer download_best...
2009-12-01 Brian WarnerSimplify immutable download API: use just filenode...
2009-12-01 Brian Warnerserver.py: undo my bogus 'correction' of David-Sarah...
2009-11-30 Brian WarnerImplement more coherent behavior when copying with...
2009-11-30 Brian Warnerstorage.py: update comment
2009-11-21 david-sarahstorage server: detect disk space usage on Windows...
2009-11-21 david-sarahmake status of finished operations consistently "Finished"
2009-11-27 Brian WarnerNEWS: update with all user-visible changes since the...
2009-11-27 Brian Warnerupdate "tahoe backup" docs, and webapi.txt's mkdir...
2009-11-26 Brian WarnerAdd dirnodes to backupdb and "tahoe backup", closes...
2009-11-26 Brian Warnerwebapi: fix t=check for DIR2-LIT (i.e. empty immutable...
2009-11-24 Brian WarnerPipelineError: fix str() on python2.4 . Closes #842.
2009-11-20 Brian Warnertest_uri.py: s/NewDirnode/Dirnode/ , now that they...
2009-11-20 Brian Warnerinterface name cleanups: IFileNode, IImmutableFileNode...
2009-11-20 Brian Warnerclass name cleanups: s/FileNode/ImmutableFileNode/
2009-11-18 Brian WarnerUse DIR-IMM and t=mkdir-immutable for "tahoe backup...
2009-11-18 Brian Warnerweb/directory.py: use "DIR-IMM" to describe immutable...
2009-11-18 Brian Warnerweb/info.py: hush pyflakes
2009-11-18 Brian Warnermake get_size/get_current_size consistent for all IFile...
2009-11-18 Brian WarnerImmutableDirectoryURIVerifier: fix verifycap handling
2009-11-18 Brian WarnerAdd t=mkdir-immutable to the webapi. Closes #607. trac-4100
2009-11-18 Brian Warnermove convergence secret into SecretHolder, next to...
2009-11-12 Brian Warnernodemaker: implement immutable directories (internal...
2009-11-11 Brian Warnerstop using IURI()/etc as an adapter
2009-11-11 Brian Warnerclean up uri-vs-cap terminology, emphasize cap instance...
2009-11-04 Brian Warneradd parser for immutable directory caps: DIR2-CHK,...
2009-10-29 Zooko O'Whielacronxwui: s/TahoeLAFS/Tahoe-LAFS/
2009-10-27 Zooko O'Whielacronxtests: bump up the timeout on test_repairer to see...
2009-10-26 Brian Warnerdirnode.pack_children(): add deep_immutable= argument
2009-10-26 Brian Warnerwebapi: use t=mkdir-with-children instead of a children...
2009-10-20 Brian Warnernodemaker.create_new_mutable_directory: pack_children...
2009-10-17 Brian Warnertest_dirnode.py: add tests of initial_children= args...
2009-10-17 Brian Warnerupdate many dirnode interfaces to accept dict-of-nodes...
2009-10-17 Brian Warnerdirnode.py: move pack_children() out to a function...
2009-10-17 Brian Warnermove dirnode.CachingDict to dictutil.AuxValueDict,...
2009-10-13 Brian Warnertest/common.py: update FakeMutableFileNode to new conte...
2009-10-13 Brian WarnerThe initial_children= argument to nodemaker.create_new_...
2009-10-13 Brian Warnerclient.create_mutable_file(contents=) now accepts a...
2009-10-13 Brian Warnerwebapi: t=mkdir now accepts initial children, using...
2009-10-13 Brian Warnerreplace dirnode.create_empty_directory() with create_su...
2009-10-13 Brian Warnerdirnode.set_children: change return value: fire with...
2009-10-13 Brian Warnerdirnode.set_nodes: change return value: fire with self...
2009-10-13 Brian Warnerdirnode.set_children: take a dict, not a list
2009-10-12 Brian Warnerdirnode.set_uri/set_children: change signature to take...
2009-10-12 Brian Warnerreplace Client.create_empty_dirnode() with create_dirno...
2009-10-12 Brian Warnertest_web.py: use a less-fake client, making test harnes...
2009-10-09 Brian Warnerwebapi.txt: document t=set_children, other small edits
2009-10-05 Brian WarnerVerifier: check the full cryptext-hash tree on each...
2009-10-05 Brian WarnerVerifier: check the full block-hash-tree on each share
2009-10-05 Brian WarnerVerifier: check the full share-hash chain on each share
2009-10-05 Brian Warnertest_repairer: rename Verifier test cases to be more...
2009-10-05 Brian Warnerimmutable/checker.py: rearrange code a little bit,...
2009-10-05 Brian Warnertest/common.py: wrap docstrings to 80cols so I can...
2009-10-05 Brian Warnerimmutable/download.py: wrap to 80cols, no functional...
2009-10-05 Brian WarnerCHK-hashes.svg: cross out plaintext hashes, since we...
2009-09-27 Zooko O'Whielacronxdocs: a few licensing clarifications requested by Ubuntu
2009-09-24 Zooko O'Whielacronxsetup: remove binary WinFUSE modules
2009-09-24 Zooko O'Whielacronxsetup: remove binary _fusemodule.so 's
next