aboutsummaryrefslogtreecommitdiff
path: root/src/arm
Commit message (Collapse)AuthorAge
* 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
|
* -style fixesChristian Grothoff2013-10-17
|
* - change --enable-ll to --enable-supermucSree Harsha Totakura2013-10-12
| | | | | - define a system wide termination signal GNUNET_TERM_SIG. Set this to SIGUSR1 only when building for SuperMUC
* implementing #3064: enable split-personality ARM to run some services as ↵Christian Grothoff2013-10-11
| | | | 'gnunet' and others as grothoff, depending on level of personal information available to the service
* changing UNIX domain socket access control to file permissions checks, ↵Christian Grothoff2013-10-09
| | | | instead of UDS credentials (#2887)
* -switching (again) to named sockets, see #2887Christian Grothoff2013-10-09
|
* last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by defaultChristian Grothoff2013-10-09
|
* more work towards XDG spec (#3000) -- config file locationChristian Grothoff2013-10-09
|
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -fix warnings/ftbfsChristian Grothoff2013-10-01
|
* -towards addressing #3047, note this causes the code to FTBFSChristian Grothoff2013-09-30
|
* -undo #29640, somehow causes problemsChristian Grothoff2013-09-27
|
* moving from abstract unix domain socket paths to normal unix domain socket ↵Christian Grothoff2013-09-26
| | | | paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
* Non-generated config fileLRN2013-09-23
|
* Remove the config file (no longer generated)LRN2013-09-23
|