]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
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
2009-09-24 Zooko O'Whielacronxdoc: add a copy of LGPL2 for documentation purposes...
2009-09-24 Zooko O'Whielacronxsetup: remove a convenience copy of figleaf, to ease...
2009-08-19 Zooko O'Whielacronxsetup: shebang for misc/build-deb.py to fail quickly
2009-09-21 Zooko O'Whielacronxdocs: Shawn Willden grants permission for his contribut...
2009-09-21 Zooko O'Whielacronxdocs: Csaba Henk granted permission to license fuse...
2009-09-20 Zooko O'Whielacronxsetup: mark setup.py as having utf-8 encoding in it
2009-09-20 Zooko O'Whielacronxdoc: licensing cleanups
2009-09-18 Brian Warnerbuild-deb.py: run darcsver early, otherwise we get...
2009-08-18 Brian Warnernew approach for debian packaging, sharing pieces acros...
2009-08-18 Brian Warnernew experimental deb-packaging rules. Only works for...
2009-08-18 Brian Warnersetup.py: read _version.py and pass to setup(version...
2009-08-18 Brian Warnertest/check_speed.py: fix shbang line
2009-08-16 Zooko O'Whielacronxsetup: remove bundled version of darcsver-1.2.1
2009-08-15 Brian Warnerde-Service-ify Helper, pass in storage_broker and secre...
2009-08-15 Brian Warnerimmutable.Downloader: pass StorageBroker to constructor...
2009-08-15 Zooko O'Whielacronxtests: double the timeout on test_runner.RunNode.test_i...
2009-08-15 Brian Warnerstop making History be a Service, it wasn't necessary
2009-08-15 Brian WarnerOverhaul IFilesystemNode handling, to simplify tests...
2009-08-09 Zooko O'Whielacronxdocs: edits for docs/running.html from Sam Mason
2009-08-04 Zooko O'Whielacronxdocs: install.html: instruct Debian users to use this...
2009-08-02 Zooko O'Whielacronxdocs: relnotes.txt: reflow to 63 chars wide because...
2009-08-02 Zooko O'Whielacronxdocs: about.html: fix English usage noticed by Amber
2009-08-02 Zooko O'Whielacronxdocs: fix mis-spelled word in about.html
next