| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed up docs for upcoming release. Bumped version to 0.5.3 | Sebastian Thiel | 2011-06-13 | 10 | -38/+62 |
| | | |||||
| * | Merge branch 'smmap' | Sebastian Thiel | 2011-06-13 | 5 | -48/+62 |
| |\ | |||||
| | * | Added changelog information | Sebastian Thiel | 2011-06-10 | 1 | -1/+4 |
| | | | |||||
| | * | Switched git db to the non-sliding version of the memory manager which is a ↵ | Sebastian Thiel | 2011-06-10 | 3 | -40/+49 |
| | | | | | | | | | good tradeoff between performance loss and resource handling | ||||
| | * | Added smmap as submodule, assured the sys path makes it available | Sebastian Thiel | 2011-06-10 | 2 | -7/+9 |
| |/ | |||||
| * | Fixed _perf module, which built, but didn't link dynamically. All the time, ↵ | Sebastian Thiel | 2011-03-31 | 3 | -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 course | Sebastian Thiel | 2011-03-31 | 2 | -5/+19 |
| | | |||||
| * | Implemented remainder of the test, and it already shows that something is ↵ | Sebastian Thiel | 2011-03-31 | 3 | -27/+76 |
| | | | | | wrong with my packs. Probably something stupid ;) | ||||
| * | initial version of pack writing, which seems to work, but still needs some ↵ | Sebastian Thiel | 2011-03-31 | 5 | -22/+266 |
| | | | | | more testing and verification | ||||
| * | Added stub for pack writing implementation which should work for pack ↵ | Sebastian Thiel | 2011-03-31 | 3 | -19/+50 |
| | | | | | streaming over a transport as well | ||||
| * | preprended all modules with licensing information | Sebastian Thiel | 2011-02-23 | 34 | -0/+132 |
| | | |||||
| * | Added license information file | Sebastian Thiel | 2011-02-23 | 1 | -0/+0 |
| | | |||||
| * | setup and doc generation works once again | Sebastian Thiel | 2010-11-30 | 2 | -5/+6 |
| | | |||||
| * | Fixed unittests | Sebastian Thiel | 2010-11-30 | 5 | -6/+11 |
| | | |||||
| * | moved all relevant files into the gitdb folder. | Sebastian Thiel | 2010-11-30 | 44 | -0/+6672 |
| Submodule relinked to point to new github location, and moved as well | |||||
