summaryrefslogtreecommitdiffstats
path: root/src/statfile_sync.c
Commit message (Collapse)AuthorAgeFilesLines
* * 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