aboutsummaryrefslogtreecommitdiffstats
path: root/src/printf.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix static build.Vsevolod Stakhov2012-06-051-0/+1
| | | | As there are too many changes from 0.4.7 mark this version as 0.5.0.
* * Add option max_size for regexp module to skip expensive regexp on long ↵Vsevolod Stakhov2011-07-261-5/+5
| | | | messages
* * Fixes to fuzzy hashing logic, skip urls while estimating fuzzy hashVsevolod Stakhov2011-06-231-0/+1
| | | | | Fix tags stripping. Fix phishing checks (ignore img tags).
* * Add api for creating XML-rpc callsVsevolod Stakhov2011-06-091-2/+12
|
* * Rework build process:Vsevolod Stakhov2011-05-101-0/+61
- 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