aboutsummaryrefslogtreecommitdiff
path: root/src/arm/test_arm_api.c
Commit message (Collapse)AuthorAge
* -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
* -removing useless ifdefsChristian Grothoff2012-06-09
|
* -verbose is independent of loggingChristian Grothoff2012-02-26
|
* 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
* LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging callsChristian Grothoff2011-10-04
| | | | | | (#1805).
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* fix resolver apiMatthias Wachs2011-06-17
|
* increase timeoutChristian Grothoff2010-11-08
|
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* gpl3Christian Grothoff2010-07-02
|
* use IPV6_ONLY when binding socketsChristian Grothoff2010-05-11
|
* make error more robustChristian Grothoff2010-05-07
|
* 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).
* improving ARM APIChristian Grothoff2009-10-05
|
* const-ing of config-handlesChristian Grothoff2009-07-26
|
* ngChristian Grothoff2009-05-29