aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_block_lib.h
Commit message (Collapse)AuthorAge
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* add logging and in particular checks to make sure no '.' wildcards are ↵Christian Grothoff2015-05-22
| | | | during initial transitions of the DFA
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -doxygen fixesChristian Grothoff2013-07-07
|
* -implementing regex testChristian Grothoff2013-07-02
|
* -move struct RegexBlock into regex_block_libChristian Grothoff2013-06-27
|
* -removing unnecessary key from regex blocks, compacting some of the other fieldsChristian 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
* -moving REGEX_INTERNAL_check_proof to libgnunetregexblock, integrating proof ↵Christian Grothoff2013-06-26
| | | | check into block plugin
* -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
* -fixChristian Grothoff2013-05-31
|
* - allow GNUNET_BLOCK_evaluate on PUT requests for regex blocksBart Polot2013-03-11
|
* Move regex DHT integration from mesh to regexBart Polot2013-01-17