| Commit message (Expand) | Author | Age | Files | Lines |
* | * Allocate some more bytes for read buffer to avoid incorrect behavoiur | Vsevolod Stakhov | 2010-07-27 | 1 | -2/+2 |
* | * Pass env from main() arguments instead of platform specific global environ | Vsevolod Stakhov | 2010-06-22 | 1 | -1/+1 |
* | * Darwin sendfile(2) support | Vsevolod Stakhov | 2010-06-22 | 1 | -4/+9 |
* | * Rewrite buffered input for line policy (again) | Vsevolod Stakhov | 2010-06-22 | 1 | -34/+41 |
* | * Try to fix memmove issues in io dispatcher | Vsevolod Stakhov | 2010-06-21 | 1 | -5/+11 |
* | * Some performance improvements to IO dispatcher (do not drain the whole buff... | Vsevolod Stakhov | 2010-06-18 | 1 | -14/+35 |
* | * Check messages received via smtp proxy | Vsevolod Stakhov | 2010-06-10 | 1 | -8/+178 |
* | * Implement basic SMTP dialog: | Vsevolod Stakhov | 2010-06-09 | 1 | -0/+6 |
* | * Continue implementing smtp proxy | Vsevolod Stakhov | 2010-05-26 | 1 | -0/+5 |
* | * Introduce new logging system: | Vsevolod Stakhov | 2009-12-22 | 1 | -11/+11 |
* | * Another fixes to synchronization of statfiles | Vsevolod Stakhov | 2009-12-03 | 1 | -0/+5 |
* | * Adopt printf function from nginx for comfortable printing of some data type... | Vsevolod Stakhov | 2009-11-30 | 1 | -3/+4 |
* | * Retab, no functional changes | Vsevolod Stakhov | 2009-10-02 | 1 | -109/+100 |
* | * Fix CRLF parsing | Vsevolod Stakhov | 2009-09-24 | 1 | -1/+1 |
* | * Implement new system of async events handling (experimental) | Vsevolod Stakhov | 2009-09-22 | 1 | -42/+29 |
* | * Add time out for sync IO as it can cause unpredictable errors | Vsevolod Stakhov | 2009-09-21 | 1 | -0/+3 |
* | * Improve google perf tools support | Vsevolod Stakhov | 2009-08-25 | 1 | -6/+22 |
* | * Add urls output to urls command | Vsevolod Stakhov | 2009-07-02 | 1 | -5/+13 |
* | * Remove some warnings | Vsevolod Stakhov | 2009-07-01 | 1 | -1/+1 |
* | * Improve performance of IO reading by reworking IO dispatcher algorithm | Vsevolod Stakhov | 2009-05-08 | 1 | -41/+39 |
* | * Fix bug in url parser with freeing memory allocated by memory_pool allocator | Vsevolod Stakhov | 2009-03-04 | 1 | -4/+3 |
* | * New rspamd protocol (changed replies) | Vsevolod Stakhov | 2009-03-03 | 1 | -5/+5 |
* | * Fix dispatcher bugs and add some debug output | Vsevolod Stakhov | 2009-03-02 | 1 | -3/+29 |
* | * Fix character policy in dispatcher | Vsevolod Stakhov | 2009-03-02 | 1 | -3/+9 |
* | * Fix dispatcher timeouts handling | Vsevolod Stakhov | 2009-02-20 | 1 | -10/+34 |
* | * Implement rspamd IO with IO dispatcher (TODO: still some issues with timeou... | Vsevolod Stakhov | 2009-02-19 | 1 | -0/+355 |