aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.c
Commit message (Expand)AuthorAgeFilesLines
...
* * Use buffered IO for loggingVsevolod Stakhov2009-08-251-13/+7
* * Migrate fuzzy storage to use UDP instead of TCPVsevolod Stakhov2009-08-251-3/+15
* * Misprint in macro nameVsevolod Stakhov2009-08-251-1/+1
* * Improve google perf tools supportVsevolod Stakhov2009-08-251-2/+40
* * Add http maps supportVsevolod Stakhov2009-07-211-3/+3
* * Introduce new common system of map files, that can be used for different ty...Vsevolod Stakhov2009-07-201-179/+6
* * Rework the whole filters systemVsevolod Stakhov2009-07-131-1/+3
* * Make autolearn workingVsevolod Stakhov2009-07-091-1/+1
* * Add views support (not completely tested yet)Vsevolod Stakhov2009-06-291-4/+84
* * Use own logging system to use static logging buffer instead of dynamically ...Vsevolod Stakhov2009-06-161-0/+28
* * Do not use values from clock_gettime for getting current timeVsevolod Stakhov2009-06-051-2/+4
* * Avoid double freeing of match infoVsevolod Stakhov2009-06-051-1/+1
* * Improve logic of reading list files, add automatic rereading of list files ...Vsevolod Stakhov2009-06-031-0/+121
* * Enable counters interfaceVsevolod Stakhov2009-05-051-3/+1
* * Temporary disable counters as it is impossible to actually create shared hashVsevolod Stakhov2009-05-041-1/+3
* * Add counters for rspamd symbolsVsevolod Stakhov2009-05-041-0/+28
* * Allow binds to INADDR_ANY if bind_sock is *:portVsevolod Stakhov2009-04-291-1/+1
* * Add ability to build rspamd without perl supportVsevolod Stakhov2009-03-271-2/+2
* * More accurate work with clockVsevolod Stakhov2009-03-251-6/+16
* * Log scan time and scan length of messagesVsevolod Stakhov2009-03-251-0/+14
* * Fix multiply accept issuesVsevolod Stakhov2009-03-241-2/+9
* * Polish socket utility functionsVsevolod Stakhov2009-03-241-22/+16
* * Fix many compile time warnings and polish codeVsevolod Stakhov2009-03-241-1/+2
* * Add functions support to rspamd regexpsVsevolod Stakhov2009-03-191-194/+0
* * Fix reload logicVsevolod Stakhov2009-03-131-4/+11
* * Some fixes to regexp moduleVsevolod Stakhov2009-03-121-1/+4
* * Fix bad memory leaks and memory corruption in url detecting moduleVsevolod Stakhov2009-03-061-0/+2
* * Fix initialization procedure of redirectorVsevolod Stakhov2009-03-061-1/+1
* * Add ability to fork multiply lmtp workersVsevolod Stakhov2009-03-031-33/+0
* * Unify socket creation and accepting by using utility functionsVsevolod Stakhov2009-03-031-15/+104
* * Properly set initial state for surbl state machineVsevolod Stakhov2009-03-021-0/+7
* * Remove %m from logging it seems to be unsupported by FreeBSD printf versionVsevolod Stakhov2009-03-021-1/+1
* * Fix logging when process is startingVsevolod Stakhov2009-02-261-2/+6
* * Implement rspamd IO with IO dispatcher (TODO: still some issues with timeou...Vsevolod Stakhov2009-02-191-45/+0
* * Prepare to migrate to cmake (still need to write install target and working...Vsevolod Stakhov2009-02-161-18/+1
* * Add BSD license textVsevolod Stakhov2009-02-161-0/+24
* * Try to fix reading a line from user (using pools)Vsevolod Stakhov2009-02-061-0/+45
* * Fix errors in learning implementationVsevolod Stakhov2009-01-111-2/+15
* * Implement delayed fork of dead workers (to avoid fork bombs)Vsevolod Stakhov2009-01-111-9/+16
* * Make sample config more completeVsevolod Stakhov2008-12-181-32/+16
* * Fix build under FreeBSD (forgotten include)Vsevolod Stakhov2008-12-111-0/+1
* * Remove strlcpy code and replace it with glib alternativeVsevolod Stakhov2008-12-031-7/+7
* * Add config routines for stat filesVsevolod Stakhov2008-12-011-0/+59
* * Reorganize structure of source filesVsevolod Stakhov2008-11-011-0/+834