aboutsummaryrefslogtreecommitdiff
path: root/src/stable (follow)
AgeCommit message (Expand)Author
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
2016-01-03Added some more campatibility between Bu::String::iterator andMike Buland
2015-08-24Minor stability/speed improvements, don't try to write null strings to a stream.Mike Buland
2015-08-22Added some handy functions to inject data back into the telnet buffer.Mike Buland
2015-08-22Minor tweak to non-canoninical callback handling. It had the same problem thatMike Buland
2015-08-16Couldn't print out the minimum value for any given signed integer. I fixed theMike Buland
2015-07-20Added a close function. It's nice to be able to close your connection wheneverMike Buland
2015-07-07In theory the protocol client shouldn't send a backspace to indicate that aMike Buland
2015-07-07Fixed the buffering code in ProtocolTelnet to clear the buffer before handingMike Buland
2014-08-14Neither the Bu::Client class or the Bu::ProtocolTelnet class were threadsafeMike Buland
2014-07-22Deferred erase now works on cache entries. You can erase a cache entry whileMike Buland
2014-06-13Telnet really needed a flush function. Now it has one.Mike Buland
2014-02-03Changed copyright to 2007-2014.Mike Buland
2014-02-03Compiles with LLVM 3.4 as well now.Mike Buland
2014-02-02I can make it compile with gcc or LLVM, but not both yet.Mike Buland
2014-01-30Attempting to fix OSX compatibility, it's not 100%, but it builds and most th...Mike Buland
2014-01-22Updated the cache system. It now ensures that objects are initialized withMike Buland
2013-07-26Got rid of the last non-const formatter << operator references.Mike Buland
2013-07-26Fixed some random whining issues, dropped extra char * formatter references,Mike Buland
2013-07-26Removed an incorrect formatter << operator, and corrected a const_iterator vsMike Buland