aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_api.c
Commit message (Collapse)AuthorAge
...
* someone changed how services start and didn't tell the dht testcaseNathan S. Evans2010-06-23
|
* memory leak fixesNathan S. Evans2010-04-20
|
* dht api fixes, it works again (for me)Nathan S. Evans2010-04-19
|
* make test case a bit more robust using timeouts and retriesNathan S. Evans2010-04-07
|
* cleanup debuggingNathan S. Evans2010-04-06
|
* type checkNathan S. Evans2010-04-06
|
* see if timing is causeNathan S. Evans2010-04-06
|
* basic find peer functionality, added to test_dht_api testcaseNathan S. Evans2010-04-05
|
* service does simple put and get into datacache, test case verifies it worksNathan S. Evans2010-04-04
|
* add find peer to api, went a bit continuation crazy but i think it's better ↵Nathan S. Evans2010-04-04
| | | | this way...
* test case verbosityNathan S. Evans2010-03-29
|
* added better continuation behavior to get start, put, and route start. test ↵Nathan S. Evans2010-03-19
| | | | case now properly handles message confirmation receipts from service. find_peer api call still needs implemented, but we are generally much closer to a working point. i'm sure there are coverity issues as well as doxygen crap to be addressed
* basic api to service communication has been hammered out, as well as service ↵Nathan S. Evans2010-03-18
| | | | confirmations going back. still needs work, many things not finished.
* beginning of changesNathan S. Evans2010-03-17
|
* dht api, shell dht service, base of future test case.... not yet workingNathan S. Evans2010-03-16