]> git.proxmox.com Git - proxmox-offline-mirror.git/history - src/mirror.rs
cleanup: replace duplicate code with call to mirror_dir()
[proxmox-offline-mirror.git] / src / mirror.rs
2024-01-09 Fabian Grünbichlercleanup: replace duplicate code with call to mirror_dir()
2024-01-09 Maximiliano Sandoval Rmirror: Use PathBuf instead of strings for paths
2023-04-06 Fabian Grünbichlerfix #4632: allow escape hatches for legacy repositories
2023-03-31 Fabian Grünbichleractually include version in user-agent
2023-01-27 Lukas Wagnerfix #4445: mirror: subscription: add proxy support
2022-10-21 Wolfgang Bumillerclippy fixup
2022-10-21 Fabian Grünbichlermirror: also filter {component}/{section}
2022-10-20 Thomas Lamprechtmirror, pool: fix comment text width
2022-10-19 Fabian Grünbichlermirror: refactor fetch_binary/source_packages
2022-10-19 Fabian Grünbichlerfix #4264: only require either Release or InRelease
2022-10-19 Fabian Grünbichlermirror: implement source packages mirroring
2022-10-19 Fabian Grünbichlermirror: add exclusion of packages/sections
2022-09-26 Fabian Grünbichlersnapshots: add diff command
2022-09-23 Wolfgang Bumillererror handling cleanup
2022-09-23 Fabian Grünbichlermirror: collect and summarize warnings
2022-09-23 Fabian Grünbichlerfix #4259: mirror: add ignore-errors option
2022-09-16 Fabian Grünbichlermirror: add --dry-run parameter
2022-09-16 Fabian Grünbichlermirror: handle indices which are only available compressed
2022-09-16 Fabian Grünbichlermirror: use new architecture helper
2022-09-16 Fabian Grünbichlermirror: support acquiring indices by hash
2022-09-16 Fabian Grünbichlermirror: skip failed, non Packages references
2022-09-16 Fabian Grünbichlermirror: use xz multi decoder
2022-09-09 Fabian Grünbichlerrework pool handling
2022-09-07 Fabian Grünbichlermirror: use max_size everywhere
2022-09-07 Fabian Grünbichlerupdate dependencies to get rid of hyper
2022-09-06 Fabian Grünbichleradd remaining missing renames
2022-09-06 Fabian Grünbichlermirror: sort list of snapshots
2022-09-06 Fabian Grünbichlerrename to 'proxmox-offline-mirror', add key handling
2022-07-07 Fabian Grünbichleradd doc comments
2022-07-07 Fabian Grünbichlerrefactor interfaces
2022-07-07 Fabian Grünbichlerinitial proof of concept