aboutsummaryrefslogtreecommitdiff
path: root/src/arm/gnunet-arm.c
Commit message (Collapse)AuthorAge
* finish #4623Christian Grothoff2019-06-22
|
* reindenting with clangChristian Grothoff2019-05-02
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* cache NICK results in namestore to avoid unnecessary load on the DB; improve ↵Christian Grothoff2018-12-11
| | | | sqlite DB style, use WAL for sqlite DB
* accidental removalChristian Grothoff2018-12-11
|
* make sure peer launches if default config not found and -c not givenChristian Grothoff2018-12-11
|
* 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
|
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
|
* Porting 'arm'.Marcello Stanisci2017-03-15
|
* 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
|