aboutsummaryrefslogtreecommitdiff
path: root/src/unstable (unfollow)
AgeCommit message (Collapse)Author
4 daysBu::MyriadCache was truncating existing dbs.HEADmainMike Buland
When opening an existing database, while loading the index Bu::MyriadCache would open it with the WriteNew option, even though it didn't need to write. This now truncates the stream appropriately, so it never found any data and proceeded as though it was a new database.
2024-11-07Removed debugging output.Mike Buland
Some cleanup work may still be outstanding.
2024-11-07Fixed long standing double-free bug in the cache.Mike Buland
I guess we don't delete stuff very often.
2024-11-06Tests are back, minor fixes.Mike Buland
There is a cache tracking bug exposed in cachedel test, it is unclear if this is a regression yet.
2024-11-06I believe MyriadFs is now threadsafe.myriadMike Buland
It could probably be more optimized, but it does work.
2024-10-03Minor tweaks/additions.Mike Buland
Now to fix MyriadFs
2024-10-01More bug fixesMike Buland
2024-10-01More fixes opening files & exclusive mode.Mike Buland
2024-10-01More myriad fixes, it passes all existing unit tests.Mike Buland
2024-09-30Tweaks to the builder test.Mike Buland
2024-09-30Erasing streams works, stream map building works.Mike Buland
2024-09-30Forgot about erase, it seems to be working now.Mike Buland
2024-09-26Basic update to new API for existing components.Mike Buland
This may not all work yet, but it all compiles!