aboutsummaryrefslogtreecommitdiff
path: root/src/arm/test_arm_api.c
Commit message (Collapse)AuthorAge
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* refactoring ARM api to use new MQChristian Grothoff2016-06-23
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* move ARM/config logic to util/ where it doesn't need to cast away a 'const' ↵Christian Grothoff2015-04-24
| | | | and is _slightly_ less likely to be forgotten, also add big fat comment to hopefully clarify why it is there
* -indentation and doxygen fixesChristian Grothoff2015-04-24
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -fix warnings/ftbfsChristian Grothoff2013-10-01
|
* Adjust test_arm_api after API changes in r27231LRN2013-05-22
|
* -remove unnecessary arguments from ARM callbacksChristian Grothoff2013-04-14
|
* -dead codeSree Harsha Totakura2013-04-01
|
* -test cleanupChristian Grothoff2013-03-28
|
* Simplify ARM alloc/connectLRN2013-03-20
|
* disconnect -> disconnect_and_free renameLRN2013-03-20
|
* - fixSree Harsha Totakura2013-03-18
|
* All-encompassing ARM updateLRN2013-03-13
|
* - make ARM tests compile without errorsSree Harsha Totakura2013-03-13
|
* 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.
* -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