aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/reclaim_attribute.c
Commit message (Collapse)AuthorAge
* BUILD: Move reclaim to serviceMartin Schanzenbach2023-10-19
|
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* -more sizeMartin Schanzenbach2022-11-06
|
* -fix hton length mismatchMartin Schanzenbach2022-11-05
|
* -DOC: Documentation cleanup pass through RECLAIM subsystemWillow Liquorice2022-10-03
|
* -DOC: Pass through RECLAIM subsystemWillow Liquorice2022-10-03
|
* -DOC: First test of new header-first comment-stripping processWillow Liquorice2022-08-30
|
* 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