Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework project structure, remove trash files. | Vsevolod Stakhov | 2014-04-21 | 1 | -238/+0 |
| | |||||
* | Adopt new libucl. | Vsevolod Stakhov | 2014-04-19 | 1 | -9/+9 |
| | |||||
* | Init logging just after config is parsed by ucl. | Vsevolod Stakhov | 2013-12-04 | 1 | -0/+9 |
| | |||||
* | Add support of path variables. | Vsevolod Stakhov | 2013-11-13 | 1 | -1/+2 |
| | | | | | | | | Support expanding of path variables in rspamd: - $CONFDIR: configuration directory - $LOCALSTATESDIR: local states directory - $INSTALLPREFIX: installation prefix - $VERSION: rspamd version | ||||
* | Unbreak lua_worker with ucl. | Vsevolod Stakhov | 2013-11-09 | 1 | -0/+10 |
| | |||||
* | Sync with libucl. | Vsevolod Stakhov | 2013-11-02 | 1 | -0/+1 |
| | |||||
* | Replace RCL to UCL from libucl to avoid duplicity in the code. | Vsevolod Stakhov | 2013-10-22 | 1 | -11/+11 |
| | |||||
* | Allow parsing uint32 as time values. | Vsevolod Stakhov | 2013-09-30 | 1 | -4/+5 |
| | |||||
* | Add rcl parsers for workers options. | Vsevolod Stakhov | 2013-09-30 | 1 | -1/+16 |
| | |||||
* | Add default options for options section. | Vsevolod Stakhov | 2013-09-02 | 1 | -1/+1 |
| | |||||
* | Allow size_t values in parse_struct_integer. | Vsevolod Stakhov | 2013-09-02 | 1 | -1/+2 |
| | |||||
* | Add parser for default values in rcl section. | Vsevolod Stakhov | 2013-09-01 | 1 | -0/+13 |
| | |||||
* | Add parser for boolean fields in a structure. | Vsevolod Stakhov | 2013-08-31 | 1 | -0/+12 |
| | |||||
* | Use flags instead of size for integers. | Vsevolod Stakhov | 2013-08-31 | 1 | -2/+4 |
| | |||||
* | Add conception of default handler for structures parsing. | Vsevolod Stakhov | 2013-08-31 | 1 | -11/+20 |
| | |||||
* | Add string list fields parser. | Vsevolod Stakhov | 2013-08-30 | 1 | -0/+12 |
| | |||||
* | Add time fields parser. | Vsevolod Stakhov | 2013-08-29 | 1 | -5/+18 |
| | |||||
* | Add the parser of double fields. | Vsevolod Stakhov | 2013-08-29 | 1 | -0/+17 |
| | |||||
* | Add integer converting function. | Vsevolod Stakhov | 2013-08-29 | 1 | -0/+14 |
| | |||||
* | Add the parser of string fileds in structs. | Vsevolod Stakhov | 2013-08-29 | 1 | -0/+22 |
| | |||||
* | Add common principles of rspamd rcl configuration. | Vsevolod Stakhov | 2013-08-23 | 1 | -1/+48 |
| | |||||
* | Add skeleton for rcl configuration. | Vsevolod Stakhov | 2013-08-22 | 1 | -0/+39 |