aboutsummaryrefslogtreecommitdiff
path: root/src/regex/plugin_block_regex.c
Commit message (Collapse)AuthorAge
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* Revert "integrate dnsparser and dnsstub and tun with libgnunetutil"lurchi2018-06-25
| | | | This reverts commit 7da98cf076e9c5101244dfbbf8c3ddff045d298e.
* integrate dnsparser and dnsstub and tun with libgnunetutilChristian Grothoff2018-06-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
|
* 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
|
* strcmp instead of memcmpChristian Grothoff2017-02-22
|
* support BF size adjustments in other pluginsChristian Grothoff2017-02-22
|
* 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
|
* -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
|
* -fix calculation of block size, doxygenChristian Grothoff2013-12-22
|
* malloc -> newLRN2013-12-19
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -getting regex to compile again (part of #3047)Christian Grothoff2013-09-30
|
* - fix block validation for DHT PUT requestsBart Polot2013-09-20
|
* - dont require xquery for PUTsBart Polot2013-09-20
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* - Fix coverity 10602Bart Polot2013-07-19
|
* -introducing signing of regex accept states, removing PID from regex APIChristian Grothoff2013-06-26
|
* -removing unnecessary key from regex blocks, compacting some of the other fieldsChristian Grothoff2013-06-26
|
* -combine log statementsChristian Grothoff2013-06-26
|
* -renaming symbols of the block library to use the REGEX_BLOCK_ prefix and ↵Christian Grothoff2013-06-26
| | | | not the REGEX_INTERNAL_ prefix
* -cleaning up block code, moving all of the block logic into the block libraryChristian Grothoff2013-06-26
|
* renaming symbols from libgnunetregextest to have the prefix REGEX_TESTChristian Grothoff2013-06-20
|
* continuing refactoring of regex library structure, disambiguating symbol ↵Christian Grothoff2013-06-20
| | | | names between old regex library which is now internal and the public API; moving IP-to-regex conversion functions to tun library, as only vpn is using those to begin with
* - allow GNUNET_BLOCK_evaluate on PUT requests for regex blocksBart Polot2013-03-11
|
* - add debug for case of no xqueryBart Polot2013-01-21
|
* - fixBart Polot2013-01-21
|
* Move regex DHT integration from mesh to regexBart Polot2013-01-17