-add reverse autoadd; with test
[oweals/gnunet.git] / src / arm /
2016-09-26 Christian Grothoffconvert mockup service to new service API
2016-09-25 Christian Grothoffwant himBHexpansion, but not path-prefixing
2016-09-24 Christian Grothofffix NPE
2016-09-24 Christian Grothoff-must not expand BINARY as filename
2016-09-24 Christian Grothoffmigrate ARM to new service API
2016-09-24 Christian Grothofffix #4672
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-07-17 Martin Schanzenbach-doxygen
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-07-06 Christian Grothoffmisc fixes
2016-07-06 Christian Grothoff-fix misc issues
2016-06-29 Christian Grothoff-convert backoff test to new MQ API
2016-06-28 Christian Grothoff-do not start unnecessary services
2016-06-24 Christian Grothoffbump ARM lib version
2016-06-23 Christian Grothoffrefactoring ARM api to use new MQ
2016-06-22 Christian Grothoffconvert monitor API to use MQ
2016-06-21 Christian Grothoff-fix ftbfs
2016-06-20 Christian Grothoff-indenting and doxygen
2016-06-02 Christian Grothoff-indent
2016-06-02 Christian Grothoffinvert option order for tg
2016-06-01 Christian GrothoffFix for #4553
2016-06-01 Christian Grothofffix #4546
2016-05-31 Carlo von lynXadded filters to gnunet-logread and an automation fix...
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-26 Florian Doldexpand dollars in BINARY for service type 'simple'
2016-04-26 Florian Dolddon't free -- expand_dollar does realloc
2016-04-25 Florian DoldUse dollar expansion helper instead of custom code
2016-04-25 Florian DoldRemove format string abuse with sane code.
2016-04-22 Florian DoldRevert 37060
2016-04-22 Florian DoldAllow expansion of [arm]BINARY.
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-04-04 Christian Grothoffadd logic to parse JSON uploads
2016-02-29 Florian DoldRemove MSEC from option description.
2016-02-29 Florian DoldDo $-expansion for OPTIONS of simple services
2016-02-28 Florian DoldMake ARM understand the TYPE option for services
2016-01-19 Christian Grothoff-fix (C) notices
2015-12-10 Florian DoldMake resource diagnostics output more useful.
2015-11-16 Christian Grothoffmore PATH_MAX issues (#4054)
2015-10-22 Christian Grothoff-bogus log
2015-10-18 Christian Grothoff-fix
2015-10-07 Christian Grothoffadd capability to log per-service resource consumption...
2015-07-13 Christian Grothoffautomatically clean up left-over Unix domain socket...
2015-07-08 Christian GrothoffDEFAULTSERVICES is dead, remove remains
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-06-29 Christian Grothoff-fix #3870
2015-06-16 Christian Grothoffcheck for __GLIBC__ before mallopting
2015-05-26 Christian Grothoff-doxygen, indent
2015-04-24 Christian Grothoffmove ARM/config logic to util/ where it doesn't need...
2015-04-24 Christian Grothoff-static
2015-04-24 Christian Grothoff-fixing PORT incongruency (LRN's W32 issue)
2015-04-24 Christian Grothoff-indentation and doxygen fixes
2015-03-13 Christian Grothofffix testcase failure if firefly is localhost
2015-03-07 Christian Grothoffsimplify test, log failure cause
2015-02-28 Christian Grothoff-fix indentation, logging, i18n, doxygen
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-12-16 Christian Grothoff-fix stray semicolon
2014-12-11 Christian Grothoffadding single location for no_forcestart configuration...
2014-12-10 Christian Grothoffmoving away from DEFAULTSERVICES to per-section FORCEST...
2014-09-13 Christian Grothofffixing parallel build, getting rid of useless _DEPENDEN...
2014-05-07 Bart Polot- rename in conf.in files, update conf.in file still...
2014-03-26 Sree Harsha Totakura- Avoid dereferencing undefined pointer when the reques...
2014-02-13 Sree Harsha Totakura- Do not set permissions for abstract sockets.
2014-02-02 LRNFix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX...
2014-01-30 Christian Grothofffix #3284: support lib/MULTIARCH/ paths in installation...
2014-01-24 Sree Harsha Totakurafix #3275 with solution from https://gnunet.org/bugs...
2013-12-24 Christian Grothoff-fixing misc format strings
2013-12-23 Christian Grothoff-fix issues with multi-user setup and ARM
2013-12-21 Christian Grothoff-revocation should be in defaults
2013-12-19 LRNmalloc -> new
2013-12-12 Christian Grothoff-fixing 'make dist' issues
2013-12-12 Christian Grothoff-trying to fix #3202
2013-12-05 Christian Grothoff-indentations, comments on API
2013-11-29 Sree Harsha Totakura- move do_start_process to util/
2013-11-29 Matthias Wachsreturn error as exit code
2013-11-26 Christian Grothoffallow spaces in binary file names (#3094)
2013-11-16 Christian Grothoff-doxygen fixes
2013-11-13 Christian Grothoff-fix message alignment to avoid bus error, indentation...
2013-11-09 Christian Grothoff-fix minor leaks in gnunet-arm (#3105)
2013-10-17 Christian Grothoff-style fixes
2013-10-12 Sree Harsha Totakura- change --enable-ll to --enable-supermuc
2013-10-11 Christian Grothoffimplementing #3064: enable split-personality ARM to...
2013-10-09 Christian Grothoffchanging UNIX domain socket access control to file...
2013-10-09 Christian Grothoff-switching (again) to named sockets, see #2887
2013-10-09 Christian Grothofflast XDG change: use GNUNET_RUNTIME_DIR instead of...
2013-10-09 Christian Grothoffmore work towards XDG spec (#3000) -- config file location
2013-10-09 Christian Grothoffmigrating towards XDG configuration specification ...
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-01 Christian Grothoff-fix warnings/ftbfs
2013-09-30 Christian Grothoff-towards addressing #3047, note this causes the code...
2013-09-27 Christian Grothoff-undo #29640, somehow causes problems
2013-09-26 Christian Grothoffmoving from abstract unix domain socket paths to normal...
2013-09-23 LRNNon-generated config file
2013-09-23 LRNRemove the config file (no longer generated)
2013-09-20 Christian Grothoff-minor code cleanup
2013-09-19 Sree Harsha Totakura-fix compile warnings and parallel build
2013-09-16 Sree Harsha Totakura- do not install mockup-service into libexecdir
2013-09-16 Florian Dold- replace deprecated INCLUDES with AM_CPPFLAGS
2013-09-09 Christian Grothoff-monkey integration
next