aboutsummaryrefslogtreecommitdiff
path: root/src/dv
AgeCommit message (Expand)Author
2018-06-05first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX
2018-05-06Switch to $GNUNET_TMP in all configuration files.Nils Gillmann
2017-03-25rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff
2017-03-17more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff
2017-03-17Porting leftovers to new getopt API.Marcello Stanisci
2017-03-14fix misc clang compiler warningsChristian Grothoff
2017-02-27include set size in result callback, needed by consensusFlorian Dold
2017-02-23add set operation optionsFlorian Dold
2017-01-27unset XDG environment variable during testcases, as they can screw things up ...Christian Grothoff
2017-01-10rename connecT -> connect now that the old API is deadChristian Grothoff
2016-11-09- add subdirectory gitignore filesBart Polot
2016-10-11converting dv to new service APIChristian Grothoff
2016-08-18Use statement exprs instead of local functionDavid Barksdale
2016-08-04-finish dv conversion to new core MQ APIChristian Grothoff
2016-08-01-adapting xdht and wdht to new core MQ APIChristian Grothoff
2016-07-08-avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff
2016-07-05-reworking DV to use new MQ APIChristian Grothoff
2016-07-05indentation, moving API towards MQ-styleChristian Grothoff
2016-06-23-fix format string type issueChristian Grothoff
2016-04-30implementing new scheduler shutdown semanticsChristian Grothoff
2016-04-09small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2015-10-18rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming conv...Christian Grothoff
2015-10-07Fix typo in dvDavid Barksdale
2015-10-07determine network scope for ATS even if we do not yet have a session and only...Christian Grothoff
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-02-10fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS te...Christian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2014-12-24making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff
2014-12-10moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing #...Christian Grothoff
2014-12-06-fixing minor compiler warningsChristian Grothoff
2014-12-03-fix ftbfsChristian Grothoff
2014-11-27rename element's type field to 'element_type'Christian Grothoff
2014-11-27eliminating useless salt argument, salt can be generated inside of gnunet-ser...Christian Grothoff
2014-11-21-fix ftbfsChristian Grothoff
2014-10-23-towards #3452: implement monitoring API in DVChristian Grothoff
2014-10-05-fix return values, add missing returnChristian Grothoff
2014-09-13fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff
2014-06-24updated peer ids in test cfgMatthias Wachs
2014-06-24remove unused header structMatthias Wachs
2014-06-16notify performance monitors about destroyed addresses (for #3406)Christian Grothoff
2014-06-09-code beautificationChristian Grothoff
2014-06-02fix semantic for address_to_stringMatthias Wachs
2014-05-21performance API indicates disconnectMatthias Wachs
2014-03-20use address in session end callbackMatthias Wachs
2014-02-02Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow TES...LRN
2014-01-30towards reviving priorities in core API, this time with enum to make classes ...Christian Grothoff
2014-01-30fix #3284: support lib/MULTIARCH/ paths in installation, use GNUNET_PREFIX=@l...Christian Grothoff
2014-01-24fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura