aboutsummaryrefslogtreecommitdiff
path: root/src/tun/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
* -use the same hash function to map service name to hash, not once strlen and ↵Christian Grothoff2013-12-20
| | | | then strlen+1
* -give nicer warning about big regexChristian Grothoff2013-12-20
|
* -fix leakChristian Grothoff2013-11-28
|
* -improvements to parsersChristian Grothoff2013-10-26
|
* -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
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -note where 2919 should be also implementedChristian Grothoff2013-07-22
|
* rename GNUNET_TUN_ipvXtoregex to GNUNET_TUN_ipvXtoregexsearch to clarify ↵Christian Grothoff2013-07-22
| | | | that this is for generating the search strings
* -move all code that deals with IP/policy to regex/string conversion to tunChristian Grothoff2013-07-22
|
* adding file that was moved here from regex.c and forgotten in earlier commitChristian Grothoff2013-06-20