Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Feature] Pre-calculate blake2 digest for all parts | Vsevolod Stakhov | 2016-08-13 | 1 | -2/+3 |
| | |||||
* | [Rework] Rework exceptions and newlines processing | Vsevolod Stakhov | 2016-07-13 | 1 | -1/+1 |
| | |||||
* | [Feature] Store raw headers value to use them in DKIM | Vsevolod Stakhov | 2016-07-07 | 1 | -0/+2 |
| | |||||
* | [Rework] Rename mime parts structures | Vsevolod Stakhov | 2016-07-04 | 1 | -11/+20 |
| | |||||
* | [Feature] Use one pass to remove newlines and store their positions | Vsevolod Stakhov | 2016-06-16 | 1 | -0/+1 |
| | |||||
* | [Feature] Add ESMTPSA received type | Vsevolod Stakhov | 2016-06-15 | 1 | -0/+1 |
| | |||||
* | [Feature] Parse received date and ESMTPA proto | Vsevolod Stakhov | 2016-06-15 | 1 | -1/+2 |
| | |||||
* | [Feature] Use new ragel parser in message parsing code | Vsevolod Stakhov | 2016-06-14 | 1 | -0/+13 |
| | |||||
* | [Fix] More fixes to parts distance calculations | Vsevolod Stakhov | 2016-04-29 | 1 | -0/+1 |
| | | | | | | | - Use hashed words instead of full words for speed - Improve levenstein distance calculations and penalise replaces - Always return number from 0 to 1 - Use g_malloc instead of alloca | ||||
* | [Feature] Store text parts content with newlines stripped | Vsevolod Stakhov | 2016-04-28 | 1 | -0/+1 |
| | |||||
* | [Feature] Add more methods to get headers from a task | Vsevolod Stakhov | 2016-04-22 | 1 | -0/+26 |
| | |||||
* | [CritFix] Plug memory leak in headers getting code | Vsevolod Stakhov | 2016-04-22 | 1 | -2/+16 |
| | |||||
* | [Feature] Save multipart boundaries | Vsevolod Stakhov | 2016-04-11 | 1 | -0/+1 |
| | |||||
* | [Feature] Save raw headers for mime parts | Vsevolod Stakhov | 2016-04-11 | 1 | -0/+1 |
| | |||||
* | [Feature] Allow to get mime headers from a task | Vsevolod Stakhov | 2016-04-09 | 1 | -0/+4 |
| | |||||
* | [Feature] Add method to get headers as array for speed | Vsevolod Stakhov | 2016-03-29 | 1 | -0/+4 |
| | |||||
* | Remove legacy words, use merely normalized_words | Vsevolod Stakhov | 2015-11-26 | 1 | -1/+0 |
| | |||||
* | Implement words decaying for text parts. | Vsevolod Stakhov | 2015-11-12 | 1 | -0/+1 |
| | |||||
* | Reorganize includes to reduce namespace pollution. | Vsevolod Stakhov | 2015-10-08 | 1 | -0/+1 |
| | |||||
* | Remove legacy fuzzy code completely. | Vsevolod Stakhov | 2015-07-18 | 1 | -4/+0 |
| | |||||
* | Refactor html.h. | Vsevolod Stakhov | 2015-07-15 | 1 | -1/+2 |
| | |||||
* | Rework and fix several issues in mime processing. | Vsevolod Stakhov | 2015-06-02 | 1 | -6/+4 |
| | |||||
* | Store mime objects inside part structures. | Vsevolod Stakhov | 2015-04-29 | 1 | -0/+2 |
| | |||||
* | Add lines count calculation to text parts. | Vsevolod Stakhov | 2015-04-29 | 1 | -0/+1 |
| | |||||
* | Use binary flags for part flags. | Vsevolod Stakhov | 2015-04-29 | 1 | -5/+11 |
| | |||||
* | Add routines to normalize text parts. | Vsevolod Stakhov | 2015-02-23 | 1 | -0/+1 |
| | |||||
* | Save raw headers for all normal parts. | Vsevolod Stakhov | 2014-12-29 | 1 | -0/+1 |
| | |||||
* | Rework language detection. | Vsevolod Stakhov | 2014-12-23 | 1 | -1/+3 |
| | |||||
* | Make words from text parts. | Vsevolod Stakhov | 2014-12-17 | 1 | -1/+2 |
| | |||||
* | Refactor function names. | Vsevolod Stakhov | 2014-11-29 | 1 | -3/+3 |
| | |||||
* | Remove old mime headers. | Vsevolod Stakhov | 2014-09-03 | 1 | -20/+1 |
| | |||||
* | Rework raw headers storage. | Vsevolod Stakhov | 2014-09-03 | 1 | -1/+2 |
| | | | | | | | - Use raw headers instead of message headers in message parser - Store headers of parts - Use double linked lists to avoid overhead on appending - Decode raw headers | ||||
* | Unify style without sorting headers. | Vsevolod Stakhov | 2014-07-23 | 1 | -5/+12 |
| | |||||
* | Revert "Unify code style." | Vsevolod Stakhov | 2014-07-23 | 1 | -12/+5 |
| | | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d. | ||||
* | Unify code style. | Vsevolod Stakhov | 2014-07-23 | 1 | -5/+12 |
| | |||||
* | Rework project structure, remove trash files. | Vsevolod Stakhov | 2014-04-21 | 1 | -0/+91 |