aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_internal.c
Commit message (Collapse)AuthorAge
* 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
|
* -fix more shift errorsChristian Grothoff2016-08-11
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* misc fixesChristian Grothoff2016-07-06
|
* -fix misc issuesChristian Grothoff2016-07-06
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* 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
|
* malloc -> newLRN2013-12-19
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -fixBart Polot2013-09-26
|
* - indentation, styleBart Polot2013-09-26
|
* - fixBart Polot2013-09-26
|
* Add REGEX_INTERNAL_iterate_reachable_edges which only reveals edges ↵Bart Polot2013-09-26
| | | | | | | reachable from states with proof longer or equal to REGEX_INITIAL_BYTES
* Fix 'way too many REGEX PUTs' issue.Maximilian Szengel2013-08-19
|
* -implementing regex testChristian Grothoff2013-07-02
|
* -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
* renaming symbols from libgnunetregextest to have the prefix REGEX_TESTChristian Grothoff2013-06-20
|
* moving functions for testing and evaluation and experiments to the test ↵Christian Grothoff2013-06-20
library, minimizing the internal library, renaming files according to which library they belong to