summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/patterns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* httpd patterns double freesemarie2016-02-141-2/+3
* str_match() checked the return value of str_find_aux() incorrectly: itreyk2015-08-181-3/+3
* Corrects some minors nits. Patch from Theo Buehler.semarie2015-06-261-6/+6
* remove a deprecated character class.semarie2015-06-231-5/+2
* Add initial support for pattern matching using Lua's pattern matching code.reyk2015-06-231-0/+715