aboutsummaryrefslogtreecommitdiff
path: root/src/topology/gnunet-daemon-topology.c
Commit message (Collapse)AuthorAge
* BUILD: Move topology to serviceMartin Schanzenbach2023-10-19
|
* TOPOLOGY: Remove libgnunetfriendsMartin Schanzenbach2023-10-14
|
* Fix a couple of warningsMartin Schanzenbach2023-10-05
|
* Remove more traces of ATSMartin Schanzenbach2023-10-05
|
* Fix warnings; CADET not FTBFS because old hello removedMartin Schanzenbach2023-10-05
|
* Hello: Changed address and hello format to new TNG format.t3sserakt2023-10-03
|
* NEWS: The old hello design replaced by the new hello design.t3sserakt2023-08-24
|
* TOPOLOGY: Exchanged peerinfo api to store hellos with new peerstore api.t3sserakt2023-08-03
|
* NEWS: Removed all usage of old transport api, beside peerinfo tool, ↵t3sserakt2023-06-19
| | | | gnunet-transport cli and usage in transport layer itself.
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* make GNUNET_freez default, have GNUNET_free_nz for cases where that does not ↵Christian Grothoff2020-04-21
| | | | work
* follow-up to 7c14b80a011e9e99b1cef0bfd96bae364edd5663:ng02019-11-20
| | | | use __linux__ instead of redefined LINUX.
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* simplify MQ logic to always carry the same kinds of flags, and extend ↵Christian Grothoff2019-05-04
| | | | transport API to pass them to (TNG) service
* memcmp() -> GNUNET_memcmp(), first takeJulius Bünger2019-04-26
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* starting with communicatorChristian Grothoff2018-11-07
|
* -comments: the world ain't all malepsyc://loupsycedyglgamf.onion/~lynX2018-06-27
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* skip validation logicChristian Grothoff2018-05-28
|
* [topology] Fix blacklist conditionDavid Barksdale2017-06-23
| | | | This fixes issue #5086.
* 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
|