aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
Commit message (Collapse)AuthorAgeFilesLines
* * Add learn_spam/learn_ham interface to librspamdclient and to rspamcVsevolod Stakhov2011-07-141-0/+1
| | | | | * Improve logic of io dispatcher restoration Remove correction factor from bayes as it leads to classify errors.
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-6/+6
| | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones.
* * Check return value of each rspamd_dispatcher_write as in case of write ↵Vsevolod Stakhov2010-06-241-2/+2
| | | | errors sessions can be destroyed early
* * Some performance improvements to IO dispatcher (do not drain the whole ↵Vsevolod Stakhov2010-06-181-0/+1
| | | | | | buffer after a single line readed) * Fix smtp data input
* * Check messages received via smtp proxyVsevolod Stakhov2010-06-101-0/+16
| | | | | | * Add support for sendfile in io dispatcher * Fix issues with compatibility of worker_task and smtp proxy * Proxy DATA command
* * Implement basic SMTP dialog:Vsevolod Stakhov2010-06-091-0/+6
| | | | | | | | - delay - helo - mail from - rcpt * Implement interaction with smtp upstream (with support of XCLIENT)
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-0/+1
| | | | | | | | | - 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
* * Implement new system of async events handling (experimental)Vsevolod Stakhov2009-09-221-3/+3
|
* * Add urls output to urls commandVsevolod Stakhov2009-07-021-1/+1
| | | | * Improve performance of dispatcher by avoiding double allocating and copying of dynamic buffers
* * Fix dispatcher timeouts handlingVsevolod Stakhov2009-02-201-0/+1
| | | | * Add wanna_die flag that can be used in dispatcher's callbacks
* * Implement rspamd IO with IO dispatcher (TODO: still some issues with ↵Vsevolod Stakhov2009-02-191-0/+99
timeouts must be resolved)