]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src
docs: quickstart: edits
[tahoe-lafs/tahoe-lafs.git] / src /
2012-04-01 david-sarahSpelling error in a comment.
2011-08-08 david-sarahtest_node.py: test that we tolerate a UTF-8 BOM at...
2011-08-08 david-sarahnode.py: tolerate a UTF-8 BOM at the start of tahoe...
2011-09-14 david-sarahmutable/layout.py: improve confusing documentation...
2012-03-31 Brian WarnerMutable repair: use new MODE_REPAIR to query all server...
2012-03-31 Brian WarnerAdd test for bug #1689: repairing empty file hits no...
2012-03-31 david-sarahtest_ftp.py: fix a couple of unused imports. refs ...
2012-03-22 Peter Le Bekftpd file `size' attribute must be an integer
2012-03-30 Peter Le Bekunit test for ftpd LIST
2012-03-30 Peter Le Bekfix ftpd mtime retrieval
2012-03-31 Brian Warnertest_introducer.SystemTest: fix race condition
2012-03-18 Brian WarnerFix mutable status (mapupdate/retrieve/publish) to...
2012-03-18 Brian WarnerIServer.get_name(): remove v0- prefix from displayed...
2012-03-14 david-sarahFix a missing comma in the last patch. refs #1295
2012-03-14 david-sarahTemporarily suppress the DeprecationWarning about IFini...
2012-03-14 Brian Warnerminor: hush pyflakes, move pycryptopp dep to unconditio...
2012-03-13 david-sarahUpdate more links from http: to https: in documentation...
2012-03-14 Brian Warnernew introducer: signed extensible dictionary-based...
2012-03-14 Brian Warner'tahoe admin generate-keypair/derive-pubkey': add Ed255...
2012-03-14 Brian Warnerbump pycryptopp dependency to >=0.6.0, to get ed25519...
2012-03-08 david-sarahMake the link on the Welcome page to 'https://tahoe...
2012-03-08 david-sarahUpdate various references to allmydata.org or tahoe...
2012-02-27 david-sarahSuppress a warning from win32eventreactor on Windows...
2012-03-13 Brian WarnerAdd nickname/nodeid to storage-status web page. Closes...
2012-03-12 Brian Warneradd some quick tests of the introducer/web improvements
2012-03-07 Brian Warnerintroducer web page: add CSS styling, roughly match...
2012-03-07 Brian Warnertahoe.css: fix #section typo, update welcome.xhtml...
2012-02-16 Brian Warnerremove 'provisioning'/'reliability' from WUI, add to...
2012-02-13 Brian Warnerprovisioning.py: update disk sizes and usage numbers
2012-01-24 KevanEnsure that verification proceeds and stops when approp...
2012-01-24 KevanAdd test_verify_mdmf_all_bad_sharedata
2012-01-12 Brian Warnerretrieve.py: unconditionally check share-hash-tree...
2012-01-10 david-sarah_auto_deps.py: don't allow pycrypto 2.0.1. fixes #1631
2012-01-08 Brian Warnermutable/retrieve.py: clean up control flow to avoid...
2012-01-08 Brian Warnermutable/layout.py: raise BadShareError instead of assert()
2012-01-08 Brian Warnermutable: don't tell server about corruption unless...
2012-01-08 Brian Warnermutable: simplify Retrieve._process_segment() to use...
2012-01-08 Brian WarnerRetrieve.decode(): simplify setup of DeferredList-like...
2012-01-08 Brian Warnermutable: add comments about the tricky DeferredList...
2011-11-20 david-sarahUse a private/drop_upload_dircap file instead of the...
2011-12-28 Brian Warnertest_mutable: don't use 75 shares (slow), now that...
2011-12-28 Kevan Carstensenmutable publish: fix not-enough-shares detection. Refs...
2011-12-28 Kevan Carstensenmutable publish: track multiple servers-per-share....
2011-12-17 david-sarahTests for ref #1592.
2011-12-17 david-sarahtest_web.py cleanup: use failUnlessIn/failIfIn in prefe...
2011-12-17 david-sarahMarcus Wanner's favicon patch. fixes #1592
2011-12-05 Brian Warnersetup.py: get version from git or darcs
2011-11-18 Brian Warnermore tiny buildbot-testing whitespace changes
2011-11-18 Brian Warnermore tiny buildbot-testing whitespace changes
2011-11-17 Brian Warnerremove remaining uses of nevow's "formless" module
2011-11-17 Marcus Wanner1585-webui.darcs.patch
2011-11-16 Brian WarnerRemove duplicate tahoe_css links from manifest.xhtml...
2011-11-15 Brian Warneriputil: handle openbsd5 (just like openbsd4)
2011-11-05 david-sarah_auto_deps.py: blacklist PyCrypto 2.4.
2011-11-01 Brian WarnerRewrite download-status-timeline visualizer ('viz'...
2011-11-01 Brian WarnerIServer refactoring: pass IServer instances around...
2011-10-30 Brian Warnerupdate project-home URLs: /trac/tahoe/ was replaced...
2011-10-28 Zooko O'Whielacronxundo the effects of a patch I hadn't intended to commit...
2011-09-30 Zooko O'Whielacronxdebugprint the values of blocks and hashes thereof...
2011-10-17 Brian Warnermutable/retrieve: don't write() after we've been pauseP...
2011-10-14 Brian Warnerremove interpreter shbang lines from non-executables
2011-10-14 Brian WarnerCLI: don't deprecate --mutable, small docs fixes. refs...
2011-10-14 Brian Warneradd --format= to 'tahoe put'/'mkdir', remove --mutable...
2011-10-13 Brian Warnerweb/filenode.py: rely on Request.notifyFinish. Closes...
2011-10-09 david-sarahutil/happinessutil.py: suppress a warning from check...
2011-10-07 david-sarahFix some more potential bugs in test code exposed by...
2011-10-07 david-sarahFix some potential bugs (in non-test code) exposed...
2011-10-07 david-sarahFix some potential bugs in test code exposed by check...
2011-10-13 Brian Warneroops, missed a test failure
2011-10-13 Brian Warnermisc mutable-type fixes:
2011-10-13 Brian Warnerwebapi: use all-caps "SDMF"/"MDMF" acronyms in t=json...
2011-10-13 Brian Warnerwebapi: handle format=, remove mutable-type=
2011-10-02 david-sarahTests for ref #1547
2011-10-02 david-sarahChange the file upload forms on directory and welcome...
2011-10-02 david-sarahtest_web.py: minor cleanups, mainly to make the first...
2011-10-02 david-sarahTests for ref #1552
2011-10-11 david-sarahtest/common.py: in shouldFail and shouldHTTPError,...
2011-10-10 david-sarahinterfaces.py: remove get_extension_params and set_exte...
2011-10-10 david-sarahinterfaces.py: fix a typo in the name of IMutableSlotWr...
2011-10-03 david-sarahimmutable/literal.py: add pauseProducing method to...
2011-10-04 david-sarahno_network.py: Clean up whitespace around code changed...
2011-10-04 david-sarahno_network.py: Fix potential bugs in some tests due...
2011-10-01 Brian WarnerMDMF: remove extension fields from caps, tolerate arbit...
2011-09-27 david-sarahtest/test_runner.py: BinTahoe.test_path has rare nondet...
2011-09-25 david-sarahmutable/publish.py: fix an unused import. refs #1542
2011-09-25 david-sarahmutable/layout.py: make unpack_sdmf_checkstring and...
2011-09-25 kevanmutable/publish: handle unknown mutable share formats...
2011-09-25 kevanmutable/layout: break unpack_checkstring into unpack_md...
2011-09-24 kevantest/test_mutable: reenable mdmf publish surprise test
2011-09-24 kevanmutable/publish: use unpack_mdmf_checkstring and unpack...
2011-09-24 david-sarahmutable/publish.py: copy the self.writers dict before...
2011-09-24 david-sarahmutable/publish.py: simplify by refactoring self.outsta...
2011-09-23 david-sarahtest_mutable.py: update SkipTest message for test_publi...
2011-09-23 Brian Warnercontrol.py: unbreak speed-test: overwrite() wants a...
2011-09-20 david-sarahtest_mutable.py: skip test_publish_surprise_mdmf, which...
2011-09-18 kevantest/test_mutable: write publish surprise test for...
2011-09-18 kevantest/test_mutable: refactor publish surprise test into...
2011-09-17 kevanmutable/publish: add errback immediately after write...
2011-09-20 david-sarahuri.py: fix two interface violations in verifier URI...
2011-09-15 Brian WarnerMake platform-detection code tolerate linux-3.0, patch...
next