aboutsummaryrefslogtreecommitdiff
path: root/src/dv/dv_api.c
AgeCommit message (Expand)Author
2017-03-17more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff
2017-01-10rename connecT -> connect now that the old API is deadChristian Grothoff
2016-08-18Use statement exprs instead of local functionDavid Barksdale
2016-07-05-reworking DV to use new MQ APIChristian Grothoff
2016-07-05indentation, moving API towards MQ-styleChristian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2013-12-18-fix transmission logic in DV APIChristian Grothoff
2013-12-18-misc fixesChristian Grothoff
2013-12-18-learn routes from forwarding/receiving as wellChristian Grothoff
2013-12-18-fix endianess before printing DEBUG messageChristian Grothoff
2013-12-13use enum GNUNET_ATS_Network_Type instead of uint32_t where appropriateChristian Grothoff
2013-12-13allow distance change to communicate changes in network of next hop as well, ...Christian Grothoff
2013-12-11-fix leakChristian Grothoff
2013-12-10-ignore unmatched NACK/ACKsChristian Grothoff
2013-12-10-do not crash if we get NACKs or ACKs for disconnected peersChristian Grothoff
2013-12-10-fixing #3181: close all connections on DV service reconnect, also track acti...Christian Grothoff
2013-12-03- fixing crash during shutdownMatthias Wachs
2013-10-06-remove trailing whitespaceChristian Grothoff
2013-10-01-fix ftbfsChristian Grothoff
2013-07-18-minor code cleanupChristian Grothoff
2013-03-18-towards a DV testChristian Grothoff
2013-03-15-adding distance change notification from service to pluginChristian Grothoff
2013-03-15-nack supportChristian Grothoff
2013-03-14-generate and process ACKsChristian Grothoff
2013-03-13-finishing DV APIChristian Grothoff
2013-03-12-removing useless parts of old code, work on DHT APIChristian Grothoff
2013-03-12-hacking on dvChristian Grothoff
2012-10-17overhead for dvMatthias Wachs
2012-10-07-chaning multihashmap API to allow option for avoiding key allocationChristian Grothoff
2012-06-12-consistently use struct GNUNET_HashCodeChristian Grothoff
2012-04-23- Fixed compile errorsBart Polot
2011-10-10use LOG macro in dv_api.cChristian Grothoff
2011-08-16even nicer indentation, thanks to LRN's indent patchChristian Grothoff
2011-08-15indentationChristian Grothoff
2011-08-15indentationChristian Grothoff
2010-11-05fixChristian Grothoff
2010-11-05moving plugin headersChristian Grothoff
2010-11-05big scheduler refactoring, expect some issuesNathan S. Evans
2010-07-02codesonar fixesNathan S. Evans
2010-07-02gpl3Christian Grothoff
2010-06-27doxygen fixNathan S. Evans
2010-06-24move client listen call into transmit start callback, so we know service exis...Nathan S. Evans
2010-06-24misc bugfixes, especially core dumps for dv test caseNathan S. Evans
2010-06-21codesonar fixes, some other changesNathan S. Evans
2010-06-18dv changes, better logging and so onNathan S. Evans
2010-06-17working distance vector transport plugin implementation. after spending days...Nathan S. Evans
2010-05-12moving closer towards a working dv implementationNathan S. Evans
2010-05-03address printing for dv plugin, doxygen commentNathan S. Evans