Age | Commit message (Expand) | Author |
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-28 | Uuid now has a default gen function that will generate a uuid using the best, | Mike Buland |
2009-10-26 | Minor, cosmetic change to the TafWriter. It now writes group names that are | Mike Buland |
2009-10-16 | Got rid of cgiutil, it was empty, it was all going to be duplicates of code in | Mike Buland |
2009-10-16 | Finally added the substream class, and added getByPath (for properties) and | Mike Buland |
2009-10-16 | Although this looks like a load of code changes, this represents no functional | Mike Buland |
2009-10-09 | david - more things in windows build | David |
2009-10-05 | I just got rid of the float markers, we know we need a new float formatter, it | Mike Buland |
2009-09-26 | Minor tweaks and fixes to Bu::Variant | 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-23 | Wow, ok, file was broken on changing position in the stream, it wouldn't reset | Mike Buland |
2009-09-21 | Stupid prepend. A prepend function was missing, and the prepend functions | Mike Buland |
2009-09-18 | Added a handy readLine function, I've been meaning to do this for a while. | Mike Buland |
2009-09-15 | Minor change, added a new constructor for lists that lets you append the first | Mike Buland |
2009-09-10 | Hey, minor updates to the formatter and a unit test, nothing important. | Mike Buland |
2009-09-09 | Fixed a unit test, and added some fixes and new queue functions to list, fuck it | Mike Buland |
2009-09-09 | Fixed a minor assignment bug in shared core, assigning an object to itself was | Mike Buland |
2009-09-09 | Wow, that was stupid, default values weren't working since I switched to | Mike Buland |
2009-09-04 | Wow, I should check this in the other containers. I should have known better, | Mike Buland |
2009-08-31 | Added a getDaysInMonth function, it'll live in util.{cpp,h} until I create an | Mike Buland |
2009-08-28 | Corrected the iterator in Bu::Hash, and fixed the erase function in Bu::List, | Mike Buland |
2009-08-27 | Huh, the Bu::Cache::Ptr didn't have comparison operators, seems odd. I should | Mike Buland |
2009-08-24 | Fixed a minor helper in Bu::MemBuf, and corrected some docs on Bu::Stream, the | Mike Buland |
2009-08-22 | Pretty much just removed the debugging from SharedCore, it wasn't at fault, and | 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-20 | Added a typedef to the cache, and most list manipulation functions now return | 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-13 | Bu::Hash can now be sent through the Formatter, it's cute. | Mike Buland |
2009-08-13 | Bu::FString now has some fun conversion operators, you can do: | Mike Buland |
2009-08-11 | Added some more functions to Bu::FBasicString, including a setSize function. | 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-08-03 | Hey, buffer has some good tweaks, added some stuff and fixed stuff in formatter | Mike Buland |
2009-07-31 | I switched the Bu::Stream::isEOS function to be named Bu::Stream::isEos, and | Mike Buland |
2009-07-31 | david - added base64 to the windows build | David |
2009-07-31 | Wow, Bu::Base64 had a bug about premature end of stream / not base64 data, now | Mike Buland |
2009-07-31 | Fixed Bu::Process' close function, it wasn't closing, now it actually closes | Mike Buland |
2009-07-31 | Silly, the new g++ complained about some "style." Now it doesn't. | Mike Buland |
2009-07-31 | Added a character based splitting function to FBasicString and made more of the | 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 | Decoding now skips whitespace | Mike Buland |
2009-07-29 | Base64, now more clever with fewer options. | Mike Buland |
2009-07-29 | Wow, socket, as it turned out, was not able to close after the remote end | Mike Buland |
2009-07-16 | Client code is even cooler, it supports flushing data in case of buffering in | Mike Buland |
2009-06-30 | Bu::Client now gives you the option to add additional filters to the filter | Mike Buland |
2009-06-28 | Added the Bu::ListHash class, it's a really simple wrapper for Bu::Hash that | Mike Buland |