aboutsummaryrefslogtreecommitdiff
path: root/src/tun/test_regex.c
Commit message (Collapse)AuthorAge
* 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