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