summaryrefslogtreecommitdiffstats
path: root/src/worker.c
Commit message (Expand)AuthorAgeFilesLines
* * Fix error in regexps results hashingVsevolod Stakhov2009-05-041-1/+1
* * Enable support of google perf toolsVsevolod Stakhov2009-05-041-5/+33
* * Fix ping commandVsevolod Stakhov2009-04-301-0/+2
* * Enable gprof supportVsevolod Stakhov2009-04-291-0/+16
* * Add per-task regexp results cache, that would optimize regexp engine perfor...Vsevolod Stakhov2009-04-051-0/+2
* * Add ability to build rspamd without perl supportVsevolod Stakhov2009-03-271-3/+3
* * Fix 2 memory leaksVsevolod Stakhov2009-03-271-0/+3
* * Fix using of local variableVsevolod Stakhov2009-03-251-1/+3
* * More accurate work with clockVsevolod Stakhov2009-03-251-0/+6
* * Log scan time and scan length of messagesVsevolod Stakhov2009-03-251-0/+1
* * Fix multiply accept issuesVsevolod Stakhov2009-03-241-0/+5
* * Fix many compile time warnings and polish codeVsevolod Stakhov2009-03-241-0/+3
* * Fix reload logicVsevolod Stakhov2009-03-131-0/+1
* * Fix redirector connection procedureVsevolod Stakhov2009-03-101-0/+9
* * Fix 2 memory issues:Vsevolod Stakhov2009-03-101-0/+7
* * Remove several memory leaks (found by valgrind)Vsevolod Stakhov2009-03-061-1/+1
* * Unify socket creation and accepting by using utility functionsVsevolod Stakhov2009-03-031-13/+3
* * Remove %m from logging it seems to be unsupported by FreeBSD printf versionVsevolod Stakhov2009-03-021-4/+2
* * Fix dispatcher bugs and add some debug outputVsevolod Stakhov2009-03-021-3/+3
* * Fix url-extracterVsevolod Stakhov2009-02-271-6/+12
* * Add support of LMTP/SMTP deliveryVsevolod Stakhov2009-02-251-6/+0
* * Add initial LMTP support and LDA delivery to rspamdVsevolod Stakhov2009-02-241-2/+0
* * Fix dispatcher timeouts handlingVsevolod Stakhov2009-02-201-4/+13
* * Implement rspamd IO with IO dispatcher (TODO: still some issues with timeou...Vsevolod Stakhov2009-02-191-53/+34
* * Prepare to migrate to cmake (still need to write install target and working...Vsevolod Stakhov2009-02-161-24/+5
* * Add BSD license textVsevolod Stakhov2009-02-161-0/+24
* * Try to fix reading a line from user (using pools)Vsevolod Stakhov2009-02-061-2/+5
* * Add some comments and documentationVsevolod Stakhov2009-02-051-2/+28
* * Fix bug with calling consolidation function after stop_pointVsevolod Stakhov2009-01-281-0/+1
* * Rework statfiles result processingVsevolod Stakhov2009-01-221-0/+2
* * Rewrite message parserVsevolod Stakhov2009-01-211-101/+9
* * Add simple utility for sending mail to rspamdVsevolod Stakhov2009-01-161-4/+3
* * Try to fix output from delayed filters processingVsevolod Stakhov2009-01-121-2/+3
* * Add function for adding rspamd report headersVsevolod Stakhov2008-12-171-0/+3
* * Reorganize structure of source filesVsevolod Stakhov2008-11-011-0/+364