Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | Add flags to rcl parser creation. | Vsevolod Stakhov | 2013-08-23 | 3 | -4/+16 | |
* | Add the tolower variant of strlcpy function. | Vsevolod Stakhov | 2013-08-23 | 2 | -1/+33 | |
* | Add test for signature checking in rcl. | Vsevolod Stakhov | 2013-08-22 | 3 | -1/+13 | |
* | Fix signatures checking. | Vsevolod Stakhov | 2013-08-22 | 1 | -1/+13 | |
* | Fix signing procedure. | Vsevolod Stakhov | 2013-08-22 | 1 | -8/+19 | |
* | Add ability to sign configs using rspamd. | Vsevolod Stakhov | 2013-08-22 | 5 | -0/+266 | |
* | Add skeleton for rcl configuration. | Vsevolod Stakhov | 2013-08-22 | 3 | -0/+71 | |
* | Fix whitespace parsing for rcl arrays. | Vsevolod Stakhov | 2013-08-21 | 2 | -13/+19 | |
* | Fix some issues with comments in rcl. | Vsevolod Stakhov | 2013-08-21 | 2 | -21/+49 | |
* | Fix several problems in rcl parser. | Vsevolod Stakhov | 2013-08-21 | 2 | -24/+35 | |
* | Improve test suite by using standard glib test options. | Vsevolod Stakhov | 2013-08-21 | 3 | -19/+10 | |
* | Implement signatures checking. | Vsevolod Stakhov | 2013-08-21 | 1 | -31/+111 | |
* | Refactor fetching functions slightly. | Vsevolod Stakhov | 2013-08-21 | 2 | -49/+93 | |
* | Implement include macro for rcl. | Vsevolod Stakhov | 2013-08-20 | 3 | -1/+198 |