aboutsummaryrefslogtreecommitdiff
path: root/src/util/configuration.c
Commit message (Collapse)AuthorAge
* make static analysis happierChristian Grothoff2020-03-03
|
* auto-provide OS_IPK paths in [paths] of configChristian Grothoff2020-01-17
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* reduce scopeChristian Grothoff2019-10-05
|
* reduce scopeChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* fail hard if configuration file specified via -c does not exist (in all ↵Christian Grothoff2018-12-11
| | | | services and programs)
* Merge branch 'master' of gnunet.org:gnunetNils Gillmann2018-11-13
|\
| * new convenience function to do operations on a configuration object to avoid ↵Christian Grothoff2018-11-10
| | | | | | | | repetitive configuration_create, _load and _destroy logic
* | Partial application of diff send in beberking, Issue #5476Nils Gillmann2018-11-13
|/ | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* fix #5454Christian Grothoff2018-11-04
|
* warn better if config option is invalid, allow second and seconds as time unitsChristian Grothoff2018-09-15
|
* 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
|
* internally assert that asprintf size allocation never failsChristian Grothoff2018-01-06
|
* fix timeout of test_service, misc signed/unsigned and unused argument issuesChristian Grothoff2018-01-04
|
* fix configuration parsing issue with inlines from configuration not in cwdChristian Grothoff2017-06-25
|
* -missing commitChristian Grothoff2016-10-25
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -indentChristian Grothoff2016-07-08
|
* avoid excessive logging in config parsingChristian Grothoff2016-06-20
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* make libextractor actually optional, both for GNUnet and GNUnet-taler buildsChristian Grothoff2015-05-30
|
* adding --enable-taler-wallet configure option to build a reduced version of ↵Christian Grothoff2015-05-28
| | | | libgnunetutil with only the parts needed by GNU Taler wallets
* -get test to work, but with ecdsa instead of eddsaChristian Grothoff2015-03-19
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -fix leakChristian Grothoff2015-01-30
|
* add GNUNET_CONFIGURATION_get_data from TalerChristian Grothoff2015-01-27
|
* -make sure we get the correct errno back after GNUNET_NETWORK_socket_create()Christian Grothoff2015-01-25
|
* -remove dead apiChristian Grothoff2014-12-17
|
* adding function to read float from cfgMatthias Wachs2014-05-14
|
* 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 off-by-one so we can also select on FD 0 (stdin)Christian Grothoff2013-12-13
|
* - allow $-expressions anywhere in the given stringSree Harsha Totakura2013-12-03
|
* - warn upon failed $-expansionsSree Harsha Totakura2013-10-28
|
* Don't put back separator that wasn't there originallyLRN2013-10-14
|
* -doxygenChristian Grothoff2013-10-13
|
* -fix crash on recursion with NULL defChristian Grothoff2013-10-11
|
* -doxygen, code style, indentation fixesChristian Grothoff2013-10-11
|
* -switching (again) to named sockets, see #2887Christian Grothoff2013-10-09
|
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* Andrew Cann wrote:Christian Grothoff2013-10-03
| | | | | | | | | | | | | Here's a very small patch that changes one of the arguments to GNUNET_CONFIGURATION_get_value_choice. C++ doesn't allow you to cast from a (char **) to a (const char **) because that enables overwriting read-only memory. This patch makes the argument "more const" (which is always a good thing) and makes it possible to call it from C++ passing in a (char **). https://canndrew.org/misc/change_GNUNET_CONFIGURATION_get_value_choice_argument.diff
* -towards addressing #3047, note this causes the code to FTBFSChristian Grothoff2013-09-30
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* -modernize a bit moreChristian Grothoff2013-07-17
|