| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed bug caused by incorrect comparison of 'filled-up' binary shas, as it wo... | Sebastian Thiel | 2010-07-07 | 2 | -4/+4 |
| * | Moved partial_to_complete_sha_hex from gitdb to compounddb, its fitting there... | Sebastian Thiel | 2010-07-07 | 1 | -2/+9 |
| * | Added method to obtain a full sha from a partial sha, for each of the databas... | Sebastian Thiel | 2010-07-07 | 4 | -3/+54 |
| * | PackEntity: fixed capital bug which would cause a None to be in place of the ... | Sebastian Thiel | 2010-07-06 | 1 | -2/+6 |
| * | Win32 compatability adjustments. One performance test fails during shutdown a... | Sebastian Thiel | 2010-07-02 | 3 | -1/+13 |
| * | Added a minimal documentation, including a quick usage guide | Sebastian Thiel | 2010-06-30 | 1 | -0/+53 |
| * | Fixed critical bug that could cause single bytes not to be returned in reads ... | Sebastian Thiel | 2010-06-29 | 2 | -3/+12 |
| * | gitdb now uses 20 byte shas internally only, reducing the need to convert sha... | Sebastian Thiel | 2010-06-25 | 7 | -40/+47 |
| * | CompoundDB: implemented simple dict base first-level cache which really helps... | Sebastian Thiel | 2010-06-25 | 3 | -2/+38 |
| * | Removed redunant code due to parital reimplementation of a file descriptor st... | Sebastian Thiel | 2010-06-24 | 2 | -5/+16 |
| * | MemoryDB: Implemented direct stream copy, allowing to flush memory db content... | Sebastian Thiel | 2010-06-22 | 2 | -4/+20 |
| * | Added MemoryDB including initial test, moved ZippedShaWriter into stream modu... | Sebastian Thiel | 2010-06-22 | 4 | -25/+45 |
| * | Implemented gitdb, it should be a fully functional git database with full rea... | Sebastian Thiel | 2010-06-20 | 3 | -9/+58 |
| * | Base implementation and stubs added for git-like db, as well as the reference... | Sebastian Thiel | 2010-06-18 | 6 | -8/+45 |
| * | Added endurance run to check all objects in the git source repository, someth... | Sebastian Thiel | 2010-06-18 | 1 | -3/+23 |
| * | Removed data-offset field from PackInfo as it is not needed in most cases. In... | Sebastian Thiel | 2010-06-18 | 3 | -4/+1 |
| * | delta-apply now works after fixing a stupid type, instead of i + 1 I wrote i ... | Sebastian Thiel | 2010-06-18 | 1 | -1/+4 |
| * | PackedDB: added sha_iter and size methods, these should move to the ObjectDBR... | Sebastian Thiel | 2010-06-17 | 3 | -14/+66 |
| * | Implemented basic info and stream retrieval as well as pack file handling of ... | Sebastian Thiel | 2010-06-17 | 2 | -6/+53 |
| * | Sha1 verification works as well, forgot to fill in the base buffer for delta-... | Sebastian Thiel | 2010-06-17 | 1 | -3/+7 |
| * | CRC verification already works for all packs, sha1 still needs some work, pro... | Sebastian Thiel | 2010-06-17 | 1 | -5/+9 |
| * | Initial implementation of stream validation - this is the final hurdle, if th... | Sebastian Thiel | 2010-06-17 | 1 | -3/+35 |
| * | Implemented main PackEntity object retrieval method and moved constructor for... | Sebastian Thiel | 2010-06-17 | 1 | -2/+7 |
| * | initial version of delta-apply, but more pedandic testing is required | Sebastian Thiel | 2010-06-17 | 1 | -3/+3 |
| * | initial research on possible delta-apply algorithms. True streaming appears o... | Sebastian Thiel | 2010-06-17 | 1 | -0/+8 |
| * | Implemented offset based pack object collection including test, next up is th... | Sebastian Thiel | 2010-06-16 | 2 | -5/+36 |
| * | implemented direct pack reading - currently not all information is passed on,... | Sebastian Thiel | 2010-06-16 | 1 | -0/+3 |
| * | DecompressMemMapReader: implemented compressed bytes counting, including test... | Sebastian Thiel | 2010-06-16 | 1 | -10/+9 |
| * | moved all info and stream base classes into new module, base, as well as the ... | Sebastian Thiel | 2010-06-16 | 3 | -76/+97 |
| * | Initial version of a pack design that should be able to solve the problem nicely | Sebastian Thiel | 2010-06-15 | 2 | -12/+70 |
| * | index: added tests for reading version 1 index files | Sebastian Thiel | 2010-06-15 | 3 | -7/+16 |
| * | index reading from V2 index files implemeneted and tested. | Sebastian Thiel | 2010-06-15 | 4 | -12/+34 |
| * | Added basic frame for packfile implementation and testing, as well as the tes... | Sebastian Thiel | 2010-06-15 | 6 | -2/+67 |
| * | Added LockedFD class including test, it moved 'down' from git-python | Sebastian Thiel | 2010-06-15 | 1 | -1/+77 |
| * | update db test to allow testing of individual database types, giving more fin... | Sebastian Thiel | 2010-06-14 | 3 | -17/+27 |
| * | Now using the async zlib module if it is available to allow performance gains... | Sebastian Thiel | 2010-06-13 | 3 | -6/+11 |
| * | Added multi-threading performance tests which show that, during compression a... | Sebastian Thiel | 2010-06-12 | 1 | -2/+100 |
| * | Implemented all async methods, including test which shows how to chain the as... | Sebastian Thiel | 2010-06-12 | 3 | -2/+99 |
| * | Added async as submodule | Sebastian Thiel | 2010-06-12 | 2 | -9/+7 |
| * | Adjusted imports and tests to deal with new folder structure | Sebastian Thiel | 2010-06-12 | 8 | -42/+271 |
| * | initial commit with latest version extracted from git-python | Sebastian Thiel | 2010-06-12 | 5 | -0/+338 |