summaryrefslogtreecommitdiff
path: root/gitdb
Commit message (Collapse)AuthorAgeFilesLines
* Fixed up docs for upcoming release. Bumped version to 0.5.3Sebastian Thiel2011-06-1310-38/+62
|
* Merge branch 'smmap'Sebastian Thiel2011-06-135-48/+62
|\
| * Added changelog informationSebastian Thiel2011-06-101-1/+4
| |
| * Switched git db to the non-sliding version of the memory manager which is a ↵Sebastian Thiel2011-06-103-40/+49
| | | | | | | | good tradeoff between performance loss and resource handling
| * Added smmap as submodule, assured the sys path makes it availableSebastian Thiel2011-06-102-7/+9
|/
* Fixed _perf module, which built, but didn't link dynamically. All the time, ↵Sebastian Thiel2011-03-313-13/+55
| | | | | | I think it never successfully imported, but its hard to believe this slipped by. Added performance test for pack-writing, which isn't really showing what I want as it currently read data from a densly compressed pack which takes most of the time in the nearly pure python implementation. Compared to c++, all the measured performance is just below anything I'd want to use. But we shouldn't forget this is just a test implementation, writing packs is quite simple actually, if you leave out the delta compression part and the delta logic
* crc needs to be done on the pack object header as well, of courseSebastian Thiel2011-03-312-5/+19
|
* Implemented remainder of the test, and it already shows that something is ↵Sebastian Thiel2011-03-313-27/+76
| | | | wrong with my packs. Probably something stupid ;)
* initial version of pack writing, which seems to work, but still needs some ↵Sebastian Thiel2011-03-315-22/+266
| | | | more testing and verification
* Added stub for pack writing implementation which should work for pack ↵Sebastian Thiel2011-03-313-19/+50
| | | | streaming over a transport as well
* preprended all modules with licensing informationSebastian Thiel2011-02-2334-0/+132
|
* Added license information fileSebastian Thiel2011-02-231-0/+0
|
* setup and doc generation works once againSebastian Thiel2010-11-302-5/+6
|
* Fixed unittestsSebastian Thiel2010-11-305-6/+11
|
* moved all relevant files into the gitdb folder.Sebastian Thiel2010-11-3044-0/+6672
Submodule relinked to point to new github location, and moved as well