Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Remove aarch64 GC64 workaround | CruX | 2021-08-24 | 3 | -144/+0 |
| | | | | luajit contains full support for lightuserdata on aarch64 in newest 2.1 versions | ||||
* | [Fix] Do not use GC64 workaround on 32bit platforms, omg | Vsevolod Stakhov | 2020-09-17 | 1 | -2/+4 |
| | | | | Issue: #3459 | ||||
* | [Fix] Mmap return value must be checked versus MAP_FAILED | Vsevolod Stakhov | 2020-09-17 | 1 | -1/+1 |
| | | | | Issue: #3459 | ||||
* | [Minor] Update lpeg to the upstream | Vsevolod Stakhov | 2020-07-09 | 5 | -97/+169 |
| | |||||
* | [Fix] Fix poor man allocator algorithm | Vsevolod Stakhov | 2020-07-09 | 1 | -4/+4 |
| | |||||
* | [Fix] Segmentation fault in contrib/lua-lpeg/lpvm.c on ppc64el | Spühler Stefan | 2020-05-12 | 1 | -1/+1 |
| | | | | | | | This disables a workaround only intended for aarch64 if the target architecture is powerpc. Issue: #3365 | ||||
* | [Minor] Lpeg: Improve logging on type mismatch | Vsevolod Stakhov | 2020-02-24 | 1 | -1/+2 |
| | |||||
* | [Minor] Protect lpeg code against empty texts | Vsevolod Stakhov | 2020-02-20 | 1 | -0/+14 |
| | |||||
* | [Minor] silence redefinition of macro | Christian Göttsche | 2020-01-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [74/340] Building C object contrib/lua-lpeg/CMakeFiles/rspamd-lpeg.dir/lpprint.c.o In file included from ../contrib/lua-lpeg/lpprint.c:11: ../contrib/lua-lpeg/lptypes.h:15: warning: "NDEBUG" redefined 15 | #define NDEBUG | <command-line>: note: this is the location of the previous definition [75/340] Building C object contrib/lua-lpeg/CMakeFiles/rspamd-lpeg.dir/lpcap.c.o In file included from ../contrib/lua-lpeg/lpcap.h:9, from ../contrib/lua-lpeg/lpcap.c:9: ../contrib/lua-lpeg/lptypes.h:15: warning: "NDEBUG" redefined 15 | #define NDEBUG | <command-line>: note: this is the location of the previous definition [77/340] Building C object contrib/lua-lpeg/CMakeFiles/rspamd-lpeg.dir/lpvm.c.o In file included from ../contrib/lua-lpeg/lpcap.h:9, from ../contrib/lua-lpeg/lpvm.c:15: ../contrib/lua-lpeg/lptypes.h:15: warning: "NDEBUG" redefined 15 | #define NDEBUG | <command-line>: note: this is the location of the previous definition [79/340] Building C object contrib/lua-lpeg/CMakeFiles/rspamd-lpeg.dir/lpcode.c.o In file included from ../contrib/lua-lpeg/lpcode.c:12: ../contrib/lua-lpeg/lptypes.h:15: warning: "NDEBUG" redefined 15 | #define NDEBUG | <command-line>: note: this is the location of the previous definition [81/340] Building C object contrib/lua-lpeg/CMakeFiles/rspamd-lpeg.dir/lptree.c.o In file included from ../contrib/lua-lpeg/lptree.c:15: ../contrib/lua-lpeg/lptypes.h:15: warning: "NDEBUG" redefined 15 | #define NDEBUG | <command-line>: note: this is the location of the previous definition | ||||
* | [Minor] Remove enforced "-O3" from contrib libraries | Vsevolod Stakhov | 2019-12-25 | 1 | -6/+0 |
| | |||||
* | [Minor] Fix asan friendliness in lpeg | Vsevolod Stakhov | 2019-11-29 | 1 | -10/+22 |
| | |||||
* | [Minor] Allow rspamd_text matching in lpeg | Vsevolod Stakhov | 2019-11-25 | 1 | -1/+18 |
| | |||||
* | [Minor] Fix compile warnings | Vsevolod Stakhov | 2019-10-10 | 2 | -1/+4 |
| | |||||
* | [Minor] Init tree before usage | Vsevolod Stakhov | 2019-09-27 | 1 | -0/+1 |
| | |||||
* | [Minor] Arm64: Implement poor man slabs | Vsevolod Stakhov | 2019-06-03 | 1 | -2/+56 |
| | | | | Issue: #2906 | ||||
* | [Minor] Adopt lpeg for aarch64 and luajit | Vsevolod Stakhov | 2019-05-24 | 3 | -3/+82 |
| | | | | Issue: #2906 | ||||
* | [Minor] Add lpeg re module | Vsevolod Stakhov | 2019-04-08 | 1 | -0/+267 |
| | |||||
* | Revert "[Minor] Use less aggressive optimisation level" | Vsevolod Stakhov | 2019-03-05 | 1 | -1/+1 |
| | | | | This reverts commit 9bfff1d4775e19ce85272f61aecd64ce69b6a98a. | ||||
* | [Minor] Use less aggressive optimisation level | Vsevolod Stakhov | 2019-03-05 | 1 | -1/+1 |
| | |||||
* | [Minor] Move lua contrib libraries to lua- prefix | Vsevolod Stakhov | 2018-05-23 | 13 | -0/+3860 |