Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed odb from project, it is now used as a submodule named gitdb, which ↵ | Sebastian Thiel | 2010-06-12 | 1 | -445/+0 |
| | | | | | | was added instead Adjusted all imports to deal with the changed package names | ||||
* | Removed compression flag from IStream and OStream types, as a valid object ↵ | Sebastian Thiel | 2010-06-05 | 1 | -22/+7 |
| | | | | | | will always be compressed if generated by the system ( even future memory db's will compress it ) loose db: implemented direct stream copy, indicated by a sha set in the IStream, including test. This will be the case once Packs are exploded for instance | ||||
* | Implemented stream tests, found a bug on the way, slowly a test-framework ↵ | Sebastian Thiel | 2010-06-04 | 1 | -26/+40 |
| | | | | for streams starts to show up, but its not yet there | ||||
* | Fixed implementation after design change to deal with it - all tests run, ↵ | Sebastian Thiel | 2010-06-04 | 1 | -55/+113 |
| | | | | but next there will have to be more through testing | ||||
* | initial version of new odb design to facilitate a channel based ↵ | Sebastian Thiel | 2010-06-04 | 1 | -0/+388 |
multi-threading implementation of all odb functions |