Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-02 | Added another helper to Bu::TafGroup, very handy...something happened to the | Mike Buland | |
logger...I guess. | |||
2008-04-29 | Very minor, just fixed the borders on the hexdump. | Mike Buland | |
2008-04-28 | Apparently there were a number of things that weren't strict ISO C++, the new | Mike Buland | |
version of gcc complained about them, none of these changes will break backward compatibility, so I fixed them. I added more docs too, it seems. | |||
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-10-24 | Corrected a few issues that cropped up when using the Bu::Socket without a | Mike Buland | |
Client for buffering. The Bu::Client has also been made a little more reliable. The logger should get a few more tweaks, but it works fine for now, the hex dump could stand another tweak or two. | |||
2007-10-20 | Made the logger use a uint32_t for it's mask, no more negative confusion. Also | Mike Buland | |
brought back the formula class with some cool twists, and added a basic stack class, very cute, fast, and little. | |||
2007-07-10 | Fixed a bunch of stuff, I don't even know what... | Mike Buland | |
2007-07-09 | Updates, the client now tells protocols about new connections, and the hexDump | Mike Buland | |
is less ugly. | |||
2007-07-09 | The new logHexDump function seems to work just fine. | Mike Buland | |
2007-07-09 | Update, it's cleaner now, not so much erroneous output. | Mike Buland | |
2007-06-29 | The plugger was dying on a HashException it should have caught, and the Logger | Mike Buland | |
now allows you to include extra printf formatting in your fields just like the docs say you can. | |||
2007-06-26 | Fixed a minor bug in FString, and added the Logger and a test...it's cool, and | Mike Buland | |
a decent replacement for multilog now that we use runit. |