Age | Commit message (Expand) | Author |
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 |
2010-02-13 | Added and updated the license info in all the source files, they still said | Mike Buland |
2010-02-12 | Well, it compiles. I think I may make newline inherit from buffer, I dunno... | Mike Buland |
2010-02-11 | Started working on a CSV reader, it's pretty much done, the CSV writer is just | Mike Buland |
2010-02-10 | Changed the name of nids to Myriad, I like it, but I'm not getting rid of nids | Mike Buland |
2010-01-25 | The order of key, object in all of the cache related systems has beed fixed, | Mike Buland |
2010-01-15 | Documented more of MiniCron, and added some cool new help features to OptParser. | Mike Buland |
2010-01-14 | Created the minicron system. This is a cute little cron like implementation | Mike Buland |
2010-01-07 | Added a new class, RegEx, it does extended regular expressions for now, more to | Mike Buland |
2009-12-21 | Ok, Process has been updated. You now must specify flags as the first parameter | Mike Buland |
2009-12-18 | Ok...sweet, the OptParser now supports everything the old one did, but in much | Mike Buland |
2009-12-18 | Wow, cool, Bu::Formatter can read all the basic types now, (int, float, bool, | Mike Buland |
2009-12-18 | The OptParser still needs help banners and more helper functions, but otherwise, | Mike Buland |
2009-12-16 | Signals is even safer and works even better. Also, OptParser is nearly done. | Mike Buland |
2009-12-16 | The new signal/slots system is in place, and works from 0-5 parameters right | Mike Buland |
2009-12-10 | Process is working much better, it actually follows the guidelines for most of | Mike Buland |
2009-12-06 | I corrected a peculiar heap corner case that caused an infinite loop. | Mike Buland |
2009-11-18 | Hey, fixed the problems in heap. It should now work properly no matter what the | Mike Buland |
2009-11-12 | I've started my campaign to clean up all of the header files in libbu++ as far | Mike Buland |
2009-10-16 | Although this looks like a load of code changes, this represents no functional | Mike Buland |
2009-09-25 | New Bu::Variant class. Store anything in it, get it out again, find out it's | Mike Buland |
2009-09-10 | Hey, minor updates to the formatter and a unit test, nothing important. | Mike Buland |
2009-08-31 | Added a getDaysInMonth function, it'll live in util.{cpp,h} until I create an | Mike Buland |
2009-08-21 | Added loads of debugging to sharedcore, we're sure it's to blame, but not as | Mike Buland |
2009-08-14 | Massive freaking changes!!! | Mike Buland |
2009-08-14 | A good start on a speed test framework. | Mike Buland |
2009-08-13 | Ok, shared core looks good, and I added a unit test for Bu::List to check a few | Mike Buland |
2009-08-09 | Really, just a lot of documenting. | Mike Buland |
2009-08-04 | ***IMPORTANT*** The function Bu::Md5::getResult no longer returns a hex string, | Mike Buland |
2009-07-31 | I switched the Bu::Stream::isEOS function to be named Bu::Stream::isEos, and | Mike Buland |
2009-07-31 | Wow, Bu::Base64 had a bug about premature end of stream / not base64 data, now | Mike Buland |
2009-07-30 | I think I fixed a bug in Bu::Base64, we'll see what happens. | Mike Buland |
2009-07-30 | Bu::Buffer actually works, and works really well. I dig it. Bu::BZip2 now | Mike Buland |
2009-07-29 | Base64, now more clever with fewer options. | Mike Buland |
2009-06-30 | Bu::Client now gives you the option to add additional filters to the filter | Mike Buland |
2009-06-18 | Added a new enum value to Bu::File, Bu::File::WriteNew which combines Write, | Mike Buland |
2009-06-02 | Updates to the cgi system, and I'm putting the general CGI related stuff like | Mike Buland |
2009-04-10 | Added some new goodness to the fbasicstring, fixing some inconsistancies and | Mike Buland |
2009-04-06 | Ok, I rearranged some things, we have a tools dir now, those build by default. | Mike Buland |
2009-02-24 | Woot, the cache system now supports intellegent sync'ing. It will ask the cache | Mike Buland |
2009-02-24 | Whoa, lots of updates. Md5 is more general, nids, cache, cachestore, and | Mike Buland |
2009-02-19 | We have the new Bu::CryptoHash base class and Bu::Md5 is here and ready | Mike Buland |
2009-02-11 | Hey, formatter, awesome, and look at that...I'm adding uuid support. | Mike Buland |
2009-02-10 | Hey, got the formatter working, that's something. I really like it so far, | Mike Buland |
2009-02-08 | So many updates. I recommend using the new FString iterators instead of direct | Mike Buland |
2009-01-28 | The nids tool now has a re-write and cleanup option, it can also change the | Mike Buland |
2009-01-27 | Nids is even better, all fixed, no problems. And you can define you're own | Mike Buland |