Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-30 | Ok, string stuff is working much, much better, a load of new unit tests have | Mike Buland | |
been added, and I deleted a whole slew of stupid old tests that I don't need. | |||
2011-01-20 | Wow, got the Stream changes propegated, all tests build with string instead of | Mike Buland | |
fstring, and updated the copyright notice to extend to 2011 | |||
2010-05-13 | QueueBuf is updated, and everything else uses it now, including Client. | Mike Buland | |
Unfortunately this breaks some programs that accessed the client internal buffer directly. Overall it's much, much more efficient, so it's worth it, maybe we'll find a good workaround later. | |||
2010-02-13 | Added and updated the license info in all the source files, they still said | Mike Buland | |
copyright 2007-2008. | |||
2008-09-24 | Ok, now all the warnings are gone (except for those coming from nids, but that's | Mike Buland | |
ok, nids is still in flux, they'll be gone soon). | |||
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-09-11 | Everything seems to work with the new Bu::ItoServer class, it operates very, | Mike Buland | |
very similarly to the Bu::Server class, except that every incoming connection gets it's own thread. This functionality may have to be tuned later, to allow for maintaining a pool of connections as an option, but this is fine for now. |