aboutsummaryrefslogtreecommitdiff
path: root/src/arm/gnunet-service-arm.c
Commit message (Collapse)AuthorAge
* first step to remove plibcng02019-09-06
|
* fix gnunet-service-arm termination status codeChristian Grothoff2019-08-18
|
* use GNUNET_strlcpy instead of strncpy where possiblelurchi2019-06-27
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* finish (?) libgnunetatstransport for nowChristian Grothoff2018-11-29
|
* rename FORCESTART into IMMEDIATE_START (#4547b)psyc://loupsycedyglgamf.onion/~lynX1984-04-04
|
* AUTOSTART renamed into START_ON_DEMAND (#4547a)psyc://loupsycedyglgamf.onion/~lynX1984-04-04
|
* rename USER_SERVICE into RUN_PER_USER. thx, tg (#4548a)psyc://loupsycedyglgamf.onion/~lynX2018-06-23
|
* rename USER/SYSTEM_ONLY into START_USER/SYSTEM_SERVICES (#4548)psyc://loupsycedyglgamf.onion/~lynX2018-06-23
|
* require gnunet.conf to specify which services to runpsyc://loupsycedyglgamf.onion/~lynX2018-06-23
|
* eh, logic exactly wrong way round...Christian Grothoff2018-06-16
|
* clean up arm, do not warn on missing port if autostart setChristian Grothoff2018-06-16
|
* 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
|
* beautify loopChristian Grothoff2017-12-27
|
* implement exponential back-off cool down for ARM process restartsChristian Grothoff2017-09-05
|
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* fix memory leakChristian Grothoff2017-03-11
|
* fix sun_len issue (#4816) by adding test and fixing typoChristian Grothoff2017-02-21
|
* eliminate last residue of old service api in ARMChristian Grothoff2016-10-21
|
* want himBHexpansion, but not path-prefixingChristian Grothoff2016-09-25
|
* fix NPEChristian Grothoff2016-09-24
|
* -must not expand BINARY as filenameChristian Grothoff2016-09-24
|
* migrate ARM to new service APIChristian Grothoff2016-09-24
|
* fix #4672Christian Grothoff2016-09-24
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* misc fixesChristian Grothoff2016-07-06
|
* convert monitor API to use MQChristian Grothoff2016-06-22
|
* -indentChristian Grothoff2016-06-02
|
* invert option order for tgChristian Grothoff2016-06-02
|
* Fix for #4553Christian Grothoff2016-06-01
|
* fix #4546Christian Grothoff2016-06-01
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* expand dollars in BINARY for service type 'simple'Florian Dold2016-04-26
|
* don't free -- expand_dollar does reallocFlorian Dold2016-04-26
|
* Use dollar expansion helper instead of custom codeFlorian Dold2016-04-25
|
* Remove format string abuse with sane code.Florian Dold2016-04-25
| | | | | | With the old code, parts of the config file were interpreted as format string, always a bad idea ...
* Revert 37060Florian Dold2016-04-22
| | | | | | Filename expansion in GNUnet apparently also resolves paths relative to the CWD, which broke everything.
* Allow expansion of [arm]BINARY.Florian Dold2016-04-22
| | | | | This is needed in GNU Taler.
* 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()
* add logic to parse JSON uploadsChristian Grothoff2016-04-04
|
* Do $-expansion for OPTIONS of simple servicesFlorian Dold2016-02-29
| | | | | | | In the future, this should also handle escaping and quotation. For compatibility reasons, the expansion is only done for simple service configs.
* Make ARM understand the TYPE option for servicesFlorian Dold2016-02-28
| | | | | | | Setting the TYPE option for a service to SIMPLE makes ARM start the service without any GNUnet-specific command line options. The TYPE option defaults to GNUNET, which is the usual behavior (with config / log level arguments to the binary).
* -fix (C) noticesChristian Grothoff2016-01-19
|
* Make resource diagnostics output more useful.Florian Dold2015-12-10
| | | | | | | | The old format had output that looked like a floating point number, but was actually two integers (seconds, microseconds) separated by a dot. Actually outputting floating point numbers makes the output more amendable to processing with standard tools like awk.
* -bogus logChristian Grothoff2015-10-22
|
* -fixChristian Grothoff2015-10-18
|
* add capability to log per-service resource consumption via ARMChristian Grothoff2015-10-07
|
* automatically clean up left-over Unix domain socket files when trying to ↵Christian Grothoff2015-07-13
| | | | bind (fixes #3723)