Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-15 | Whoa! Loads of NIDS work. It actually compiles, runs, and I'm optimizing the | Mike Buland | |
hell out of it. Good times, everyone. This is a major chunk for congo, and the new optimizations should be good. | |||
2008-02-07 | Just updated the copyright date. | Mike Buland | |
2007-11-15 | Added liscense info at the front of many, many files. Debating the old files. | Mike Buland | |
2007-05-17 | Lots of cool new stuff, the Server class actually works for everything except | Mike Buland | |
actually interacting with clients, and the Client class is almost there, except that it doesn't really do anything yet. | |||
2007-04-03 | Ok, no code is left in src, it's all in src/old. We'll gradually move code back | Mike Buland | |
into src as it's fixed and re-org'd. This includes tests, which, I may write a unit test system into libbu++ just to make my life easier. | |||
2006-11-22 | Fixed a silly mistake that made the whole thing useless when using strings. | Mike Buland | |
2006-11-21 | Hash uses real exceptions now, and has a clear() function. | Mike Buland | |
2006-11-21 | Added a has function to Hash | Mike Buland | |
2006-11-21 | Added erase functionality, and specializations for using ints as hash keys, so | Mike Buland | |
really it does everything the old one did, does it better, easier, and possibly faster. | |||
2006-11-21 | Wow, craziness. Part way through working on the confpair system I got some | Mike Buland | |
sudden insperation and completely redid Hash. Now everything but delete is implemented, including typesafe iterators and more. It's really cool, and everyone should check it out and start using it right away! | |||
2006-10-11 | Rearranged the tests, now it's like the old style, which I like more for some | Mike Buland | |
reason. |