Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify logfiles escaping. | Vsevolod Stakhov | 2013-12-23 | 1 | -54/+0 |
| | |||||
* | Rework printf functions. | Vsevolod Stakhov | 2013-12-23 | 1 | -171/+170 |
| | |||||
* | Allow to print booleans with %b | Vsevolod Stakhov | 2013-08-29 | 1 | -0/+15 |
| | |||||
* | Fix some warnings found by coverity scan. | Vsevolod Stakhov | 2013-08-16 | 1 | -1/+1 |
| | |||||
* | Update copyright (required by debian). | Vsevolod Stakhov | 2012-09-04 | 1 | -1/+1 |
| | |||||
* | Fix static build. | Vsevolod Stakhov | 2012-06-05 | 1 | -0/+17 |
| | | | | As there are too many changes from 0.4.7 mark this version as 0.5.0. | ||||
* | * Add incr and decr commands to kvstorage. | Vsevolod Stakhov | 2011-11-10 | 1 | -2/+2 |
| | | | | * Add integers detection inside kvstorage. | ||||
* | Remove some warnings. | Vsevolod Stakhov | 2011-10-14 | 1 | -5/+2 |
| | |||||
* | Fix for *BSD. | Vsevolod Stakhov | 2011-07-26 | 1 | -2/+2 |
| | |||||
* | * Add option max_size for regexp module to skip expensive regexp on long ↵ | Vsevolod Stakhov | 2011-07-26 | 1 | -2/+83 |
| | | | | messages | ||||
* | * Fixes to fuzzy hashing logic, skip urls while estimating fuzzy hash | Vsevolod Stakhov | 2011-06-23 | 1 | -0/+10 |
| | | | | | Fix tags stripping. Fix phishing checks (ignore img tags). | ||||
* | * Add api for creating XML-rpc calls | Vsevolod Stakhov | 2011-06-09 | 1 | -4/+8 |
| | |||||
* | * Rework build process: | Vsevolod Stakhov | 2011-05-10 | 1 | -0/+566 |
- add librspamdserver - link this library to all daemons and utils of rspamd - use subdirectories more often * Rework global variables logic - move them to the main process * Fix logging to handle utf-8 correctly * Add statshow utility and make it working * Move printf functions to separate source file |