summaryrefslogtreecommitdiff
path: root/gitdb/pack.py
Commit message (Expand)AuthorAgeFilesLines
* Remove and replace compat.to_bytesHarmon2020-02-161-2/+5
* Remove and replace compat.bufferHarmon2020-02-161-7/+4
* Remove and replace compat.xrangeHarmon2020-02-161-5/+4
* Remove and replace compat.izipHarmon2020-02-161-2/+1
* Fix deprecated calls for Python 3.9Lubomír Sedlář2020-02-131-1/+1
* close smmap handles, to be able to delete files / trees in process (req. for ...stuertz2017-03-271-0/+12
* support optional gitdb_speedupsThomas Grainger2016-10-041-1/+1
* Spelling fixesVille Skyttä2016-07-271-2/+2
* Adjusted stream logic to make it work on all tested platforms ... .Sebastian Thiel2015-01-121-0/+1
* Fixed yet another issue with smmap's latest changesSebastian Thiel2015-01-061-2/+7
* Applied autopep8Sebastian Thiel2015-01-041-56/+55
* Now tests work consistently in py2 and 3Sebastian Thiel2014-11-131-12/+9
* Fixed all applicable lint issuesSebastian Thiel2014-11-131-5/+2
* Merge branch 'kevin-brown-issue_4' into py2n3Sebastian Thiel2014-11-131-251/+260
|\
| * Made sure xrange is used instead of range in python 2Sebastian Thiel2014-11-131-5/+5
| * Start up compat and encoding filesKevin Brown2014-07-161-11/+7
| * Can't compare memoryview instances, convert to bytesKevin Brown2014-07-131-1/+2
| * More bytes handlingKevin Brown2014-07-131-1/+5
| * Better handling of bytesKevin Brown2014-07-131-12/+14
| * Pick off the low hanging fruitKevin Brown2014-07-131-44/+50
| * Automated PEP 8 fixesKevin Brown2014-07-131-197/+197
* | Minor adjustments to adapt to changes in async (due to be removed anyway)Sebastian Thiel2014-11-131-1/+2
|/
* tabs to spacesSebastian Thiel2014-02-091-960/+960
* pack: updated to use its cursor properly, which will be required if huge pack...Sebastian Thiel2011-07-051-13/+19
* 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 g...Sebastian Thiel2011-06-101-40/+36
* 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 wro...Sebastian Thiel2011-03-311-15/+47
* initial version of pack writing, which seems to work, but still needs some mo...Sebastian Thiel2011-03-311-7/+189
* Added stub for pack writing implementation which should work for pack streami...Sebastian Thiel2011-03-311-6/+19
* 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