aboutsummaryrefslogtreecommitdiff
path: root/src/dv/test_transport_api_dv.c
Commit message (Collapse)AuthorAge
* -LRN: use plibc SSCANF instead of sscanfChristian Grothoff2012-03-11
|
* -LRN: use FOPEN/CLOSE instead of fopen/close - #2051Christian Grothoff2011-12-30
|
* -LRN: use FPRINTF -- #2051Christian Grothoff2011-12-30
|
* fixing 2012: network structure alignment now forced to be correct even on ↵Christian Grothoff2011-12-21
| | | | W32 using #pragma pack from gcc 4.x
* -fixing indentationChristian Grothoff2011-11-29
|
* debugging dv/transport problemsNathan S. Evans2011-11-19
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_Christian Grothoff2011-10-17
|
* fixing compile errorsChristian Grothoff2011-10-13
|
* removing 'publicKey' argument from CORE init callbackChristian Grothoff2011-10-07
|
* LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging callsChristian Grothoff2011-10-04
| | | | | | (#1805).
* working on DV -- trying to fix bug found by LRNChristian Grothoff2011-09-01
|
* even nicer indentation, thanks to LRN's indent patchChristian Grothoff2011-08-16
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* fixChristian Grothoff2011-07-15
|
* staticChristian Grothoff2011-06-10
|
* 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