aboutsummaryrefslogtreecommitdiff
path: root/src/dv/gnunet-service-dv.c
Commit message (Collapse)AuthorAge
...
* doxygen comments, last commit of bugfixes (hopefully)Nathan S. Evans2010-12-21
|
* 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
|
* the big core API/protocol change, breaks all testcases using core, since the ↵Christian Grothoff2010-11-13
| | | | code is still buggy
* adding argument to GNUNET_CORE_connect -- not yet implementedChristian Grothoff2010-11-11
|
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* fixes from LRN for DEBUG codeChristian Grothoff2010-11-01
|
* Refactoring gnunet timeMatthias Wachs2010-10-27
|
* missing statistic includeNathan S. Evans2010-09-01
|
* klocwork fixesNathan S. Evans2010-09-01
|
* jaunty hang fix... need to further test disconnect handlingNathan S. Evans2010-08-18
|
* warn for error caseNathan S. Evans2010-08-03
|
* hacks from tripChristian Grothoff2010-07-07
|
* change for powerbotNathan S. Evans2010-07-06
|
* powerbot seemed to fail dv testcase when uid of 0 used with print message ↵Nathan S. Evans2010-07-06
| | | | (using llu instead of u for unsigned long)
* codesonar fixesNathan S. Evans2010-07-02
|
* codesonar fix; config changeNathan S. Evans2010-07-02
|
* server mst changeNathan S. Evans2010-07-02
|
* gpl3Christian Grothoff2010-07-02
|
* check address change, remove unused debugging caseNathan S. Evans2010-06-28
|
* doxygen fixNathan S. Evans2010-06-27
|
* debug fixNathan S. Evans2010-06-27
|
* fixing common off-by-one error with respect to maximum message sizeChristian Grothoff2010-06-25
|
* remove variablesNathan S. Evans2010-06-25
|
* trying message queues on receiver sideNathan S. Evans2010-06-25
|
* delay message sending to test hypothesisNathan S. Evans2010-06-24
|
* fix recursive message sending (last first causes issues)Nathan S. Evans2010-06-24
|
* test unknown sender hypothesisNathan S. Evans2010-06-24
|
* remove extraneous debug messagesNathan S. Evans2010-06-24
|
* plugin not receiving messagesNathan S. Evans2010-06-24
|
* plugin not receiving messagesNathan S. Evans2010-06-24
|
* plugin not receiving messagesNathan S. Evans2010-06-24
|
* plugin not receiving messagesNathan S. Evans2010-06-24
|
* plugin not receiving messagesNathan S. Evans2010-06-24
|
* hello size added to debugNathan S. Evans2010-06-24
|
* loggingNathan S. Evans2010-06-24
|
* nicer debug formatNathan S. Evans2010-06-24
|
* misc bugfixes, especially core dumps for dv test caseNathan S. Evans2010-06-24
|
* don't send hellos to transport unless DV really adds the peer (useless ↵Nathan S. Evans2010-06-23
| | | | resending hellos)
* tokenizer api change, a bit of source cleanupNathan S. Evans2010-06-23
|
* remove ugly ifdef for message trackingNathan S. Evans2010-06-22
|
* codesonar fixes, some other changesNathan S. Evans2010-06-21
|
* doxygenNathan S. Evans2010-06-20
|
* 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
|