aboutsummaryrefslogtreecommitdiff
path: root/src/arm/gnunet-arm.c
Commit message (Collapse)AuthorAge
* remove dead enum valuesChristian Grothoff2017-03-08
|
* fix more of #4890Christian Grothoff2017-03-08
|
* fix #4890Christian Grothoff2017-02-15
|
* implement -T option for gnunet-arm (#4854)Christian Grothoff2017-01-13
|
* refactoring ARM api to use new MQChristian Grothoff2016-06-23
|
* added filters to gnunet-logread and an automation fix for gnunet-armCarlo von lynX2016-05-31
|
* 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()
* Remove MSEC from option description.Florian Dold2016-02-29
| | | | | | The parser gives us microseconds (and not milliseconds) when no suffix is used, the option description was wrong/confusing.
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* return error as exit codeMatthias Wachs2013-11-29
|
* -fix minor leaks in gnunet-arm (#3105)Christian Grothoff2013-11-09
|
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* fixing ARM restarting, adding monitor mode to command lineChristian Grothoff2013-05-21
|
* -minor code cleanupChristian Grothoff2013-05-21
|
* -be less noisyChristian Grothoff2013-05-21
|
* -indentationChristian Grothoff2013-05-21
|
* -quiet means quietChristian Grothoff2013-05-21
|
* - fix appearance of '%s' in error messagesBart Polot2013-04-17
|
* -remove unnecessary arguments from ARM callbacksChristian Grothoff2013-04-14
|
* - docSree Harsha Totakura2013-04-08
|
* - warn on missing casesSree Harsha Totakura2013-04-02
|
* - styleSree Harsha Totakura2013-03-26
|
* -doxygen fixesChristian Grothoff2013-03-23
|
* Simplify ARM alloc/connectLRN2013-03-20
|
* disconnect -> disconnect_and_free renameLRN2013-03-20
|
* DocfixesLRN2013-03-15
|
* Correct %s in some casesLRN2013-03-14
|
* Continue processing after listing servicesLRN2013-03-13
|
* All-encompassing ARM updateLRN2013-03-13
|
* -fix warning about modifying const cfgChristian Grothoff2013-02-01
|
* 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.
* -improving shutdown behaviorChristian Grothoff2012-12-06
|
* print help for timeout argumentSree Harsha Totakura2012-11-06
|
* -misc bugfixes, travel hackingChristian Grothoff2012-11-04
|
* reducing error messages about missing configuration options by introducing ↵Christian Grothoff2012-09-27
| | | | new helper functions to print them uniformly
* -fixing #2546Christian Grothoff2012-09-16
|
* -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
* -fixChristian Grothoff2012-06-10
|
* LRN: new utf8 argv converter for W32, converting strings on command-line to ↵Christian Grothoff2012-06-10
| | | | UTF-8 for all command-line tools.
* -brkChristian Grothoff2012-03-08
|
* -minor fixes to arm service list API (#2141)Christian Grothoff2012-03-01
|
* -LRN: fix fprintfChristian Grothoff2012-02-29
|
* Adding arm list/info feature.Maximilian Szengel2012-02-29
|
* -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