Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-14 | common: Implement IWYU suggestions | Paul Cristian Sarbu | |
2024-09-26 | Fix enum sizes proposed by clang-tidy. | Maksim Denisov | |
Enable performance-enum-size check. | |||
2024-09-18 | Add missing #endif comments in headers | Maksim Denisov | |
2024-09-13 | Remove Compatibility flag from just | Maksim Denisov | |
2024-08-27 | Reformat code to comply with clang-format 18 | Klaus Aehlig | |
... while keeping our .clang-format file. | |||
2024-03-20 | Add new subcommand add-to-cas | Klaus Aehlig | |
2024-03-11 | gc: add option --no-rotation | Klaus Aehlig | |
... to clean up what can be done without losing cache information. | |||
2023-12-13 | Add command line options to tune the retry strategy for rpc calls | Alberto Sartori | |
Three new command line options have been added: - `--max-attempts` - `--initial-backoff-seconds` - `--max-backoff-seconds` | |||
2023-12-06 | Add CLI option to set write strategy for target-level cache | Klaus Aehlig | |
2023-09-13 | just: Add handling of 'just serve' configuration | Paul Cristian Sarbu | |
2023-08-23 | just: split main code | Klaus Aehlig | |
... by moving the diagnose and cli related code into to separate libraries. In this way, we hopefully improve maintainability of the code base. |