aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/fuzzy_backend/fuzzy_backend.c
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Several fixes for fuzzy scriptsVsevolod Stakhov2025-01-251-0/+5
|
* [Feature] Add 'noop' redis backend for scripts runningVsevolod Stakhov2025-01-111-3/+18
|
* [Rework] Further types conversion (no functional changes)Vsevolod Stakhov2024-03-181-26/+26
|
* [Rework] Remove some of the GLib types in lieu of standard onesVsevolod Stakhov2024-03-181-2/+2
| | | | This types have constant conflicts with the system ones especially on OSX.
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-261-193/+186
| | | | No meaningful changes.
* Spelling (#4086)Josh Soref2022-02-221-1/+1
| | | [Rework] Massive spelling fix from @jsoref
* [Minor] Remove obsolete WITH_HIREDIS defineVsevolod Stakhov2021-11-201-2/+0
|
* [Rework] Refactor libraries structureVsevolod Stakhov2020-02-101-0/+569
* Move logger implementation to libserver * Move fuzzy backend files to a separate subdir TODO: Move HTTP code from libutil