Commit Graph

44 Commits

Author SHA1 Message Date
Cutieguwu
1607f7ebfa Update io.rs 2026-01-01 14:40:27 -05:00
Cutieguwu
2df9e8e0f2 Fix reading. 2026-01-01 01:09:41 -05:00
Cutieguwu
7537107144 Yet more stuff. Direct IO is not working at all. 2025-12-31 20:48:51 -05:00
Cutieguwu
2da0ab11e5 Tons of cleanup. More useless git notices. 2025-12-31 17:22:57 -05:00
Cutieguwu
ae3b5d8855 Major fixes. Make git history even messier. 2025-12-31 15:27:41 -05:00
Cutieguwu
43454d1c8a Cleanup. 2025-12-31 11:10:20 -05:00
Cutieguwu
c2decbc1ba Cleanup. 2025-12-31 11:08:35 -05:00
Cutieguwu
c28fee9f82 CLeanup, and get domain overlap and mapping adjustment working. 2025-12-31 11:07:24 -05:00
Cutieguwu
4b5460f754 Huge refactor. Introduce anyhow for error handling. 2025-12-29 15:31:01 -05:00
Cutieguwu
e98383d9e5 Delete dependabot.yml 2025-12-29 12:56:15 -05:00
Olivia Brooks
e08e2a0017 Rework reading from device and clean up. 2025-12-29 11:02:13 -05:00
Olivia Brooks
824d01be95 Clean up and reformat. 2025-12-26 16:51:44 -05:00
Olivia Brooks
3d1273981c Merge pull request #12 from Cutieguwu/insert-license
Create LICENSE
2025-03-25 08:17:26 -04:00
Olivia Brooks
45566784a5 Create LICENSE 2025-03-25 08:17:10 -04:00
Olivia Brooks
c2767c6547 Merge pull request #10 from Cutieguwu/rapid-dev
Merge rapid-dev edits into Main.
2025-03-11 18:25:19 -04:00
Cutieguwu
1c30ed0c51 Revise crate versions. 2025-03-11 18:17:30 -04:00
Cutieguwu
e5b7122103 Migrated MapCluster to Cluster, Began recovery copying. 2025-03-04 20:39:00 -05:00
Olivia Brooks
207a5636e2 Merge pull request #6 from Cutieguwu/main
Pull dependency version hotfixes.
2025-02-26 14:16:06 -05:00
Olivia Brooks
f8a98c3743 Update Cargo.toml
Add additional version bounds for rust-i18n.
2025-02-26 14:10:58 -05:00
Olivia Brooks
bb6d2ae94b Libc version bound hotfix. 2025-02-26 14:06:30 -05:00
Olivia Brooks
34d16c7846 Merge pull request #4 from Cutieguwu/dependabot/cargo/clap-4.5.31
Bump clap from 4.5.30 to 4.5.31
2025-02-26 14:03:49 -05:00
Olivia Brooks
d0baf9b7a7 Update Cargo.toml
Add versioning bounds.
2025-02-26 14:03:27 -05:00
dependabot[bot]
288fee1072 Bump clap from 4.5.30 to 4.5.31
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.30 to 4.5.31.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.30...v4.5.31)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-26 17:07:31 +00:00
Olivia Brooks
8eb08cb3f6 Merge pull request #3 from Cutieguwu/dependabot/cargo/libc-0.2.170
Bump libc from 0.2.169 to 0.2.170
2025-02-26 12:06:28 -05:00
Olivia Brooks
9ce788613a Add version bounds.
Maintain support for 0.2.169
2025-02-26 12:05:42 -05:00
dependabot[bot]
5ea95d9d3d Bump libc from 0.2.169 to 0.2.170
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.169 to 0.2.170.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.170/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.169...0.2.170)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-26 17:03:49 +00:00
Olivia Brooks
5f8fced9b7 Merge pull request #5 from Cutieguwu/rapid-dev
Merge rapid-dev fixes and version bumps.
2025-02-26 12:02:10 -05:00
Cutieguwu
d74ef1b0fe Fixed infinite looping of MapFile::defrag method. 2025-02-26 11:44:00 -05:00
Cutieguwu
93e74ce2d2 Began writing unit tests. 2025-02-24 14:20:46 -05:00
Cutieguwu
b890d74cb7 Reviewed dependency tree. 2025-02-24 14:20:18 -05:00
Cutieguwu
58a6cbd689 Added basis for unit tests. Noted required unit tests to imlpement. 2025-02-20 20:33:46 -05:00
Cutieguwu
35299f3675 Merge branch 'main' of https://github.com/Cutieguwu/kramer 2025-02-20 19:18:44 -05:00
Cutieguwu
85dbcc5618 Cleanup and renaming of bindings. 2025-02-20 19:13:58 -05:00
Olivia Brooks
13742efe42 Merge pull request #1 from Cutieguwu/dependabot/cargo/clap-4.5.30
Support clap to its next minor patch via tilde notation.
2025-02-20 14:34:49 -05:00
Olivia Brooks
7a6e02eb08 Update Cargo.toml
Employ Tilde requirements. All patches to clap were non-breaking of current functionality. 4.5.27 remains the tested version.
2025-02-20 14:34:01 -05:00
dependabot[bot]
97e89d3874 Bump clap from 4.5.27 to 4.5.30
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.27 to 4.5.30.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.27...clap_complete-v4.5.30)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-20 19:30:49 +00:00
Olivia Brooks
c27cf64c80 Merge pull request #2 from Cutieguwu/dependabot/cargo/serde-1.0.218
Resolved by adjusting version notation to support up to next minor version of serde.
2025-02-20 14:29:51 -05:00
Olivia Brooks
23fd1c158e Update Cargo.toml
Employ Tilde requirements due to update strategy employed by serde crate possibly having breaking changes at the patch level.

Patch 217 is fully functional without fault. It is also the only version tested at present.

Patch 218 just revises documentation, so is functionally identical to patch 217.
2025-02-20 14:27:29 -05:00
dependabot[bot]
9c9447a9ac Bump serde from 1.0.217 to 1.0.218
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.217 to 1.0.218.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.217...v1.0.218)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-20 18:59:14 +00:00
Olivia Brooks
55f7acf168 Create dependabot.yml 2025-02-20 13:58:28 -05:00
Cutieguwu
c8a98ea3cb Improved get_state method efficiency. 2025-02-19 14:06:51 -05:00
Cutieguwu
4307e8741c Fixed and Improved defragging. 2025-02-19 13:40:55 -05:00
Cutieguwu
70392f54c8 Updated progress. 2025-02-19 09:13:44 -05:00
Cutieguwu
79fddd7802 Initial Commit 2025-02-19 08:32:14 -05:00