summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Add 3 functions:Vsevolod Stakhov2009-03-307-5/+160
* * 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-271-0/+3
* * Another fix of uptime commandVsevolod Stakhov2009-03-271-2/+2
* * Fix variables substitutionVsevolod Stakhov2009-03-274-13/+91
* * Add initial LUA filters supportVsevolod Stakhov2009-03-275-3/+218
* * Fix parsing regexp with '=' symbol insideVsevolod Stakhov2009-03-272-3/+15
* * Add ability to build rspamd without perl supportVsevolod Stakhov2009-03-276-8/+31
* * 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-256-9/+44
* * 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
* * Fix many compile time warnings and polish codeVsevolod Stakhov2009-03-2416-36/+62
* * Fix obtaining of content-typeVsevolod Stakhov2009-03-241-13/+28
* * Add functions to operate with content-type header and describe them in docu...Vsevolod Stakhov2009-03-241-0/+192
* * Fix expression optimizatorVsevolod Stakhov2009-03-241-1/+4
* * Fix XS module to work with current type of memory allocationVsevolod Stakhov2009-03-241-3/+19
* * Use pool allocator for temp strings in headersVsevolod Stakhov2009-03-244-13/+14
* * Add smart handling of message headersVsevolod Stakhov2009-03-244-17/+289
* * Fix variable substitutionVsevolod Stakhov2009-03-242-27/+64
* * Fix error in expression parser that causes bad errors with expressions that...Vsevolod Stakhov2009-03-238-13/+110