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