aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
14 hoursForgot about erase, it seems to be working now.Mike Buland
4 daysBasic update to new API for existing components.Mike Buland
12 daysMyriad tool is back, mostly works!Mike Buland
12 daysOpen is more complete now. It's not fully tested.Mike Buland
12 daysMyriad headers are the right size now.Mike Buland
2024-09-16It could use more testing, but...it works.Mike Buland
2024-08-28Most of the new myriad api is in.Mike Buland
2024-08-27Making progress.Mike Buland
2024-08-05Perhaps fixed a Myriad race condition.HEAD0.0.1mainMike Buland
2024-08-05Added rm command to myriadfs tool.Mike Buland
2024-08-05Added loads and loads of debugging output to myriad.Mike Buland
2024-08-05Added getLocation() support to Bu::File.Mike Buland
2024-08-05Fixed buffer issue reading headers.Mike Buland
2024-08-05Created test for creating/changing myriadfs file.Mike Buland
2024-07-16Fixed file type display in MyriadFs ls function.Mike Buland
2024-07-15MyriadFs improvements and new helper tool.Mike Buland
2024-06-27The client flush function didn't do anything.Mike Buland
2023-08-10Added some handy operators to Bu::BlobBuilderMike Buland
2023-08-09Used fixed seeds where random is used in tests.Mike Buland
2023-08-09Updating the .gitignore for unit test status files.Mike Buland
2023-08-09rununits now tracks status and has options.Mike Buland
2023-08-09Added a temporory String -> Blob constructor.Mike Buland
2023-08-08Unit test augmentations and harness.Mike Buland
2023-08-04Removed the shared unit test for strings.Mike Buland
2023-08-04Woo! Unit Tests! Found some bugs!Mike Buland
2023-08-01Updated copyright date.Mike Buland
2023-08-01Fixed issues around disconnected sockets.Mike Buland
2023-07-31Seems to work.Mike Buland
2023-07-31Issue found with recycled fds.Mike Buland
2023-07-31Debugging yet, but the new server works.Mike Buland
2023-07-31It actually works. Now to make it fast fast.Mike Buland
2023-07-29Many bugfixes. It's almost working!Mike Buland
2023-07-28Completely redesigned Server and Client.Mike Buland
2023-07-26Added a profiler and investageted Server.Mike Buland
2023-07-24Added swap to array.Mike Buland
2023-07-21No debugging in git.Mike Buland
2023-07-21Array has delete by index now.Mike Buland
2023-07-18Had a read lock where a write lock was better.Mike Buland
2023-07-11Fixed cachebase memory leak.Mike Buland
2023-07-11Merge branch 'main' into noshareMike Buland
2023-07-11Tweaked/improved tests.Mike Buland
2023-07-10String is now not shared.Mike Buland
2023-07-01Fixed potential memory corruption/race condition.Mike Buland
2023-04-24Fixed infinite recursion constructing UtfStringMike Buland
2023-04-24More tweaks to make things easier to transition.Mike Buland
2023-04-24Blob related changes throughout.Mike Buland
2023-04-24Additions to blob/utfstring for json.Mike Buland
2023-02-16We now parse \u<hex> in json strings.Mike Buland
2022-10-03Added insertNull and appendNull to Bu::Json.Mike Buland
2022-09-29Replaced deprecated thread_yield with sched_yield.Mike Buland