aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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-213-28/+62
* * Add initial version of chartable plugin: now it can only detects mixed unic...Vsevolod Stakhov2009-04-215-2/+183
* * 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-219-13/+46
* * 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-175-86/+37
* * Threat raw header regexps as raw regexpsVsevolod Stakhov2009-04-163-3/+13
* * 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
* * Include sys/resource.h for getrlimitVsevolod Stakhov2009-04-152-0/+7
* * 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-302-1/+2
* * Try to fix expression parser to support ',' inside regexp arguments of func...Vsevolod Stakhov2009-03-301-35/+44
* * Add 3 functions:Vsevolod Stakhov2009-03-308-5/+167
* * Add message handling functions to lua APIVsevolod Stakhov2009-03-309-39/+406
* * Make regexp cache functions public for using them in other placesVsevolod Stakhov2009-03-293-2/+62
* * Add ability for plugins to register its own functions in expression's parserVsevolod Stakhov2009-03-282-4/+34
* * Fix error in parser when parsing last ')' we need to remove '(' from stack ...Vsevolod Stakhov2009-03-272-0/+4
* * Another fix of uptime commandVsevolod Stakhov2009-03-271-2/+2
* * Fix variables substitutionVsevolod Stakhov2009-03-275-14/+92
* * Add initial LUA filters supportVsevolod Stakhov2009-03-277-3/+246
* * Fix linking with libutilVsevolod Stakhov2009-03-271-0/+9
* * Fix build without perlVsevolod Stakhov2009-03-271-0/+9
* * Fix parsing regexp with '=' symbol insideVsevolod Stakhov2009-03-272-3/+15
* * Add ability to build rspamd without perl supportVsevolod Stakhov2009-03-278-52/+101
* * Fix 2 memory leaksVsevolod Stakhov2009-03-274-69/+96
* * Add statictics for all allocated poolsVsevolod Stakhov2009-03-263-2/+14
* * Unref wrapper as wellVsevolod Stakhov2009-03-261-0/+2
* * Do not try to process empty partsVsevolod Stakhov2009-03-261-21/+24
* * Unref stream to avoid memory leakingVsevolod Stakhov2009-03-251-1/+5
* * Fix using of local variableVsevolod Stakhov2009-03-252-2/+6
* * Fix log lineVsevolod Stakhov2009-03-251-1/+1
* * More accurate work with clockVsevolod Stakhov2009-03-258-9/+49
* * Log scan time and scan length of messagesVsevolod Stakhov2009-03-256-1/+23
* * Fix multiply accept issuesVsevolod Stakhov2009-03-242-2/+14
* * Polish socket utility functionsVsevolod Stakhov2009-03-241-22/+16
* * Fix bug in expressions parser and optimizerVsevolod Stakhov2009-03-242-6/+4