aboutsummaryrefslogtreecommitdiff
path: root/src/dv
AgeCommit message (Collapse)Author
2018-06-07paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX
2018-06-07glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX
2018-06-05first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX
2018-05-06Switch to $GNUNET_TMP in all configuration files.Nils Gillmann
Signed-off-by: Nils Gillmann <ng0@n0.is>
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
badly
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
This change lets us compile with clang again.
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 ↵Christian Grothoff
GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
2016-01-19-fix (C) noticesChristian Grothoff
2015-10-18rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming ↵Christian Grothoff
conventions
2015-10-07Fix typo in dvDavid Barksdale
2015-10-07determine network scope for ATS even if we do not yet have a session and ↵Christian Grothoff
only have an address
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-02-10fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS ↵Christian Grothoff
testcases yet
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 ↵Christian Grothoff
even fully address #3247
2014-12-10moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff
#3565 indirectly
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 ↵Christian Grothoff
gnunet-service-set
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 ↵LRN
TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
2014-01-30towards reviving priorities in core API, this time with enum to make classes ↵Christian Grothoff
clearer