Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Further types conversion (no functional changes) | Vsevolod Stakhov | 2024-03-18 | 1 | -5/+5 |
| | |||||
* | [Minor] Add missing <algorithm> include for gcc 14 | Petr Vaněk | 2023-11-01 | 1 | -0/+1 |
| | | | | | | | | | | | | This commit addresses a compilation issue when using GCC 14. According to GCC 14's porting guide [1], some C++ Standard Library headers no longer include other headers they used to use internally. Specifically, <algorithm> must now be explicitly included. [1] https://gcc.gnu.org/gcc-14/porting_to.html See-also: https://bugs.gentoo.org/916438 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> | ||||
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 1 | -69/+73 |
| | | | | No meaningful changes. | ||||
* | [Rework] Use another version of hash table from the same author | Vsevolod Stakhov | 2022-07-17 | 1 | -2/+2 |
| | |||||
* | [Minor] Add a helper to serialize stats tokens to a messagepack request | Vsevolod Stakhov | 2022-06-26 | 1 | -4/+64 |
| | |||||
* | [Project] Http_stat: Notice statfiles when creating runtime | Vsevolod Stakhov | 2022-06-18 | 1 | -2/+10 |
| | |||||
* | [Minor] Pass statfile id when requesting for the backend runtime | Vsevolod Stakhov | 2022-06-18 | 1 | -3/+4 |
| | |||||
* | [Project] Add experimental HTTP statistics backend | Vsevolod Stakhov | 2022-06-11 | 1 | -0/+366 |