Age | Commit message (Expand) | Author |
2008-12-03 | Alright, the caching system now passes the basic CRUD tests with arbitrary | Mike Buland |
2008-12-01 | Wow, that's a lot of changes. You can use anything as a key now, as long as it | Mike Buland |
2008-12-01 | Woo! Very nearly there cache-wise, I'm about to change the name of the handler, | Mike Buland |
2008-11-10 | Ok, the cache-id officiation is being delegated to the CacheHandlers, this is | Mike Buland |
2008-10-09 | More cache development. I'm going to have to switch from template functions to | Mike Buland |
2008-10-08 | Ok...corrected a problem with new block allocation in nids, and it no longer | Mike Buland |
2008-10-02 | Ok...now Bu::File doesn't set stupid permissions when it creates a new file... | Mike Buland |
2008-10-01 | This commit is sure to break things. This should be a very, very minor change. | Mike Buland |
2008-10-01 | Ok, NIDS is getting better and better, and I went ahead and cleaned up some | Mike Buland |
2008-09-24 | Ok, now all the warnings are gone (except for those coming from nids, but that's | Mike Buland |
2008-09-15 | Wooo! It compiles again! The nids streams are almost ready. | Mike Buland |
2008-09-15 | Whoa! Loads of NIDS work. It actually compiles, runs, and I'm optimizing the | Mike Buland |
2008-06-07 | This is a testing version. Nothing should be broken, but I won't gurantee it. | Mike Buland |
2008-04-28 | Apparently there were a number of things that weren't strict ISO C++, the new | Mike Buland |
2008-03-20 | This is a preliminary test of my new server simplification subclass, don't use | Mike Buland |
2008-02-19 | Oops. I made the Bu::Heap API look like a stack, not a queue, that's been | Mike Buland |
2008-02-19 | I believe this will do the trick. The Bu::Heap class now uses the appropriate | Mike Buland |
2008-02-19 | Bu::Heap is a real class, it works great, except it doesn't grow right now. | Mike Buland |
2008-02-07 | Just updated the copyright date. | Mike Buland |
2007-12-12 | Corrected some issues with the new trace system. It's now working fine. It'... | Mike Buland |
2007-12-12 | Added the new TRACE test. | Mike Buland |
2007-12-11 | Fixed the bu directory, now the code should compile and be usable even | Mike Buland |
2007-12-03 | Just added the MiniMacro test, it could actually be a unit test without a lot of | Mike Buland |
2007-11-30 | Added some helpers to fstring, and fixed a bug in Bu::Process, it wasn't closing | Mike Buland |
2007-11-23 | Added the Process stream class, this will allow us to do some really cool stuff | Mike Buland |
2007-11-15 | Final changes moving to the actually liscense-ified version, plus I fixed a | Mike Buland |
2007-11-15 | Added liscense info at the front of many, many files. Debating the old files. | Mike Buland |
2007-11-09 | Fixed a silly bug in the taf system that interpreted the */ at the end of a | Mike Buland |
2007-11-08 | Bu::FString now has the functions format, formatAppend, and formatPrepend, all | Mike Buland |
2007-10-20 | Made the logger use a uint32_t for it's mask, no more negative confusion. Also | Mike Buland |
2007-10-20 | Just marked Bu::FString::c_str as deprecated, don't use it, it'll go away later. | Mike Buland |
2007-10-14 | Fixed an interesting ideosyncacy in Bu::Hash in a safe way, I should try to do | Mike Buland |
2007-10-03 | Nothing about function. I added a bunch of docs and re-arranged a bunch of | Mike Buland |
2007-09-11 | Everything seems to work with the new Bu::ItoServer class, it operates very, | Mike Buland |
2007-08-26 | Corrected a bug in the Bu::TafReader, it was getting confused when a stray colon | Mike Buland |
2007-07-18 | Incorporated a patch contributed by Brandon CS Sanders that allows libbu++ to | Mike Buland |
2007-07-11 | I guess I fixed some list stuff... | Mike Buland |
2007-07-10 | Fixed the atom, it wasn't copying from other atoms properly. | David |
2007-07-09 | The new logHexDump function seems to work just fine. | Mike Buland |
2007-07-03 | Ah, that explains much, I did the big reorg -> trunk move and forgot to commit | Mike Buland |
2007-06-29 | The plugger was dying on a HashException it should have caught, and the Logger | Mike Buland |
2007-06-27 | The taf system is new and improved. The writer works, we added C++ style | 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-19 | david - got some things compiling on win32 (wine/devc++) | David |
2007-06-18 | Added more helper guys to atom, it seems weird, but I think it's ok... | Mike Buland |
2007-06-18 | Added the atom class and did some more client work, it will close the socket | Mike Buland |
2007-06-12 | Removed the xml test...the xml system is effectively gone. | Mike Buland |
2007-06-11 | Few minor tweaks to bzip2, it reports errors now...and there's a bug in odpm | Mike Buland |
2007-06-10 | Bunch of maintenence type things. Minor tweaks and the like. The file class | Mike Buland |
2007-06-09 | Alright, looks like the bzip2 filter can decompress just fine. It won't try ... | Mike Buland |