aboutsummaryrefslogtreecommitdiffstats
path: root/zone_core
AgeCommit message (Expand)Author
2022-09-27fix: fix clippy warningsToby Vincent
2022-09-27chore: update depsToby Vincent
2022-05-11feat: create default get_last_id impl in Volumes traitToby Vincent
2022-05-11fix: rename Snapshot::new to avoid collision with constructorToby Vincent
2022-05-06refactor: generalize zfs impl into storage traitsToby Vincent
2022-04-30refactor: write runtime into trait impl nspawnToby Vincent
2022-04-22feat(zone): impl attach subcommandToby Vincent
2022-04-19chore: update depsToby Vincent
2022-04-15feat: impl run and attach to containerToby Vincent
2022-04-15refactor: move create container logic to http.rsToby Vincent
2022-03-31feat: implement API createNeil Kollack
2022-03-22style: sort Cargo.toml filesToby Vincent
2022-02-24build: clean up cargo.toml filesToby Vincent
2022-03-17refactor: migrated from rocket to axumToby Vincent
2022-03-18fix: remove default endpointToby Vincent
2022-03-17fix: changed chars to single quotesToby Vincent
2022-02-22refactor(zfs): use builder pattern for FileSystemToby Vincent
2022-02-20refactor: clean up filter functionToby Vincent
2022-02-18style: cleaned up the imports and visibilityToby Vincent
2022-02-17refactor(zone_zfs): convert zfs crate to singletonToby Vincent
2022-02-12feat(zone_nspawn): implement listing running containersNeil Kollack
2022-02-13refactor: add error handling to librariesToby Vincent
2022-02-13refactor: restructure inter-crate dependenciesToby Vincent
2022-02-02fix(config): fix config handleing through rocketToby Vincent
2022-01-28refactor: move zfs and nspawn to seperate lib cratesToby Vincent