aboutsummaryrefslogtreecommitdiff
path: root/src/arm/gnunet-service-arm.c
Commit message (Collapse)AuthorAge
* -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)
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* check for __GLIBC__ before malloptingChristian Grothoff2015-06-16
|
* -fix indentation, logging, i18n, doxygenChristian Grothoff2015-02-28
|
* -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
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly
* - Do not set permissions for abstract sockets.Sree Harsha Totakura2014-02-13
|
* -fix issues with multi-user setup and ARMChristian Grothoff2013-12-23
|
* -indentations, comments on APIChristian Grothoff2013-12-05
|
* - move do_start_process to util/Sree Harsha Totakura2013-11-29
|
* allow spaces in binary file names (#3094)Christian Grothoff2013-11-26
|
* -fix message alignment to avoid bus error, indentation, style fixesChristian Grothoff2013-11-13
|
* -style fixesChristian Grothoff2013-10-17
|
* - 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
* implementing #3064: enable split-personality ARM to run some services as ↵Christian Grothoff2013-10-11
| | | | 'gnunet' and others as grothoff, depending on level of personal information available to the service
* changing UNIX domain socket access control to file permissions checks, ↵Christian Grothoff2013-10-09
| | | | instead of UDS credentials (#2887)
* -switching (again) to named sockets, see #2887Christian Grothoff2013-10-09
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -undo #29640, somehow causes problemsChristian Grothoff2013-09-27
|
* moving from abstract unix domain socket paths to normal unix domain socket ↵Christian Grothoff2013-09-26
| | | | paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
* -minor code cleanupChristian Grothoff2013-09-20
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* -fix memory leak (on error path)Christian Grothoff2013-06-21
|
* Fixed GNUNET_CLIENT_service_test on FreeBSD.David Barksdale2013-06-20
| | | | | | | This should also fix any other platform with AF_UNIX that is not Linux or Mingw.
* Don't start accept task twiceLRN2013-04-22
|
* Dont restart services/daemons that have exited with exit code 0.Bart Polot2013-04-17
|
* DocfixesLRN2013-03-15
|
* Use correct size for messages. Again. D'oh.LRN2013-03-14
|
* Fix arm service message handler declarationLRN2013-03-13
|