aboutsummaryrefslogtreecommitdiff
path: root/src/dv/dv_api.c
Commit message (Collapse)AuthorAge
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -fix transmission logic in DV APIChristian Grothoff2013-12-18
|
* -misc fixesChristian Grothoff2013-12-18
|
* -learn routes from forwarding/receiving as wellChristian Grothoff2013-12-18
|
* -fix endianess before printing DEBUG messageChristian Grothoff2013-12-18
|
* use enum GNUNET_ATS_Network_Type instead of uint32_t where appropriateChristian Grothoff2013-12-13
|
* allow distance change to communicate changes in network of next hop as well, ↵Christian Grothoff2013-12-13
| | | | related to #3191, but not sure if it fixes it
* -fix leakChristian Grothoff2013-12-11
|
* -ignore unmatched NACK/ACKsChristian Grothoff2013-12-10
|
* -do not crash if we get NACKs or ACKs for disconnected peersChristian Grothoff2013-12-10
|
* -fixing #3181: close all connections on DV service reconnect, also track ↵Christian Grothoff2013-12-10
| | | | active connections and check that transmission requests are valid
* - fixing crash during shutdownMatthias Wachs2013-12-03
| | | | | - adding network functionality
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -fix ftbfsChristian Grothoff2013-10-01
|
* -minor code cleanupChristian Grothoff2013-07-18
|
* -towards a DV testChristian Grothoff2013-03-18
|
* -adding distance change notification from service to pluginChristian Grothoff2013-03-15
|
* -nack supportChristian Grothoff2013-03-15
|
* -generate and process ACKsChristian Grothoff2013-03-14
|
* -finishing DV APIChristian Grothoff2013-03-13
|
* -removing useless parts of old code, work on DHT APIChristian Grothoff2013-03-12
|
* -hacking on dvChristian Grothoff2013-03-12
|
* overhead for dvMatthias Wachs2012-10-17
|
* -chaning multihashmap API to allow option for avoiding key allocationChristian Grothoff2012-10-07
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* - Fixed compile errorsBart Polot2012-04-23
|
* use LOG macro in dv_api.cChristian Grothoff2011-10-10
|
* even nicer indentation, thanks to LRN's indent patchChristian Grothoff2011-08-16
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* fixChristian Grothoff2010-11-05
|
* moving plugin headersChristian Grothoff2010-11-05
|
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* codesonar fixesNathan S. Evans2010-07-02
|
* gpl3Christian Grothoff2010-07-02
|
* doxygen fixNathan S. Evans2010-06-27
|
* move client listen call into transmit start callback, so we know service ↵Nathan S. Evans2010-06-24
| | | | exists and is connected... otherwise we may stop listening before the service starts
* misc bugfixes, especially core dumps for dv test caseNathan S. Evans2010-06-24
|
* codesonar fixes, some other changesNathan S. Evans2010-06-21
|
* 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
* moving closer towards a working dv implementationNathan S. Evans2010-05-12
|
* address printing for dv plugin, doxygen commentNathan S. Evans2010-05-03
|
* 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
|
* only committing in case of natural disater, not to be usedNathan S. Evans2010-04-22
|
* 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
|
* work in progress.Nathan S. Evans2010-04-01
|
* dv changes, closer to a working stateNathan S. Evans2010-04-01
|