aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix warning about murmur hash macro.Vsevolod Stakhov2013-09-301-0/+1
|
* Parse bind_line in rcl.Vsevolod Stakhov2013-09-301-2/+24
|
* Fix state management for arrays.Vsevolod Stakhov2013-09-301-1/+1
|
* Improve lua detection.Vsevolod Stakhov2013-09-241-70/+80
|
* Remove noise about TXT records that are not SPF records.Vsevolod Stakhov2013-09-241-3/+4
|
* Improve logging in spf module.Vsevolod Stakhov2013-09-241-35/+79
|
* Revert gerror conversion for spf module.Vsevolod Stakhov2013-09-243-154/+91
|
* Avoid deadlock.Vsevolod Stakhov2013-09-241-3/+0
|
* Fix libfetch related code.Vsevolod Stakhov2013-09-241-2/+1
|
* Check openssl version for using EVP.Vsevolod Stakhov2013-09-242-3/+13
|
* Fix accept event handling.Vsevolod Stakhov2013-09-241-1/+1
|
* Preserve statfiles versions on resize.Vsevolod Stakhov2013-09-241-0/+4
|
* Fix unknown workers handling.Vsevolod Stakhov2013-09-241-0/+4
|
* Revert PIC change, as it is required for compiling.Vsevolod Stakhov2013-09-241-5/+1
|
* Improve compiler flags handling.Vsevolod Stakhov2013-09-241-3/+3
|
* Add utility function to get a key from rcl object.Vsevolod Stakhov2013-09-242-29/+43
|
* Convert spf module to GError reporting.Vsevolod Stakhov2013-09-243-91/+154
|
* Parse masks with a single number correctly.Vsevolod Stakhov2013-09-241-1/+1
|
* Use entropy from OpenSSL if possible.Vsevolod Stakhov2013-09-171-1/+11
|
* Allow multiply bind configurations.Vsevolod Stakhov2013-09-164-43/+42
|
* Add workers handler function for rcl.Vsevolod Stakhov2013-09-141-0/+47
|
* Refactor metric actions handling.Vsevolod Stakhov2013-09-1312-140/+113
| | | | | | Use array of actions instead of a linked list to speed up processing. * Removed required_score, reject_score and action in metric config, now REJECT is the only default action for a metric.
* Add metrics handler for rcl.Vsevolod Stakhov2013-09-111-0/+192
|
* Another try to fix skipped messages.Vsevolod Stakhov2013-09-112-1/+10
|
* More fixes to skipped tasks processing.Vsevolod Stakhov2013-09-112-1/+17
|
* Correctly process skipped messages.Vsevolod Stakhov2013-09-111-8/+4
|
* Add a separate options handler.Vsevolod Stakhov2013-09-101-7/+40
|
* Add default options for options section.Vsevolod Stakhov2013-09-022-3/+41
|
* Allow size_t values in parse_struct_integer.Vsevolod Stakhov2013-09-022-7/+17
|
* Add fake handler for rcl object and options handler for config.Vsevolod Stakhov2013-09-011-1/+18
|
* Add logging default handlers.Vsevolod Stakhov2013-09-011-1/+13
|
* Add parser for default values in rcl section.Vsevolod Stakhov2013-09-012-0/+38
|
* Add parser for boolean fields in a structure.Vsevolod Stakhov2013-08-312-0/+35
|
* Add destructor for a string list to config pool.Vsevolod Stakhov2013-08-311-0/+3
|
* Use flags instead of size for integers.Vsevolod Stakhov2013-08-312-15/+13
|
* Add conception of default handler for structures parsing.Vsevolod Stakhov2013-08-312-15/+61
|
* Add string list fields parser.Vsevolod Stakhov2013-08-302-0/+57
|
* Add time fields parser.Vsevolod Stakhov2013-08-292-5/+63
|
* Add the parser of double fields.Vsevolod Stakhov2013-08-292-0/+33
|
* Add integer converting function.Vsevolod Stakhov2013-08-292-0/+67
|
* Add the parser of string fileds in structs.Vsevolod Stakhov2013-08-292-0/+56
|
* Allow to print booleans with %bVsevolod Stakhov2013-08-292-0/+16
|
* Add booleans parser to the rcl.Vsevolod Stakhov2013-08-261-8/+66
|
* Improve tests.Vsevolod Stakhov2013-08-251-0/+16
|
* Fix a problem with referencing.Vsevolod Stakhov2013-08-251-1/+4
|
* Add refcount to rcl objects.Vsevolod Stakhov2013-08-253-6/+63
|
* Do not use calculations in macroes.Vsevolod Stakhov2013-08-241-3/+9
|
* Add logging section handler.Vsevolod Stakhov2013-08-241-0/+148
|
* Keys in hash table are const pointers.Vsevolod Stakhov2013-08-231-4/+4
|
* Add common principles of rspamd rcl configuration.Vsevolod Stakhov2013-08-232-2/+127
|