Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-05 | Perhaps fixed a Myriad race condition.0.0.1 | Mike Buland | |
If so, this will fix the issue where streams randomly truncate when accessed by multiple threads. | |||
2024-08-05 | Added loads and loads of debugging output to myriad. | Mike Buland | |
There's an issue somewhere sometimes and streams are being truncated. My guess is a multi-threaded issue. | |||
2024-07-15 | MyriadFs improvements and new helper tool. | Mike Buland | |
I think the interface could be a lot better...but it does work and we can use it examine and work with MyriadFs files. | |||
2023-08-01 | Updated copyright date. | Mike Buland | |
2021-08-18 | Updating issues discovered using g++ 10 | Mike Buland | |
2020-01-03 | Removed extra debug output from Bu::MyriadFs | Mike Buland | |
2019-05-24 | Updated copyright date. | Mike Buland | |
2018-12-11 | Fixed MyriadFS path exists error. | Mike Buland | |
Also started some FS related thread safety. | |||
2014-02-03 | Changed copyright to 2007-2014. | Mike Buland | |
2013-02-11 | Updated the copyright for 2013. | Mike Buland | |
2012-11-05 | Converted tabs to spaces with tabconv. | Mike Buland | |
2012-08-28 | Loads of win32 compilation issues fixed. Most are fairly minor unsigned/signed | Mike Buland | |
mismatches because of socket handles, but there were also some order-of-definition issues that were fixed in the FD_SETSIZE definition code. Fixed a few things that just never worked on windows, like Bu::Thread::yield(). | |||
2012-04-15 | Updated copyright, packaging, makefile, etc. | Mike Buland | |
2012-03-25 | Code is all reorganized. We're about ready to release. I should write up a | Mike Buland | |
little explenation of the arrangement. |