aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord/gnsrecord.c
Commit message (Collapse)AuthorAge
* -Fix several incorrect uses of `i.e.'Alessio Vanni2021-04-24
| | | | With some other changes to sentences here and there as I found appropriate.
* Implement function to load plugins within a specific contextAlessio Vanni2021-04-05
| | | | | | | | | | | | | | | When `GNUNET_OS_init' is called to change the application project data, lazy-loading plugins will fail as it will not find the requested files. The function will temporarily swap the project data with the argument value and will search for plugins, within the installation directory tree inferred from that structure. Applications can still use `GNUNET_PLUGIN_load_all' to load their plugins from within their own installation directory tree, though services are recommended to use the `in_context' version to avoid falling in the same pit. Signed-off-by: Martin Schanzenbach <mschanzenbach@posteo.de>
* merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
|
* support context-wide client authenticationChristian Grothoff2020-07-16
|
* - Use correct argument in GNUNET_OS_init callAlessio Vanni2020-07-15
| | | | Signed-off-by: Christian Grothoff <christian@grothoff.org>
* Load GNSRECORD plugins within GNUnet's contextAlessio Vanni2020-07-15
| | | | | | | | | | | | When applications set a new project data structure using `GNUNET_OS_init', the plugin loader will look into a different path for plugins, instead of using GNUnet's installation path. Since applications don't normally come with the default DNS/GNS plugins for GNSRECORD, the consequence is that GNSRECORD will always fail when operating on a record from GNS. Signed-off-by: Christian Grothoff <christian@grothoff.org>
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* 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
|
* GNSRECORD: fix build w/o janssonSchanzenbach, Martin2018-11-12
|
* change namestore, json handling; fix identity, gnsPhil2018-07-26
|
* -wip namestore api, changed adding gnsrecordPhil2018-07-25
|
* 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
|
* add some extra GNS-record well-formedness checks if logging is enabledChristian Grothoff2018-05-13
|
* truly use all DNS results for NS lookupChristian Grothoff2018-05-13
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* permit 'ANY' for typenameChristian Grothoff2014-06-05
|
* Rename name_map and plugins from gns so that they are unique in a total c-fileFlorian Dold2014-03-10
|
* -fix shutdownChristian Grothoff2013-10-16
|
* -use plugins, fixing #3052Christian Grothoff2013-10-16
|
* -rename fest for symbols moved from GNUNET_NAMESTORE_ to new ↵Christian Grothoff2013-10-16
| | | | GNUNET_GNSRECORD_ library
* -moving code to new libgnunetgnsrecord in preparation for addressing #3052Christian Grothoff2013-10-16