summaryrefslogtreecommitdiffstats
path: root/src/printf.c
Commit message (Collapse)AuthorAgeFilesLines
* Simplify logfiles escaping.Vsevolod Stakhov2013-12-231-54/+0
|
* Rework printf functions.Vsevolod Stakhov2013-12-231-171/+170
|
* Allow to print booleans with %bVsevolod Stakhov2013-08-291-0/+15
|
* Fix some warnings found by coverity scan.Vsevolod Stakhov2013-08-161-1/+1
|
* Update copyright (required by debian).Vsevolod Stakhov2012-09-041-1/+1
|
* Fix static build.Vsevolod Stakhov2012-06-051-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 Stakhov2011-11-101-2/+2
| | | | * Add integers detection inside kvstorage.
* Remove some warnings.Vsevolod Stakhov2011-10-141-5/+2
|
* Fix for *BSD.Vsevolod Stakhov2011-07-261-2/+2
|
* * Add option max_size for regexp module to skip expensive regexp on long ↵Vsevolod Stakhov2011-07-261-2/+83
| | | | messages
* * Fixes to fuzzy hashing logic, skip urls while estimating fuzzy hashVsevolod Stakhov2011-06-231-0/+10
| | | | | Fix tags stripping. Fix phishing checks (ignore img tags).
* * Add api for creating XML-rpc callsVsevolod Stakhov2011-06-091-4/+8
|
* * Rework build process:Vsevolod Stakhov2011-05-101-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