summaryrefslogtreecommitdiff
path: root/gitdb/pack.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed up docs for upcoming release. Bumped version to 0.5.3Sebastian Thiel2011-06-131-12/+17
|
* Switched git db to the non-sliding version of the memory manager which is a ↵Sebastian Thiel2011-06-101-40/+36
| | | | good tradeoff between performance loss and resource handling
* crc needs to be done on the pack object header as well, of courseSebastian Thiel2011-03-311-4/+18
|
* Implemented remainder of the test, and it already shows that something is ↵Sebastian Thiel2011-03-311-15/+47
| | | | wrong with my packs. Probably something stupid ;)
* initial version of pack writing, which seems to work, but still needs some ↵Sebastian Thiel2011-03-311-7/+189
| | | | more testing and verification
* Added stub for pack writing implementation which should work for pack ↵Sebastian Thiel2011-03-311-6/+19
| | | | streaming over a transport as well
* preprended all modules with licensing informationSebastian Thiel2011-02-231-0/+4
|
* setup and doc generation works once againSebastian Thiel2010-11-301-1/+1
|
* moved all relevant files into the gitdb folder.Sebastian Thiel2010-11-301-0/+760
Submodule relinked to point to new github location, and moved as well