Age | Commit message (Expand) | Author |
2012-06-15 | Bu::Myriad now only uses BitString during initialization, and I'm going to | Mike Buland |
2012-05-22 | Better win_o ignores. The random number system is pretty much together. | Mike Buland |
2012-05-04 | Minor changes, mostly comments. | Mike Buland |
2012-05-03 | The cipher base class does nice buffering now based on the blocksize. This | Mike Buland |
2012-05-03 | Rearranging some stuff. | Mike Buland |
2012-04-15 | Updated copyright, packaging, makefile, etc. | Mike Buland |
2012-04-10 | Rearranged the Cipher system, and added four modes of operation. It's pretty | Mike Buland |
2012-04-09 | Blowfish works in it's new split form, which will make it much easier to add | Mike Buland |
2012-04-06 | The documentation includes the source again :-P | Mike Buland |
2011-10-27 | Reorg'd! I merged in the release-fixup branch and fixed all random warnings. | Mike Buland |
2011-10-24 | Lzma filter added. Now we're really getting somewhere. Libbu++ now supports | Mike Buland |
2011-10-23 | Switched ito* to synchro*, except the server, I'm thinking of takeing the core | Mike Buland |
2011-06-14 | With any luck, that'll fix the cross-compiling trace code. Now we just need to | Mike Buland |
2011-04-13 | Regular expression engine is started, it's...tricky, but I think I can get it. | Mike Buland |
2011-04-07 | Pretty sure all utf encoders and decoders are complete and tested. | Mike Buland |
2011-04-04 | I made some awesome progress on the UtfString system, it stores in native utf16 | Mike Buland |
2011-03-30 | Ok, string stuff is working much, much better, a load of new unit tests have | Mike Buland |
2011-03-22 | Bu::Conduit now works exactly as it was advertised some time ago, it uses | Mike Buland |
2011-03-22 | We now have a UTF-8 test parser, I'm going to move it into a functor, I think. | Mike Buland |
2011-03-20 | Sigh, I don't know that Bu::String is slower, but it looks like std::string is | Mike Buland |
2011-03-19 | The rest of libbu++ is corrected as far as the now Bu::String toUpper/toLower | Mike Buland |
2011-03-18 | Wow, a lot has changed. String is not a template class, and it can do it's own | Mike Buland |
2011-02-18 | Some Uuid tweaks, not much, just figuring out the format. MyriadFs is coming | Mike Buland |
2011-02-18 | Hey, a nifty little test for myriadfs. | Mike Buland |
2011-01-20 | Wow! Merged the branch, streams are updated, and there's no more FString, run | Mike Buland |
2011-01-20 | UdpSocket is pretty much working. Non-blocking mode isn't, which is odd, but | Mike Buland |
2011-01-20 | More minor changes to the udpsocket test program. | Mike Buland |
2011-01-20 | Minor changes to udpsocket test program. | Mike Buland |
2011-01-20 | Ummm...it's a udpsocket, mostly. It seems like it should work, but early tests | Mike Buland |
2011-01-20 | Heh, forgot to rename the two fstring tests. | Mike Buland |
2011-01-20 | Wow, got the Stream changes propegated, all tests build with string instead of | Mike Buland |
2011-01-20 | Bu::FString is now String, and there's a shell script to fix any other programs | Mike Buland |
2010-10-16 | Many, many changes. Documentation changes, renamed the socket class to | Mike Buland |
2010-10-14 | SharedCore has more features now, which is cool, including a test to see if | Mike Buland |
2010-10-06 | Changed the Bu::Heap to allow iteration, and added lots of cool features to | Mike Buland |
2010-09-24 | Bu::StreamStack had a stupidly named function. | Mike Buland |
2010-08-22 | Bu::StreamStack works, it's tested, reasonably, it will be used first in the | Mike Buland |
2010-08-04 | Fixed some minor compilation warnings in some tests, and started adding | Mike Buland |
2010-05-15 | mkunit.sh was a little dumb, it didn't handle a number of things correctly. | Mike Buland |
2010-05-13 | QueueBuf is updated, and everything else uses it now, including Client. | Mike Buland |
2010-05-13 | Added license info to the top of the remaining files. I should add a check for | Mike Buland |
2010-05-12 | The Bu::Archive class now supports arbitrary, named properties via variants. | Mike Buland |
2010-05-10 | Added the new Bu::CacheStoreFiles, it's an uber-simple cache storage system that | Mike Buland |
2010-05-10 | Added the new QueueBuf. It's brilliant, and I've wanted it for a long time. | Mike Buland |
2010-05-04 | Cache fixes? | Mike Buland |
2010-05-01 | Cache fixes. | Mike Buland |
2010-04-27 | The Bu::Ito thread class has changed the rules on the run function. It no | Mike Buland |
2010-04-23 | Minor updates to the List class, unchecked corner cases. | Mike Buland |
2010-04-07 | Corrected a long standing yet seldom witnessed hash bug. It was triggered when | Mike Buland |
2010-03-31 | Removed the bool cast operator from FBasicString. It turns out it was causing | Mike Buland |