aboutsummaryrefslogtreecommitdiff
path: root/src/dv/gnunet-service-dv.c
Commit message (Expand)AuthorAge
* -fixing minor compiler warningsChristian Grothoff2014-12-06
* -fix ftbfsChristian Grothoff2014-12-03
* rename element's type field to 'element_type'Christian Grothoff2014-11-27
* eliminating useless salt argument, salt can be generated inside of gnunet-ser...Christian Grothoff2014-11-27
* -fix return values, add missing returnChristian Grothoff2014-10-05
* notify performance monitors about destroyed addresses (for #3406)Christian Grothoff2014-06-16
* performance API indicates disconnectMatthias Wachs2014-05-21
* towards reviving priorities in core API, this time with enum to make classes ...Christian Grothoff2014-01-30
* -add missing returnChristian Grothoff2013-12-21
* at least they connect on transport levelMatthias Wachs2013-12-20
* -consider possibility that DV message arrives after direct connection was est...Christian Grothoff2013-12-18
* -fix transmission logic in DV APIChristian Grothoff2013-12-18
* -misc fixesChristian Grothoff2013-12-18
* -towards changing use of target distance to be from source (incomplete)Christian Grothoff2013-12-18
* -fix distance calculations / ntohs vs ntohlChristian Grothoff2013-12-18
* -learn routes from forwarding/receiving as wellChristian Grothoff2013-12-18
* -more debugging, fixing targetsChristian Grothoff2013-12-18
* -misc fixesChristian Grothoff2013-12-18
* use enum GNUNET_ATS_Network_Type instead of uint32_t where appropriateChristian Grothoff2013-12-13
* -adding a few more assertions to debug #3191Christian Grothoff2013-12-13
* allow distance change to communicate changes in network of next hop as well, ...Christian Grothoff2013-12-13
* -misc dv fixesChristian Grothoff2013-12-10
* -fix distanceChristian Grothoff2013-12-10
* -ignore unmatched NACK/ACKsChristian Grothoff2013-12-10
* -trying to fix #3189Christian Grothoff2013-12-10
* -fix check, do not drop our own messages, but count foreign drops in statsChristian Grothoff2013-12-10
* -minor fixesChristian Grothoff2013-12-10
* -consistently update consensi map whenever peer distances change (should fix ...Christian Grothoff2013-12-10
* -correct use of consensiChristian Grothoff2013-12-07
* -fix #3152Christian Grothoff2013-12-07
* -remove object from all_routes peer map before freeing it, should fix #3161Christian Grothoff2013-12-07
* -doxygenChristian Grothoff2013-12-07
* -dead assignment, reported by clangChristian Grothoff2013-12-05
* -dead assignment, reported by clangChristian Grothoff2013-12-05
* fix uninitialized memory in network sendMatthias Wachs2013-12-05
* doxygen + remove breakMatthias Wachs2013-12-05
* -run refresh_routes() asynchronously, as the recursion in #3152 looks suspiciousChristian Grothoff2013-12-04
* doxygenMatthias Wachs2013-12-03
* enabling transmission to pluginMatthias Wachs2013-12-03
* - fixing crash during shutdownMatthias Wachs2013-12-03
* debug messages for DV pluginMatthias Wachs2013-11-27
* - FIX: GNUNET_SET_STATUS_HALF_DONE is never called only GNUNET_SET_STATUS_DONEMatthias Wachs2013-11-27
* - neighbor_table_consensus was never createdMatthias Wachs2013-11-27
* fix crashMatthias Wachs2013-11-26
* remember direct route to be released on direct disconnectMatthias Wachs2013-11-25
* SET building is working now ... but SET itself seems to failMatthias Wachs2013-11-25
* -remove trailing whitespaceChristian Grothoff2013-10-06
* -fix ftbfsChristian Grothoff2013-10-01
* removing deprecated argument in 'init' callback of GNUNET_CORE_connectChristian Grothoff2013-08-21
* strange typo in dvFlorian Dold2013-07-24