aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_twopeer.c
Commit message (Collapse)AuthorAge
* Testing api change and related test case fixes, remember retry task and ↵Nathan S. Evans2011-02-15
| | | | clean up on exit for unix domain socket transport.
* test case changes required due to testing api changeNathan S. Evans2011-02-08
|
* path tracking commit, hopefully a fix for dht_api connect bug, needs testedNathan S. Evans2011-02-02
|
* Adding replication parameter for initiating GET and PUT requests to the DHT.Nathan S. Evans2010-11-11
|
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* possible fix for dht testcase segfaultNathan S. Evans2010-11-05
|
* change connect topology in testing_group.c to call callback on all peers ↵Nathan S. Evans2010-10-12
| | | | connected (or possibly timed out connecting)
* reduce verbosity of testcases, minor fixNathan S. Evans2010-10-06
|
* test case fixes...Nathan S. Evans2010-10-06
|
* make second test compileChristian Grothoff2010-10-02
|
* add retry attempts to test_dht_twopeer, remove core from defaultservices to ↵Nathan S. Evans2010-09-15
| | | | ensure that the dht gets started before core... Otherwise the test can fail because the data being searched for is the other peers public key, which is only known once connected.
* add testcases to run on make check, fix dht a bitNathan S. Evans2010-07-20
|
* gpl3Christian Grothoff2010-07-02
|
* give dht service a chance to receive core connect messageNathan S. Evans2010-06-30
|
* two peer start, connect, ensure core connect message made it to the dht, ↵Nathan S. Evans2010-06-30
| | | | disconnect, stop peers
* twopeer dht test, mostly for classNathan S. Evans2010-06-30