aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * Fix issue with <?xml> tagVsevolod Stakhov2009-05-211-1/+1
* * Add 'User' header that is used by exim MTAVsevolod Stakhov2009-05-191-0/+10
* * Remove unused debugVsevolod Stakhov2009-05-191-6/+0
* * Add simple html parser and tag balancing detectorVsevolod Stakhov2009-05-155-6/+645
* * Remove output of symbol ')' at the run of rspamdVsevolod Stakhov2009-05-141-0/+2
* * Fix stripping header when matching raw headersVsevolod Stakhov2009-05-141-2/+1
* * Fix work with raw headers and with senders in messageVsevolod Stakhov2009-05-142-3/+83
* * Implement PROCESS command that adds header to original messageVsevolod Stakhov2009-05-131-6/+58
* * Strip header values to avoid problems with libc functionsVsevolod Stakhov2009-05-083-0/+43
* * Improve performance of IO reading by reworking IO dispatcher algorithmVsevolod Stakhov2009-05-084-63/+108
* * Fix memory leak when ref'ing message mime part without unrefing itVsevolod Stakhov2009-05-082-7/+19
* * Improve loggingVsevolod Stakhov2009-05-062-3/+3
* * Fix expression optimizatorVsevolod Stakhov2009-05-051-3/+2
* * Move evdns initializing to workersVsevolod Stakhov2009-05-052-1/+4
* * Init event in workers as well (seems that in FreeBSD it is needed)Vsevolod Stakhov2009-05-051-0/+1
* * Move event and gmime init to mainVsevolod Stakhov2009-05-052-2/+2
* * Enable counters interfaceVsevolod Stakhov2009-05-054-11/+10
* * Temporary disable counters as it is impossible to actually create shared hashVsevolod Stakhov2009-05-041-1/+3
* * Fix shared hashes avoiding its resizingVsevolod Stakhov2009-05-044-8/+9
* * Fix error in regexps results hashingVsevolod Stakhov2009-05-043-8/+18
* * Add counters for rspamd symbolsVsevolod Stakhov2009-05-0410-14/+140
* * Enable support of google perf toolsVsevolod Stakhov2009-05-044-6/+49
* * Fix ping commandVsevolod Stakhov2009-04-301-0/+2
* * Fix daemon (3) callVsevolod Stakhov2009-04-301-1/+1
* * Allow binds to INADDR_ANY if bind_sock is *:portVsevolod Stakhov2009-04-293-4/+6
* * Enable gprof supportVsevolod Stakhov2009-04-292-2/+17
* * Avoid division by zero while comparing fuzzy hashesVsevolod Stakhov2009-04-281-0/+5
* * Implement new optimization methodVsevolod Stakhov2009-04-281-19/+49
* * Fix stupid error in case structure.Vsevolod Stakhov2009-04-271-0/+6
* * Fix function get_transfer_encodingVsevolod Stakhov2009-04-271-1/+1
* * Add expression parser utilityVsevolod Stakhov2009-04-272-16/+6
* * Fix error in regexp module configurationVsevolod Stakhov2009-04-271-1/+1
* * Skip identical parts while testing mime regexpsVsevolod Stakhov2009-04-271-2/+11
* Fix misprint.Vsevolod Stakhov2009-04-241-1/+1
* * Validate utf8 chars to avoid crashesVsevolod Stakhov2009-04-244-3/+69
* * Also try to search for headers in raw headersVsevolod Stakhov2009-04-231-1/+9
* * Some more bugs are (hopefuly) fixedVsevolod Stakhov2009-04-232-7/+17
* * Handle parsed regexp as not-parsed regexps in expressionsVsevolod Stakhov2009-04-231-2/+2
* * Another tryVsevolod Stakhov2009-04-231-1/+1
* * Try to correctly read regexpsVsevolod Stakhov2009-04-231-1/+1
* * Threat message regexps as raw by defaultVsevolod Stakhov2009-04-231-2/+6
* * Another fix to regexps parserVsevolod Stakhov2009-04-233-6/+23
* * Fix regexp_match_number functionVsevolod Stakhov2009-04-233-19/+4
* * Fix expression parser: make it recursive and allow expressions inside funct...Vsevolod Stakhov2009-04-233-64/+176
* * Fix variables substitutionVsevolod Stakhov2009-04-223-10/+14
* * Thread variables as () expressions to fix problems with operations priorityVsevolod Stakhov2009-04-211-2/+2
* * MisprintVsevolod Stakhov2009-04-211-1/+0
* * Fix bug with headers iteration functionVsevolod Stakhov2009-04-211-11/+11
* * Write simple approach of chartable module for raw mode textsVsevolod Stakhov2009-04-211-28/+36
* * Add initial version of chartable plugin: now it can only detects mixed unic...Vsevolod Stakhov2009-04-212-1/+179