]> git.proxmox.com Git - proxmox.git/history - proxmox-compression
Makefile: enforce the use packaged cargo
[proxmox.git] / proxmox-compression /
2023-12-04 Wolfgang BumillerMerge branch 'proxmox-acme'
2023-06-15 Wolfgang Bumillerbump proxmox-compression to 0.2.1-1
2023-06-15 Wolfgang Bumillercompression: match style fixup
2023-06-15 Dominik Csapakcompression: zip_directory: improve error handling
2023-05-24 Wolfgang BumillerMerge branch 'proxmox-openid-merge'
2023-05-24 Wolfgang BumillerMerge branch 'proxmox-apt-merge'
2023-05-23 Wolfgang Bumillerbump proxmox-compression to 0.2.0-1
2023-05-23 Wolfgang Bumillerupdate zstd 0.6 -> 0.12 for bookworm
2023-05-23 Wolfgang Bumillerupdate d/copyright files to debian copyright-format 1.0
2022-12-12 Fabian Grünbichlerworkspace: switch remaining dependencies
2022-12-07 Fabian Grünbichlerupdate d/control files
2022-12-07 Fabian Grünbichlerupdate d/control files
2022-12-07 Fabian Grünbichlerdefine workspace dependencies in workspace
2022-12-07 Fabian Grünbichlerupdate d/control files
2022-12-07 Fabian Grünbichlerinherit shared, external dependencies
2022-12-07 Fabian Grünbichlermove common metadata to workspace
2022-12-06 Fabian Grünbichlerupdate d/control files
2022-12-05 Fabian Grünbichlerclippy 1.65 fixes
2022-10-11 Thomas LamprechtMerge remote-tracking branch 'proxmox-rest-merge/master'
2022-07-05 Wolfgang Bumillerbump proxmox-compression to 0.1.2-1
2022-07-05 Wolfgang Bumillercompression: more cleanups
2022-07-05 Wolfgang Bumillercompression: indentation cleanup
2022-07-05 Wolfgang Bumillercompression: minor cleanup
2022-07-05 Dominik Csapakproxmox-compression: add 'tar_directory'
2022-07-05 Dominik Csapakproxmox-compression: make ZstdEncoder stream a bit...
2022-06-29 Wolfgang Bumillercompression: clippy fixes
2022-04-13 Wolfgang Bumillerbump proxmox-compression to 0.1.1-1
2022-04-13 Wolfgang Bumillercompression: limit ZstdEncoder constructors to usable...
2022-04-13 Wolfgang Bumillercompression: don't use tokio::main in doctest
2022-04-13 Wolfgang Bumillercompression: style changes
2022-04-13 Wolfgang Bumillercompression: fmt
2022-04-13 Wolfgang Bumillercompression: clone_from_slice -> copy_from_slice
2022-04-13 Dominik Csapakproxmox-compression: add streaming zstd encoder
2022-04-13 Dominik Csapakproxmox-compression: add async tar builder
2022-02-21 Wolfgang Bumillerproxmox-compression: update d/control
2022-02-21 Dominik Csapaksplit out compression code into new crate 'proxmox...