aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-testbed_links.c
Commit message (Collapse)AuthorAge
* -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
* malloc -> newLRN2013-12-19
|
* - fix testbed crash when controller linking operations fail at controllersSree Harsha Totakura2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* - fix misc. memleaksSree Harsha Totakura2013-09-30
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* - revert 27104Sree Harsha Totakura2013-05-17
|
* - remove hostname/ip address from INIT message. They will be determined by ↵Sree Harsha Totakura2013-05-13
| | | | the controller automatically
* - complement HELPER API with functions to kill and wait on the helper processSree Harsha Totakura2013-05-09
| | | | | | - To shutdown quickly, have testbed first kill all sub-controller's helper processes first and wait later instead of kill & wait per each processes.
* - docSree Harsha Totakura2013-05-06
|
* - simplify on-demand linking in overlay connectsSree Harsha Totakura2013-05-05
|
* - remove unused configuration parameter in GNUNET_TESTBED_controller_link()Sree Harsha Totakura2013-05-04
|
* - fixesSree Harsha Totakura2013-04-15
|
* - fixSree Harsha Totakura2013-04-14
|
* - fixSree Harsha Totakura2013-04-13
|
* - remove dead code as controller linking operation does not require hostSree Harsha Totakura2013-04-12
| | | | | -configuration explicitly
* - fix memleak complaints from valgrindSree Harsha Totakura2013-04-12
|
* - towards on-demand controller linkingSree Harsha Totakura2013-04-11
|
* - use host's configuration while starting controller on the hostSree Harsha Totakura2013-04-10
|
* - use host's configuration while connecting to controllerSree Harsha Totakura2013-04-10
|
* - restructureSree Harsha Totakura2013-04-10