aboutsummaryrefslogtreecommitdiff
path: root/src/arm
Commit message (Collapse)AuthorAge
* 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
|
* -bogus logChristian Grothoff2015-10-22
|
* -fixChristian Grothoff2015-10-18
|
* add capability to log per-service resource consumption via ARMChristian Grothoff2015-10-07
|
* automatically clean up left-over Unix domain socket files when trying to ↵Christian Grothoff2015-07-13
| | | | bind (fixes #3723)
* DEFAULTSERVICES is dead, remove remainsChristian Grothoff2015-07-08
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -fix #3870Christian Grothoff2015-06-29
|
* check for __GLIBC__ before malloptingChristian Grothoff2015-06-16
|
* -doxygen, indentChristian Grothoff2015-05-26
|
* move ARM/config logic to util/ where it doesn't need to cast away a 'const' ↵Christian Grothoff2015-04-24
| | | | and is _slightly_ less likely to be forgotten, also add big fat comment to hopefully clarify why it is there
* -staticChristian Grothoff2015-04-24
|
* -fixing PORT incongruency (LRN's W32 issue)Christian Grothoff2015-04-24
|
* -indentation and doxygen fixesChristian Grothoff2015-04-24
|
* fix testcase failure if firefly is localhostChristian Grothoff2015-03-13
|
* simplify test, log failure causeChristian Grothoff2015-03-07
|
* -fix indentation, logging, i18n, doxygenChristian Grothoff2015-02-28
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -fix stray semicolonChristian Grothoff2014-12-16
|
* adding single location for no_forcestart configuration listChristian Grothoff2014-12-11
|
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* - rename in conf.in files, update conf.in file still referencing meshBart Polot2014-05-07
|
* - Avoid dereferencing undefined pointer when the request status indicates an ↵Sree Harsha Totakura2014-03-26
| | | | error.
* - Do not set permissions for abstract sockets.Sree Harsha Totakura2014-02-13
|
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* -fixing misc format stringsChristian Grothoff2013-12-24
|
* -fix issues with multi-user setup and ARMChristian Grothoff2013-12-23
|
* -revocation should be in defaultsChristian Grothoff2013-12-21
|
* malloc -> newLRN2013-12-19
|
* -fixing 'make dist' issuesChristian Grothoff2013-12-12
|
* -trying to fix #3202Christian Grothoff2013-12-12
|
* -indentations, comments on APIChristian Grothoff2013-12-05
|
* - move do_start_process to util/Sree Harsha Totakura2013-11-29
|
* return error as exit codeMatthias Wachs2013-11-29
|
* allow spaces in binary file names (#3094)Christian Grothoff2013-11-26
|
* -doxygen fixesChristian Grothoff2013-11-16
|
* -fix message alignment to avoid bus error, indentation, style fixesChristian Grothoff2013-11-13
|
* -fix minor leaks in gnunet-arm (#3105)Christian Grothoff2013-11-09
|