Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Force restful replies for restful sessions (not tested with all commands). | Vsevolod Stakhov | 2012-09-16 | 1 | -1/+1 |
| | |||||
* | Allow rspamd dispatcher code to process half-closed connections. | Vsevolod Stakhov | 2012-04-20 | 1 | -0/+2 |
| | |||||
* | Add support of buffered IO reset to support persistent connections. | Vsevolod Stakhov | 2012-02-16 | 1 | -0/+6 |
| | |||||
* | * Significate performance improving by vectorizing IO output (about 4 times ↵ | Vsevolod Stakhov | 2011-10-31 | 1 | -1/+1 |
| | | | | for kv storage). | ||||
* | * Use event_base thread safe API to allow parallelism based on threads | Vsevolod Stakhov | 2011-10-26 | 1 | -1/+2 |
| | |||||
* | * Add learn_spam/learn_ham interface to librspamdclient and to rspamc | Vsevolod Stakhov | 2011-07-14 | 1 | -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 Stakhov | 2010-10-06 | 1 | -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 Stakhov | 2010-06-24 | 1 | -2/+2 |
| | | | | errors sessions can be destroyed early | ||||
* | * Some performance improvements to IO dispatcher (do not drain the whole ↵ | Vsevolod Stakhov | 2010-06-18 | 1 | -0/+1 |
| | | | | | | buffer after a single line readed) * Fix smtp data input | ||||
* | * Check messages received via smtp proxy | Vsevolod Stakhov | 2010-06-10 | 1 | -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 Stakhov | 2010-06-09 | 1 | -0/+6 |
| | | | | | | | | - delay - helo - mail from - rcpt * Implement interaction with smtp upstream (with support of XCLIENT) | ||||
* | * Introduce new logging system: | Vsevolod Stakhov | 2009-12-22 | 1 | -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 Stakhov | 2009-09-22 | 1 | -3/+3 |
| | |||||
* | * Add urls output to urls command | Vsevolod Stakhov | 2009-07-02 | 1 | -1/+1 |
| | | | | * Improve performance of dispatcher by avoiding double allocating and copying of dynamic buffers | ||||
* | * Fix dispatcher timeouts handling | Vsevolod Stakhov | 2009-02-20 | 1 | -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 Stakhov | 2009-02-19 | 1 | -0/+99 |
timeouts must be resolved) |