Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize configuration files for systemd | Mikhail Gusarov | 2015-03-17 | 12 | -72/+83 |
* | Add rspamd.sysvinit.conf to RPM packaging list | Andrew Lewis | 2015-03-13 | 1 | -0/+1 |
* | RPM: Clean up and unbreak future upgrades on Fedora/CentOS7 | Andrew Lewis | 2015-03-13 | 1 | -20/+12 |
* | RPM: move patch out of wrong part of specfile | Andrew Lewis | 2015-03-13 | 1 | -4/+3 |
* | Fix condrestart in CentOS init script | Andrew Lewis | 2015-03-12 | 1 | -0/+1 |
* | RPM: don't break rspamd on upgrade | Andrew Lewis | 2015-03-12 | 1 | -0/+2 |
* | RPM: Patch systemd service for CentOS7 & fix broken filesystem attributes | Andrew Lewis | 2015-03-12 | 3 | -11/+16 |
* | More RPM... | Andrew Lewis | 2015-03-11 | 1 | -1/+1 |
* | Fix RPM packaging properly | Andrew Lewis | 2015-03-11 | 2 | -11/+11 |
* | Unify systemd support | Mikhail Gusarov | 2015-03-11 | 10 | -178/+7 |
* | Fixes for RPM packaging | Andrew Lewis | 2015-03-11 | 2 | -23/+19 |
* | Use rspamd.sysvinit.conf for sysvinit init scripts | Mikhail Gusarov | 2015-03-11 | 3 | -4/+4 |
* | Filter double-dots in rbl.lua validate_dns | Andrew Lewis | 2015-03-11 | 1 | -0/+3 |
* | Fix missing symbol registration | Andrew Lewis | 2015-03-11 | 1 | -0/+1 |
* | Backport fix from libucl. | Vsevolod Stakhov | 2015-03-11 | 1 | -3/+4 |
* | Do not check for lua5.2 when luajit is enabled. | Vsevolod Stakhov | 2015-03-11 | 1 | -3/+9 |
* | Eliminate GRegexp in surbl module. | Vsevolod Stakhov | 2015-03-10 | 1 | -9/+10 |
* | Fix flags in pcre jit fast path. | Vsevolod Stakhov | 2015-03-10 | 1 | -1/+2 |
* | Fix allocated_len calculation found by fuzz testing. | Vsevolod Stakhov | 2015-03-09 | 1 | -1/+1 |
* | Add fuzz testing for base32. | Vsevolod Stakhov | 2015-03-09 | 1 | -2/+18 |
* | Add basic base32 tests. | Vsevolod Stakhov | 2015-03-09 | 1 | -0/+34 |
* | Use portable macro to get global variable. | Vsevolod Stakhov | 2015-03-08 | 1 | -1/+1 |
* | Do not fail if pid file is not specified in config | Mikhail Gusarov | 2015-03-08 | 1 | -1/+3 |
* | Fix cache usage for rspamd_regexp. | Vsevolod Stakhov | 2015-03-07 | 1 | -1/+10 |
* | Allow storage of auxiliary userdata inside regexp structure. | Vsevolod Stakhov | 2015-03-07 | 2 | -0/+61 |
* | More additions to the regexp module. | Vsevolod Stakhov | 2015-03-07 | 1 | -84/+55 |
* | Start moving to the rspamd regexps. | Vsevolod Stakhov | 2015-03-07 | 4 | -139/+44 |
* | Merge pull request #199 from AlexeySa/patch-3 | Vsevolod Stakhov | 2015-03-07 | 1 | -1/+1 |
|\ | |||||
| * | Hfilter: Fix FQDN check expression | Alexey AL | 2015-03-06 | 1 | -1/+1 |
|/ | |||||
* | Implement lua regexp split, write test case. | Vsevolod Stakhov | 2015-03-06 | 4 | -15/+65 |
* | More fixes to SA plugin. | Vsevolod Stakhov | 2015-03-06 | 2 | -10/+25 |
* | Distinguish match and search in lua regexp. | Vsevolod Stakhov | 2015-03-06 | 2 | -8/+46 |
* | Fix some issues in rspamd_regexp. | Vsevolod Stakhov | 2015-03-06 | 1 | -5/+5 |
* | m,, regexps are to be treated as strict match. | Vsevolod Stakhov | 2015-03-06 | 1 | -1/+11 |
* | Initialize regexp library. | Vsevolod Stakhov | 2015-03-06 | 1 | -0/+3 |
* | More fixes to regexp module. | Vsevolod Stakhov | 2015-03-06 | 2 | -10/+29 |
* | pcre_free_study is only valid when JIT is supported. | Vsevolod Stakhov | 2015-03-05 | 1 | -2/+6 |
* | Adopt lua regexps for rspamd_regexp. | Vsevolod Stakhov | 2015-03-05 | 4 | -108/+45 |
* | Initialize regexp library. | Vsevolod Stakhov | 2015-03-05 | 1 | -0/+3 |
* | Fix study invocation. | Vsevolod Stakhov | 2015-03-05 | 1 | -6/+26 |
* | Properly link rspamd_server on darwin. | Vsevolod Stakhov | 2015-03-05 | 1 | -1/+1 |
* | Fix linking on Darwin. | Vsevolod Stakhov | 2015-03-05 | 1 | -1/+5 |
* | Fix clock_gettime invocation. | Vsevolod Stakhov | 2015-03-05 | 3 | -43/+33 |
* | Add portable get_ticks function. | Vsevolod Stakhov | 2015-03-05 | 2 | -0/+27 |
* | Implement match. | Vsevolod Stakhov | 2015-03-05 | 1 | -1/+9 |
* | Implement regexp search. | Vsevolod Stakhov | 2015-03-05 | 2 | -2/+78 |
* | Initialization code for JIT regexps. | Vsevolod Stakhov | 2015-03-05 | 2 | -6/+203 |
* | Fix initialization. | Vsevolod Stakhov | 2015-03-05 | 1 | -0/+1 |
* | Add JIT detection macro. | Vsevolod Stakhov | 2015-03-05 | 1 | -0/+1 |
* | Check for JIT support in pcre. | Vsevolod Stakhov | 2015-03-05 | 1 | -0/+4 |