aboutsummaryrefslogtreecommitdiffstats
path: root/src/logger.h
Commit message (Collapse)AuthorAgeFilesLines
* * Rework build process:Vsevolod Stakhov2011-05-101-15/+16
| | | | | | | | | | - 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
* * Start new rspamd 0.3.4Vsevolod Stakhov2010-12-031-12/+0
| | | | * Add ability to manage per-module, per-worker and per-classifier options in XML parser
* Fixes bugs found with clang-static analyser.Vsevolod Stakhov2010-10-111-11/+12
| | | | | Strictly follow c99 standart. Turn on pedantic c99 checks.
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-4/+4
| | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones.
* * More debugVsevolod Stakhov2010-07-251-1/+1
|
* * Add rspamd_log variable to lua plugins to access logging functionsVsevolod Stakhov2010-07-251-0/+9
| | | | | | | | | * Each part in rspamd task now can have parent part * Check for parts distance only for multipart/alternative subparts * Do not check attachements even if they are text (but attached as file) * Do not die if write (2) returned ENOSPACE while doing logging, turn on throttling mode instead (1 write try in a second) * Add ability to turn on debug for specific symbols * Add ability to configure dns timeouts and dns retransmits in config file
* * Make DNS resolver workingVsevolod Stakhov2010-07-081-1/+1
| | | | | | * Many improvements to rspamd test suite: now it CAN be used for testing rspamd functionality * Write DNS resolver tests * Fix issues with memory_pool mutexes and with creating of statfiles
* * Fix compatibility issuesVsevolod Stakhov2010-06-231-2/+12
|
* * Improve logging system:Vsevolod Stakhov2010-04-271-18/+5
| | | | | | | - do not write many repeated messages to log - add process name to log line * Small fixes to FreeBSD port and to start script as we have xml version now * Reconfig modules while rereading config file
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-0/+87
- independent and customizeable buffering - line buffering - errors handling support - custom (ip based) debug - append function name automaticaly (based on __FUNCTION__) - add some logic to logs system