Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warning about murmur hash macro. | Vsevolod Stakhov | 2013-09-30 | 1 | -0/+1 |
* | Parse bind_line in rcl. | Vsevolod Stakhov | 2013-09-30 | 1 | -2/+24 |
* | Fix state management for arrays. | Vsevolod Stakhov | 2013-09-30 | 1 | -1/+1 |
* | Improve lua detection. | Vsevolod Stakhov | 2013-09-24 | 1 | -70/+80 |
* | Remove noise about TXT records that are not SPF records. | Vsevolod Stakhov | 2013-09-24 | 1 | -3/+4 |
* | Improve logging in spf module. | Vsevolod Stakhov | 2013-09-24 | 1 | -35/+79 |
* | Revert gerror conversion for spf module. | Vsevolod Stakhov | 2013-09-24 | 3 | -154/+91 |
* | Avoid deadlock. | Vsevolod Stakhov | 2013-09-24 | 1 | -3/+0 |
* | Fix libfetch related code. | Vsevolod Stakhov | 2013-09-24 | 1 | -2/+1 |
* | Check openssl version for using EVP. | Vsevolod Stakhov | 2013-09-24 | 2 | -3/+13 |
* | Fix accept event handling. | Vsevolod Stakhov | 2013-09-24 | 1 | -1/+1 |
* | Preserve statfiles versions on resize. | Vsevolod Stakhov | 2013-09-24 | 1 | -0/+4 |
* | Fix unknown workers handling. | Vsevolod Stakhov | 2013-09-24 | 1 | -0/+4 |
* | Revert PIC change, as it is required for compiling. | Vsevolod Stakhov | 2013-09-24 | 1 | -5/+1 |
* | Improve compiler flags handling. | Vsevolod Stakhov | 2013-09-24 | 1 | -3/+3 |
* | Add utility function to get a key from rcl object. | Vsevolod Stakhov | 2013-09-24 | 2 | -29/+43 |
* | Convert spf module to GError reporting. | Vsevolod Stakhov | 2013-09-24 | 3 | -91/+154 |
* | Parse masks with a single number correctly. | Vsevolod Stakhov | 2013-09-24 | 1 | -1/+1 |
* | Use entropy from OpenSSL if possible. | Vsevolod Stakhov | 2013-09-17 | 1 | -1/+11 |
* | Allow multiply bind configurations. | Vsevolod Stakhov | 2013-09-16 | 4 | -43/+42 |
* | Add workers handler function for rcl. | Vsevolod Stakhov | 2013-09-14 | 1 | -0/+47 |
* | Refactor metric actions handling. | Vsevolod Stakhov | 2013-09-13 | 12 | -140/+113 |
* | Add metrics handler for rcl. | Vsevolod Stakhov | 2013-09-11 | 1 | -0/+192 |
* | Another try to fix skipped messages. | Vsevolod Stakhov | 2013-09-11 | 2 | -1/+10 |
* | More fixes to skipped tasks processing. | Vsevolod Stakhov | 2013-09-11 | 2 | -1/+17 |
* | Correctly process skipped messages. | Vsevolod Stakhov | 2013-09-11 | 1 | -8/+4 |
* | Add a separate options handler. | Vsevolod Stakhov | 2013-09-10 | 1 | -7/+40 |
* | Add default options for options section. | Vsevolod Stakhov | 2013-09-02 | 2 | -3/+41 |
* | Allow size_t values in parse_struct_integer. | Vsevolod Stakhov | 2013-09-02 | 2 | -7/+17 |
* | Add fake handler for rcl object and options handler for config. | Vsevolod Stakhov | 2013-09-01 | 1 | -1/+18 |
* | Add logging default handlers. | Vsevolod Stakhov | 2013-09-01 | 1 | -1/+13 |
* | Add parser for default values in rcl section. | Vsevolod Stakhov | 2013-09-01 | 2 | -0/+38 |
* | Add parser for boolean fields in a structure. | Vsevolod Stakhov | 2013-08-31 | 2 | -0/+35 |
* | Add destructor for a string list to config pool. | Vsevolod Stakhov | 2013-08-31 | 1 | -0/+3 |
* | Use flags instead of size for integers. | Vsevolod Stakhov | 2013-08-31 | 2 | -15/+13 |
* | Add conception of default handler for structures parsing. | Vsevolod Stakhov | 2013-08-31 | 2 | -15/+61 |
* | Add string list fields parser. | Vsevolod Stakhov | 2013-08-30 | 2 | -0/+57 |
* | Add time fields parser. | Vsevolod Stakhov | 2013-08-29 | 2 | -5/+63 |
* | Add the parser of double fields. | Vsevolod Stakhov | 2013-08-29 | 2 | -0/+33 |
* | Add integer converting function. | Vsevolod Stakhov | 2013-08-29 | 2 | -0/+67 |
* | Add the parser of string fileds in structs. | Vsevolod Stakhov | 2013-08-29 | 2 | -0/+56 |
* | Allow to print booleans with %b | Vsevolod Stakhov | 2013-08-29 | 2 | -0/+16 |
* | Add booleans parser to the rcl. | Vsevolod Stakhov | 2013-08-26 | 1 | -8/+66 |
* | Improve tests. | Vsevolod Stakhov | 2013-08-25 | 1 | -0/+16 |
* | Fix a problem with referencing. | Vsevolod Stakhov | 2013-08-25 | 1 | -1/+4 |
* | Add refcount to rcl objects. | Vsevolod Stakhov | 2013-08-25 | 3 | -6/+63 |
* | Do not use calculations in macroes. | Vsevolod Stakhov | 2013-08-24 | 1 | -3/+9 |
* | Add logging section handler. | Vsevolod Stakhov | 2013-08-24 | 1 | -0/+148 |
* | Keys in hash table are const pointers. | Vsevolod Stakhov | 2013-08-23 | 1 | -4/+4 |
* | Add common principles of rspamd rcl configuration. | Vsevolod Stakhov | 2013-08-23 | 2 | -2/+127 |