4fcd0b3c9d
chore: Cleaned up some files.
2026-06-22 09:28:30 -04:00
63d00a1f55
refactor(config): Switched property names to camel_case.
2026-06-22 09:20:11 -04:00
f703a8df5d
refactor(db.odin): Renamed fields for consistency.
2026-06-21 22:58:43 -04:00
2683e2a00f
refactor(sqlite): Used distinct types for Db and Stmt pointers.
...
Also made some other improvements to it.
2026-06-21 16:52:21 -04:00
9683216efe
refactor(sqlite): Removed db_ prefix from db_open and db_close.
2026-06-20 18:49:56 -04:00
1562fb3665
fix: Fixed vet errors.
2026-06-19 17:33:43 -04:00
c7c254f6f2
fix: Fixed leaks.
2026-06-19 15:32:44 -04:00
84764d03a6
refactor: Cleaned up the sync and scan commands.
2026-06-19 07:29:51 -04:00
0523c09601
refactor: Gave db its own allocator.
2026-06-18 17:29:28 -04:00
f137fc79fc
refactor: Fixed up env_file_sync.
2026-06-18 16:35:03 -04:00
5059572951
fix: Fixed memory leaks in the db.
2026-06-18 10:35:21 -04:00
96bc218c46
style: Ordered procedures by usage, with main at the top.
2026-06-18 08:08:46 -04:00
12574e123b
feat: Removed runtime git dependency.
...
This also allowed us to drop the Features code.
2026-06-18 07:29:44 -04:00
2ef733fe58
perf: Replaced fd with custom internals.
2026-06-17 17:56:31 -04:00
fe2b256bd6
feat: All encryption/decryption now happens in-memory.
...
Release-as: v0.3.0
2026-06-16 11:38:20 -04:00
397f45d4d0
chore: Completed todos.
2026-06-16 11:36:05 -04:00
4600c81401
test: commands now accept stdout/stderr fields.
2026-06-16 11:36:05 -04:00
ec96dff055
chore: Cleaned up code.
2026-06-16 11:36:05 -04:00
4a26ee8145
feat: Config can be loaded from any path with --config-file (-c) flag.
2026-06-16 11:36:05 -04:00
23d5ff5e01
style: Removed unused code.
2026-06-16 11:36:04 -04:00
e32f0ea6d2
refactor: Fixed logic bug in db.
2026-06-16 11:36:03 -04:00
23b8c2dc67
feat: Switched from age to libsodium.
...
This means, fewer dependencies, a smaller binary, and more secure data.
BREAKING CHANGE: The encryption format of databases has changed. Age
encryption is no longer supported, and no automatic migration path was
implemented.
2026-06-16 11:34:36 -04:00
67f735a654
test: Added tests.
2026-06-16 10:48:10 -04:00
7d16dae4f4
refactor: Fixed the rest of the (tested) leaks.
2026-06-16 10:48:10 -04:00
dff5235d65
refactor: Fixed memory leaks in find_binary.
2026-06-16 10:48:09 -04:00
5865315161
refactor(odin): Ported init command.
2026-06-16 10:48:09 -04:00
f8add2ad22
refactor(odin): Fixed AI mistakes.
2026-06-16 10:47:57 -04:00
8dd6b17cb9
refactor(odin): Ported restore command.
2026-06-16 10:22:08 -04:00
83b940337c
refactor(odin): Ported remove command.
2026-06-16 10:21:46 -04:00
1964698e35
refactor(odin): ported backup command.
2026-06-16 10:18:56 -04:00
de2186a2e5
refactor(odin): ported list command.
2026-06-16 10:18:21 -04:00