]> source.dussan.org Git - rspamd.git/commit
Add LPeg support to rspamd
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 7 Dec 2015 13:52:41 +0000 (13:52 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 7 Dec 2015 13:52:41 +0000 (13:52 +0000)
commitee98688103cf7bb7e14a4356adf055c77201b9f2
treed49c7120fcc79201051770f53ae7885195ae00ca
parentdbb7d466b83fa063d2b98aaf533bce74b19535e5
Add LPeg support to rspamd
15 files changed:
CMakeLists.txt
contrib/lpeg/CMakeLists.txt [new file with mode: 0644]
contrib/lpeg/LICENSE [new file with mode: 0644]
contrib/lpeg/lpcap.c [new file with mode: 0644]
contrib/lpeg/lpcap.h [new file with mode: 0644]
contrib/lpeg/lpcode.c [new file with mode: 0644]
contrib/lpeg/lpcode.h [new file with mode: 0644]
contrib/lpeg/lpprint.c [new file with mode: 0644]
contrib/lpeg/lpprint.h [new file with mode: 0644]
contrib/lpeg/lptree.c [new file with mode: 0644]
contrib/lpeg/lptree.h [new file with mode: 0644]
contrib/lpeg/lptypes.h [new file with mode: 0644]
contrib/lpeg/lpvm.c [new file with mode: 0644]
contrib/lpeg/lpvm.h [new file with mode: 0644]
src/CMakeLists.txt