openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
sirikata
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Sep 08, 2024 — Sep 08, 2025
Showing page 235 of 236
Search / Filter on:
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.
Patrick Horn
More...
over 16 years ago
Reorganized DiskCache, and made it use a different filename if it only contains partial content.
Patrick Horn
More...
over 16 years ago
added help option and a main that parses the options in namespace ""
Daniel Horn
More...
over 16 years ago
forgot retuirn
Daniel Horn
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
Daniel Horn
More...
over 16 years ago
almost working option system
Daniel Horn
More...
over 16 years ago
option system builds
Daniel Horn
More...
over 16 years ago
preliminary interface for options class
Daniel Horn
More...
over 16 years ago
Any class. Not a particular class--just any class
Daniel Horn
More...
over 16 years ago
Got things building on the Mac.
Patrick Horn
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.
Patrick Horn
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.
Patrick Horn
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
Daniel Horn
More...
over 16 years ago
added some additional documentation on thread safe queue
Daniel Horn
More...
over 16 years ago
obviate need for boost::bind in thread safe queue
Daniel Horn
More...
over 16 years ago
removed boost from header of thread safe queue. Also removed inclusion of boost within a namespace
Daniel Horn
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.
Patrick Horn
More...
over 16 years ago
Very basic transfer and cache test now runs.
Patrick Horn
More...
over 16 years ago
Almost everything compiles, and also got rid of weird templates in the virtual CachePolicy
Patrick Horn
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.
Patrick Horn
More...
over 16 years ago
removing silly test
Daniel Horn
More...
over 16 years ago
added some basic tests for matricies...and lo and behold there was a typo in multiply
Daniel Horn
More...
over 16 years ago
skeleton test frameworks
Daniel Horn
More...
over 16 years ago
output functions for matrix3
Daniel Horn
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
Daniel Horn
More...
over 16 years ago
added preliminary Quaternion class and fixed a few quirks with vector3 class
Daniel Horn
More...
over 16 years ago
added nice vector3 class
Daniel Horn
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
Patrick Horn
More...
over 16 years ago
build Sha256 by default
Daniel Horn
More...
over 16 years ago
simple sha256 class for use with iridium
Daniel Horn
More...
over 16 years ago
←
1
2
…
228
229
230
231
232
233
234
235
236
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree