Age | Commit message (Collapse) | Author | |
---|---|---|---|
4 days | Bu::MyriadCache was truncating existing dbs.HEADmain | Mike 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-07 | Removed debugging output. | Mike Buland | |
Some cleanup work may still be outstanding. | |||
2024-11-07 | Fixed long standing double-free bug in the cache. | Mike Buland | |
I guess we don't delete stuff very often. | |||
2024-11-06 | Tests 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-06 | I believe MyriadFs is now threadsafe.myriad | Mike Buland | |
It could probably be more optimized, but it does work. | |||
2024-10-03 | Minor tweaks/additions. | Mike Buland | |
Now to fix MyriadFs | |||
2024-10-01 | More bug fixes | Mike Buland | |
2024-10-01 | More fixes opening files & exclusive mode. | Mike Buland | |
2024-10-01 | More myriad fixes, it passes all existing unit tests. | Mike Buland | |
2024-09-30 | Tweaks to the builder test. | Mike Buland | |
2024-09-30 | Erasing streams works, stream map building works. | Mike Buland | |
2024-09-30 | Forgot about erase, it seems to be working now. | Mike Buland | |
2024-09-26 | Basic update to new API for existing components. | Mike Buland | |
This may not all work yet, but it all compiles! |