Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Fix a problem with referencing. | Vsevolod Stakhov | 2013-08-25 | 1 | -1/+4 |
* | Add refcount to rcl objects. | Vsevolod Stakhov | 2013-08-25 | 2 | -2/+53 |
* | 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 |
* | 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 | 1 | -0/+1 |
* | 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 | 3 | -0/+248 |
* | Add skeleton for rcl configuration. | Vsevolod Stakhov | 2013-08-22 | 2 | -0/+70 |
* | Fix whitespace parsing for rcl arrays. | Vsevolod Stakhov | 2013-08-21 | 1 | -11/+12 |
* | Fix some issues with comments in rcl. | Vsevolod Stakhov | 2013-08-21 | 1 | -19/+36 |
* | Fix several problems in rcl parser. | Vsevolod Stakhov | 2013-08-21 | 2 | -24/+35 |
* | Implement signatures checking. | Vsevolod Stakhov | 2013-08-21 | 1 | -31/+111 |
* | Refactor fetching functions slightly. | Vsevolod Stakhov | 2013-08-21 | 1 | -48/+92 |
* | Implement include macro for rcl. | Vsevolod Stakhov | 2013-08-20 | 3 | -1/+198 |
* | Add pubkey loading method for rcl parser. | Vsevolod Stakhov | 2013-08-19 | 4 | -29/+117 |
* | Link libcurl/fetch to rcl directly. | Vsevolod Stakhov | 2013-08-19 | 1 | -0/+7 |
* | Fix some warnings found by coverity scan. | Vsevolod Stakhov | 2013-08-16 | 10 | -10/+23 |
* | Add macro value parsing code. | Vsevolod Stakhov | 2013-08-16 | 1 | -0/+92 |
* | Some cleanups. | Vsevolod Stakhov | 2013-08-14 | 1 | -0/+19 |
* | Rework the parser state machine, add macros state. | Vsevolod Stakhov | 2013-08-14 | 3 | -186/+274 |
* | Fixes to rcl parser found by tests. | Vsevolod Stakhov | 2013-08-13 | 1 | -7/+20 |
* | Add compacted json and config rcl emitters. | Vsevolod Stakhov | 2013-08-13 | 2 | -38/+216 |