aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/myriadfs.cpp (follow)
AgeCommit message (Collapse)Author
2024-08-05Added 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-15MyriadFs 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-01Updated copyright date.Mike Buland
2021-08-18Updating issues discovered using g++ 10Mike Buland
2020-01-03Removed extra debug output from Bu::MyriadFsMike Buland
2019-05-24Updated copyright date.Mike Buland
2018-12-11Fixed MyriadFS path exists error.Mike Buland
Also started some FS related thread safety.
2014-02-03Changed copyright to 2007-2014.Mike Buland
2013-02-11Updated the copyright for 2013.Mike Buland
2012-11-05Converted tabs to spaces with tabconv.Mike Buland
2012-08-28Loads of win32 compilation issues fixed. Most are fairly minor unsigned/signedMike 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-15Updated copyright, packaging, makefile, etc.Mike Buland
2012-03-25Code is all reorganized. We're about ready to release. I should write up aMike Buland
little explenation of the arrangement.