aboutsummaryrefslogtreecommitdiff
path: root/src/dv/test_transport_api_dv.c
Commit message (Collapse)AuthorAge
* SHUTDOWNMatthias Wachs2011-04-20
|
* core api changeNathan S. Evans2011-03-16
|
* 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
|
* core connect changesNathan S. Evans2010-12-21
|
* fixes for DV with new transport distance and core changes over the past few ↵Nathan S. Evans2010-12-07
| | | | weeks
* initial dv changes for atsi information handling, test case BROKENNathan S. Evans2010-12-07
|
* adding argument to GNUNET_CORE_connect -- not yet implementedChristian Grothoff2010-11-11
|
* big scheduler refactoring, expect some issuesNathan 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)
* klocwork fixesNathan S. Evans2010-09-01
|
* hacks from tripChristian Grothoff2010-07-07
|
* more debug removalNathan S. Evans2010-07-02
|
* added dv twice and dht never?Nathan S. Evans2010-07-02
|
* gpl3Christian Grothoff2010-07-02
|
* comment wrongNathan S. Evans2010-07-01
|
* shutdown contextNathan S. Evans2010-06-28
|
* put number of additional messages in config fileNathan S. Evans2010-06-27
|
* test case error handlingNathan S. Evans2010-06-24
|
* misc bugfixes, especially core dumps for dv test caseNathan S. Evans2010-06-24
|
* try really long timeout for making dv testcase workNathan S. Evans2010-06-22
|
* dv changes, better logging and so onNathan S. Evans2010-06-18
|
* working distance vector transport plugin implementation. after spending ↵Nathan S. Evans2010-06-17
| | | | days on it I think the problem (not all peers connect all the time) either lies in core, or is related to latency
* dv changes, still working out an issueNathan S. Evans2010-06-14
|
* moving closer towards a working dv implementationNathan S. Evans2010-05-12
|
* dv changes. add propagation of disconnect messages, dv updates on peer ↵Nathan S. Evans2010-04-30
| | | | direct connections. Result of those two changes should be a much better learned topology for all peers. This was periodic gossip is really only to stop timeouts from removing peers. Also changed dv_api to wait for message queuing by dv service before calling transport transmit continuation, so that addresses that are no longer available can be caught by transport service. Perhaps some other stuff I have forgotten about. Should be kinda sorta working, need to make better testcases and do more debugging as errors inevitably pop up
* in case of fire, or volcano. still not to be used by anyone for anythingNathan S. Evans2010-04-28
|
* many changes, won't work without blacklisting and more workNathan S. Evans2010-04-09
|
* lots of fixes, on its way to actually working...Nathan S. Evans2010-04-03
|
* incremental improvements, testcase which (should) work once dv worksNathan S. Evans2010-03-11