aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/fuzzy_backend/fuzzy_backend.h
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Several fixes for fuzzy scriptsVsevolod Stakhov2025-01-251-3/+5
|
* [Rework] Further types conversion (no functional changes)Vsevolod Stakhov2024-03-181-9/+9
|
* [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-35/+35
| | | | No meaningful changes.
* [Rework] Refactor libraries structureVsevolod Stakhov2020-02-101-0/+131
* Move logger implementation to libserver * Move fuzzy backend files to a separate subdir TODO: Move HTTP code from libutil