aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/reclaim_attribute.c
Commit message (Collapse)AuthorAge
* 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>
* -hunting memleaksMartin Schanzenbach2020-12-27
|
* - towards separation between credentials and presentations thereof, wip, ftbfsMartin Schanzenbach2020-08-20
|
* -fix serializationMartin Schanzenbach2020-08-06
|
* merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
|
* fix attestation flag rest; fix NULL ptr derefSchanzenbach, Martin2020-03-03
|
* consolidate reclaim attribute libSchanzenbach, Martin2020-02-09