aboutsummaryrefslogtreecommitdiff
path: root/src/arm/gnunet-service-arm.c
Commit message (Collapse)AuthorAge
* 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
|
* Use correct argument for receive_doneLRN2013-03-13
|
* Receive_done in monitor hanldingLRN2013-03-13
|
* All-encompassing ARM updateLRN2013-03-13
|
* -no reason for continue, AFAIKChristian Grothoff2013-03-11
|
* - assert hardSree Harsha Totakura2012-12-13
|
* -allow config-less services to startChristian Grothoff2012-11-05
|
* -fix use of PREFIX with libexecChristian Grothoff2012-11-05
|
* -bugfixes, code cleanupChristian Grothoff2012-10-26
|
* -use defaultconfig if config is missingChristian Grothoff2012-10-09
|
* -converting more places to use STRINGS_relative_time_to_stringChristian Grothoff2012-09-27
|
* -converting more places to use STRINGS_relative_time_to_stringChristian Grothoff2012-09-27
|
* reducing error messages about missing configuration options by introducing ↵Christian Grothoff2012-09-27
| | | | new helper functions to print them uniformly
* -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
* -help seaspider some moreChristian Grothoff2012-05-15
|
* Renamed GNUNET_OS_process_close to GNUNET_OS_process_destroyBart Polot2012-05-08
|
* -towards fixing #2299Christian Grothoff2012-05-03
|
* introducing soft shutdown concept for services; during soft shutdown, ↵Christian Grothoff2012-04-22
| | | | services that are still managing non-monitor clients continue to run until those clients disconnect; however, the services do stop to accept new connections (will stop listening); soft shutdown is now used by ats, transport, peerinfo, namestore and most importantly statistics; this should fix #2197
* -misc offline hacking / code cleanup in utilChristian Grothoff2012-04-21
|
* -fixesChristian Grothoff2012-04-19
|
* adding code to measure and report shutdown time for services to ↵Christian Grothoff2012-03-09
| | | | gnunet-service-arm at INFO level logging
* Using GNUNET_snprintf.Maximilian Szengel2012-03-01
|
* Adding arm list/info feature.Maximilian Szengel2012-02-29
|
* enabling use of pipes for signal communication also on UNIX to enable future ↵Christian Grothoff2012-02-27
| | | | integration with Java services
* -trying to fix double-start issue on sparcChristian Grothoff2012-01-30
|
* LRN: enable more fine-grained control over blocking/non-blocking pipe operationChristian Grothoff2012-01-14
|