aboutsummaryrefslogtreecommitdiff
path: root/src/util/plugin.c
Commit message (Collapse)AuthorAge
* NEWS: Refactoring components under src/ into lib/, plugin/, cli/ and service/Martin Schanzenbach2023-10-18
| | | | | This also includes a necessary API refactoring of crypto from IDENTITY to UTIL.
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* BUILD: Improve platform-specific includesMartin Schanzenbach2022-12-01
| | | | | | | | | | | This change allows third party programs to use gnunet either with the platform header from the sources used to build to gnunet, or use their own platform header by defining GNUNET_CUSTOM_PLATFORM_H which will be included in its stead. This also means that programs no longer must include "platform.h" (or similar) manually. The change (should be) backwards compatible to some degree. Fixes #4615
* -misc cleanupsChristian Grothoff2022-08-18
|
* -fix crashes on new DHT load/shutdownChristian Grothoff2022-02-19
|
* -rename plugin, otherwise plugin_test fails due to conflicting other plugin ↵Christian Grothoff2021-07-30
| | | | with the same prefix name
* 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>
* fix /proc/PID/maps parser format stringChristian Grothoff2021-01-02
|
* global reindent, now with uncrustify hook enabledChristian 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
|
* draft ATS API for TNGChristian Grothoff2018-11-29
|
* 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
|
* util: add component name to LOG macros; util/client: log incoming message ↵tg(x)2017-02-24
| | | | type/size/source for gnunet-logread
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -updated french translationsChristian Grothoff2015-03-24
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -undoChristian Grothoff2014-12-22
|
* -doxygenChristian Grothoff2014-12-22
|
* -style and doxygen fixesChristian Grothoff2013-12-11
|
* -towards addressing #3047, note this causes the code to FTBFSChristian Grothoff2013-09-30
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* one more timeMatthias Wachs2012-12-10
|
* mem leak in line 193configuration.cMatthias Wachs2012-12-10
|
* mistakeMatthias Wachs2012-12-10
|
* mem leakMatthias Wachs2012-12-10
|
* -LRN: use FPRINTF -- #2051Christian Grothoff2011-12-30
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* implementing plugin directory scanner for #1746Christian Grothoff2011-11-03
|
* converting to GNUNET_LOG_from*Christian Grothoff2011-10-11
|
* run indent twice, it alternates between two 'canonical' forms, also run ↵Christian Grothoff2011-08-29
| | | | whitespace remover
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* add API to test for plugin's existenceChristian Grothoff2010-11-05
|
* cleanerChristian Grothoff2010-06-25
|
* cleaning argz messChristian Grothoff2010-06-25
|
* make dist related fixesChristian Grothoff2010-04-16
|
* unload againChristian Grothoff2009-10-19
|
* ngChristian Grothoff2009-05-29