aboutsummaryrefslogtreecommitdiff
path: root/src/util/helper.c
Commit message (Expand)AuthorAge
* NEWS: Refactoring components under src/ into lib/, plugin/, cli/ and service/Martin Schanzenbach2023-10-18
* -fix include order to get rid of warningsChristian Grothoff2023-10-04
* BUILD: Silence int/enum mismatch compiler warnings and curl deprecated definesMartin Schanzenbach2023-09-23
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
* BUILD: Attempt to disentable platform.h, gnunet_common.h and gnunet_private_c...Martin Schanzenbach2022-12-04
* BUILD: Improve platform-specific includesMartin Schanzenbach2022-12-01
* -DOC: Pass through UTIL libraries (HELPER, MST, NETWORK, OS, PEER)Willow Liquorice2022-10-03
* - add generic topology configuration by filet3sserakt2021-10-07
* spell checkingChristian Grothoff2020-11-14
* merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
* avoid boolean flag in GNUNET_OS_start_process() API (fixes #6188)Christian Grothoff2020-07-17
* 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 plugi...Christian Grothoff2017-03-16
* -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 GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* 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 e...Christian Grothoff2014-12-24
* Allow redirection of STDERR when starting processes.Sree Harsha Totakura2014-02-20
* - change --enable-ll to --enable-supermucSree Harsha Totakura2013-10-12
* -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
* 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/; up...Christian Grothoff2012-10-29
* 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
* helper exception callback lesser parametersSree Harsha Totakura2012-07-17