Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Fixed HyperScan worker build | Mikhail Galanin | 2018-09-03 | 1 | -1/+1 |
| | |||||
* | [Minor] Prevent data corruption when dealing with signals | Vsevolod Stakhov | 2017-07-24 | 1 | -0/+1 |
| | |||||
* | [Rework] Run post-loads when all initialization is completed | Vsevolod Stakhov | 2017-07-24 | 1 | -2/+1 |
| | |||||
* | [Fix] Fix abstract context layout | Vsevolod Stakhov | 2017-06-14 | 1 | -2/+7 |
| | |||||
* | [Fix] Do not compile hyperscan with no SSSE3 support | Vsevolod Stakhov | 2017-03-26 | 1 | -0/+6 |
| | |||||
* | [Fix] Plug reload leaks | Vsevolod Stakhov | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix reload and hyperscan ready event | Vsevolod Stakhov | 2017-01-17 | 1 | -1/+2 |
| | | | | MFH: true | ||||
* | [Fix] Plug termination memory leaks | Vsevolod Stakhov | 2017-01-10 | 1 | -1/+0 |
| | |||||
* | [Fix] Fix usage of config during reload | Vsevolod Stakhov | 2016-11-28 | 1 | -0/+2 |
| | |||||
* | [Feature] Execute on_load scripts with ev_base ready | Vsevolod Stakhov | 2016-10-17 | 1 | -1/+2 |
| | |||||
* | [Fix] Fix reload in some plugins and workers | Vsevolod Stakhov | 2016-08-18 | 1 | -0/+1 |
| | |||||
* | [Fix] Ensure that hyperscan cache written is written properly | Vsevolod Stakhov | 2016-07-29 | 1 | -2/+20 |
| | |||||
* | [Feature] Rework listening system to allow multiple socket types per worker | Vsevolod Stakhov | 2016-05-14 | 1 | -1/+1 |
| | |||||
* | [Feature] Add common directory for hyperscan cache to config | Vsevolod Stakhov | 2016-04-14 | 1 | -1/+9 |
| | |||||
* | [Feature] Add magic for all workers' contexts | Vsevolod Stakhov | 2016-04-04 | 1 | -0/+3 |
| | |||||
* | [Feature] Rework system of workers' flags | Vsevolod Stakhov | 2016-04-04 | 1 | -4/+1 |
| | |||||
* | [Feature] Allow to send descriptors from workers to main | Vsevolod Stakhov | 2016-04-04 | 1 | -1/+1 |
| | |||||
* | [Feature] Allow to attach file descriptors to control commands | Vsevolod Stakhov | 2016-04-04 | 1 | -0/+1 |
| | |||||
* | Add more sanity checks when loading hyperscan cache | Vsevolod Stakhov | 2016-02-18 | 1 | -1/+1 |
| | |||||
* | Add versions to rspamd modules and workers | Vsevolod Stakhov | 2016-02-12 | 1 | -1/+2 |
| | |||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -21/+12 |
| | |||||
* | Fix couple of compiler warnings | Vsevolod Stakhov | 2016-01-30 | 1 | -2/+2 |
| | |||||
* | Rework hyperscan notifies to reduce noise level | Vsevolod Stakhov | 2016-01-18 | 1 | -3/+7 |
| | |||||
* | Add periodic checks for hyperscan files | Vsevolod Stakhov | 2016-01-14 | 1 | -1/+41 |
| | |||||
* | Add extra sleep to avoid race condition | Vsevolod Stakhov | 2016-01-13 | 1 | -0/+6 |
| | | | | | | When there are no expressions to compile it is possible that hs_helper will send notice to no workers. So this sleep should resolve the most of cases where this race occurs. | ||||
* | Improve hyperscan compiler helper logging | Vsevolod Stakhov | 2016-01-04 | 1 | -2/+8 |
| | |||||
* | Add documentation for all workers' options | Vsevolod Stakhov | 2015-12-29 | 1 | -2/+2 |
| | |||||
* | Add ability to insert documentation strings | Vsevolod Stakhov | 2015-12-27 | 1 | -6/+15 |
| | | | | Issue: #461 | ||||
* | On recompile remove all HS files, even correct ones | Vsevolod Stakhov | 2015-12-24 | 1 | -7/+11 |
| | |||||
* | Allow tuning for maximum compile time for hyperscan | Vsevolod Stakhov | 2015-12-10 | 1 | -1/+9 |
| | |||||
* | Add silent mode for hyperscan validity checks | Vsevolod Stakhov | 2015-12-09 | 1 | -1/+1 |
| | |||||
* | Send notifications by hs_helper process | Vsevolod Stakhov | 2015-12-08 | 1 | -11/+55 |
| | |||||
* | Fix re-using of hyperscan hashes | Vsevolod Stakhov | 2015-12-08 | 1 | -4/+7 |
| | |||||
* | Fix serializing of hyperscan regexps | Vsevolod Stakhov | 2015-12-07 | 1 | -2/+6 |
| | |||||
* | Fix hs_helper startup | Vsevolod Stakhov | 2015-12-07 | 1 | -6/+7 |
| | |||||
* | Add hyperscan helper worker | Vsevolod Stakhov | 2015-12-07 | 1 | -0/+154 |