]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2009-01-02 Zooko O'Whielacronxtrivial: remove unused import -- thanks, pyflakes
2009-01-02 Zooko O'Whielacronximmutable: download.py: Raise the appropriate type...
2009-01-02 Zooko O'Whielacronximmutable: ReadBucketProxy defines classes of exception...
2009-01-02 Zooko O'Whielacronximmutable: ValidatedExtendedURIProxy computes and store...
2009-01-02 cgalvanremove_sumo_install.patch
2009-01-02 Zooko O'Whielacronxdoc: remove notes to self that I accidentally included...
2009-01-02 Zooko O'Whielacronxdocs: remove caveat about Nevow incompatibility with...
2008-12-31 Zooko O'Whielacronximmutable: make the test of large files more likely...
2008-12-31 Zooko O'Whielacronxtrivial: "M-x whitespace-cleanup", and also remove...
2008-12-31 Zooko O'Whielacronximmutable: storage servers accept any size shares now
2008-12-31 Zooko O'Whielacronxtrivial: "M-x whitespace-cleanup" on immutable/layout.py
2008-12-31 Zooko O'Whielacronxtrivial: remove unused import -- thanks, pyflakes
2008-12-31 Zooko O'Whielacronxrrefutil: generically wrap any errback from callRemote...
2008-12-31 Zooko O'Whielacronximmutable: more detailed tests for checker/verifier...
2008-12-30 Zooko O'Whielacronxdocs: add note about non-ascii chars in cli to NEWS
2008-12-30 Zooko O'Whielacronxcli: make startstop_node wait 20 seconds instead of...
2008-12-30 Zooko O'Whielacronxdocs: editing changes and updated news in known_issues.txt
2008-12-30 Zooko O'Whielacronxdocs: split historical/historical_known_issues.txt...
2008-12-28 Zooko O'Whielacronxdoc: sundry amendments to docs and in-line code comments
2008-12-24 Zooko O'Whielacronxdoc: add mention of "tahoe create-alias" in the securit...
2008-12-24 Zooko O'Whielacronxdoc: trivial: remove trailing whitespace
2008-12-24 Zooko O'Whielacronxdoc: warn that unicode might not work, in CLI.txt
2008-12-24 Zooko O'Whielacronxdoc: use the term "filesystem" rather than "virtual...
2008-12-24 Zooko O'Whielacronxcli: mark unicode filenames as unsupported -- see ...
2008-12-24 Zooko O'Whielacronxcli: undo the effects of [http://allmydata.org/trac...
2008-12-22 Zooko O'Whielacronxtest: extend timeout on the hotline file that prevents...
2008-12-23 Zooko O'Whielacronxcli: decode all cli arguments, assuming that they are...
2008-12-23 Zooko O'Whielacronxutil/base32: the identity trans table needn't have...
2008-12-23 Zooko O'Whielacronxutil/base32: allow unicode inputs to a2b() or could_be_...
2008-12-22 Zooko O'Whielacronxutil/base32: loosen the precondition forbidding unicode...
2008-12-22 Zooko O'Whielacronximmutable: don't catch all exception when downloading...
2008-12-22 Zooko O'Whielacronximmutable: invent download.BadOrMissingHashError which...
2008-12-22 Zooko O'Whielacronxdirnode: don't check MAC on entries in dirnodes
2008-12-21 Zooko O'Whielacronximmutable, checker, and tests: improve docstrings,...
2008-12-20 Zooko O'Whielacronxcli: if response code from wapi server is not 200 then...
2008-12-20 Zooko O'Whielacronximmutable: when downloading an immutable file, use...
2008-12-19 Zooko O'Whielacronxtrivial: remove unused import (thanks, pyflakes)
2008-12-19 Zooko O'Whielacronxtry to tidy up uri-as-string vs. uri-as-object
2008-12-19 Zooko O'Whielacronximmutable: remove the last bits of code (only test...
2008-12-17 Zooko O'Whielacronximmutable: use new logging mixins to simplify logging
2008-12-17 Zooko O'Whielacronximmutable: refactor ReadBucketProxy a little
2008-12-17 Zooko O'Whielacronxdebug: pass empty optional arguments to ReadBucketProxy
2008-12-17 Zooko O'Whielacronxuri: generalize regexp that recognizes tahoe URLs to...
2008-12-17 Zooko O'Whielacronxutil: logging: refactor some common logging behavior...
2008-12-17 Zooko O'Whielacronxpyutil: assertutil: copy in simplified assertutil from...
2008-12-10 Zooko O'Whielacronxpyutil: assertutil: simplify handling of exception...
2008-12-09 Zooko O'Whielacronxclient: add get_servers()
2008-12-10 Brian Warnermutable publish: if we are surprised by shares that...
2008-12-10 Brian WarnerNEWS: updated to most recent user-visible changes,...
2008-12-09 Zooko O'Whielacronximmutable: remove unused code to produce plaintext...
2008-12-09 Zooko O'Whielacronxfinish renaming 'subshare' to 'block' in immutable...
2008-12-09 Zooko O'Whielacronxintroducer: fix bug in recent simplification caught...
2008-12-08 Zooko O'Whielacronxintroducer: simplify get_permuted_peers() implementatio...
2008-12-08 Brian Warnerwebapi.txt: minor edits
2008-12-08 Zooko O'Whielacronxrename "get_verifier()" to "get_verify_cap()"
2008-12-08 Zooko O'Whielacronxsetup: try depending on setuptools >= 0.6c6 instead...
2008-12-08 Zooko O'Whielacronxsetup: loosen requirement on simplejson to >= 1.4
2008-12-08 Zooko O'Whielacronxsetup: require simplejson >= 1.7.1
2008-12-07 Zooko O'Whielacronxmutable: merge renaming with test patches
2008-12-07 Zooko O'Whielacronxmutable: rename mutable/node.py to mutable/filenode...
2008-12-06 Brian Warnerweb/directory.py: really really fix #553. Unfortunately...
2008-11-18 francoisfilenode.py: Fix partial HTTP Range header handling...
2008-12-06 Brian Warnermutable.modify(): after UCWE, publish even if the secon...
2008-12-06 Brian Warnerdirnode.py: dirnode.delete which hits UCWE should not...
2008-12-06 Brian WarnerMutableFileNode.modify: pass first_time= and servermap...
2008-12-05 Brian Warnermisc/cpu-watcher.tac: tolerate disk-full errors when...
2008-12-05 Zooko O'Whielacronxweb: fix more info links again
2008-12-05 Zooko O'Whielacronxweb: fix moreinfo link
2008-12-05 Zooko O'Whielacronxweb: "More Info" link describes the same file that...
2008-12-05 Zooko O'Whielacronxminor: fix unused imports -- thanks, pyflakes
2008-12-05 Zooko O'Whielacronxdownload: refactor handling of URI Extension Block...
2008-12-05 Brian Warnertest_web: add get_permuted_peers, to unbreak recent...
2008-12-05 Brian Warnerweb checker_results: include a table of servers in...
2008-12-05 Brian Warnertest_system.py: assert less about the stats we get...
2008-12-04 Brian Warnerstats: don't return booleans: it violates the schema...
2008-12-04 Brian Warnertest_system.py: don't ask the stats-gatherer to poll...
2008-12-03 Peter Secorconfwiz.py - removing hardcoded version number
2008-12-03 Brian WarnerCLI: check for pre-existing aliases in 'tahoe create...
2008-12-03 Brian Warnertest_cli: pass rc out of do_cli() too
2008-12-03 Zooko O'Whielacronxsetup: one more address to send release announcements to
2008-12-03 Zooko O'Whielacronxsetup: another note about the process of making a tahoe...
2008-12-03 Brian Warnertest_storage.py: more windows-vs-readonly-storage fixes
2008-12-03 Brian Warnerdocs/webapi.txt: update helper section to discuss tahoe.cfg
2008-12-03 Brian Warnerdocs/webapi.txt: update to discuss tahoe.cfg, not BASED...
2008-12-03 Brian Warnerstorage.py: oops, fix windows again, readonly_storage...
2008-12-03 Brian Warnertest_download.py: remove extra base32 import
2008-12-03 Brian Warnertest_download: test both mutable and immutable pre...
2008-12-03 Brian Warnertest_download.py: added 'known-answer-tests', to make...
2008-12-02 Brian Warnerdocs/configuration.txt: fix minor typo
2008-12-02 Brian Warnerstorage.py: unbreak readonly_storage=True on windows
2008-12-02 Brian Warner#542 'tahoe create-key-generator': fix the .tac file...
2008-12-02 Brian Warnerstorage.py: fix minor typo in comment
2008-12-02 Brian Warnerstorage: replace sizelimit with reserved_space, make...
2008-12-02 Brian Warnerutil/abbreviate: add abbreviated-size parser
2008-11-26 Zooko O'Whielacronxwui/wapi: change the default port number from 8123...
2008-11-25 Zooko O'Whielacronxsetup: move the requirement on simplejson from setup...
2008-11-25 francoissetup.py: Require simplejson version >= 2.0.5
2008-11-25 Brian Warnermutable publish: reinstate the foolscap-reference-token...
2008-11-25 Zooko O'Whielacronxsetup: fix missing import -- thanks, pyflakes
2008-11-25 Zooko O'Whielacronxsetup: correctly detect Arch Linux in platform description
next