Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-19 | -fix (C) notices | Christian Grothoff | |
2015-06-30 | fix #3869: outdated FSF address | Christian Grothoff | |
2015-05-22 | add 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 standard | Christian Grothoff | |
2013-10-10 | separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSA | Christian Grothoff | |
2013-10-06 | -remove trailing whitespace | Christian Grothoff | |
2013-09-26 | Add 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 API | Christian 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 library | Christian Grothoff | |
2013-06-20 | renaming symbols from libgnunetregextest to have the prefix REGEX_TEST | Christian Grothoff | |
2013-06-20 | moving 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-20 | continuing 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 |