0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 08, 2024 — Sep 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed another bug with MemoryCache not having certain ranges. Also attempted to trace the Curl pipelining bug to no avail. More... over 16 years ago
Reorganized DiskCache, and made it use a different filename if it only contains partial content. More... over 16 years ago
added help option and a main that parses the options in namespace "" More... over 16 years ago
forgot retuirn More... over 16 years ago
fixed any casts from pointer...you probably dont want to make a Any of an Any star. Now the tests run great More... over 16 years ago
almost working option system More... over 16 years ago
option system builds More... over 16 years ago
preliminary interface for options class More... over 16 years ago
Any class. Not a particular class--just any class More... over 16 years ago
Got things building on the Mac. More... over 16 years ago
Made sure that DenseData works with ranges by cleaning up the interface. Also added a "wakeup" pipe for the Curl thread when new requests need to be served, or when exiting the program. More... over 16 years ago
Rewrite of most of the Range class to allow for infinite ranges. --> Now handle overlapping ranges correctly in most cases (most of the logic has been moved to Range::isContainedBy and Range::addToList. --> Got rid of void* for both CacheLayer data and CachePolicy data. Now uses static_cast instead. --> Changed any size_t to cache_usize_type and ssize_t to cache_ssize_type to allow for 64-bit ranges. More... over 16 years ago
may as well not have boost in the util headers at all if it's like 2 lines of change and same code length More... over 16 years ago
added some additional documentation on thread safe queue More... over 16 years ago
obviate need for boost::bind in thread safe queue More... over 16 years ago
removed boost from header of thread safe queue. Also removed inclusion of boost within a namespace More... over 16 years ago
added a few useful print statements, and moved the "size_t" from inside the CachePolicy to instead be stored in the CacheMap, so that DiskCache can easily look up how big each file is. More... over 16 years ago
Very basic transfer and cache test now runs. More... over 16 years ago
Almost everything compiles, and also got rid of weird templates in the virtual CachePolicy More... over 16 years ago
Made huge progress on CacheLayer, and added CacheMap and CachePolicy which can be used both by DiskCache and MemoryCache. Now uses DenseData for populating caches, and SparseData for TransferCallback. Cache code now nearly compiles. More... over 16 years ago
removing silly test More... over 16 years ago
added some basic tests for matricies...and lo and behold there was a typo in multiply More... over 16 years ago
skeleton test frameworks More... over 16 years ago
output functions for matrix3 More... over 16 years ago
a rather heavy hammer to get Quaternion::toAxes and fromAxes...alas well it should come in handy at some point I hope More... over 16 years ago
added preliminary Quaternion class and fixed a few quirks with vector3 class More... over 16 years ago
added nice vector3 class More... over 16 years ago
Some prototypes for a transfer cache -- a lot of this stuff is going to change--I just want to get some of it committed More... over 16 years ago
build Sha256 by default More... over 16 years ago
simple sha256 class for use with iridium More... over 16 years ago