aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-02Added a threadsafe speedometer class.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-20Json parse fixes.Mike Buland
2018-02-05Removed some debugging.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-24Json stuffMike Buland
2018-01-22Fixed escaped character encoding in Json decoding.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-10-18I think this version works.Mike Buland
2017-08-30Json now can take a UtfString as a text component.Mike Buland
2017-08-23Json has a "has" function now.Mike Buland
2017-08-23Added append to the json interface.Mike Buland
2017-08-23Fixed string constructor.Mike Buland
2017-08-22Doxywarn and api weren't on the ignore list.Mike Buland
2017-08-22Updated json.Mike Buland
2017-06-07Changed interface slightly, it's easier to create json programmatically.Mike Buland
2017-06-06Updated .gitignore, included terrible json test.Mike Buland
2017-06-06Reading, writing, and accessing loaded data all work.Mike Buland
2017-06-06Hey! This is a much better structure for the Json class.Mike Buland
2017-06-05Json?Mike Buland
2016-12-29Updated the gitignore.Mike Buland
2016-09-22Included the experimental TeeStream.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-09-13The cache wasn't accessible from CacheObject decendants that were const.Mike Buland
2015-08-25Added more lock/unlock features to the cache Lockers. That...was a weirdMike Buland
2015-08-24Added some refcount debugging.Mike 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-16Thread safety update for the previous commit. I left one structure accessMike Buland
2015-08-16Fixed a highly essoteric issue. The ReadWriteMutex was locked in write whileMike 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-14constant cache pointers can now be bound and unbound. It may seem odd, but it'sMike 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
2015-06-16Const chnaged functions. I think this makes sense.Mike Buland
2014-11-28Heh, autoconfig didn't work on systems without /dev/nullMike Buland
2014-11-28Autoconfig now detects libraries that libbu++ can use and generates theMike Buland
2014-11-28Minor tweak to bin2cpp, it now will now include a comment showing you the nameMike Buland
2014-10-03Tweaked Bu::Uuid loading to pad it's data more cleanly. This will help ensureMike Buland
2014-08-14Neither the Bu::Client class or the Bu::ProtocolTelnet class were threadsafeMike Buland
2014-08-12Minor tweak to the read/write mutex test.Mike Buland