aboutsummaryrefslogtreecommitdiffstats
path: root/src/statfile_sync.c
Commit message (Collapse)AuthorAgeFilesLines
* Rework socket creation logic to support both ipv4 and ipv6 sockets.Vsevolod Stakhov2013-06-011-4/+4
|
* Another debian license fix.Vsevolod Stakhov2012-09-101-1/+1
| | | | | Add apache license for regexp that were delivered from SpamAssassin project. Fix debian/copyright for src/dns.c.
* Update copyright (required by debian).Vsevolod Stakhov2012-09-041-3/+3
|
* * Use event_base thread safe API to allow parallelism based on threadsVsevolod Stakhov2011-10-261-4/+7
|
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-3/+3
|
* * Welcome 0.4.0Vsevolod Stakhov2011-06-241-18/+21
| | | | | | | | | | | | | | | | | | Uncompatible changes: - Statistics is uncompatible in utf8 mode Major changes: - Improved utf8 mode - Convert all characters to lowercase in statistics - Skip URL's in statistics - Improve speed of bayes classifier by using integer arithmetics - Fixed statfiles synchronization that was broken for a long time - Synchronization is now configurable Minor changes: - Bugfixes - Removed some of legacy code - Types polishing
* Make own strlcpy that does not calculate remaining string length (faster and ↵Vsevolod Stakhov2010-11-161-1/+1
| | | | | | more safe) Allow only ASCII symbols in logs, escape control chars
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-17/+17
| | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones.
* * Many fixes to statfile syncronization systemVsevolod Stakhov2010-09-021-19/+31
| | | | * Fixed statfile pool initialization and synchronization with disk
* * Use rspamd_snprintf instead of libc oneVsevolod Stakhov2010-06-241-2/+2
|
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-10/+10
| | | | | | | | | - 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
* * Another fixes to synchronization of statfilesVsevolod Stakhov2009-12-031-8/+9
|
* * Some fixes to syncVsevolod Stakhov2009-12-021-4/+11
|
* * Adopt printf function from nginx for comfortable printing of some data ↵Vsevolod Stakhov2009-11-301-1/+1
| | | | | | | types (fixed strings, pids etc) * Fix work of http maps (they were broken in some places before) * Fix sync of statfiles (not fully tested yet)
* * Initial release of synchronization server in controllerVsevolod Stakhov2009-11-271-8/+43
|
* * Add initial version of rspamd binlog syncronization clientVsevolod Stakhov2009-11-251-0/+289
* Style fix to perl module