summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Quote strings in pragmas.Vsevolod Stakhov2015-07-102-4/+4
|
* Add finalize process operation.Vsevolod Stakhov2015-07-105-7/+122
| | | | We could use sqlite transaction for reading as well.
* Add additional check on open.Vsevolod Stakhov2015-07-091-0/+7
| | | | Issue: #331
* Try to do something about sqlite locking.Vsevolod Stakhov2015-07-091-3/+8
|
* Try to fix sqlite3 blocking.Vsevolod Stakhov2015-07-091-12/+43
| | | | Issue: #331
* Use standard functions definitions.Vsevolod Stakhov2015-07-092-16/+8
|
* Fix issues in the tests.Vsevolod Stakhov2015-07-0910-42/+41
|
* Adopt build system for new tests.Vsevolod Stakhov2015-07-094-9/+9
|
* Remove bats tests.Vsevolod Stakhov2015-07-092-277/+0
|
* Remove bats tests.Vsevolod Stakhov2015-07-096-780/+0
|
* New functional tests approach.Vsevolod Stakhov2015-07-0919-44/+4674
|
* Skip missing statfiles on classifying.Vsevolod Stakhov2015-07-091-7/+16
|
* Move statistics initialization to start of workers.Vsevolod Stakhov2015-07-094-2/+3
|
* Add tests for xxhash and siphash.Vsevolod Stakhov2015-07-081-0/+48
|
* Add sqlite3 backend testing.Vsevolod Stakhov2015-07-083-3/+47
|
* Add functional test for #331.Vsevolod Stakhov2015-07-081-3/+17
|
* Fix HTTP error code on learn failures.Vsevolod Stakhov2015-07-081-1/+1
|
* Fix issue if rspamd cannot create statfiles.Vsevolod Stakhov2015-07-081-0/+9
| | | | Issue: #331
* Use more UCL vars for tests.Vsevolod Stakhov2015-07-085-13/+25
|
* Rework cmake caching.Vsevolod Stakhov2015-07-083-88/+88
|
* Improve functional tests teardown.Vsevolod Stakhov2015-07-081-1/+7
|
* Do not use __FUNCTION__ as it's unportable.Vsevolod Stakhov2015-07-084-8/+8
|
* Fix bug when unix sockets were not whitelisted.Vsevolod Stakhov2015-07-081-1/+1
|
* Fix openssl handling.Vsevolod Stakhov2015-07-081-6/+5
|
* Remove workaround for local cmake.Vsevolod Stakhov2015-07-081-2/+0
|
* Fix include directive for hiredis.Vsevolod Stakhov2015-07-082-5/+8
|
* More fixes to cmake script.Vsevolod Stakhov2015-07-081-19/+33
|
* Another try to fix cmake configuration.Vsevolod Stakhov2015-07-081-74/+36
|
* Adopt for the new ProcessPackage.Vsevolod Stakhov2015-07-071-42/+27
|
* Rework ProcessPackage macro.Vsevolod Stakhov2015-07-071-106/+75
|
* Try to rework FindLua macro.Vsevolod Stakhov2015-07-071-232/+238
|
* Fix some extreme cases in bayes.Vsevolod Stakhov2015-07-071-34/+29
|
* Add test for empty part learning.Vsevolod Stakhov2015-07-072-0/+44
|
* Fix null pointer dereference.Vsevolod Stakhov2015-07-071-1/+1
|
* Add dependencies test.Vsevolod Stakhov2015-07-074-1/+82
|
* Use BATS_TMPDIR instead of '/tmp' for tests.Vsevolod Stakhov2015-07-073-10/+13
|
* Slightly improve variables extraction code.Vsevolod Stakhov2015-07-071-4/+4
|
* Allow variables parsing in a command line.Vsevolod Stakhov2015-07-061-4/+28
|
* Add support for extra variables in a config.Vsevolod Stakhov2015-07-064-6/+18
|
* Add learning functional tests.Vsevolod Stakhov2015-07-064-0/+176
|
* Fix error log.Vsevolod Stakhov2015-07-061-1/+2
|
* Fix mutex locking for logger.Vsevolod Stakhov2015-07-061-2/+2
|
* Log message if failed to learn.Vsevolod Stakhov2015-07-061-0/+1
|
* Do not dereference null pointer on learning.Vsevolod Stakhov2015-07-061-3/+5
|
* Merge pull request #328 from fatalbanana/masterVsevolod Stakhov2015-07-053-2/+58
|\ | | | | Add DKIM support to RBL module
| * Doc fix: confusing reference to RBL moduleAndrew Lewis2015-07-051-2/+2
| |
| * Add DKIM support to RBL moduleAndrew Lewis2015-07-052-0/+56
|/
* Add delayed dependency form support to lua.Vsevolod Stakhov2015-07-041-7/+19
|
* Allow registering of delayed dependencies.Vsevolod Stakhov2015-07-042-0/+67
|
* Ignore User header in SA mode.Vsevolod Stakhov2015-07-031-1/+7
|