aboutsummaryrefslogtreecommitdiff
path: root/src/arm/test_gnunet_service_arm.c
Commit message (Collapse)AuthorAge
* -test cleanupChristian Grothoff2013-03-28
|
* Simplify ARM alloc/connectLRN2013-03-20
|
* disconnect -> disconnect_and_free renameLRN2013-03-20
|
* Modify one of the tests to check service listLRN2013-03-13
|
* 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.
* -note authorsChristian Grothoff2012-10-09
|
* -fixChristian Grothoff2012-10-08
|
* -cleaning up arm testChristian Grothoff2012-10-08