]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src
isolate test_keygen data
[tahoe-lafs/tahoe-lafs.git] / src /
2014-01-12 Leif Rygeisolate test_keygen data 85/head
2013-12-28 Daira HopwoodMerge pull request #81 from multikatt/right_align
2013-12-26 DavidRight aligning services div 81/head
2013-08-31 Daira Hopwoodtahoe debug trial: print a warning message if testing... 45/head
2013-08-27 zookoMerge pull request #57 from markberger/1842-lease-trade...
2013-08-27 zookoMerge pull request #48 from markberger/740-cli-accept...
2013-07-26 Mark BergerAdded test_check_with_multiple_aliases in test_cli 48/head
2013-07-26 Mark BergerAllows check and deep-check to take multiple arguments...
2013-07-18 Daira HopwoodFix a pyflakes import warning.
2013-07-18 Daira Hopwoodsrc/allmydata/uri.py: Remove unused 'human encoding...
2013-06-26 Daira Hopwoodtest_iputil.py: fix and improve tests on Windows.
2013-06-25 Daira Hopwoodtest_iputil.py: repair a test for cygwin (which is...
2013-06-25 Daira Hopwoodiputil.py: simplify address finding code on cygwin.
2013-06-25 Daira Hopwoodtest_iputil.py: use more realistic error for 'command...
2013-06-25 Daira Hopwoodtest_iputil.py: repair a test by mocking 'get_local_ip_...
2013-06-25 Daira Hopwoodiputil.py: add tests for recent changes. refs #1381...
2013-06-25 Daira Hopwoodiputil.py: fix an error handling bug. refs #1381
2013-05-28 Daira Hopwoodiputil.py: minor cleanup to avoid dropping a Deferred.
2013-05-28 Daira Hopwoodiputil.py: refactor address-finding code to treat all...
2013-05-28 Daira Hopwoodiputil.py: retry address queries on EINTR. fixes #1381
2013-05-19 Daira HopwoodWUI: add time page was rendered to client and introduce...
2013-05-19 Leif Rygeproperly describe saving incident reports. closes ... 43/head
2013-05-15 Daira HopwoodImprovements to test refs #1742 1742-error-during-post
2013-05-15 Daira HopwoodAdd a test for raising NotEnoughSharesError when a...
2013-05-14 Daira HopwoodInclude the number of remaining shares of the right...
2013-05-14 Daira Hopwoodmutable/retrieve.py: improve comments. refs #1742
2013-05-14 Daira HopwoodRaise NotEnoughSharesError if there are initially not...
2013-05-14 Daira Hopwoodmutable/retrieve.py: inline the single-use function...
2013-05-14 Daira HopwoodAdd dummy __init__.py files for directories containing...
2013-05-02 Brian Warnerminor changes to hush newer pyflakes
2013-05-01 Daira HopwoodShow git branch in version output. fixes #1953
2013-04-25 Daira HopwoodUpdate version requirement for zope.interface.
2013-04-22 Daira HopwoodAdd "[global-opts]" to help synopsis for tahoe ls....
2013-04-18 Daira HopwoodAdd comments and a caveat in webapi.rst indicating...
2013-04-18 Brian Warnerclient.py: create node key even when storage is disable...
2013-04-15 Daira HopwoodImprove a test for ref #1643, and make sure that unexpe...
2013-04-14 Brian Warnerwelcome page: display new nodeid (ed25519-based) instea...
2013-04-14 Brian Warnerclient.py: remove the old "server.privkey" fallback
2013-04-14 Brian Warnerclient.py: internal renaming, _server_key -> _node_key
2013-04-14 Brian Warnertest_sftp.py: minor cosmetic changes
2013-04-12 Brian WarnerCLI: tolerate caps-from-future in unused aliases. Close...
2013-04-09 Brian Warnertest_cli: probably remove the unix-ism that broke tests...
2013-04-09 Brian WarnerRemove the whitespace reported by find-trailing-spaces...
2013-04-09 Brian WarnerCLI: put "[global-opts]" in all command synopses
2013-04-09 Brian Warnerrename VDriveOptions to FilesystemOptions
2013-04-09 Brian Warnerbin/tahoe: clean up global-vs-subcommand arguments...
2013-04-09 Brian WarnerServerMap.copy(): deepcopy .update_data too. Closes...
2013-04-05 Daira HopwoodChange web-API to support t=relink instead of t=move...
2013-03-23 David-Sarah HopwoodCorrect off-by-one in maximum-immutable-share-size...
2013-03-21 David-Sarah HopwoodCensor the introducer and helper furls' swissnums from...
2013-03-20 Brian Warnerclient.py: throw error when reserved_space= is unparsea...
2013-03-20 Brian WarnerMake introducer.furl unguessable. Closes #1802.
2013-03-20 Brian Warnertest_cli.py: fix mutable PUT stderr expectations
2013-03-20 David-Sarah HopwoodImprove 'tahoe put --help' to clarify behaviour for...
2013-03-20 David-Sarah HopwoodAvoid double-counting source files in 'tahoe cp --verbo...
2013-03-19 Brian WarnerRemove darcs from setup.py, remove darcsver egg. Closes...
2013-03-19 David-Sarah HopwoodNew Welcome page: ensure 'not connected' status for...
2013-03-19 David-Sarah HopwoodImprove SFTP error handling and remove use of IFinishab...
2013-03-19 David-Sarah Hopwoodsftpd.py: switch from using bare asserts to assertutil.
2013-03-19 Brian Warnerintroducer.client: use integer seqnums, not time-based...
2013-03-19 Brian Warnerfileutil.write: accept mode=, and use it in Node.write_...
2013-03-17 David-Sarah Hopwoodtest_web.py: relax tests for upload and mkdir forms...
2013-03-17 David-Sarah HopwoodRedesigned Welcome page using Twitter Bootstrap CSS.
2013-03-16 Brian Warnerbump 'mock' dependency to >=0.8.0, to get the .call...
2013-03-15 David-Sarah HopwoodRequire at least Python 2.6. fixes #1658
2013-03-15 David-Sarah HopwoodAdd test for anti-Ubuntu-crash-reporter exception-catch...
2013-03-07 David-Sarah Hopwoodtahoe_ls.py: JSON responses don't need quotemarks or...
2013-03-07 David-Sarah HopwoodOnly quote newline characters where necessary. fixes...
2013-02-27 Mike Kazantsevtest_web.py: fix test_GET_DIRECTORY_html_filenode_encod... 31/head
2013-02-08 David-Sarah HopwoodAdd comment explaining fix to #1679. refs #1679
2013-02-07 Zooko O'Whielacronxdo not cache and re-use imm filenodes in nodemaker 30/head
2013-02-07 Zooko O'Whielacronxunit test for #1679
2013-01-03 David-Sarah Hopwoodtahoe_check.py: tolerate missing fields in check result...
2012-12-29 David-Sarah HopwoodMake WUI headings and titles more consistent and accurate:
2012-12-29 David-Sarah Hopwoodtest_web.py: minor cleanup to test_helper_status.
2012-12-29 David-Sarah HopwoodIf a helper is not configured, make the banner on the...
2012-12-27 David-Sarah HopwoodMake abbreviate_space able to output in exabytes. refs...
2012-12-27 David-Sarah HopwoodAllow T (terabytes), P (petabytes), and E (exabytes...
2012-12-27 David-Sarah HopwoodMake the system test nodes have non-ASCII nicknames. 25/head
2012-12-27 David-Sarah HopwoodAllow welcome and storage status pages to display a...
2012-12-27 David-Sarah HopwoodRemove ResponseCache in favor of MDMFSlotReadProxy...
2012-12-02 David-Sarah Hopwoodtest/common_util.py: fix a bug in NonASCIIPathMixin...
2012-11-29 Zooko O'Whielacronxtests: add more diagnostics when code-under-test fails 23/head
2012-11-29 Zooko O'Whielacronxremove unnecessary request from upload-helper
2012-11-15 David-Sarah Hopwoodweb/unlinked.py: don't use % operator to expand %(uri...
2012-11-01 David-Sarah HopwoodCLI: fix synopsis for 'tahoe ls'. fixes #1839
2012-10-25 David-Sarah HopwoodMakefile: add 'make tmpfstest', which uses a tmpfs...
2012-10-25 David-Sarah Hopwoodtest_runner: we no longer need to skip tests on Twisted...
2012-10-25 David-Sarah Hopwoodsrc/allmydata/web/directory.py: fix HTML double-encodin...
2012-09-30 frederik bfixed wrong index in tahoe cp --verbose, as explained...
2012-09-14 david-sarahsrc/allmydata/__init__.py: ensure that if a dependency...
2012-09-04 Brian WarnerApply David-Sarah's recommended changes. Closes #974
2012-09-04 Andrew MillerWhen the CLI cannot connect to the gateway, it prints...
2012-07-24 david-sarahCosmetic changes to match cloud backend branch.
2012-07-24 david-sarahinterfaces.py: corrections to take into account that...
2012-07-24 david-sarahinterfaces.py: corrections to interfaces to make more...
2012-07-24 david-sarahinterfaces.py: which -> that.
2012-07-24 david-sarahDefault arguments in interface declarations should...
2012-07-24 david-sarahRemove spurious 'self' arguments that should not be...
2012-07-24 david-sarahinterfaces.py: whitespace
next