aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* * Move event and gmime init to mainVsevolod Stakhov2009-05-051-0/+2
* * Enable counters interfaceVsevolod Stakhov2009-05-051-2/+8
* * Fix shared hashes avoiding its resizingVsevolod Stakhov2009-05-041-1/+1
* * Add counters for rspamd symbolsVsevolod Stakhov2009-05-041-0/+5
* * Fix daemon (3) callVsevolod Stakhov2009-04-301-1/+1
* * Enable gprof supportVsevolod Stakhov2009-04-291-2/+1
* * Fix variables substitutionVsevolod Stakhov2009-04-221-1/+0
* * Try to convert each text part of messages to utf8 to avoid problems with re...Vsevolod Stakhov2009-04-151-0/+6
* * Add message handling functions to lua APIVsevolod Stakhov2009-03-301-0/+9
* * Add initial LUA filters supportVsevolod Stakhov2009-03-271-2/+7
* * Add ability to build rspamd without perl supportVsevolod Stakhov2009-03-271-2/+12
* * Fix variable substitutionVsevolod Stakhov2009-03-241-24/+59
* * With flag -t syntax of modules variables is also inspectedVsevolod Stakhov2009-03-191-11/+28
* * Fix reload logicVsevolod Stakhov2009-03-131-59/+103
* * Drop privilleges immideately after creating of listen socketVsevolod Stakhov2009-03-041-23/+23
* * Add ability to fork multiply lmtp workersVsevolod Stakhov2009-03-031-21/+107
* * Unify socket creation and accepting by using utility functionsVsevolod Stakhov2009-03-031-2/+2
* * Remove %m from logging it seems to be unsupported by FreeBSD printf versionVsevolod Stakhov2009-03-021-5/+5
* * Fix logging when process is startingVsevolod Stakhov2009-02-261-1/+13
* * Add initial LMTP support and LDA delivery to rspamdVsevolod Stakhov2009-02-241-3/+14
* * Improve logger initializationVsevolod Stakhov2009-02-181-42/+66
* * Prepare to migrate to cmake (still need to write install target and working...Vsevolod Stakhov2009-02-161-20/+2
* * Add BSD license textVsevolod Stakhov2009-02-161-0/+24
* * Init perl and do all perl specific operations from the single place in codeVsevolod Stakhov2009-02-131-48/+5
* * Add log function to perl APIVsevolod Stakhov2009-02-121-0/+20
* * Make surbl checks workingVsevolod Stakhov2009-01-261-6/+9
* * Fix errors in learning implementationVsevolod Stakhov2009-01-111-1/+1
* * Implement delayed fork of dead workers (to avoid fork bombs)Vsevolod Stakhov2009-01-111-11/+42
* * Make sample config more completeVsevolod Stakhov2008-12-181-1/+1
* * Remove strlcpy code and replace it with glib alternativeVsevolod Stakhov2008-12-031-1/+1
* * Add learning interface to rspamd (still requires classifier to work)Vsevolod Stakhov2008-12-021-0/+3
* * Reorganize structure of source filesVsevolod Stakhov2008-11-011-0/+427