| Commit message (Expand) | Author | Age | Files | Lines |
| * | Removed plenty of code which went into git-python. This is just for completen...gitdbmerger | Sebastian Thiel | 2011-05-05 | 32 | -5305/+22 |
| * | Fixed remaining tests as far as possible/necessary before the actual work sta...fetch_n_push | Sebastian Thiel | 2011-05-05 | 3 | -26/+25 |
| * | Fixed all remaining db tests | Sebastian Thiel | 2011-05-05 | 6 | -12/+12 |
| * | Fixed db/test_git | Sebastian Thiel | 2011-05-05 | 4 | -8/+15 |
| * | First rename session, db/test_base.py works, but there is much more work to do | Sebastian Thiel | 2011-05-04 | 15 | -76/+81 |
| * | Moved plenty of code around to separate pure python implementation from futur... | Sebastian Thiel | 2011-04-29 | 14 | -326/+560 |
| * | First version with some working reference tests. The db implementation is sti... | Sebastian Thiel | 2011-04-29 | 5 | -10/+330 |
| * | Renaemd odb to repo (once again) as references require a full repository with... | Sebastian Thiel | 2011-04-29 | 7 | -140/+151 |
| * | Applied more fixes and an implementation for the RepositoryPathsMixin. This s... | Sebastian Thiel | 2011-04-29 | 9 | -35/+126 |
| * | Added RepositoryPathMixin as well as ConfigurationMixin. The first mentioned ... | Sebastian Thiel | 2011-04-26 | 5 | -20/+152 |
| * | Fixed reference tests - symbolic refs now need to be created with a git_dir()... | Sebastian Thiel | 2011-04-26 | 8 | -32/+92 |
| * | Fixed ref test up to the point where there is an issue resolving objects in t... | Sebastian Thiel | 2011-04-26 | 6 | -44/+51 |
| * | Fixed a few broken tests. test_refs is still not working as it needs more thr... | Sebastian Thiel | 2011-04-25 | 9 | -9/+1981 |
| * | Initial version of objects. The submodule implementation is left in git-pytho... | Sebastian Thiel | 2011-04-07 | 15 | -0/+1910 |
| * | Added ref implementation and tried to fix it so that it has a chance of runni... | Sebastian Thiel | 2011-04-07 | 13 | -14/+2109 |
| * | Added first scetch of a transport DB interface which should be enough to allo... | Sebastian Thiel | 2011-04-04 | 3 | -2/+152 |
| * | 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 |