aboutsummaryrefslogtreecommitdiff
path: root/src/block
Commit message (Collapse)AuthorAge
* -remove dead ats-tests, fix strange Debian build issuesChristian Grothoff2021-08-24
|
* 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>
* try to fix #6419:Christian Grothoff2020-07-02
|
* add $(GN_LIBINTL) to Makefile.am (fixes 0005902)xrs2019-11-08
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
* uncrustify as demanded.ng02019-09-08
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* 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 crash if block plugin not foundChristian Grothoff2017-06-25
|
* fix memory leakChristian Grothoff2017-03-10
|
* implement revocation block plugin, get revocation test to pass againChristian Grothoff2017-02-27
|
* add validation for inner consensus elementFlorian Dold2017-02-26
| | | | | The nested block validation requires the block context, and thus the evaluate callback not also receives the block context.
* ensure all plugins properly use BF, move shared logic to shared libraryChristian Grothoff2017-02-26
|
* Link libgnunetblockgroup to libgnunetblockРуслан Ижбулатов2017-02-25
| | | | Otherwise it won't link on W32.
* fix typo in exampleChristian Grothoff2017-02-23
|
* strcmp instead of memcmpChristian Grothoff2017-02-22
|
* support BF size adjustments in other pluginsChristian Grothoff2017-02-22
|
* clean up new block logic, avoid direct linkage against blockgroup lib from ↵Christian Grothoff2017-02-22
| | | | DHT service
* completed big block refactoring in preparation for SET-BLOCK integrationChristian Grothoff2017-02-20
|
* first half of new BLOCK API to generalize duplicate detection beyond BFsChristian Grothoff2017-02-20
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -noinst-ing non-functional binaries/libraries that just exist as ↵Christian Grothoff2015-06-02
| | | | examples/templates
* -extend block API to allow specifying flags, use this to allow reducing ↵Christian Grothoff2015-02-28
| | | | checks for replies from local DB
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* trying to do something about #3540Christian Grothoff2014-09-13
|
* malloc -> newLRN2013-12-19
|
* -adding plugin for fundamental gns recordsChristian Grothoff2013-10-16
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -doxygenChristian Grothoff2013-09-23
|
* -doxygenChristian Grothoff2013-09-23
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* -moving block test to resolve cyclic dependencyChristian Grothoff2012-07-15
|
* -towards block plugin for meshChristian Grothoff2012-06-20
|
* -LRN: more dependency fixesChristian Grothoff2012-06-14
|
* -LRN: block plugin depends on block moduleChristian Grothoff2012-06-12
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* -adding block duplicating detection to template for block pluginsChristian Grothoff2012-06-12
|
* -fixing #2405Christian Grothoff2012-06-07
|
* -fixing 2253Christian Grothoff2012-04-18
|
* - Adjusted logging levelBart Polot2012-02-28
|
* -version bumps in anticipation of releaseChristian Grothoff2012-02-27
|
* -verbose is independent of loggingChristian Grothoff2012-02-26
|
* -LRN: use FPRINTF -- #2051Christian Grothoff2011-12-30
|