Age | Commit message (Expand) | Author |
2007-10-08 | More updates, I'll doc them later, http works, client is less picky. | Mike Buland |
2007-10-04 | Discovered that the Bu::Client::disconnect() function didn't do anything. That | Mike Buland |
2007-09-04 | Added the Bu::FString::expand() function, which expands the string in place | Mike Buland |
2007-08-14 | Fixed a crash in the FString::prepend function on a null string corner case. | Mike Buland |
2007-08-05 | Minor FString change. | Mike Buland |
2007-08-05 | Bu::Fstring doesn't give that stupid return warning anymore. | Mike Buland |
2007-07-18 | Incorporated a patch contributed by Brandon CS Sanders that allows libbu++ to | Mike Buland |
2007-07-11 | Fixed a horrifying FString bug. | Mike Buland |
2007-07-10 | OK, this time I really fixed it so that it compares raw strings and FStrings | Mike Buland |
2007-07-10 | Updated the FString to const char * string comparison, it should work better | Mike Buland |
2007-07-10 | More FString updates, this one fixes the hashing and string comparison. | Mike Buland |
2007-07-10 | Fixed a bunch of stuff, I don't even know what... | Mike Buland |
2007-07-09 | Fixed a bug in a new constructor. | Mike Buland |
2007-07-09 | Removed the refconuting for now, it just copies the string. Obviously it is | Mike Buland |
2007-07-03 | Added an assignment operator to get data from comparable std::basic_string | Mike Buland |
2007-06-30 | For now we have no const char * cast operator on FString, ISO C++ says that we | Mike Buland |
2007-06-29 | A few changes here and there, mainly related to getting the new Server system | Mike Buland |
2007-06-28 | The FString has more things that it can do...now. | Mike Buland |
2007-06-28 | Many minor changes, hopefully the header fixes will keep future header macro | Mike Buland |
2007-06-27 | More fstring stuff. | Mike Buland |
2007-06-27 | Added more functions to fstring, now it has isSet and a bool cast operator. | Mike Buland |
2007-06-26 | Fixed a minor bug in FString, and added the Logger and a test...it's cool, and | Mike Buland |
2007-06-18 | david - writing code documentation... | David |
2007-06-11 | Another few fixes for zero-length strings in fstring. | Mike Buland |
2007-06-11 | Corrected another issue with the prefix * iterator operator in Bu::Hash, it was | Mike Buland |
2007-06-07 | The Stream Filter archetecture is finished, it's actually much cooler than I | Mike Buland |
2007-05-17 | As evidenced by my latest test, the Bu::FString copy is actually slower than | Mike Buland |
2007-05-11 | Added a list template class, seems to work pretty well for now, I may have | Mike Buland |
2007-05-07 | Added some more helpers to FString, now contemplating a cast operator to a | Mike Buland |
2007-04-10 | Well, we've got the basis of a workable unit test harness thing. There should | Mike Buland |
2007-04-10 | Woo, changed the name of Achable to Archival, I dig that, and added the ground- | Mike Buland |
2007-04-03 | The first batch seem to have made it alright. Unfortunately the Archive class | Mike Buland |
2007-04-03 | Ok, no code is left in src, it's all in src/old. We'll gradually move code back | Mike Buland |
2007-03-27 | Fixed a const issue in the fstring. | Mike Buland |
2007-03-25 | Some more updates to Hash and FString. | Mike Buland |
2007-03-23 | Added another function to FString. | Mike Buland |
2007-03-20 | Minor updates to the Hash and FString, Hash got a getKeys function, and FString | Mike Buland |
2007-03-19 | Fixed some bugs and added some new goo. You can serialize FStrings and Heshes | Mike Buland |
2007-03-15 | Fixed a constness issue. It's pretty good to go. | Mike Buland |
2007-03-15 | This version may break hashing of strings, but at least you can hash FStrings... | Mike Buland |
2007-03-15 | Looks like FString is ready for general consumption, not too shabby. | Mike Buland |
2007-03-15 | FString is totally usable, a few more helpers must be written before it surpases | Mike Buland |
2007-03-09 | The string thing compiles. | Mike Buland |
2007-03-07 | Started the fstring class, could be good. | Mike Buland |