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