summaryrefslogtreecommitdiff
path: root/src/other_tools/utils/content.hpp
AgeCommit message (Collapse)Author
2024-12-19Fix cause of minor warningsOliver Reiche
2024-11-14other_tools/utils: Implement IWYU suggestionsMaksim Denisov
2024-10-08Name value template parameters using kCamelCase.Maksim Denisov
2024-07-22Create Hasher using a static functionMaksim Denisov
2024-06-28Use (un)expected for network fetchOliver Reiche
2024-03-26Add missing system includesPaul 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-08just-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-19just-mr setup: Add missing reporting of failed hostname replacementPaul Cristian Sarbu
2023-12-01just-mr archive: Report all tried remotes if fetch failsPaul Cristian Sarbu
2023-11-14just-mr archives fetch: Add logic for local mirrors and preferred hostnamesPaul Cristian Sarbu
2023-11-14just-mr: Add 'mirrors' field to archive-like repositoriesPaul Cristian Sarbu
Also extends 'distdir' repositories logic accordingly.
2023-11-02Move content archive helper functions in own libraryPaul Cristian Sarbu