aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-03-20feat: implement pty over websocketToby Vincent
2022-03-20feat: implement basic terminalNeil Kollack
2022-03-22style: sort Cargo.toml filesToby Vincent
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-03-18fix: remove default endpointToby Vincent
2022-03-18fix: only run zfs test if zfs existsToby Vincent
2022-03-18test: write tests for zone_zfs configToby Vincent
2022-03-18refactor: migrate from bytesize to byte-unitToby Vincent
2022-03-17fix: remove global from endpoint argToby Vincent
2022-03-17fix: changed chars to single quotesToby Vincent
2022-03-17ci: update CI to run on all packagesToby Vincent
2022-03-17ci: stop clippy-check from stopping CIToby Vincent
2022-02-28fix: make requested changesNeil Kollack
2022-02-26fix: fix clippy warningsNeil Kollack
2022-02-25feat(nspawn): write function to stop containersNeil Kollack
2022-02-23fix: improve error handling for container networksNeil Kollack
2022-02-23fix: make requested fixesNeil Kollack
2022-02-23style: run rustfmtNeil Kollack
2022-02-23refactor(nspawn): fix clippy warningsNeil Kollack
2022-02-22refactor(zoned): refactor zoned to use nspawn configNeil Kollack
2022-02-21feat(nspawn): implement create containersNeil Kollack
2022-02-23style: run rustfmtToby Vincent
2022-02-22feat(zfs): impl snapshot timestamp behind featureToby Vincent
2022-02-22refactor(zfs): use builder pattern for FileSystemToby Vincent
2022-02-23ci: set clippy to deny warningsToby Vincent
2022-02-23style: run rustfmt on code baseToby Vincent
2022-02-23ci: add CI to the repositoryToby Vincent
2022-02-20refactor: clean up filter functionToby Vincent
2022-02-18refactor(nspawn): refactor nspawn to follow othersToby Vincent
2022-02-18chore: shortened conventional commit scopesToby Vincent
2022-02-18style: cleaned up the imports and visibilityToby Vincent
2022-02-18fix(zfs): fix type in default mountpointToby Vincent
2022-02-17refactor(zone_zfs): convert zfs crate to singletonToby Vincent
2022-09-30chore(repo): add issue templatesToby 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-11refactor(zoned): refactor the zoned apiToby Vincent
2022-02-11chore(git): add settings with commit scopes to gitToby Vincent
2022-02-07fix: make requested fixesNeil Kollack
2022-02-07feat: implement destroy, and mount/unmountNeil Kollack
2022-02-03chore: remove unintentionally committed init.sh scriptToby 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
2022-01-26chore(deps): updated dependeciesToby Vincent
2022-01-21feat: implement bulk of the zfs moduleToby Vincent