summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bumped version to 0.5.40.5.4Sebastian Thiel2011-07-053-2/+2
* wrote change log for next release.Sebastian Thiel2011-07-052-1/+10
* Optimized test_pack_streaming not to cache the objects anymore. Instead an it...Sebastian Thiel2011-07-052-3/+2
* pack: updated to use its cursor properly, which will be required if huge pack...Sebastian Thiel2011-07-052-14/+21
* Added license info for packsSebastian Thiel2011-07-051-0/+12
* removed test suite from being distributed. It didn't work properly anyway and...0.5.3Sebastian Thiel2011-07-031-7/+14
* Fixed up docs for upcoming release. Bumped version to 0.5.3Sebastian Thiel2011-06-1312-43/+68
* Merge branch 'smmap'Sebastian Thiel2011-06-139-54/+75
|\
| * Bumped version info to 0.5.3Sebastian Thiel2011-06-102-5/+5
| * Added changelog informationSebastian Thiel2011-06-102-1/+9
| * Switched git db to the non-sliding version of the memory manager which is a g...Sebastian Thiel2011-06-103-40/+49
| * Added smmap as submodule, assured the sys path makes it availableSebastian Thiel2011-06-103-7/+13
|/
* Merge branch 'pack_writing'Sebastian Thiel2011-03-3111-42/+737
|\
| * Fixed _perf module, which built, but didn't link dynamically. All the time, I...Sebastian Thiel2011-03-313-13/+55
| * 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 wro...Sebastian Thiel2011-03-313-27/+76
| * initial version of pack writing, which seems to work, but still needs some mo...Sebastian Thiel2011-03-315-22/+266
| * Added stub for pack writing implementation which should work for pack streami...Sebastian Thiel2011-03-313-19/+50
| * Added qt creator project as it has advantages regarding the navigation over j...Sebastian Thiel2011-03-312-0/+315
|/
* preprended all modules with licensing informationSebastian Thiel2011-02-2334-0/+132
* Added license information fileSebastian Thiel2011-02-232-0/+30
* setup .gitmodules to use a trackin branch automaticallySebastian Thiel2010-12-011-0/+1
* Merge branch 'structure'Sebastian Thiel2010-11-3052-29/+32
|\
| * setup and doc generation works once againSebastian Thiel2010-11-305-14/+14
| * Fixed unittestsSebastian Thiel2010-11-306-7/+12
| * moved all relevant files into the gitdb folder.Sebastian Thiel2010-11-3045-2/+2
| * Ajusted all links to point to new repository on githubSebastian Thiel2010-11-303-6/+4
|/
* Switched async submodule to using github instead of gitoriousSebastian Thiel2010-11-251-1/+1
* Added zip_safe flag to setup.py0.5.2Sebastian Thiel2010-11-212-0/+1
* Added delta_apply.h file to make more native use of python's build system, wh...Sebastian Thiel2010-11-215-3/+14
* setup: added missing _delta_apply.c file to setup script, allowing the perfor...Sebastian Thiel2010-11-211-1/+1
* Updated changelog for 0.5.2Sebastian Thiel2010-11-201-0/+6
* bumped version to 0.5.2Sebastian Thiel2010-11-201-1/+1
* Changed name/id of async submodule to something that doesn't look like a pathSebastian Thiel2010-11-181-1/+1
* Updated to latest revision of async to support new thread-shutdown functionalitySebastian Thiel2010-11-121-0/+0
* Updated algorithm paper with the latest changes - thats it for nowSebastian Thiel2010-10-182-12/+10
* Merge branch 'memory'Sebastian Thiel2010-10-182-454/+575
|\
| * now byte-copying a few chunks where possible when slicing, which gives a few ...Sebastian Thiel2010-10-182-12/+10
| * Removed all debug code, it now runs about as fast as the previous version, bu...Sebastian Thiel2010-10-181-34/+3
| * goooosh, it took so long to find a tiny nasty bug ... aarggghhh, lots of debu...Sebastian Thiel2010-10-181-87/+95
| * Well, the virtual movement doesn't work - the algorithm really worked only wi...Sebastian Thiel2010-10-181-10/+12
| * When using it with deeper chains, it can still crash as it can actually (try ...Sebastian Thiel2010-10-181-18/+17
| * now it appears to work completely, still plenty of debug printing thoughSebastian Thiel2010-10-181-1/+1
| * Its much closer to a working state now, but still not quite there. Probably j...Sebastian Thiel2010-10-181-22/+50
| * Implemented apply - there are still some issues to work out thoughSebastian Thiel2010-10-181-21/+23
| * Implemented connect_with which includes all the slicing functions, which now ...Sebastian Thiel2010-10-181-89/+118
| * Worked my way up to re-encoding delta chunks, connect_with method still needs...Sebastian Thiel2010-10-181-66/+243
| * Brutally made code compile, most of the major functions are still commented o...Sebastian Thiel2010-10-171-182/+142
| * Intermediate commit, working my way through the code, step by step. Didn't ev...Sebastian Thiel2010-10-152-52/+144
| * First adjustment to prepare the algorithm to work on deltastreams directly, w...Sebastian Thiel2010-10-151-236/+93
|/