aboutsummaryrefslogtreecommitdiff
path: root/src/util/helper.c
Commit message (Collapse)AuthorAge
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* 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
|
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* 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
|
* 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 #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -proper log messageChristian Grothoff2015-03-08
|
* implement linear back off for restart attemptsMatthias Wachs2015-02-20
|
* -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
|
* - 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
|
* -do not read via mst if there is no callback for readingChristian Grothoff2013-10-03
|
* -do cancel read task as wellChristian Grothoff2013-10-02
|
* -docu helper api betterChristian Grothoff2013-10-02
|
* -fix helper: properly abort pending write tasks during helper destroyChristian Grothoff2013-10-02
|
* -handle case that we are in restart on stopChristian Grothoff2013-05-21
|
* -fixSree Harsha Totakura2013-05-11
|
* - 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.
* stop helpers by closing stdinSree Harsha Totakura2013-02-12
|
* fixSree Harsha Totakura2012-11-05
|
* for starting up non gnunet helpers (SSH for example)Sree Harsha Totakura2012-10-30
|
* installing all service, daemon and helper binaries to lib/gnunet/libexec/; ↵Christian Grothoff2012-10-29
| | | | updating code to run binaries from new location, which is no longer in PATH
* improving PO setChristian Grothoff2012-09-27
|
* -do not restart helper if exp_cb is setChristian Grothoff2012-09-27
|
* fix for "bad address " issue with wlan helperMatthias Wachs2012-09-17
|
* only use control pipe with helpers IF the helper actually supports itChristian Grothoff2012-08-29
|
* Use pipe control for helper processesLRN2012-07-27
| | | | | This fixes testbed service leak in testbed tests. Either this, or NOT using helper API for testbed helper.
* helper exception callback lesser parametersSree Harsha Totakura2012-07-17
|
* extended HELPER api to notify when child crashesSree Harsha Totakura2012-07-16
|
* -pass stderr to helpers:Christian Grothoff2012-07-14
|
* -LRN: Another take on std descriptor inheritanceChristian Grothoff2012-07-09
| | | | | | | | | | Now descriptors are not inherited by default, you have to pass a set of flags to make it so. When pipes are given, flags have no effect. gnunet-arm now has two options to block stdout and stderr from being passed to gnunet-service-arm
* -logChristian Grothoff2012-05-08
|
* -allow helper send to be cancelledChristian Grothoff2012-05-08
|
* Renamed GNUNET_OS_process_close to GNUNET_OS_process_destroyBart Polot2012-05-08
|
* -trying to resolve alignment issue on sparcChristian Grothoff2012-04-24
|
* enabling use of pipes for signal communication also on UNIX to enable future ↵Christian Grothoff2012-02-27
| | | | integration with Java services
* -fixing #2139Christian Grothoff2012-02-09
|
* -delChristian Grothoff2012-01-29
|
* -enable helper shutdown during mst callbackChristian Grothoff2012-01-29
|