aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstat/backends/http_backend.cxx
Commit message (Collapse)AuthorAgeFilesLines
* [Rework] Further types conversion (no functional changes)Vsevolod Stakhov2024-03-181-5/+5
|
* [Minor] Add missing <algorithm> include for gcc 14Petr Vaněk2023-11-011-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 sourcesVsevolod Stakhov2023-07-261-69/+73
| | | | No meaningful changes.
* [Rework] Use another version of hash table from the same authorVsevolod Stakhov2022-07-171-2/+2
|
* [Minor] Add a helper to serialize stats tokens to a messagepack requestVsevolod Stakhov2022-06-261-4/+64
|
* [Project] Http_stat: Notice statfiles when creating runtimeVsevolod Stakhov2022-06-181-2/+10
|
* [Minor] Pass statfile id when requesting for the backend runtimeVsevolod Stakhov2022-06-181-3/+4
|
* [Project] Add experimental HTTP statistics backendVsevolod Stakhov2022-06-111-0/+366