Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-14 | main: Implement IWYU suggestions | Paul Cristian Sarbu | |
2024-07-19 | Remove the RetryConfig singleton | Paul Cristian Sarbu | |
...and replace it with instances created early via a builder pattern. | |||
2024-07-19 | Fix naming inconsistencies in retry configuration | Paul Cristian Sarbu | |
The retry_parameters.hpp header-only library defining the Retry class now is the retry_config.hpp header-only library defining the RetryConfig class. | |||
2024-04-18 | Move retry-related CLI parts into separate libraries | Klaus Aehlig | |
... to simplify reuse. |