aboutsummaryrefslogtreecommitdiff
path: root/src/arm
Commit message (Collapse)AuthorAge
* Porting 'arm'.Marcello Stanisci2017-03-15
|
* fix memory leakChristian Grothoff2017-03-11
|
* remove dead enum valuesChristian Grothoff2017-03-08
|
* fix more of #4890Christian Grothoff2017-03-08
|
* fix sun_len issue (#4816) by adding test and fixing typoChristian Grothoff2017-02-21
|
* fix #4890Christian Grothoff2017-02-15
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* implement -T option for gnunet-arm (#4854)Christian Grothoff2017-01-13
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* exclude more testsChristian Grothoff2017-01-08
|
* - add subdirectory gitignore filesBart Polot2016-11-09
|
* eliminate last residue of old service api in ARMChristian Grothoff2016-10-21
|
* convert mockup service to new service APIChristian Grothoff2016-09-26
|
* want himBHexpansion, but not path-prefixingChristian Grothoff2016-09-25
|
* fix NPEChristian Grothoff2016-09-24
|
* -must not expand BINARY as filenameChristian Grothoff2016-09-24
|
* migrate ARM to new service APIChristian Grothoff2016-09-24
|
* fix #4672Christian Grothoff2016-09-24
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* -doxygenMartin Schanzenbach2016-07-17
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* misc fixesChristian Grothoff2016-07-06
|
* -fix misc issuesChristian Grothoff2016-07-06
|
* -convert backoff test to new MQ APIChristian Grothoff2016-06-29
|
* -do not start unnecessary servicesChristian Grothoff2016-06-28
|
* bump ARM lib versionChristian Grothoff2016-06-24
|
* refactoring ARM api to use new MQChristian Grothoff2016-06-23
|
* convert monitor API to use MQChristian Grothoff2016-06-22
|
* -fix ftbfsChristian Grothoff2016-06-21
|
* -indenting and doxygenChristian Grothoff2016-06-20
|
* -indentChristian Grothoff2016-06-02
|
* invert option order for tgChristian Grothoff2016-06-02
|
* Fix for #4553Christian Grothoff2016-06-01
|
* fix #4546Christian Grothoff2016-06-01
|
* added filters to gnunet-logread and an automation fix for gnunet-armCarlo von lynX2016-05-31
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* expand dollars in BINARY for service type 'simple'Florian Dold2016-04-26
|
* don't free -- expand_dollar does reallocFlorian Dold2016-04-26
|
* Use dollar expansion helper instead of custom codeFlorian Dold2016-04-25
|
* Remove format string abuse with sane code.Florian Dold2016-04-25
| | | | | | With the old code, parts of the config file were interpreted as format string, always a bad idea ...
* Revert 37060Florian Dold2016-04-22
| | | | | | Filename expansion in GNUnet apparently also resolves paths relative to the CWD, which broke everything.
* Allow expansion of [arm]BINARY.Florian Dold2016-04-22
| | | | | This is needed in GNU Taler.
* 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()
* add logic to parse JSON uploadsChristian Grothoff2016-04-04
|
* 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.
* Do $-expansion for OPTIONS of simple servicesFlorian Dold2016-02-29
| | | | | | | In the future, this should also handle escaping and quotation. For compatibility reasons, the expansion is only done for simple service configs.
* Make ARM understand the TYPE option for servicesFlorian Dold2016-02-28
| | | | | | | Setting the TYPE option for a service to SIMPLE makes ARM start the service without any GNUnet-specific command line options. The TYPE option defaults to GNUNET, which is the usual behavior (with config / log level arguments to the binary).
* -fix (C) noticesChristian Grothoff2016-01-19
|
* Make resource diagnostics output more useful.Florian Dold2015-12-10
| | | | | | | | The old format had output that looked like a floating point number, but was actually two integers (seconds, microseconds) separated by a dot. Actually outputting floating point numbers makes the output more amendable to processing with standard tools like awk.
* more PATH_MAX issues (#4054)Christian Grothoff2015-11-16
|