aboutsummaryrefslogtreecommitdiff
path: root/src/topology
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-28skip validation logicChristian Grothoff
2018-05-06Merge branch 'master' of gnunet.org:gnunetNils Gillmann
2018-05-06Switch to $GNUNET_TMP in all configuration files.Nils Gillmann
Signed-off-by: Nils Gillmann <ng0@n0.is>
2018-05-06fix dht profiler logicChristian Grothoff
2018-01-12fix #5242 topology.txt write issueChristian Grothoff
2017-10-06fix leakChristian Grothoff
2017-06-23[topology] Fix blacklist conditionDavid Barksdale
This fixes issue #5086.
2017-03-17more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff
2017-02-28get rid of warning for missing directory on friends.txt creationChristian Grothoff
2017-01-27unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff
badly
2017-01-22use new SCHEDULER_add_at API where applicableChristian Grothoff
2017-01-10rename connecT -> connect now that the old API is deadChristian Grothoff
2017-01-08even more .gitignore updatesChristian Grothoff
2016-11-09- add subdirectory gitignore filesBart Polot
2016-08-18Use statement exprs instead of local functionDavid Barksdale
This change lets us compile with clang again.
2016-07-31convering more services to new core MQ APIChristian Grothoff
2016-07-08-avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff
2016-07-08migrate transport_core API to MQChristian 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-18-change topology to use ATS connectivity API instead of deprecated transport ↵Christian Grothoff
try_connect
2015-07-13-no binding for daemonsChristian Grothoff
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-06-16check for __GLIBC__ before malloptingChristian 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 ↵Christian Grothoff
even fully address #3247
2014-12-16-no NSEChristian Grothoff
2014-12-10moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff
#3565 indirectly
2014-10-05-fix leakChristian Grothoff
2014-07-17per peer back-off for transport connect attemptsMatthias Wachs
2014-07-17fix docu, make code readable, remove unclear FIXME, add max frequencyMatthias Wachs
2014-05-07Rename mesh->cadetBart Polot
2014-04-25-indentChristian Grothoff
2014-03-30friend is a reserved work in C++. Rename to friend_id.Bruno Cabral
2014-02-16make sure to create friends directory before trying to write friends fileChristian Grothoff
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
2014-01-30fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff
GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
2014-01-24fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura
sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
2013-12-19malloc -> newLRN
2013-10-13-doxygenChristian Grothoff
2013-10-10separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff
2013-10-09more work towards XDG spec (#3000) -- config file locationChristian Grothoff
2013-10-07Add missing blackslashLRN
2013-10-07-fix friends file parser logic, a NOT operator is a wonderful thing sometimesChristian Grothoff