Age | Commit message (Expand) | Author |
2009-05-28 | The cache can now efficiently report how many items are stored in it, but | Mike Buland |
2009-05-28 | Added some helpers to the Bu::Cache::Ptr, you can clear them now, and cast to | Mike Buland |
2009-04-20 | Stupid cache pointer assignment operator not actually returning itself properly. | Mike Buland |
2009-04-10 | Added some new goodness to the fbasicstring, fixing some inconsistancies and | Mike Buland |
2009-04-02 | Removed some uses of printf in libbu++, I would like to get rid of all of them | Mike Buland |
2009-02-24 | Woot, the cache system now supports intellegent sync'ing. It will ask the cache | Mike Buland |
2009-02-24 | Whoa, lots of updates. Md5 is more general, nids, cache, cachestore, and | Mike Buland |
2009-01-27 | Hey, I think that'll fix some things valgrind was bitching about. Apparently | Mike Buland |
2009-01-16 | They keys can be accessed now for all stores that support it, they pretty much | Mike Buland |
2009-01-16 | Ok...we'll try this change up of the cache system. It now takes two pointers, | Mike Buland |
2009-01-05 | I mergered Bu::CPtr into Bu::Cache as Bu::Cache::Ptr. This makes more sense to | Mike Buland |
2008-12-20 | All of the basic, core workings of the Cache are complete, and tested. Even | Mike Buland |
2008-12-13 | The Calc should be functional, and is being called by the Cache itself. The | Mike Buland |
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 | Hey, more cachey goo! | Mike Buland |