aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-daemon-testbed-underlay.c
Commit message (Collapse)AuthorAge
* -convert to new transport APIChristian Grothoff2016-07-29
|
* -make handle staticChristian Grothoff2016-07-08
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian 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
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS ↵Christian Grothoff2015-02-10
| | | | testcases yet
* -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
* -check return valuesChristian Grothoff2014-12-16
|
* -fixesSree Harsha Totakura2014-01-08
|
* - allow peers to connect in both directionsSree Harsha Totakura2014-01-08
|
* - fixesSree Harsha Totakura2014-01-08
|
* - restrict underlay based on whitelist for nowSree Harsha Totakura2014-01-07
|
* - fix ftbfsSree Harsha Totakura2014-01-05
|
* -fixesSree Harsha Totakura2014-01-03
|
* - read whitelist from databaseSree Harsha Totakura2014-01-02
|
* -fix build with older sqlite3Christian Grothoff2014-01-02
|
* - testbed underlay daemonSree Harsha Totakura2013-12-29