summaryrefslogtreecommitdiffstats
path: root/src/fuzzy.c
Commit message (Expand)AuthorAgeFilesLines
* Another debian license fix.Vsevolod Stakhov2012-09-101-1/+1
* Update copyright (required by debian).Vsevolod Stakhov2012-09-041-3/+3
* More cleanups and fixes for compiler warnings.0.4.6Vsevolod Stakhov2011-12-201-3/+3
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-5/+5
* Fix coredumps when learning message with one empty part.Vsevolod Stakhov2011-07-251-8/+10
* Another fix for comparing parts without content - two empty parts are equal.Vsevolod Stakhov2011-07-141-1/+6
* Fix coredump on messages with one url only.Vsevolod Stakhov2011-07-141-1/+1
* * Add new algorithm based on diff algorithm to compare relatively short text ...Vsevolod Stakhov2011-07-131-6/+18
* * Add ability to get difference between two parts from lua codeVsevolod Stakhov2011-07-121-0/+5
* * Make fuzzy hashes utf8 compatible.Vsevolod Stakhov2011-07-121-34/+74
* * Welcome 0.4.0Vsevolod Stakhov2011-06-241-11/+11
* Oops, remove debug.Vsevolod Stakhov2011-06-231-7/+0
* * Fixes to fuzzy hashing logic, skip urls while estimating fuzzy hashVsevolod Stakhov2011-06-231-4/+132
* * Many fixes to fuzzy hashes logic and tokenization.Vsevolod Stakhov2011-01-241-3/+27
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-23/+23
* * Retab, no functional changesVsevolod Stakhov2009-10-021-49/+49
* * Make fuzzy storage working (tested checking, adding and deleting of fuzzy h...Vsevolod Stakhov2009-07-311-2/+2
* * Fix indexes in fuzzy hashes calculationsVsevolod Stakhov2009-07-161-1/+1
* * Avoid division by zero while comparing fuzzy hashesVsevolod Stakhov2009-04-281-0/+5
* * Add 3 functions:Vsevolod Stakhov2009-03-301-1/+1
* * Fix many compile time warnings and polish codeVsevolod Stakhov2009-03-241-1/+1
* * Fix error in expression parser that causes bad errors with expressions that...Vsevolod Stakhov2009-03-231-1/+12
* * Add fuzzy hashes implementation (with adler-32 roll hash and FNV-32 hash)Vsevolod Stakhov2009-03-201-0/+273