aboutsummaryrefslogtreecommitdiffstats
path: root/zoned
AgeCommit message (Expand)Author
2022-10-21chore: update package's to use workspace dependenciesToby Vincent
2022-10-21chore: update package Cargo.toml to use workspace valuesToby Vincent
2022-09-27fix: fix clippy warningsToby Vincent
2022-09-27chore: update depsToby 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-17feat: impl running specific commandsToby Vincent
2022-04-15feat: impl run and attach to containerToby Vincent
2022-04-15feat: add optional pre-container start scriptToby Vincent
2022-04-15refactor: move create container logic to http.rsToby Vincent
2022-03-31feat: implement API createNeil Kollack
2022-03-24style: format with rustfmtToby Vincent
2022-03-24refactor: rename api module to httpToby Vincent
2022-03-24refactor: extract websocket into it's own moduleToby Vincent
2022-03-24refactor: clean up mainToby Vincent
2022-03-24refactor: move async fn's to tasksToby Vincent
2022-03-20feat: implement pty over websocketToby Vincent
2022-03-20feat: implement basic terminalNeil Kollack
2022-02-24build: clean up cargo.toml filesToby Vincent
2022-03-17fix: update to new extension functionToby Vincent
2022-03-17refactor: migrated from rocket to axumToby Vincent
2022-02-23style: run rustfmtNeil Kollack
2022-02-22refactor(zoned): refactor zoned to use nspawn configNeil Kollack
2022-02-21feat(nspawn): implement create containersNeil Kollack
2022-02-22feat(zfs): impl snapshot timestamp behind featureToby Vincent
2022-02-23style: run rustfmt on code baseToby Vincent
2022-02-20refactor: clean up filter functionToby Vincent
2022-02-18refactor(nspawn): refactor nspawn to follow othersToby Vincent
2022-02-18style: cleaned up the imports and visibilityToby Vincent
2022-02-17refactor(zone_zfs): convert zfs crate to singletonToby Vincent
2022-02-13refactor: add error handling to librariesToby Vincent
2022-02-13refactor: restructure inter-crate dependenciesToby Vincent
2022-02-11refactor(zoned): refactor the zoned apiToby Vincent
2022-02-02fix(config): fix config handleing through rocketToby Vincent
2022-02-01fix: integrated figment with rocketToby Vincent
2022-01-31feat: use figment Crate to setup configsNeil Kollack
2022-01-28refactor: move zfs and nspawn to seperate lib cratesToby Vincent