summaryrefslogtreecommitdiff
path: root/src/arm/gnunet-arm.c
Commit message (Collapse)AuthorAge
...
* All-encompassing ARM updateLRN2013-03-13
|
* -fix warning about modifying const cfgChristian Grothoff2013-02-01
|
* LRN: Here's a patch. See if it doesn't break anything for you.Christian Grothoff2013-01-26
| | | | | | | | | | | | | | | | Arm service is started with -c <configname> only when the process that runs arm service has "[arm]/CONFIG" defined in the configuration used to run arm service (usually - process' own configuration). Since default [arm] config has no CONFIG defined anymore (thanks to your r25908), we need to add this code to put the config file that was passed to gnunet-arm tool via -c as "[arm]/CONFIG" for arm service to receive it. Otherwise arm service is run without config and reads default config (~/.gnunet/gnunet.conf) instead, which is clearly not what we need.
* -improving shutdown behaviorChristian Grothoff2012-12-06
|
* print help for timeout argumentSree Harsha Totakura2012-11-06
|
* -misc bugfixes, travel hackingChristian Grothoff2012-11-04
|
* reducing error messages about missing configuration options by introducing ↵Christian Grothoff2012-09-27
| | | | new helper functions to print them uniformly
* -fixing #2546Christian Grothoff2012-09-16
|
* -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
* -fixChristian Grothoff2012-06-10
|
* LRN: new utf8 argv converter for W32, converting strings on command-line to ↵Christian Grothoff2012-06-10
| | | | UTF-8 for all command-line tools.
* -brkChristian Grothoff2012-03-08
|
* -minor fixes to arm service list API (#2141)Christian Grothoff2012-03-01
|
* -LRN: fix fprintfChristian Grothoff2012-02-29
|
* Adding arm list/info feature.Maximilian Szengel2012-02-29
|
* -LRN: use FPRINTF -- #2051Christian Grothoff2011-12-30
|
* 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
* longer ARM stop timeouts, powerpc buildbot still has troubleChristian Grothoff2011-10-23
|
* fixing bad fixChristian Grothoff2011-10-20
|
* even nicer indentation, thanks to LRN's indent patchChristian Grothoff2011-08-16
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* use bind instead of connect to test if service is running to avoid long ↵Christian Grothoff2011-08-11
| | | | timeouts during startup
* fixNathan S. Evans2011-07-27
|
* command line timeout optionNathan S. Evans2011-07-27
|
* timeout too short... adaptive? backoff?Nathan S. Evans2011-07-25
|
* fixesChristian Grothoff2011-07-23
|
* cleaner messageChristian Grothoff2011-06-14
|
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* need longer timeout, better error messageChristian Grothoff2010-11-02
|
* faster stop timeoutChristian Grothoff2010-10-19
|
* further arm do daemonize hack, easier to debug arm startup (debatable)Nathan S. Evans2010-07-30
|
* gpl3Christian Grothoff2010-07-02
|
* slightly more moderate timeoutChristian Grothoff2010-07-02
|
* code clean upChristian Grothoff2010-06-18
|
* localizationChristian Grothoff2010-06-18
| | | | of scopes
* fixesChristian Grothoff2010-05-18
|
* comment for fall throughNathan S. Evans2010-05-07
|
* temporary hack for gnunet-arm. given enough time processes seem to go away, ↵Nathan S. Evans2010-05-07
| | | | so give them time
* main change for gnunet-arm is that gnunet-arm now gets proper confirmation ↵Nathan S. Evans2010-05-06
| | | | when called to start or stop services. This means that calling gnunet-arm to stop/start a process will return 0 only if the process is stopped/started. For gnunet-service-arm, this is implemented by leaking the client connection socket on a shutdown request, so that it is only closed when the arm service actually shuts down (indicating everything is really down).
* add quiet flag (fix for test case)Nathan S. Evans2010-04-01
|
* use loglevel defaults for gnunet-armNathan S. Evans2010-03-29
|
* gnunet-arm option to delete configuration file and servicehome directory, ↵Nathan S. Evans2010-03-29
| | | | tailored only for testcases as users probably won't want to delete their configuration file whenever shutting down gnunet (unless they really hate it)
* smaller timeoutChristian Grothoff2010-03-10
|
* bugfixes and redesigning scheduler APIChristian Grothoff2009-11-04
|
* improving ARM APIChristian Grothoff2009-10-05
|
* const-ing of config-handlesChristian Grothoff2009-07-26
|
* ngChristian Grothoff2009-05-29