aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_configuration_lib.h
Commit message (Collapse)AuthorAge
* merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
|
* Add function to return GNUnet's default configurationAlessio Vanni2020-07-14
| | | | | | | | | It's for convenience when applications call `GNUNET_OS_init', after which it's impossible to obtain GNUnet's configuration without manually checking the filesystem. With this function it's possible to get the configuration regardless of the state of the application.
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* new convenience function to do operations on a configuration object to avoid ↵Christian Grothoff2018-11-10
| | | | repetitive configuration_create, _load and _destroy logic
* 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
|
* fix configuration parsing issue with inlines from configuration not in cwdChristian Grothoff2017-06-25
|
* misc indentation changesChristian Grothoff2017-03-04
|
* implement writing of configuration file in autoconfigurationChristian Grothoff2016-12-18
|
* -missing commitChristian Grothoff2016-10-25
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* doxygen: group/module definitions (part 2)Gabor X Toth2016-01-12
|
* doxygen: group/module definitions (part 1)Gabor X Toth2016-01-11
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* make libextractor actually optional, both for GNUnet and GNUnet-taler buildsChristian Grothoff2015-05-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* add GNUNET_CONFIGURATION_get_data from TalerChristian Grothoff2015-01-27
|
* adding function to read float from cfgMatthias Wachs2014-05-14
|
* -fix disting -- include spChristian Grothoff2014-03-07
|
* - do not use SIGUSR1 on SuperMUCSree Harsha Totakura2013-12-03
|
* -doxygen / coding convention fixesChristian Grothoff2013-10-11
|
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -load revocations from disk, misc doxygen/style fixesChristian 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
|
* -playing with doxygen groupsChristian Grothoff2013-08-14
|
* adding function to compute configuration differences in memoryChristian Grothoff2012-12-12
|
* -configuration serialization size_t for sizeSree Harsha Totakura2012-06-29
|
* -configuration deserializationSree Harsha Totakura2012-06-27
|
* configuration serializationSree Harsha Totakura2012-06-27
|
* -adding GNUNET_CONFIGURATION_load_fromChristian Grothoff2012-03-04
|
* implementing time and size parsers for #1875Christian Grothoff2011-11-03
|
* even nicer indentation, thanks to LRN's indent patchChristian Grothoff2011-08-16
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* aaded new function to iterate over section entriesMatthias Wachs2011-07-18
|
* add API to remove sectionChristian Grothoff2011-06-10
|
* read the dns-config from the filePhilipp Tölke2011-03-05
|
* docuChristian Grothoff2010-11-02
|
* constChristian Grothoff2009-11-10
|
* (no commit message)Safey A.Halim2009-11-10
|
* * test_peer.c is a test case for peer.cSafey A.Halim2009-11-09
| | | | * Changes in configuration.c and gnunet_configuration_lib.h for dumping configuration diffs between the default configuration object and an edited configuration.
* better commentsChristian Grothoff2009-10-08
|
* some doxygen fixesChristian Grothoff2009-09-30
|