aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_testbed.c
Commit message (Collapse)AuthorAge
* 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
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* 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 bug introduced when STAR topology was added, STAR must only be once in ↵Christian Grothoff2016-08-13
| | | | the topology_strings[]-array
* -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
|
* -do not segv on controller crashChristian Grothoff2015-10-29
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -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
* -fixesSree Harsha Totakura2014-01-08
|
* 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
|
* - implement scale free topology correctly and introduce argument to cap the ↵Sree Harsha Totakura2013-09-11
| | | | number of connections to a peer in the generated topology
* - barriers test case; more fixesSree Harsha Totakura2013-09-09
|
* - give out run handle through which master controller's handle can be retrievedSree Harsha Totakura2013-09-06
|
* - doxygenSree Harsha Totakura2013-09-05
|
* - warn and wait for all operations to be completedSree Harsha Totakura2013-09-05
|
* - remove dead code and fixesSree Harsha Totakura2013-09-04
|
* - coverity fixesSree Harsha Totakura2013-06-24
|
* - remove island handling code (we are restricted to 1 island anyway)Sree Harsha Totakura2013-06-10
|
* - do not create peers on the island controllerSree Harsha Totakura2013-05-24
|
* - fallback to using ip addresses for hostsSree Harsha Totakura2013-05-17
|
* - fix compileSree Harsha Totakura2013-05-15
|
* - distribute peers equally among island nodes on SuperMUCSree Harsha Totakura2013-05-15
|
* - supermuc specific island handling codeSree Harsha Totakura2013-05-14
|
* - avoid linear scan of hostsSree Harsha Totakura2013-05-11
|
* - remove unused configuration parameter in GNUNET_TESTBED_controller_link()Sree Harsha Totakura2013-05-04
|
* - docSree Harsha Totakura2013-04-18
|
* - use hashmap instead of DLLSree Harsha Totakura2013-04-17
|
* - 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
|
* - copyrightSree Harsha Totakura2013-04-10
| | | | | sed -i -r "s/(.*\(C\))(.*)(Christian)/\1 2008--2013 \3/" *.h *.c
* provide how many links succeeded and how many failed in test master callbackSree Harsha Totakura2013-03-28
| | | | | from GNUNET_TESTBED_run() and GNUNET_TESTBED_test_run() functions
* - fix crashes in testbed_api_testbed upon interruptsSree Harsha Totakura2013-03-28
|
* - exit when an operation failsSree Harsha Totakura2013-03-27
|
* - code reorderingSree Harsha Totakura2013-03-19
| | | | | - Call GNUNET_SCHEDULER_shutdown() upon errors
* - doxygenSree Harsha Totakura2013-03-18
|
* expose Operation and associated closure in every eventSree Harsha Totakura2013-03-18
|
* Call TestMaster callback upon timeout set through configurationSree Harsha Totakura2013-03-15
| | | | | | fixes #2833
* Implement GNUNET_TESTBED_get_statistics() - resolves #2662Sree Harsha Totakura2013-03-13
| | | | | | | Test case for testing GNUNET_TESTBED_get_statistics() Fix waiting for SHUTDOWN_PEERS reply when controller crashes