aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_internal_lib.h
AgeCommit message (Collapse)Author
2016-01-19-fix (C) noticesChristian Grothoff
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-05-22add logging and in particular checks to make sure no '.' wildcards are ↵Christian Grothoff
during initial transitions of the DFA
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2013-10-10separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff
2013-10-06-remove trailing whitespaceChristian Grothoff
2013-09-26Add REGEX_INTERNAL_iterate_reachable_edges which only reveals edges ↵Bart Polot
reachable from states with proof longer or equal to REGEX_INITIAL_BYTES
2013-06-26-introducing signing of regex accept states, removing PID from regex APIChristian Grothoff
2013-06-26-moving REGEX_INTERNAL_check_proof to libgnunetregexblock, integrating proof ↵Christian Grothoff
check into block plugin
2013-06-26-renaming symbols of the block library to use the REGEX_BLOCK_ prefix and ↵Christian Grothoff
not the REGEX_INTERNAL_ prefix
2013-06-26-cleaning up block code, moving all of the block logic into the block libraryChristian Grothoff
2013-06-20renaming symbols from libgnunetregextest to have the prefix REGEX_TESTChristian Grothoff
2013-06-20moving functions for testing and evaluation and experiments to the test ↵Christian Grothoff
library, minimizing the internal library, renaming files according to which library they belong to
2013-06-20continuing refactoring of regex library structure, disambiguating symbol ↵Christian Grothoff
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