aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_hosts.c
Commit message (Collapse)AuthorAge
* Delete more subsystems not required after tngMartin Schanzenbach2023-10-13
|
* TESTBED: don't leak helper_argv when SSH can't be executed.ulfvonbelow2023-02-06
| | | | Signed-off-by: Martin Schanzenbach <schanzen@gnunet.org>
* -Miscellaneous mostly-comment typo fixes.ulfvonbelow2023-02-06
| | | | | | | The message in src/testbed/testbed_api_hosts.c was phrased a little strangely, so I changed that too. Signed-off-by: Martin Schanzenbach <schanzen@gnunet.org>
* 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
* -DOC: Documentation cleanup pass through TESTBED subsystemWillow Liquorice2022-10-03
|
* -DOC: Another comment stripping pass through TESTBEDWillow Liquorice2022-10-03
|
* -DOC: Comment stripping pass in TESTBED subsystemWillow Liquorice2022-10-03
|
* BUILD: Remove SuperMUC code. Issue #7033Martin Schanzenbach2021-10-11
|
* - moved test code from testbed to testingt3sserakt2021-08-17
|
* - stopping testbed, starting testbed for every node, fixing bugs, implement ↵t3sserakt2021-07-02
| | | | traits to start peers on nodes
* -fix many more typosChristian Grothoff2021-04-26
|
* merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
|
* avoid boolean flag in GNUNET_OS_start_process() API (fixes #6188)Christian Grothoff2020-07-17
|
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* new GNUNET_strlcpy allows using it morelurchi2019-06-27
|
* use GNUNET_strlcpy instead of strncpy where possiblelurchi2019-06-27
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* Partial application of diff send in beberking, Issue #5476Nils Gillmann2018-11-13
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* 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
|
* fix configuration parsing issue with inlines from configuration not in cwdChristian Grothoff2017-06-25
|
* removing dead/legacy server/connection logic, except for in tcp/wlan/bt ↵Christian Grothoff2017-03-16
| | | | plugins (which will be updated 'later')
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* convert testbed_api to MQ (not perfect, but working)Christian Grothoff2016-06-27
|
* remove global variable for barriers, move into controllerChristian Grothoff2016-06-25
|
* 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
|
* testbed: disable host key checking along with password based authenticationSree Harsha Totakura2015-10-28
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* Fix the use of (GNUNET_)strdup and (GNUNET_)freeLRN2015-01-24
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* Allow redirection of STDERR when starting processes.Sree Harsha Totakura2014-02-20
|
* malloc -> newLRN2013-12-19
|
* - use get_value_filename when retrieving filenames and pathsSree Harsha Totakura2013-10-17
|
* - change --enable-ll to --enable-supermucSree Harsha Totakura2013-10-12
| | | | | - define a system wide termination signal GNUNET_TERM_SIG. Set this to SIGUSR1 only when building for SuperMUC
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* - fix misc. memleaksSree Harsha Totakura2013-09-30
|
* - extra debugBart Polot2013-09-27
|
* - dead codeSree Harsha Totakura2013-08-21
|
* - no need for special parsing of load-leveler generated file since we use ↵Sree Harsha Totakura2013-08-21
| | | | MSH from now
* - enable substitionsSree Harsha Totakura2013-08-21
|
* - allow parsing hosts with optional username and port numberSree Harsha Totakura2013-08-20
|
* fix 2893: Move adaptive parallelisation mechanism to operation queuesSree Harsha Totakura2013-08-19
|