aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-testbed.c
Commit message (Collapse)AuthorAge
* 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
|
* 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
|
* migrating testbed to new service APIChristian Grothoff2016-10-10
|
* -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
|
* -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
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* - towards seperating connection pooling from cacheSree Harsha Totakura2013-09-26
|
* - experiment driver propagates barrier crossed notificationSree Harsha Totakura2013-09-10
|
* - barriers test case; more fixesSree Harsha Totakura2013-09-09
|
* - more barrier codeSree Harsha Totakura2013-09-02
|
* - towards testbed barriersSree Harsha Totakura2013-08-30
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* fix 2893: Move adaptive parallelisation mechanism to operation queuesSree Harsha Totakura2013-08-19
|
* - rename PEER_GET_CONFIGURATION to PEER_GET_INFORMATIONSree Harsha Totakura2013-08-15
|
* - remove dead assignmentsSree Harsha Totakura2013-08-14
|
* - 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.
* - fix parsing of shared service specsSree Harsha Totakura2013-05-08
|
* fix #2665: peer reconfiguration now implementedSree Harsha Totakura2013-05-07
|
* fix #2666: Implement service sharing among peersSree Harsha Totakura2013-04-21
|
* - logger service for aggregating stat data from testbed peersSree Harsha Totakura2013-04-18
|
* - service sharing in testingSree Harsha Totakura2013-04-18
|
* - 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
|
* - restructureSree Harsha Totakura2013-04-10
|
* - restructureSree Harsha Totakura2013-04-08
|
* - log load statistics to fileSree Harsha Totakura2013-04-04
|
* - load monitoring in testbedSree Harsha Totakura2013-04-04
|
* - use topology service instead of statistics as statistics may not terminate ↵Sree Harsha Totakura2013-04-03
| | | | when asked for
* - test case for starting/stopping peer's servicesSree Harsha Totakura2013-04-02
|
* - warn on missing casesSree Harsha Totakura2013-04-02
|
* - manage services of peers (server)Sree Harsha Totakura2013-04-02
|
* expose Operation and associated closure in every eventSree Harsha Totakura2013-03-18
|
* - fix crash after handling SHUTDOWN_PEERS due to forwarded operations using ↵Sree Harsha Totakura2013-03-11
| | | | `GST_peer_list'
* - fixSree Harsha Totakura2013-03-11
|
* - fixesSree Harsha Totakura2013-03-08
|
* - fix (case where peers <= 2)Sree Harsha Totakura2013-03-08
|
* be verbose while sending error message instead of emitting a warningSree Harsha Totakura2013-03-05
|