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 | Added license info to the top of the remaining files. I should add a check for | Mike Buland | |
that to the build file or something... | |||
2010-05-10 | Added the new Bu::CacheStoreFiles, it's an uber-simple cache storage system that | Mike Buland | |
maybe would be better to call an example than a fully fledged storage strategy. It just names files based on your keys. It's very slow, and very wasteful, and shouldn't be used long-term in most normal cache systems. | |||
2010-05-10 | Added the new QueueBuf. It's brilliant, and I've wanted it for a long time. | Mike Buland | |
...I mean brilliant as in cool. |