aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_gnunet_helper_testbed.c
Commit message (Collapse)AuthorAge
* 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
* - 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.
* - copyrightSree Harsha Totakura2013-04-10
| | | | | sed -i -r "s/(.*\(C\))(.*)(Christian)/\1 2008--2013 \3/" *.h *.c
* Don't call gnunet scheduler from signal handler. Instead, write to a pipeSree Harsha Totakura2013-03-06
| | | | | (ARM-style) to run a scheduler task when signal is received.
* - fix crashing testsSree Harsha Totakura2013-02-12
|
* testing now includes valid hostname rewritingSree Harsha Totakura2012-10-05
|
* removing duplicate specifiersSree Harsha Totakura2012-09-30
|
* renamed gnunet-testbed-helper to gnunet-helper-testbedSree Harsha Totakura2012-08-31