aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_hosts.c
Commit message (Collapse)AuthorAge
* 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
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* - coverity fixesSree Harsha Totakura2013-06-24
|
* - fix scanf issues with plibc ignoring '.' before the last '-'Sree Harsha Totakura2013-05-22
|
* - fixSree Harsha Totakura2013-05-17
|
* - revert 27109,27108Sree Harsha Totakura2013-05-17
|
* - fallback to using ip addresses for hostsSree Harsha Totakura2013-05-17
|
* - distribute peers equally among island nodes on SuperMUCSree Harsha Totakura2013-05-15
|
* - compile warning fixesSree Harsha Totakura2013-05-14
|
* - merge; compare hostname to determine the node to spawn processSree Harsha Totakura2013-05-14
|
* - sort hosts returned from loadlevelerSree Harsha Totakura2013-05-14
|
* - use hostip instead of hostname to avoid dependency on resolverSree Harsha Totakura2013-05-14
|
* - allow reading hostnames with dashes/hyphensSree Harsha Totakura2013-05-13
|
* - 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.
* - use hashmap for remembering active operation contextsSree Harsha Totakura2013-04-17
|
* - fixesSree Harsha Totakura2013-04-15
|
* - use host's configuration while starting controller on the hostSree Harsha Totakura2013-04-10
|
* - copyrightSree Harsha Totakura2013-04-10
| | | | | sed -i -r "s/(.*\(C\))(.*)(Christian)/\1 2008--2013 \3/" *.h *.c
* - remove unused codeSree Harsha Totakura2013-03-07
|
* GNUNET_TESTBED_hosts_load_from_loadleveler() function available only whenSree Harsha Totakura2013-02-27
| | | | | --with-ll is specified
* Parsing LoadLeveler allocated hosts and creating testbed hosts from themSree Harsha Totakura2013-02-27
|
* send configurations of newly started slave controllers as part of controller ↵Sree Harsha Totakura2013-02-21
| | | | link operations
* host locking; warn upon API violationSree Harsha Totakura2013-02-21
|
* - do not use mempcpy()Sree Harsha Totakura2013-02-21
|