aboutsummaryrefslogtreecommitdiff
path: root/src/tun/test_regex.c
Commit message (Collapse)AuthorAge
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* do not generate wildcard '.' transitions in policy regex, be preciseChristian Grothoff2015-05-22
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* generate compact regular expressions if range is negated (#3226), switch ↵Christian Grothoff2014-01-12
| | | | default policy to not-25 (SMTP) as we can now work with that
* -faster port range generation, O(n) instead of O(n^2)Christian Grothoff2013-10-26
|
* -converting regular expressions of vpn/pt to non-binary format and adding ↵Christian Grothoff2013-10-26
| | | | proper policy parsing
* rename GNUNET_TUN_ipvXtoregex to GNUNET_TUN_ipvXtoregexsearch to clarify ↵Christian Grothoff2013-07-22
| | | | that this is for generating the search strings
* fix compile error left from renaming festChristian Grothoff2013-06-21
|
* 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