]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_introducer.py
introweb: fix connection hints for server announcements
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_introducer.py
2015-09-23 Brian Warnerintroweb: fix connection hints for server announcements 190/head
2015-02-04 Brian WarnerMerge branch 'pr138': fix long paths on windows
2015-02-04 Brian Warnertest that web.static= is really treated as a relative...
2013-04-14 Brian Warnerclient.py: internal renaming, _server_key -> _node_key
2013-03-20 Brian WarnerMake introducer.furl unguessable. Closes #1802.
2013-03-19 Brian Warnerintroducer.client: use integer seqnums, not time-based...
2012-06-11 Brian Warnerintroducer: add sequence-numbers to announcements,...
2012-04-24 Brian Warnerintroweb announcements: show serverid, not tubid
2012-04-23 Brian WarnerFix introweb display for mixed V1/V2 clients. Closes...
2012-03-31 Brian Warnertest_introducer.SystemTest: fix race condition
2012-03-14 Brian Warnernew introducer: signed extensible dictionary-based...
2010-02-26 david-sarahChange relative imports to absolute
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-06-24 Brian Warnerremove introducer/old.py, will create something similar...
2009-06-23 Brian Warnerbig rework of introducer client: change local API,...
2009-06-10 Zooko O'Whielacronxtests: bump up timeout on a test that timed out on...
2009-05-22 Brian Warnerswitch to using RemoteException instead of 'wrapped...
2009-05-22 Brian Warnerswitch all foolscap imports to use foolscap.api or...
2009-05-19 Brian Warnertest_introducer.py: add a test for the python2.4.0...
2008-11-22 Brian Warner#538: fetch version and attach to the rref. Make Introd...
2008-10-29 Brian Warnermove testutil into test/common_util.py, since it doesn...
2008-10-29 Brian Warnerutil: move PollMixin to a separate file (pollmixin...
2008-09-06 Brian Warnerintroducer: add get_nickname_for_peerid
2008-06-18 Brian Warnerintroducer: add old (V1) introducer code, add test...
2008-06-18 Brian Warnerbreak introducer up into separate modules in the new...
2008-04-23 Brian Warnerintroducer: only record one announcement per (tubid...
2008-04-22 Brian Warnertest_introducer.py: don't log nodeids as binary goop
2008-02-13 Brian Warnerintroducer: remove encoding-parameter config, for now
2008-02-05 Brian Warnertest_introducer.py: increase timeouts on poll() calls
2008-02-05 Brian Warnerbig introducer refactoring: separate publish+subscribe...
2008-02-02 Brian Warnerintroducer: allow nodes to refrain from publishing...
2007-12-12 Zooko O'Whielacronxediting: change names like "MyThing" to "FakeThing...
2007-12-11 Zooko O'Whielacronxfix test_introducer to wait for the right things in...
2007-12-11 Zooko O'Whielacronxfix IntroducerClient.when_enough_peers()
2007-11-20 Brian Warnerhierarchical logging: add numbered messages and parent...
2007-12-03 Zooko O'Whielacronxdecentralized directories: integration and testing
2007-09-19 Brian Warnerintroducer.py: add test coverage of _disconnected()
2007-07-25 Brian Warnerremove unused imports: hush pyflakes warnings
2007-07-24 Zooko O'Whielacronxswitch from rfc 3548 base-32 to z-base-32 except for...
2007-05-30 Brian Warnercheck_memory: getting closer, now we have memusage...
2007-05-22 Zooko O'Whielacronxrename all "*PBURL*" to "*FURL*"
2007-05-08 Brian WarnerUNDO: forget about old peers (closes #26)
2007-05-08 Brian Warnerforget about old peers (closes #26)
2007-05-04 Brian Warnertest_introducer.py: turn off the defer.setDebugging...
2007-05-01 Zooko O'Whielacronxbump timeout up because it timed out even on my super...
2007-05-01 Zooko O'Whielacronxbump some unit tests up to very high timeouts because...
2007-04-04 Brian Warnertests: clean up tearDown to use flushEventualQueue...
2007-03-28 Brian Warnertest_introducer: flushEventualQueue at the end of the...
2007-03-27 Brian Warnercomplete the Introducer changes, separate out vdrive...