aboutsummaryrefslogtreecommitdiffstats
path: root/src/logger.h
Commit message (Collapse)AuthorAgeFilesLines
* Show debug output in libraries.Vsevolod Stakhov2014-01-061-1/+1
|
* Fix reload of rspamd.Vsevolod Stakhov2013-12-251-1/+1
|
* Log debug messages from libraries.Vsevolod Stakhov2013-11-261-1/+1
|
* Fix symbols deps.Vsevolod Stakhov2013-11-201-1/+1
|
* Fix logging in rspamd-util routines.Vsevolod Stakhov2013-06-041-9/+18
|
* Fix static build.Vsevolod Stakhov2012-06-051-5/+5
| | | | As there are too many changes from 0.4.7 mark this version as 0.5.0.
* * Fix spf plugin that was broken in 0.4.7Vsevolod Stakhov2012-04-201-2/+5
| | | | * Add partial ipv6 support for some rspamd modules.
* * Introduce new system of worker's and modules initialization:Vsevolod Stakhov2012-01-161-2/+2
| | | | | | | | - Removed legacy limitation of worker's types; - Using GQuarks to identify workers and modules; - Remove modules.sh script; - Add a common system of workers and modules; - Write management and configuration for new architecture.
* * Fix reopening of logs in case of privilleged run.Vsevolod Stakhov2011-11-301-0/+14
|
* * 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