aboutsummaryrefslogtreecommitdiff
path: root/src/arm/test_gnunet_service_arm.c
Commit message (Collapse)AuthorAge
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -fix #3870Christian Grothoff2015-06-29
|
* fix testcase failure if firefly is localhostChristian Grothoff2015-03-13
|
* simplify test, log failure causeChristian Grothoff2015-03-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -fix stray semicolonChristian Grothoff2014-12-16
|
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly
* - Avoid dereferencing undefined pointer when the request status indicates an ↵Sree Harsha Totakura2014-03-26
| | | | error.
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -fixChristian Grothoff2013-05-22
|
* -fixChristian Grothoff2013-05-22
|
* -remove unnecessary arguments from ARM callbacksChristian Grothoff2013-04-14
|
* -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