aboutsummaryrefslogtreecommitdiff
path: root/src/stable (follow)
AgeCommit message (Expand)Author
2023-08-08Unit test augmentations and harness.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-21Array has delete by index now.Mike Buland
2023-07-18Had a read lock where a write lock was better.Mike Buland
2023-07-10String is now not shared.Mike Buland
2023-04-24More tweaks to make things easier to transition.Mike Buland
2023-04-24Blob related changes throughout.Mike Buland
2022-09-29Replaced deprecated thread_yield with sched_yield.Mike Buland
2022-04-18ArchiveBase has getProperty and setProperty.Mike Buland
2021-08-18Updating issues discovered using g++ 10Mike Buland
2021-08-18String was missing assignment?Mike Buland
2021-07-30Fixed uninitializsed bug in Bu::Array::setSize.Mike Buland
2021-06-08Fixed inculde path in exception source.Mike Buland
2020-03-24Temporary interop to convert blob to strings.Mike Buland
2020-03-23Updated to work with newer GCC.Mike Buland
2020-02-18Renamed Bu::Thread::stop to Bu::Thread::forceStop.Mike Buland
2020-02-18Minor Bu::Event bugfix.Mike Buland
2020-02-18Event updates! It's...like an actual Event now.Mike Buland
2020-02-04Minor Bu::Hash updates and additions.Mike Buland
2019-12-14Added ExceptionParse.Mike Buland
2019-06-12List formatting fix.Mike Buland
2019-05-25Augmented UnitSuite, added more to Blob, and added tests.Mike Buland
2019-05-25Started Bu::Text and Bu::Blob.Mike Buland
2019-05-24Updated copyright date.Mike Buland
2019-05-22Fixed nasty null-string-int-conversion bug.v0.1Mike Buland
2019-04-18Minor quality of life additions to string and variant.Mike Buland
2019-01-29Clerified some ints.Mike Buland
2018-12-11Fixed some indenting that gcc whined about.Mike Buland
2018-11-07Threads can give IDs now.Mike Buland
2018-05-25Added locking support to Bu::File.Mike Buland
2018-05-25SynchroHeap has a signalall method now.Mike Buland
2018-05-02Event added. It could be a little better.Mike Buland
2018-02-27Added helper methods to Bu::List that were missing.Mike Buland
2018-02-02UpdateMike Buland
2018-02-02Include real error messages on error?Mike Buland
2018-01-29Changes related to debugging an issue.Mike Buland
2018-01-22Added an unshare function to Bu::SharedCore.Mike Buland
2018-01-18Made json much more helpful. Fixed array iterators.Mike Buland
2017-08-22Updated json.Mike Buland
2016-09-21Tweaks to make building on windows easier.Mike Buland