aboutsummaryrefslogtreecommitdiff
path: root/src/dv
Commit message (Collapse)AuthorAge
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS ↵Christian Grothoff2015-02-10
| | | | testcases yet
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly
* -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 ↵Christian Grothoff2014-11-27
| | | | gnunet-service-set
* -fix ftbfsChristian Grothoff2014-11-21
|
* -towards #3452: implement monitoring API in DVChristian Grothoff2014-10-23
|
* -fix return values, add missing returnChristian Grothoff2014-10-05
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* updated peer ids in test cfgMatthias Wachs2014-06-24
|
* remove unused header structMatthias Wachs2014-06-24
|
* notify performance monitors about destroyed addresses (for #3406)Christian Grothoff2014-06-16
|
* -code beautificationChristian Grothoff2014-06-09
|
* fix semantic for address_to_stringMatthias Wachs2014-06-02
|
* performance API indicates disconnectMatthias Wachs2014-05-21
|
* use address in session end callbackMatthias Wachs2014-03-20
|
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* towards reviving priorities in core API, this time with enum to make classes ↵Christian Grothoff2014-01-30
| | | | clearer
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* Link dv transport to libgnunethelloLRN2014-01-14
|
* fixing dv pluginMatthias Wachs2014-01-14
|
* -add missing returnChristian Grothoff2013-12-21
|
* -fix nss installation invocation if nss is not to be installedChristian Grothoff2013-12-20
|
* at least they connect on transport levelMatthias Wachs2013-12-20
|
* -undoChristian Grothoff2013-12-19
|
* -doxygen, fixing #3223Christian Grothoff2013-12-19
|
* related to 3216Matthias Wachs2013-12-19
|
* -consider possibility that DV message arrives after direct connection was ↵Christian Grothoff2013-12-18
| | | | established
* -fix transmission logic in DV APIChristian Grothoff2013-12-18
|
* -style fixChristian 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
|
* new timeout functionMatthias Wachs2013-12-18
|
* -fix endianess before printing DEBUG messageChristian Grothoff2013-12-18
|
* -complete API implementationChristian Grothoff2013-12-18
|
* -fix message types in commentChristian Grothoff2013-12-14
|
* -doxygen, indentationChristian Grothoff2013-12-13
|
* 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
| | | | related to #3191, but not sure if it fixes it
* -extend transport plugin API with capability to just disconnect a single ↵Christian Grothoff2013-12-12
| | | | session (not yet used)