aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix more issues in expressions parser.Vsevolod Stakhov2015-03-173-6/+18
|
* Fix expressions unit test.Vsevolod Stakhov2015-03-171-3/+4
|
* Merge pull request #225 from fatalbanana/masterVsevolod Stakhov2015-03-1718-69/+100
|\ | | | | Try include rspamd.conf.local.override with high priority
| * Add specific workaround for debian.Vsevolod Stakhov2015-03-171-0/+4
| |
| * Reiterate on systemd.Vsevolod Stakhov2015-03-172-19/+28
| | | | | | | | | | Conflicts: CMakeLists.txt
| * Use Systemd for Linux family and SysV for other systems.Andrej Zverev2015-03-172-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are creating conf/rspamd.conf.in as template and declaring two new variables for CMake: DEFAULTS (for SysV): RSPAMD_WORKER_NORMAL = "*:11333" RSPAMD_WORKER_CONTROLLER = "*:11334" For Linux (for Systemd): RSPAMD_WORKER_NORMAL = "systemd:0" RSPAMD_WORKER_CONTROLLER = "systemd:1" During build we replace template with correct values. Conflicts: CMakeLists.txt
| * Adapt debian/control for 0.9.xAndrew Lewis2015-03-171-1/+1
| |
| * Try include rspamd.conf.local.override with high priorityAndrew Lewis2015-03-171-1/+2
| |
| * Remove obsolete conffiles on upgradeMikhail Gusarov2015-03-171-0/+3
| |
| * Explicitly set tmpdir in config fileMikhail Gusarov2015-03-171-0/+1
| |
| * Work around Debian mishandling of systemd socket-activated unitsMikhail Gusarov2015-03-174-1/+32
| | | | | | | | | | | | If there is a backward compatibility sysvinit script, then even socket-activated services are started automatically after install/upgrade.
| * Fix syntax error in worker-normal.incMikhail Gusarov2015-03-171-1/+1
| |
| * Bump Standards-VersionMikhail Gusarov2015-03-171-1/+1
| |
| * Fix installing conf/ filesMikhail Gusarov2015-03-171-4/+7
| |
| * 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.
* | More to lazy evaluation logic.Vsevolod Stakhov2015-03-171-21/+14
| |
* | Add processing for AND, NOT and OR operations.Vsevolod Stakhov2015-03-171-0/+102
| |
* | Merge branch 'new-expr'Vsevolod Stakhov2015-03-1711-16/+1028
|\ \
| * | Distinguish between logic and arithmetic ops.Vsevolod Stakhov2015-03-172-5/+19
| | |
| * | Add lua unit test for expressions.Vsevolod Stakhov2015-03-171-0/+39
| | |
| * | Add LUA api for expressions.Vsevolod Stakhov2015-03-174-1/+293
| | |
| * | Constify subr structure.Vsevolod Stakhov2015-03-172-3/+4
| | |
| * | Allow to check mempool on any position in the stack.Vsevolod Stakhov2015-03-173-15/+11
| | |
| * | Add conversion from expr to string.Vsevolod Stakhov2015-03-172-0/+67
| | |
| * | Add destruction routine for exprs and atoms.Vsevolod Stakhov2015-03-172-1/+33
| | |
| * | Add expressions parsing code.Vsevolod Stakhov2015-03-172-9/+391
| | |
| * | Add utility functions.Vsevolod Stakhov2015-03-171-0/+58
| | |
| * | Add skeleton for the new expressions.Vsevolod Stakhov2015-03-173-0/+127
| | |
| * | SOL_IPV6 is not defined on Darwin.Vsevolod Stakhov2015-03-171-0/+4
|/ /
* | Fix redis invocation and timeouts from lua.Vsevolod Stakhov2015-03-161-9/+36
| |
* | Terminate connection if got EOF on HTTP.Vsevolod Stakhov2015-03-161-22/+8
| |
* | Import spec tunes from OBS.Vsevolod Stakhov2015-03-161-0/+9
| |
* | Unbreak 32bit declarations.Vsevolod Stakhov2015-03-151-5/+5
| | | | | | | | Issue: #222
* | Add inet addr unit test.Vsevolod Stakhov2015-03-141-0/+31
| |
* | Fix upstream test.Vsevolod Stakhov2015-03-141-1/+3
| |
* | Use __get_cpuid if available.Vsevolod Stakhov2015-03-143-0/+11
| |
* | Merge pull request #221 from fatalbanana/masterVsevolod Stakhov2015-03-131-0/+1
|\| | | | | Add rspamd.sysvinit.conf to RPM packaging list
| * Add rspamd.sysvinit.conf to RPM packaging listAndrew Lewis2015-03-131-0/+1
| |
* | Do not check uninitialized bytes.Vsevolod Stakhov2015-03-131-1/+3
| |
* | Check boundary prior to dereferencing.Vsevolod Stakhov2015-03-131-2/+2
| |
* | Set length accordingly to stipped size.Vsevolod Stakhov2015-03-131-0/+1
| |
* | Add default host and helo for a client.Vsevolod Stakhov2015-03-131-3/+3
| |
* | Add workaround for certain types of urls.Vsevolod Stakhov2015-03-131-3/+19
| |
* | Cleanup shit.Vsevolod Stakhov2015-03-131-3/+0
| |
* | Fixes to spec.Vsevolod Stakhov2015-03-131-1/+1
| |
* | Add specific workaround for debian.Vsevolod Stakhov2015-03-131-0/+4
| |
* | Reiterate on systemd.Vsevolod Stakhov2015-03-132-8/+48
| | | | | | | | | | | | Conflicts: CMakeLists.txt conf/rspamd.systemd.conf
* | Merge pull request #219 from fatalbanana/masterVsevolod Stakhov2015-03-131-24/+15
|\| | | | | RPM: clean up & fixes for CentOS7/Fedora
| * 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
| |