aboutsummaryrefslogtreecommitdiff
path: root/src/topology/gnunet-daemon-topology.c
Commit message (Collapse)AuthorAge
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* use new SCHEDULER_add_at API where applicableChristian Grothoff2017-01-22
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* convering more services to new core MQ APIChristian Grothoff2016-07-31
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* migrate transport_core API to MQChristian Grothoff2016-07-08
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | 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()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* -change topology to use ATS connectivity API instead of deprecated transport ↵Christian Grothoff2015-10-18
| | | | try_connect
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* check for __GLIBC__ before malloptingChristian Grothoff2015-06-16
|
* -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
* per peer back-off for transport connect attemptsMatthias Wachs2014-07-17
|
* fix docu, make code readable, remove unclear FIXME, add max frequencyMatthias Wachs2014-07-17
|
* Rename mesh->cadetBart Polot2014-05-07
|
* -indentChristian Grothoff2014-04-25
|
* towards reviving priorities in core API, this time with enum to make classes ↵Christian Grothoff2014-01-30
| | | | clearer
* malloc -> newLRN2013-12-19
|
* implementing FRIENDS file writing logicChristian Grothoff2013-10-07
|
* -moving friends file parsing logic into its own libraryChristian Grothoff2013-10-07
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -getting topology to compile again (part of #3047)Christian Grothoff2013-09-30
|
* removing deprecated argument in 'init' callback of GNUNET_CORE_connectChristian Grothoff2013-08-21
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* peerinfo API change + changes in code using apiMatthias Wachs2013-04-04
|
* changes for mantis 0002676Matthias Wachs2013-04-04
|
* support for FRIEND_HELLOMatthias Wachs2013-03-28
|
* -doxygenChristian Grothoff2013-03-23
|
* fixMatthias Wachs2013-03-22
|
* fixesMatthias Wachs2013-03-21
|
* -check return valuesChristian Grothoff2012-12-20
|
* changes to transport apiMatthias Wachs2012-11-09
|
* -fixing #2617 --- removing dead autoconnect optionChristian Grothoff2012-11-05
|
* -misc bugfixes, travel hackingChristian Grothoff2012-11-04
|
* -add logic to measure heap size for all processes that use statistics, ↵Christian Grothoff2012-10-07
| | | | reduce statistics, topology, nse and resolver heap usage using the same trick we used for arm
* -chaning multihashmap API to allow option for avoiding key allocationChristian Grothoff2012-10-07
|
* reducing error messages about missing configuration options by introducing ↵Christian Grothoff2012-09-27
| | | | new helper functions to print them uniformly
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* LRN: new utf8 argv converter for W32, converting strings on command-line to ↵Christian Grothoff2012-06-10
| | | | UTF-8 for all command-line tools.
* -simplifying core API (#2400)Christian Grothoff2012-06-09
|
* -doxygenChristian Grothoff2012-06-01
|
* - fixMatthias Wachs2012-06-01
|
* -trying to fix #2391: limit connect rate from topologyChristian Grothoff2012-06-01
|
* -fixChristian Grothoff2012-04-24
|
* -trying to fix assertion from freebsd buildbotChristian Grothoff2012-04-24
|
* -fixing advertising constants, improving docuChristian Grothoff2012-03-25
|
* -fixing advertising constants, code cleanupChristian Grothoff2012-03-25
|