aboutsummaryrefslogtreecommitdiff
path: root/src/arm/gnunet-service-arm.c
Commit message (Collapse)AuthorAge
* 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
|
* changing scheduler priorities to revert to DEFAULT instead of inheriting ↵Christian Grothoff2012-01-01
| | | | parent-task priority unless something else is explicitly specified
* -LRN: fix normal child death restart.Christian Grothoff2011-12-25
| | | | | | | | | It does work in the sense that child process is restarted. However, i didn't have an opportunity to test it for non-default processes (default processes are restarted immediately; non-default processes should be restarted on demand).
* major rewrite of ARM service and a bit of the ARM IPC to take advantage of ↵Christian Grothoff2011-12-08
| | | | the simplifications possible now that we no longer intercept traffic; the new code in particular is better at communicating what exactly ARM was doing in response to requests. A major change is that gnunet-arm -i/-k now only impacts if a service is running by-default, on-demand starting is no longer impacted, option -t from gnunet-arm was removed
* -moving interceptor.c code into main arm fileChristian Grothoff2011-12-07
|
* Implement passing sockets in IPC on W32 (#1975)Christian Grothoff2011-12-06
|
* fixing 1767:Christian Grothoff2011-09-18
|
* run indent twice, it alternates between two 'canonical' forms, also run ↵Christian Grothoff2011-08-29
| | | | whitespace remover
* even nicer indentation, thanks to LRN's indent patchChristian Grothoff2011-08-16
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* cleaning up ARM shutdownChristian Grothoff2011-07-19
|
* Mantis 1716:Christian Grothoff2011-06-20
|
* fixChristian Grothoff2011-05-12
|
* avoid restartChristian Grothoff2011-05-12
|
* some optimization work...Christian Grothoff2011-04-12
|
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* style improvments wrt Mantis 1614 patchChristian Grothoff2010-11-03
|
* original patch from Mantis 1614Christian Grothoff2010-11-03
|
* Refactoring gnunet_timeMatthias Wachs2010-10-27
|
* fixChristian Grothoff2010-10-20
|
* close pipe on exitChristian Grothoff2010-10-20
|
* BUG 0001602: A patch to fix process spawning with redirected std streams Matthias Wachs2010-09-15
|