aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Add counter for oversized chunks: this parameter can improve performance, f...Vsevolod Stakhov2009-04-213-0/+6
* * Add raw mode flag for improving performance by avoiding expensive utf8 tran...Vsevolod Stakhov2009-04-217-12/+30
* * Add function compare_transfer_encoding for checking message content transfe...Vsevolod Stakhov2009-04-211-0/+39
* * Add some debugVsevolod Stakhov2009-04-203-16/+59
* * Fix urls extracting, avoid code repeatingVsevolod Stakhov2009-04-173-82/+33
* * Threat raw header regexps as raw regexpsVsevolod Stakhov2009-04-162-3/+12
* * For mime parts set flag 'raw' and if we cannot determine charset of part or...Vsevolod Stakhov2009-04-155-6/+27
* * Fix allocating and freeing of byte arrayVsevolod Stakhov2009-04-151-2/+2
* * Try to convert each text part of messages to utf8 to avoid problems with re...Vsevolod Stakhov2009-04-153-26/+71
* * Fix addresses filling in compare_distance functionVsevolod Stakhov2009-04-061-4/+2
* * Parse function's regexp using not temporary task pools, but permament confi...Vsevolod Stakhov2009-04-061-5/+5
* * When parse regexp save it to cache to make unique link betweenVsevolod Stakhov2009-04-051-2/+19
* * Add per-task regexp results cache, that would optimize regexp engine perfor...Vsevolod Stakhov2009-04-055-14/+117
* * Check mime regexp only in text and html partsVsevolod Stakhov2009-04-034-5/+194
* * Optimize speed of regexp_match_number function by avoid of regexp checks wh...Vsevolod Stakhov2009-03-311-0/+3
* * Fix comparing of internet addressesVsevolod Stakhov2009-03-311-11/+14
* * Fix order of functions argumentsVsevolod Stakhov2009-03-312-2/+7
* * Fix error in regexp processingVsevolod Stakhov2009-03-313-3/+8
* * Fix misprintVsevolod Stakhov2009-03-301-0/+1
* * Try to fix expression parser to support ',' inside regexp arguments of func...Vsevolod Stakhov2009-03-301-35/+44