summaryrefslogtreecommitdiff
path: root/lpcap.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid stack overflow when handling nested capturesRoberto Ierusalimschy2019-02-201-0/+1
| | | | | | The C code uses recursion to handle nested captures, so a too deep nesting could create a stack overflow. The fix limits the handling of nested captures to 'MAXRECLEVEL' (default is 200 levels).
* Removed extra information from RCS keyword stringsRoberto Ierusalimschy2019-02-201-1/+1
| | | | | Version numbers and dates from RCS keyword strings removed from all source files; keeps only the file name.
* Fist version of LPeg on GITRoberto Ierusalimschy2019-02-201-0/+56
LPeg repository is being moved to git. Past versions won't be moved; they are still available in RCS.