Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Improve google perf tools support | Vsevolod Stakhov | 2009-08-25 | 1 | -6/+22 | |
| | | | | * Pass to event_add only copies of struct timeval to avoid timing problems | |||||
* | * Add urls output to urls command | Vsevolod Stakhov | 2009-07-02 | 1 | -5/+13 | |
| | | | | * Improve performance of dispatcher by avoiding double allocating and copying of dynamic buffers | |||||
* | * 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 | |
| | | | | * Do not write to log if we don't do any read operation in dispatcher library | |||||
* | * New rspamd protocol (changed replies) | Vsevolod Stakhov | 2009-03-03 | 1 | -5/+5 | |
| | | | | | | | | * Add ability to attach string lists to symbols * Check destructors and do not add identical destructors (argument and function) to pool's destructors * Remove 2 warnings when building with gmime22 * Attach url names to surbl symbols * Fix bug with blocking on read (I think it is linux specific thought) | |||||
* | * Fix dispatcher bugs and add some debug output | Vsevolod Stakhov | 2009-03-02 | 1 | -3/+29 | |
| | | | | * Fix log output for surbl | |||||
* | * 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 | |
| | | | | * 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/+355 | |
timeouts must be resolved) |