]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_web.py
MDMF: remove extension fields from caps, tolerate arbitrary ones. Fixes #1526
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_web.py
2011-10-01 Brian WarnerMDMF: remove extension fields from caps, tolerate arbit...
2011-09-15 david-sarahtest_web.py: fix a bug in _count_leases that was causin...
2011-08-29 Brian WarnerLet Uploader retain History instead of passing it into...
2011-08-24 david-sarahImplementation, tests and docs for blacklists. This...
2011-08-10 Zooko O'Whielacronxmerge some minor conflicts in test code from the 393...
2011-08-08 david-sarahtest_web.py: fix a test failure dependent on whether...
2011-08-07 Kevan Carstensenwebapi changes for MDMF
2011-08-09 david-sarahRemove all trailing whitespace from .py files.
2011-07-13 david-sarahWUI: change the label of the button to unlink a file...
2011-08-01 Brian Warnerfix typo introduced during rebasing of 'remove get_serv...
2011-08-01 Zooko O'Whielacronxremove get_serverid from DownloadStatus.add_dyhb_reques...
2011-06-29 Brian Warneradd more download-status data, fix tests
2011-06-11 Zooko O'Whielacronxtests: fix tests to accomodate [20110611153758-92b7f...
2011-01-17 Brian WarnerTolerate Twisted-10.2's endpoints, patch by David-Sarah...
2010-09-01 Brian WarnerSegmentFetcher: use new diversity-seeking share-selecti...
2010-08-15 francoisweb: refactor rate computation, fixes #1166
2010-08-10 Brian WarnerDownloadStatus: put real numbers in progress/status...
2010-08-09 Brian Warnerweb download-status: tolerate DYHBs that haven't retire...
2010-08-04 Brian WarnerRewrite immutable downloader (#798). This patch adds...
2010-07-29 jacob.lylesabbreviate time edge case python2.5 unit test
2010-07-19 Zooko O'Whielacronximmutable: extend the tests to check that the shares...
2010-07-18 david-sarahtest_dirnode and test_web: don't use failUnlessReallyEq...
2010-07-11 david-sarahAdd tests of caps from the future that have non-ASCII...
2010-06-22 freestorm77runnin_test_tahoe_css.dpatch
2010-06-22 freestorm77runnin_test_directory_xhtml.dpatch
2010-06-19 david-sarahtest_web.py: correct a test that was missed in the...
2010-06-18 david-sarahdirnode.py: stop writing 'ctime' and 'mtime' fields...
2010-06-08 david-sarahtest_web.py: fix pyflakes warnings introduced by bytera...
2010-03-10 Jeremy FitzhardingeImprove HTTP/1.1 byterange handling
2010-06-03 david-sarahFix test failures in test_web caused by changes to...
2010-05-19 Zooko O'Whielacronxtests: refactor test_web.py to have less duplication...
2010-02-26 david-sarahChange relative imports to absolute
2010-01-07 Kevan CarstensenAlter various unit tests to work with the new happy...
2010-05-10 Zooko O'Whielacronxweb: add a simple test that you can load directory...
2010-02-25 david-sarahAdditional test for DIR2-LIT directories in test_web...
2010-02-22 david-sarahAdditions to test_web.py for #948
2010-02-22 david-sarahChange direct accesses to an_uri.storage_index to calls...
2010-02-20 Kevan CarstensenChange OphandleTable to use a deterministic clock,...
2010-02-21 Kevan CarstensenAdd tests for the ophandle expiration behavior in #577
2010-01-29 david-sarahEliminate 'foo if test else bar' syntax that isn't...
2010-01-28 david-sarahShow -IMM and -RO suffixes for types of immutable and...
2010-01-28 david-sarahFix inaccurate comment in test_mutant_dirnodes_are_omitted
2010-01-27 david-sarahAddress comments by Kevan on 833 and add test for strip...
2010-01-27 david-sarahMiscellaneous documentation, test, and code formatting...
2010-01-27 david-sarahPrevent mutable objects from being retrieved from an...
2010-01-24 david-sarahPatch to accept t=set-children as well as t=set_children
2010-01-21 Brian WarnerFix webapi t=mkdir with multpart/form-data, as on the...
2010-01-14 Brian Warnerhush pyflakes-0.4.0 warnings: slightly less-trivial...
2010-01-14 Brian Warnerhush pyflakes-0.4.0 warnings: remove trivial unused...
2009-12-27 Brian WarnerFix 'tahoe ls' on files (#771). Patch adapted from...
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-01 Brian WarnerSimplify immutable download API: use just filenode...
2009-11-26 Brian Warnerwebapi: fix t=check for DIR2-LIT (i.e. empty immutable...
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-11 Brian Warnerclean up uri-vs-cap terminology, emphasize cap instance...
2009-10-29 Zooko O'Whielacronxwui: s/TahoeLAFS/Tahoe-LAFS/
2009-10-26 Brian Warnerwebapi: use t=mkdir-with-children instead of a children...
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-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-08-15 Brian Warnerde-Service-ify Helper, pass in storage_broker and secre...
2009-08-15 Brian WarnerOverhaul IFilesystemNode handling, to simplify tests...
2009-07-20 kevanAdd tests for parse_replace_arg()
2009-07-20 kevanAdd tests for new PUT behavior
2009-07-17 Brian Warnerrename NewDirectoryNode to DirectoryNode, NewDirectoryU... trac-4000
2009-07-15 Brian WarnerAllow tests to pass with -OO by turning some AssertionE...
2009-07-15 Zooko O'Whielacronxwui: fix test for welcome page
2009-07-03 Brian WarnerTolerate unknown URI types in directory structures...
2009-07-02 Brian Warnercreate_node_from_uri: take both writecap+readcap, move...
2009-06-25 Brian WarnerSplit out NoSharesError, stop adding attributes to...
2009-06-23 Brian Warnerbig rework of introducer client: change local API,...
2009-06-09 Zooko O'Whielacronxtests: double the timeouts on some tests which time...
2009-06-08 Zooko O'Whielacronxtests: bump up timeouts so that the tests can finish...
2009-06-02 Brian Warnermore refactoring: move get_all_serverids() and get_nick...
2009-06-02 Brian Warnermore storage_broker refactoring: downloader gets a...
2009-06-01 Brian Warnerstart to factor server-connection-management into a...
2009-05-26 Kevin ReidModify markup of Tahoe web pages to be more amenable...
2009-05-26 Kevin ReidTweak wording in directory page: not-read-only is ...
2009-04-08 Brian Warnerweb: make sure that PUT /uri?mutable=false really means...
2009-04-07 Zooko O'Whielacronxwui: edit some of the human-readable parts of the wui...
2009-04-07 Zooko O'Whielacronxwui: fix bug in which empty directory is marked as...
2009-03-20 Brian WarnerWUI: fix display of empty directories, it threw an...
2009-03-07 Brian Warnertest_web: test behavior of broken-dirnode GET, both...
2009-03-07 Brian Warnerstorage: add a lease-checker-and-expirer crawler, plus...
2009-03-04 Brian Warnerweb: full patch for HTML-vs-plaintext traceback renderi...
2009-03-03 Brian Warnertest_web: move shouldHTTPError into common.WebErrorMixin
2009-03-03 Brian Warnertest_web: clean up shouldHTTPError methods
2009-02-25 Brian Warnerweb: fix the ERROR: line to work the same in python2...
2009-02-25 Brian Warnertest_cli/test_web: fix spurious test failure on solaris...
2009-02-25 Brian Warnerwebapi: modify streaming deep-manifest/deep-checker...
2009-02-25 Brian Warnertests/no_network: move GET into the GridTestMixin class
2009-02-24 Brian Warnertest_web: add (disabled) test to see what happens when...
2009-02-23 Brian Warnerstop using RuntimeError in unit tests, for #639
2009-02-22 Brian Warnertest_web.py: increase test coverage of web.status.plural()
2009-02-20 Brian Warnerwebapi: pass client through constructor arguments,...
2009-02-19 Brian Warnerreliability: switch to NumPy, since Numeric is deprecated
next