aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize configuration files for systemdMikhail Gusarov2015-03-1712-72/+83
| | | | | | Common systemd/non-systemd options were moved to .inc files. rspamd.conf is systemd-enabled one, rspamd.sysvinit.conf is sysvinit-compatible one.
* Add rspamd.sysvinit.conf to RPM packaging listAndrew Lewis2015-03-131-0/+1
|
* RPM: Clean up and unbreak future upgrades on Fedora/CentOS7Andrew Lewis2015-03-131-20/+12
|
* RPM: move patch out of wrong part of specfileAndrew Lewis2015-03-131-4/+3
|
* Fix condrestart in CentOS init scriptAndrew Lewis2015-03-121-0/+1
|
* RPM: don't break rspamd on upgradeAndrew Lewis2015-03-121-0/+2
|
* RPM: Patch systemd service for CentOS7 & fix broken filesystem attributesAndrew Lewis2015-03-123-11/+16
|
* More RPM...Andrew Lewis2015-03-111-1/+1
|
* Fix RPM packaging properlyAndrew Lewis2015-03-112-11/+11
|
* Unify systemd supportMikhail Gusarov2015-03-1110-178/+7
| | | | | | | - Move it from debian/ and centos/ - Ensure Debian package installs .service/.socket - Enable socket-activated service - Clean up redundant CentOS config files
* Fixes for RPM packagingAndrew Lewis2015-03-112-23/+19
|
* Use rspamd.sysvinit.conf for sysvinit init scriptsMikhail Gusarov2015-03-113-4/+4
|
* Filter double-dots in rbl.lua validate_dnsAndrew Lewis2015-03-111-0/+3
|
* Fix missing symbol registrationAndrew Lewis2015-03-111-0/+1
|
* Backport fix from libucl.Vsevolod Stakhov2015-03-111-3/+4
|
* Do not check for lua5.2 when luajit is enabled.Vsevolod Stakhov2015-03-111-3/+9
|
* Eliminate GRegexp in surbl module.Vsevolod Stakhov2015-03-101-9/+10
|
* Fix flags in pcre jit fast path.Vsevolod Stakhov2015-03-101-1/+2
|
* Fix allocated_len calculation found by fuzz testing.Vsevolod Stakhov2015-03-091-1/+1
|
* Add fuzz testing for base32.Vsevolod Stakhov2015-03-091-2/+18
|
* Add basic base32 tests.Vsevolod Stakhov2015-03-091-0/+34
|
* Use portable macro to get global variable.Vsevolod Stakhov2015-03-081-1/+1
|
* Do not fail if pid file is not specified in configMikhail Gusarov2015-03-081-1/+3
|
* Fix cache usage for rspamd_regexp.Vsevolod Stakhov2015-03-071-1/+10
|
* Allow storage of auxiliary userdata inside regexp structure.Vsevolod Stakhov2015-03-072-0/+61
|
* More additions to the regexp module.Vsevolod Stakhov2015-03-071-84/+55
|
* Start moving to the rspamd regexps.Vsevolod Stakhov2015-03-074-139/+44
|
* Merge pull request #199 from AlexeySa/patch-3Vsevolod Stakhov2015-03-071-1/+1
|\ | | | | Hfilter: Fix FQDN check expression
| * Hfilter: Fix FQDN check expressionAlexey AL2015-03-061-1/+1
|/
* Implement lua regexp split, write test case.Vsevolod Stakhov2015-03-064-15/+65
|
* More fixes to SA plugin.Vsevolod Stakhov2015-03-062-10/+25
|
* Distinguish match and search in lua regexp.Vsevolod Stakhov2015-03-062-8/+46
|
* Fix some issues in rspamd_regexp.Vsevolod Stakhov2015-03-061-5/+5
|
* m,, regexps are to be treated as strict match.Vsevolod Stakhov2015-03-061-1/+11
|
* Initialize regexp library.Vsevolod Stakhov2015-03-061-0/+3
|
* More fixes to regexp module.Vsevolod Stakhov2015-03-062-10/+29
|
* pcre_free_study is only valid when JIT is supported.Vsevolod Stakhov2015-03-051-2/+6
|
* Adopt lua regexps for rspamd_regexp.Vsevolod Stakhov2015-03-054-108/+45
|
* Initialize regexp library.Vsevolod Stakhov2015-03-051-0/+3
|
* Fix study invocation.Vsevolod Stakhov2015-03-051-6/+26
|
* Properly link rspamd_server on darwin.Vsevolod Stakhov2015-03-051-1/+1
|
* Fix linking on Darwin.Vsevolod Stakhov2015-03-051-1/+5
|
* Fix clock_gettime invocation.Vsevolod Stakhov2015-03-053-43/+33
|
* Add portable get_ticks function.Vsevolod Stakhov2015-03-052-0/+27
|
* Implement match.Vsevolod Stakhov2015-03-051-1/+9
|
* Implement regexp search.Vsevolod Stakhov2015-03-052-2/+78
|
* Initialization code for JIT regexps.Vsevolod Stakhov2015-03-052-6/+203
|
* Fix initialization.Vsevolod Stakhov2015-03-051-0/+1
|
* Add JIT detection macro.Vsevolod Stakhov2015-03-051-0/+1
|
* Check for JIT support in pcre.Vsevolod Stakhov2015-03-051-0/+4
|