Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Further types conversion (no functional changes) | Vsevolod Stakhov | 2024-03-18 | 6 | -146/+146 |
| | |||||
* | [Rework] Remove some of the GLib types in lieu of standard ones | Vsevolod Stakhov | 2024-03-18 | 5 | -32/+32 |
| | | | | This types have constant conflicts with the system ones especially on OSX. | ||||
* | Added support for Redis 6 ACL (username/password) | laodc | 2023-08-21 | 1 | -4/+22 |
| | |||||
* | [Rework] More steps to do refactoring | Vsevolod Stakhov | 2023-08-16 | 1 | -4/+4 |
| | |||||
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 6 | -1410/+1358 |
| | | | | No meaningful changes. | ||||
* | [Feature] Allow to have weak flags in fuzzy storage | Vsevolod Stakhov | 2023-05-20 | 1 | -3/+11 |
| | |||||
* | [Minor] Get rid of some compiler warnings | Vsevolod Stakhov | 2022-11-04 | 1 | -8/+1 |
| | |||||
* | Spelling (#4086) | Josh Soref | 2022-02-22 | 1 | -1/+1 |
| | | | [Rework] Massive spelling fix from @jsoref | ||||
* | [Minor] Remove obsolete WITH_HIREDIS define | Vsevolod Stakhov | 2021-11-20 | 1 | -2/+0 |
| | |||||
* | [Minor] Add a hack to fix termination race condition | Vsevolod Stakhov | 2021-10-20 | 1 | -4/+15 |
| | |||||
* | [Minor] Do not unref what's not been refed | Vsevolod Stakhov | 2021-09-13 | 1 | -1/+1 |
| | |||||
* | [Minor] Allow to capture upstream object | Vsevolod Stakhov | 2021-09-13 | 1 | -4/+5 |
| | |||||
* | [Minor] Fix redis termination case not being caught by fuzzy redis | Vsevolod Stakhov | 2021-09-13 | 1 | -14/+10 |
| | |||||
* | [Minor] Improve logging for REDIS_REPLY_ERROR | Vsevolod Stakhov | 2021-04-21 | 1 | -0/+20 |
| | |||||
* | [Feature] Support multiple base32 alphabets | Vsevolod Stakhov | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | [Minor] Add logging | Vsevolod Stakhov | 2020-03-24 | 1 | -0/+11 |
| | |||||
* | [Minor] Add sanity check | Vsevolod Stakhov | 2020-03-24 | 1 | -7/+44 |
| | |||||
* | [Minor] Try to fix brain damaged libev timers | Vsevolod Stakhov | 2020-03-16 | 1 | -0/+6 |
| | |||||
* | [Minor] Fuzzy_backend_redis: Improve logging | Vsevolod Stakhov | 2020-03-09 | 1 | -5/+15 |
| | |||||
* | [Fix] Fuzzy_storage: Do not check for shingles if a direct hash has been found | Vsevolod Stakhov | 2020-02-24 | 1 | -1/+1 |
| | |||||
* | [Rework] Refactor libraries structure | Vsevolod Stakhov | 2020-02-10 | 6 | -0/+3503 |
* Move logger implementation to libserver * Move fuzzy backend files to a separate subdir TODO: Move HTTP code from libutil |