summaryrefslogtreecommitdiff
path: root/gitdb/ext
Commit message (Collapse)AuthorAgeFilesLines
* bumped version to 0.5.40.5.4Sebastian Thiel2011-07-051-0/+0
|
* Optimized test_pack_streaming not to cache the objects anymore. Instead an ↵Sebastian Thiel2011-07-051-0/+0
| | | | iterator is provided which does the job. Previously it would easily use 750 MB of ram to keep all the associated objects, more than 350k. Still a lot of memory for just 350k objects, but its python after all
* Fixed up docs for upcoming release. Bumped version to 0.5.3Sebastian Thiel2011-06-131-0/+0
|
* Merge branch 'smmap'Sebastian Thiel2011-06-131-0/+0
|\
| * Switched git db to the non-sliding version of the memory manager which is a ↵Sebastian Thiel2011-06-101-0/+0
| | | | | | | | good tradeoff between performance loss and resource handling
| * Added smmap as submodule, assured the sys path makes it availableSebastian Thiel2011-06-101-0/+0
|/
* preprended all modules with licensing informationSebastian Thiel2011-02-231-0/+0
|
* Added license information fileSebastian Thiel2011-02-231-0/+0
|
* moved all relevant files into the gitdb folder.Sebastian Thiel2010-11-301-0/+0
Submodule relinked to point to new github location, and moved as well