Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hide workers and modules definitions. | Vsevolod Stakhov | 2015-08-06 | 1 | -16/+0 |
* | More fixes to reading of empty messages. | Vsevolod Stakhov | 2015-07-31 | 1 | -4/+7 |
* | Allow messages with headers only. | Vsevolod Stakhov | 2015-07-30 | 1 | -1/+1 |
* | Initialize image structure to avoid corruption. | Vsevolod Stakhov | 2015-07-30 | 1 | -6/+4 |
* | Store multiparts for further analysis. | Vsevolod Stakhov | 2015-07-29 | 1 | -2/+31 |
* | Reduce log level for similar parts distance. | Vsevolod Stakhov | 2015-07-29 | 1 | -1/+1 |
* | Fix parsing of the last header in a message. | Vsevolod Stakhov | 2015-07-25 | 1 | -4/+5 |
* | Refactor functions in images processing. | Vsevolod Stakhov | 2015-07-23 | 3 | -15/+14 |
* | Find linked images from HTML parts. | Vsevolod Stakhov | 2015-07-23 | 1 | -1/+55 |
* | Add HTML image type. | Vsevolod Stakhov | 2015-07-23 | 2 | -0/+4 |
* | Remove legacy fuzzy code completely. | Vsevolod Stakhov | 2015-07-18 | 2 | -5/+0 |
* | Skip URLs check and set empty flag for HTML parts. | Vsevolod Stakhov | 2015-07-17 | 1 | -1/+3 |
* | Improve tag_exists function. | Vsevolod Stakhov | 2015-07-17 | 1 | -41/+1 |
* | Do not compare parts with no words. | Vsevolod Stakhov | 2015-07-17 | 1 | -16/+19 |
* | Split emails and urls. | Vsevolod Stakhov | 2015-07-17 | 1 | -1/+2 |
* | Exclude HTML urls content from texts | Vsevolod Stakhov | 2015-07-16 | 1 | -2/+4 |
* | Fix parts distance compare condition. | Vsevolod Stakhov | 2015-07-16 | 1 | -22/+23 |
* | Fix stupid misprint in array indexing. | Vsevolod Stakhov | 2015-07-16 | 1 | -1/+1 |
* | Fix addition to html tree. | Vsevolod Stakhov | 2015-07-16 | 1 | -1/+1 |
* | Use the new API. | Vsevolod Stakhov | 2015-07-16 | 1 | -5/+6 |
* | Use new HTML API in message.c | Vsevolod Stakhov | 2015-07-16 | 1 | -264/+5 |
* | Refactor html.h. | Vsevolod Stakhov | 2015-07-15 | 2 | -3/+4 |
* | Move distance calculation to message parsing. | Vsevolod Stakhov | 2015-07-14 | 2 | -133/+97 |
* | Implement levenshtein distance for words. | Vsevolod Stakhov | 2015-07-14 | 1 | -4/+41 |
* | Start removing of old fuzzy algorithm. | Vsevolod Stakhov | 2015-07-14 | 2 | -11/+13 |
* | Implement skipping of signatures in text messages. | Vsevolod Stakhov | 2015-07-14 | 1 | -2/+4 |
* | Fix some more issues found after mime rework. | Vsevolod Stakhov | 2015-07-14 | 1 | -8/+8 |
* | Fix received headers parsing. | Vsevolod Stakhov | 2015-07-14 | 1 | -1/+1 |
* | GList -> GPtrArray for parts | Vsevolod Stakhov | 2015-07-14 | 1 | -5/+3 |
* | Rework parts and task structure: | Vsevolod Stakhov | 2015-07-13 | 3 | -204/+137 |
* | Add GTUBE support. | Vsevolod Stakhov | 2015-07-02 | 1 | -0/+61 |
* | Fix regexp_search invocation. | Vsevolod Stakhov | 2015-06-30 | 1 | -6/+6 |
* | Adopt for the new headers structure. | Vsevolod Stakhov | 2015-06-02 | 1 | -11/+14 |
* | Avoid copying when parsing headers. | Vsevolod Stakhov | 2015-06-02 | 1 | -28/+23 |
* | Restore build. | Vsevolod Stakhov | 2015-06-02 | 1 | -60/+0 |
* | Fix internal libraries. | Vsevolod Stakhov | 2015-06-02 | 1 | -27/+0 |
* | Rework and fix several issues in mime processing. | Vsevolod Stakhov | 2015-06-02 | 3 | -23/+44 |
* | Reorganize structure of filter components. | Vsevolod Stakhov | 2015-06-02 | 2 | -462/+0 |
* | Move bits compatibility function. | Vsevolod Stakhov | 2015-06-02 | 1 | -15/+0 |
* | Implement frequency incrementing. | Vsevolod Stakhov | 2015-05-28 | 1 | -1/+1 |
* | Refactor and unify function names. | Vsevolod Stakhov | 2015-05-27 | 1 | -1/+1 |
* | Fix states logic broken by the previous commit. | Vsevolod Stakhov | 2015-05-27 | 1 | -1/+3 |
* | Adopt the rest of the code. | Vsevolod Stakhov | 2015-05-26 | 1 | -5/+1 |
* | Refactor events API. | Vsevolod Stakhov | 2015-05-26 | 2 | -16/+16 |
* | Remove threading support at all. | Vsevolod Stakhov | 2015-05-26 | 2 | -24/+0 |
* | Skip spaces at the beginning of mime message. | Vsevolod Stakhov | 2015-05-24 | 1 | -2/+10 |
* | Switch off legacy tokenization by default. | Vsevolod Stakhov | 2015-05-21 | 1 | -1/+1 |
* | Do not stem exceptions. | Vsevolod Stakhov | 2015-05-21 | 1 | -15/+17 |
* | Fix memory issues with tokens normalization. | Vsevolod Stakhov | 2015-05-21 | 1 | -0/+6 |
* | Fix symbols removal in composites. | Vsevolod Stakhov | 2015-05-13 | 1 | -3/+5 |