aboutsummaryrefslogtreecommitdiff
path: root/src/arm/gnunet-arm.c
Commit message (Collapse)AuthorAge
* -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