aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-08-03wipHEADdevelopToby Vincent
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-28revert: remove vscode related filesToby Vincent
2022-09-28revert: remove github related filesToby Vincent
2022-09-27fix: fix clippy warningsToby Vincent
2022-09-27chore: update licenseToby Vincent
2022-09-27ci: add build manifest for build.sr.htToby Vincent
2022-09-27chore: add README.mdToby Vincent
2022-09-27chore: update depsToby Vincent
2022-05-11feat: create Volumes impl for overlay file systemToby 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-05-01fix: properly deserialized machinectl list outputToby 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-17fix: remove unused cratesToby 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-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