aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_api.c
Commit message (Collapse)AuthorAge
* timeoutMatthias Wachs2011-04-20
|
* testcase fix for api changeNathan S. Evans2011-03-09
|
* is sparc problem a timeout issue?Nathan S. Evans2010-12-23
|
* fix for bad fail conditionNathan S. Evans2010-12-20
|
* 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
|
* style improvments wrt Mantis 1614 patchChristian Grothoff2010-11-03
|
* original patch from Mantis 1614Christian Grothoff2010-11-03
|
* Refactoring gnunet timeMatthias Wachs2010-10-27
|
* reduce verbosity of testcases, minor fixNathan S. Evans2010-10-06
|
* fix get error (never canceled) in test_dht_api, remove valgrind from confNathan S. Evans2010-10-06
|
* messChristian Grothoff2010-10-05
|
* making test_dht_api workChristian Grothoff2010-10-03
|
* make first test compileChristian Grothoff2010-10-02
|
* longer timeout, give chance for success on sparcbotNathan S. Evans2010-09-23
|
* increase timeout for find peer request, since it relies on host key ↵Nathan S. Evans2010-08-20
| | | | generation, which may be slow on some machines
* testcase fixNathan S. Evans2010-08-11
|
* api change to allow client to set DHT malicious, still need to implement it ↵Nathan S. Evans2010-08-10
| | | | on the dht driver side
* minor fixesNathan S. Evans2010-08-05
|
* gpl3Christian Grothoff2010-07-02
|
* 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