aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-helper-testbed.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
|
* allow MST callback to distinguish between disconnect and parse error ↵Christian Grothoff2017-10-29
| | | | situations, and only log for the hard errors
* fix configuration parsing issue with inlines from configuration not in cwdChristian Grothoff2017-06-25
|
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* use new MST API in helperChristian Grothoff2016-10-07
|
* fixing compiler warningsChristian Grothoff2016-05-06
|
* 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
|
* typoChristian Grothoff2015-11-16
|
* more PATH_MAX issues (#4054)Christian Grothoff2015-11-16
|
* fix #4054Christian Grothoff2015-11-16
|
* -remove startup through valgrindSree Harsha Totakura2015-10-29
|
* fixing #4035Christian Grothoff2015-10-29
|
* -doxygen, indentChristian 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
* Allow redirection of STDERR when starting processes.Sree Harsha Totakura2014-02-20
|
* malloc -> newLRN2013-12-19
|
* Dup the envvar before unsetting, everywhereLRN2013-12-08
|
* Save the prefix value on W32, it does not survive unsettingLRN2013-12-08
|
* -fix leaks with putenv()Sree Harsha Totakura2013-11-11
|
* - use get_value_filename when retrieving filenames and pathsSree Harsha Totakura2013-10-17
|
* - fix invalid free()Sree Harsha Totakura2013-10-15
|
* - 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
* - typoBart Polot2013-10-10
|
* - ignore GNUNET_TESTING_PREFIX in testbed helperSree Harsha Totakura2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* - fix windows buildSree Harsha Totakura2013-09-03
|
* - barrier wait APISree Harsha Totakura2013-09-03
|
* - remove dead assignmentsSree Harsha Totakura2013-08-14
|
* - revert 27109,27108Sree Harsha Totakura2013-05-17
|
* - resolve hostname in helper to IP addressSree Harsha Totakura2013-05-13
|
* - signal termination to peers when controller crashesSree Harsha Totakura2013-04-26
|
* - service sharing in testingSree Harsha Totakura2013-04-18
|
* - copyrightSree Harsha Totakura2013-04-10
| | | | | sed -i -r "s/(.*\(C\))(.*)(Christian)/\1 2008--2013 \3/" *.h *.c
* fix: 2839Sree Harsha Totakura2013-03-22
|
* - fix crash monitoringSree Harsha Totakura2013-03-11
|
* 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.
* - indentSree Harsha Totakura2013-01-25
|
* -renaming testing-new.h to testing.h, bumping library versionsChristian Grothoff2012-12-21
|
* - rename controller_ip to trusted_ipSree Harsha Totakura2012-12-17
|
* - use pipe control only on WINDOWSSree Harsha Totakura2012-12-14
|
* fix crashes when aborting testing driversSree Harsha Totakura2012-10-31
|
* -fixesChristian Grothoff2012-10-29
|
* testing now includes valid hostname rewritingSree Harsha Totakura2012-10-05
|
* renamed gnunet-testbed-helper to gnunet-helper-testbedSree Harsha Totakura2012-08-31