Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-19 | Fix cause of minor warnings | Oliver Reiche | |
2024-11-14 | other_tools/utils: Implement IWYU suggestions | Maksim Denisov | |
2024-10-08 | Name value template parameters using kCamelCase. | Maksim Denisov | |
2024-07-22 | Create Hasher using a static function | Maksim Denisov | |
2024-06-28 | Use (un)expected for network fetch | Oliver Reiche | |
2024-03-26 | Add missing system includes | Paul Cristian Sarbu | |
Main culprits: - std::size_t, std::nullptr_t, and NULL require <cstddef> - std::move and std::forward require <utility> - unordered maps and sets require respective includes - std::for_each and std::all_of require <algorithm> | |||
2024-03-08 | just-mr: Fix "preferred hostnames" | Oliver Reiche | |
... instead of replacing the host name of each mirror, it should only reorder the list of given mirrors. | |||
2023-12-19 | just-mr setup: Add missing reporting of failed hostname replacement | Paul Cristian Sarbu | |
2023-12-01 | just-mr archive: Report all tried remotes if fetch fails | Paul Cristian Sarbu | |
2023-11-14 | just-mr archives fetch: Add logic for local mirrors and preferred hostnames | Paul Cristian Sarbu | |
2023-11-14 | just-mr: Add 'mirrors' field to archive-like repositories | Paul Cristian Sarbu | |
Also extends 'distdir' repositories logic accordingly. | |||
2023-11-02 | Move content archive helper functions in own library | Paul Cristian Sarbu | |