aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* * Fix bug in url parser with freeing memory allocated by memory_pool allocatorVsevolod Stakhov2009-03-041-4/+3
| | | | * Do not write to log if we don't do any read operation in dispatcher library
* * New rspamd protocol (changed replies)Vsevolod Stakhov2009-03-031-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 outputVsevolod Stakhov2009-03-021-3/+29
| | | | * Fix log output for surbl
* * Fix character policy in dispatcherVsevolod Stakhov2009-03-021-3/+9
|
* * Fix dispatcher timeouts handlingVsevolod Stakhov2009-02-201-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 Stakhov2009-02-191-0/+355
timeouts must be resolved)