Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Project] More rework | Vsevolod Stakhov | 2019-06-22 | 1 | -54/+46 |
| | |||||
* | [Project] First refactoring step libevent->libev | Vsevolod Stakhov | 2019-06-22 | 1 | -1/+1 |
| | |||||
* | [Fix] Core: Fix address rotation bug | Vsevolod Stakhov | 2019-02-18 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | Previously, upstream.get_addr function returned the new address of the upstream. Unfortunately, it was used for printing addresses. It caused the following situation: let's imagine we have A1 and A2 where A1 was initially selected. So the connection was performed to A1: Current addr Selected addr Connect+---------+ A2+------>A1 A1 | +-+Print failure<---+ A1+------>A2 A2 | +----+ +->Mark failure+-------->+ A2 | +----+ But the failure OP as well as log message told about `A2` where the real problem happened with `A1`. This commit adds distinguishing between getting the next and the current address of the upstream resolving this issue. | ||||
* | [Project] Migrate fuzzy redis backend to lua_redis | Vsevolod Stakhov | 2018-11-23 | 1 | -98/+79 |
| | |||||
* | [Minor] Fix event pending checks | Vsevolod Stakhov | 2018-10-06 | 1 | -1/+1 |
| | |||||
* | [Minor] Optimise allocation size slightly | Vsevolod Stakhov | 2018-07-16 | 1 | -7/+7 |
| | |||||
* | [Fix] Plug memory leak in fuzzy updates | Vsevolod Stakhov | 2018-07-16 | 1 | -4/+0 |
| | |||||
* | [Feature] Add more extended statistics about fuzzy updates | Vsevolod Stakhov | 2018-07-06 | 1 | -14/+32 |
| | |||||
* | [Feature] Add logic to deduplicate updates queue | Vsevolod Stakhov | 2018-07-05 | 1 | -0/+6 |
| | |||||
* | [Project] Update Redis backend to support refreshing | Vsevolod Stakhov | 2018-07-05 | 1 | -0/+84 |
| | |||||
* | [Feature] Distinguish IP failures from connection failures | Vsevolod Stakhov | 2018-07-02 | 1 | -9/+9 |
| | |||||
* | [Project] Enable fast debug lookup for some modules | Vsevolod Stakhov | 2018-01-20 | 1 | -2/+4 |
| | |||||
* | [Minor] Add more diagnostic for fuzzy hashes lookup | Vsevolod Stakhov | 2017-11-25 | 1 | -7/+14 |
| | |||||
* | [Rework] Implement new version of fuzzy replies | Vsevolod Stakhov | 2017-11-25 | 1 | -11/+55 |
| | |||||
* | [Fix] Do not try to connect to non-supported addresses | Vsevolod Stakhov | 2017-11-25 | 1 | -0/+4 |
| | |||||
* | [Minor] More g_slice cleanups | Vsevolod Stakhov | 2017-10-28 | 1 | -8/+9 |
| | |||||
* | [Feature] Use array instead of queue to reduce memory fragmentation | Vsevolod Stakhov | 2017-08-17 | 1 | -6/+6 |
| | |||||
* | [Minor] Allow to use numeric database when parsing redis params | Vsevolod Stakhov | 2017-06-24 | 1 | -1/+6 |
| | |||||
* | [Fix] Fix issues with empty updates | Vsevolod Stakhov | 2017-01-27 | 1 | -0/+6 |
| | |||||
* | [Fix] Break pool connection on fatal redis errors | Vsevolod Stakhov | 2017-01-17 | 1 | -20/+21 |
| | | | | MFH: true | ||||
* | [Fix] Fix possible memory corruption in redis pool | Vsevolod Stakhov | 2017-01-12 | 1 | -2/+2 |
| | | | | MFH: true | ||||
* | [Fix] Avoid extensive reallocs | Vsevolod Stakhov | 2017-01-12 | 1 | -21/+36 |
| | | | | MFH: true | ||||
* | [Fix] Fix argument returned on redis backend errors | Vsevolod Stakhov | 2017-01-06 | 1 | -11/+11 |
| | | | | MFH: true | ||||
* | [Fix] Fix probability calculations for fuzzy redis backend | Vsevolod Stakhov | 2017-01-05 | 1 | -40/+46 |
| | |||||
* | [CritFix] Do not trust remote shingles count | Vsevolod Stakhov | 2017-01-05 | 1 | -2/+1 |
| | | | | MFH: true | ||||
* | [Fix] Really fix redis shingles check | Vsevolod Stakhov | 2016-11-05 | 1 | -2/+4 |
| | |||||
* | [Fix] Fix extraction of shingles from redis fuzzy storage | Vsevolod Stakhov | 2016-11-05 | 1 | -5/+6 |
| | |||||
* | [Minor] Add logging to the redis backend for fuzzy | Vsevolod Stakhov | 2016-09-05 | 1 | -0/+43 |
| | |||||
* | [Minor] Fix multiple issues in redis fuzzy backend | Vsevolod Stakhov | 2016-09-05 | 1 | -9/+127 |
| | |||||
* | [Minor] Implement the rest functions for redis fuzzy backend | Vsevolod Stakhov | 2016-09-05 | 1 | -9/+440 |
| | |||||
* | [Minor] Implement checks in redis fuzzy backend | Vsevolod Stakhov | 2016-09-05 | 1 | -13/+379 |
| | |||||
* | [Minor] Implement some features of redis backend | Vsevolod Stakhov | 2016-09-02 | 1 | -1/+261 |
| | |||||
* | [Minor] Skeleton for redis fuzzy backend | Vsevolod Stakhov | 2016-09-02 | 1 | -0/+175 |