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