aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Fix race conditions in functional testsAndrew Lewis2016-07-211-0/+2
|
* [Minor] Bye, bye travisVsevolod Stakhov2016-07-212-33/+1
|
* [Minor] Fix CircleCI scriptVsevolod Stakhov2016-07-211-2/+2
|
* [Minor] Test CircleCIVsevolod Stakhov2016-07-211-0/+20
|
* [Minor] Another try to fix travisVsevolod Stakhov2016-07-211-3/+0
|
* Revert "[Minor] Try to feed travis gods"Vsevolod Stakhov2016-07-211-15/+15
| | | | This reverts commit 50de464f2d5064ca8d1593581abb4ef327fec94c.
* [Minor] Try to feed travis godsVsevolod Stakhov2016-07-211-15/+15
|
* [Feature] Allow client ip match in the settingsVsevolod Stakhov2016-07-211-2/+18
|
* [Fix] Reset master connection when retransmitting scan requestVsevolod Stakhov2016-07-211-0/+1
|
* [Feature] Allow underscore separated names in settingsVsevolod Stakhov2016-07-213-1/+26
|
* [Fix] Do not abort when cannot load a mapVsevolod Stakhov2016-07-201-12/+14
|
* [Fix] Fix sending data to graph commandVsevolod Stakhov2016-07-201-15/+16
| | | | Issue: #405
* Merge pull request #733 from fatalbanana/mmapVsevolod Stakhov2016-07-203-0/+4
|\ | | | | [Fix] Partial fix for mmap'd statistics tests
| * [Fix] Partial fix for mmap'd statistics testsAndrew Lewis2016-07-203-0/+4
| |
* | Merge pull request #732 from fatalbanana/mmmapVsevolod Stakhov2016-07-201-1/+28
|\ \ | | | | | | [Fix] Fix creation of mmapped statfiles
| * | [Fix] Fix creation of mmapped statfilesAndrew Lewis2016-07-201-1/+28
| | |
* | | Merge pull request #730 from fatalbanana/spamassassinVsevolod Stakhov2016-07-191-76/+94
|\ \ \ | | |/ | |/| [Fix] Deal with certain nested dependencies in SpamAssassin module
| * | [Fix] Handle nested dependencies in SpamAssassin pluginAndrew Lewis2016-07-191-18/+43
| | |
| * | [Minor] SpamAssassin: strip some commented codeAndrew Lewis2016-07-191-7/+0
| | |
| * | [Minor] SpamAssassin: some small fixes for loggingAndrew Lewis2016-07-191-12/+12
| | |
| * | [Minor] SpamAssassin: Import fun.lua into main namespaceAndrew Lewis2016-07-191-41/+41
| |/
* | Merge pull request #731 from fatalbanana/systemdVsevolod Stakhov2016-07-191-1/+0
|\ \ | | | | | | [Fix] Remove Type=forking from systemd unit file (#709)
| * | [Fix] Remove Type=forking from systemd unit file (#709)Andrew Lewis2016-07-191-1/+0
| | |
* | | [Fix] Fix displaying of rewrite subject in WebUIVsevolod Stakhov2016-07-191-6/+14
|/ /
* | [Fix] Fix border case in urls detectorVsevolod Stakhov2016-07-191-1/+1
| |
* | [Fix] Mark expired hashes as not found and not as zero flagVsevolod Stakhov2016-07-191-0/+1
| |
* | [CritFix] Fix writing CDPs to the databaseVsevolod Stakhov2016-07-191-2/+5
| | | | | | | | | | Issue: #405 Reported by: @moisseev
* | [Fix] Don't mix hyperscan and pcre processing within a same taskVsevolod Stakhov2016-07-191-2/+7
| |
* | [Fix] Fix upstreams interaction for rspamd proxyVsevolod Stakhov2016-07-191-0/+6
| |
* | [Feature] Properly implement unweighted round-robin algorithmVsevolod Stakhov2016-07-191-17/+36
| |
* | [Feature] Reduce number of timers queriesVsevolod Stakhov2016-07-193-25/+43
| |
* | [Feature] Add xoroshiro+ fast rng for non-crypto purposesVsevolod Stakhov2016-07-192-5/+70
|/
* [Fix] Fix some issues with retries in the proxyVsevolod Stakhov2016-07-181-6/+12
|
* [Fix] Fix detaching of shared memory segmentsVsevolod Stakhov2016-07-181-2/+0
|
* [Minor] Use refcounts for http messagesVsevolod Stakhov2016-07-182-2/+2
|
* [Feature] Implement retransmits for master connectionVsevolod Stakhov2016-07-181-84/+145
|
* [Feature] Implement refcount for messagesVsevolod Stakhov2016-07-183-12/+38
|
* Merge pull request #729 from fatalbanana/travisVsevolod Stakhov2016-07-188-10/+20
|\ | | | | [Test] Integrate functional tests with Travis CI
| * [Test] Integrate functional tests with Travis CIAndrew Lewis2016-07-188-10/+20
| |
* | [Fix] Fix border cases for incremental hashingVsevolod Stakhov2016-07-181-1/+2
| |
* | [CritFix] Fix systemd sockets activationVsevolod Stakhov2016-07-181-1/+36
|/
* Revert "[Minor] Fix percent sign in statistics learning condition"Vsevolod Stakhov2016-07-181-2/+2
| | | | This reverts commit e53fd5ab0ce04b6eddb7ef24a1fccfd013c705d0.
* Merge pull request #728 from moisseev/one-shotVsevolod Stakhov2016-07-181-0/+2
|\ | | | | [Minor] Limit BAD_EXTENSION rules to one shot
| * [Minor] Limit BAD_EXTENSION rules to one shotAlexander Moisseev2016-07-181-0/+2
|/
* Merge pull request #727 from fatalbanana/testVsevolod Stakhov2016-07-171-1/+1
|\ | | | | [Test] Fix scan file test
| * [Test] Fix scan file testAndrew Lewis2016-07-171-1/+1
| |
* | Merge pull request #726 from fatalbanana/testVsevolod Stakhov2016-07-173-1/+72
|\| | | | | Some modifications for functional tests
| * [Test] Fix double bad extension testAndrew Lewis2016-07-171-1/+1
| |
| * [Test] Add test for pre & post filtersAndrew Lewis2016-07-172-0/+71
|/
* [Fix] Fix chartable issue with starting digitsVsevolod Stakhov2016-07-171-2/+11
| | | | | Issue: #725 Reported by: @moisseev