aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmime
Commit message (Expand)AuthorAgeFilesLines
...
* [Feature] Save raw headers for mime partsVsevolod Stakhov2016-04-112-8/+5
* [Feature] Support mime regexps in the expressionsVsevolod Stakhov2016-04-091-0/+18
* [Feature] Allow to get mime headers from a taskVsevolod Stakhov2016-04-092-0/+53
* [Fix] Fix saving of regexp atoms stringsVsevolod Stakhov2016-03-311-1/+1
* [Feature] Add method to get headers as array for speedVsevolod Stakhov2016-03-292-0/+32
* [Feature] Simplify actions application by the settingsVsevolod Stakhov2016-03-292-44/+7
* [Feature] Store actions limits in metric resultVsevolod Stakhov2016-03-292-4/+8
* [Feature] Use HTTP Content-Type on non mime input if possibleVsevolod Stakhov2016-03-261-1/+15
* [Minor] Add guards for NaN valuesVsevolod Stakhov2016-03-041-1/+2
* [Feature] Add priorities for actionsVsevolod Stakhov2016-02-281-20/+0
* [Feature] Add ignore_received optionVsevolod Stakhov2016-02-271-2/+3
* Fix interaction with clients with no local ReceivedVsevolod Stakhov2016-02-211-5/+50
* Refactor UCL APIVsevolod Stakhov2016-02-161-5/+5
* Same result checking error found by coverityVsevolod Stakhov2016-02-101-1/+5
* Fix issues found by coverityVsevolod Stakhov2016-02-101-5/+9
* Remove stupid locks that are unused for a long timeVsevolod Stakhov2016-02-081-17/+0
* Fix leaks in lua error pathsVsevolod Stakhov2016-02-051-0/+1
* Pre filters should actually skip processingVsevolod Stakhov2016-02-041-0/+4
* Switch the rest to apache 2Vsevolod Stakhov2016-02-046-124/+72
* Fix broken headers and task:has_flagVsevolod Stakhov2016-01-221-2/+2
* Add broken headers flagVsevolod Stakhov2016-01-221-0/+2
* Fix processing of empty messages.Vsevolod Stakhov2016-01-191-2/+2
* Fix memory leakVsevolod Stakhov2016-01-151-0/+7
* Fix warnings.Vsevolod Stakhov2016-01-151-5/+10
* Fix another critical issue with memory corruption and ownershipVsevolod Stakhov2016-01-041-16/+9
* Fix non-unique regexp in the internal moduleVsevolod Stakhov2015-12-261-8/+16
* Add sanity detection for header nameVsevolod Stakhov2015-12-241-3/+14
* Fix crash in re_cache as headers are not NULL terminatedVsevolod Stakhov2015-12-231-1/+1
* Minor fixesVsevolod Stakhov2015-12-221-1/+1
* Add rawmime classVsevolod Stakhov2015-12-091-0/+5
* Fix setting limit for malformed regexpsVsevolod Stakhov2015-12-091-7/+10
* Use hits from the cache in re cacheVsevolod Stakhov2015-12-091-4/+9
* Do not assume invalid header regexps by defaultVsevolod Stakhov2015-12-081-1/+6
* Fix code for the new cacheVsevolod Stakhov2015-12-031-356/+62
* Add ability to ignore certain symbols in metric when validating cacheVsevolod Stakhov2015-12-031-1/+1
* Try to fix SUSPICIOUS_RECIPS ruleVsevolod Stakhov2015-12-021-0/+10
* Try to fix bloody SORTED_RECIPS ruleVsevolod Stakhov2015-12-021-2/+7
* Avoid treating of URLs as zero terminated stringsVsevolod Stakhov2015-11-291-3/+3
* Fix stupid error when removing `words` memberVsevolod Stakhov2015-11-261-4/+3
* Remove legacy words, use merely normalized_wordsVsevolod Stakhov2015-11-262-7/+1
* Parse more headers if they are missed in HTTPVsevolod Stakhov2015-11-241-0/+30
* When returning headers, reverse list to restore the original orderVsevolod Stakhov2015-11-241-0/+1
* Fix parsing of IPv6 received headers.Vsevolod Stakhov2015-11-241-11/+27
* Use new rotation logic in the codeVsevolod Stakhov2015-11-211-1/+1
* Implement refcounting for configurationVsevolod Stakhov2015-11-181-1/+1
* Try to load mime from properlyVsevolod Stakhov2015-11-161-9/+14
* Fix regexp matching logicVsevolod Stakhov2015-11-131-1/+1
* Fix processing of headers.Vsevolod Stakhov2015-11-131-2/+2
* Implement words decaying for text parts.Vsevolod Stakhov2015-11-122-4/+5
* Do not convert 7 bit encodings to utf8.Vsevolod Stakhov2015-11-121-2/+10