| Commit message (Expand) | Author | Age | Files | Lines |
* | IndexFile.add: writing of the index file can now optionally be turned off. Th... | Sebastian Thiel | 2010-06-24 | 2 | -7/+14 |
* | GitCmdStreamReader: fixed terrible bug which only kicked in if the stream was... | Sebastian Thiel | 2010-06-24 | 4 | -7/+23 |
* | aggressive_tree_merge: fixed incorrect handling of one branch, it was just no... | Sebastian Thiel | 2010-06-24 | 6 | -6/+44 |
* | Multiple partly critical bugfixes related to index handling | Sebastian Thiel | 2010-06-24 | 5 | -18/+47 |
* | Merge branch 'fromtree' | Sebastian Thiel | 2010-06-23 | 9 | -21/+590 |
|\ |
|
| * | fixed critical bug in traverse_trees_recursive, implemented IndexFile.new inc... | Sebastian Thiel | 2010-06-23 | 5 | -17/+31 |
| * | Added test for aggressive_tree_merge | Sebastian Thiel | 2010-06-23 | 4 | -70/+175 |
| * | Implemented simple tree merging and a simple test, more elaborate testing is ... | Sebastian Thiel | 2010-06-23 | 2 | -15/+135 |
| * | Initial frame for implementing read_tree using pure python. As git-read-tree ... | Sebastian Thiel | 2010-06-22 | 8 | -9/+339 |
|/ |
|
* | Merge branch 'writetree' | Sebastian Thiel | 2010-06-22 | 15 | -346/+514 |
|\ |
|
| * | index.write_tree: now uses MemoryDB, making tree handling more efficient as I... | Sebastian Thiel | 2010-06-22 | 3 | -4/+13 |
| * | Tree-Writing now works after fixing an off-by-one error | Sebastian Thiel | 2010-06-22 | 4 | -20/+42 |
| * | index.write_tree: initial version implemented, although its not yet working c... | Sebastian Thiel | 2010-06-22 | 13 | -208/+298 |
| * | index: put serialization methods into new 'fun' module, this makes the calls ... | Sebastian Thiel | 2010-06-21 | 4 | -143/+190 |
|/ |
|
* | index.add does not need the git clt anymore | Sebastian Thiel | 2010-06-21 | 2 | -24/+9 |
* | index: Entries are now using flags internally, instead of reducing the flag i... | Sebastian Thiel | 2010-06-21 | 4 | -60/+83 |
* | index.add: now uses gitdb.store functionality instead of git-hash-file. The p... | Sebastian Thiel | 2010-06-21 | 5 | -647/+678 |
* | db: added pure python git database | Sebastian Thiel | 2010-06-20 | 3 | -771/+775 |
* | GitCmd implementation of gitdb base moved to git-python where it belongs. Pre... | Sebastian Thiel | 2010-06-18 | 4 | -4/+51 |
* | Move LazyMixin type to gitdb, index reading now uses file_contents_ro from gi... | Sebastian Thiel | 2010-06-15 | 3 | -39/+7 |
* | Moved LockedFD and its test into the gitdb project | Sebastian Thiel | 2010-06-15 | 3 | -213/+4 |
* | Reimplemented Lock handling to be conforming to the git lock protocol, which ... | Sebastian Thiel | 2010-06-15 | 5 | -95/+177 |
* | Moved small types that had their own module into the utils module | Sebastian Thiel | 2010-06-14 | 8 | -488/+482 |
* | Merge branch 'index' | Sebastian Thiel | 2010-06-14 | 6 | -1438/+1454 |
|\ |
|
| * | Implemented the serializable interface - by refactoring code | Sebastian Thiel | 2010-06-14 | 1 | -32/+47 |
| * | index: split index file into multiple files of a single package. This didn't ... | Sebastian Thiel | 2010-06-14 | 6 | -1438/+1439 |
|/ |
|
* | tree: added TreeModifier, allowing to adjust existing trees safely and or fas... | Sebastian Thiel | 2010-06-14 | 5 | -16/+152 |
* | tree now uses less memory for its cache as it stores the bare deserialized in... | Sebastian Thiel | 2010-06-14 | 1 | -55/+63 |
* | Implemented initial version of tree serialization which appears to work accor... | Sebastian Thiel | 2010-06-14 | 5 | -290/+367 |
* | Removed odb from project, it is now used as a submodule named gitdb, which wa... | Sebastian Thiel | 2010-06-12 | 20 | -1363/+33 |
* | Removed async from tree | Sebastian Thiel | 2010-06-12 | 15 | -2643/+0 |
* | Merge branch 'async' | Sebastian Thiel | 2010-06-12 | 21 | -147/+2820 |
|\ |
|
| * | task: improved naming of task types, improved pool test to be less dependent ... | Sebastian Thiel | 2010-06-12 | 4 | -29/+42 |
| * | channel: cleaned up inheritance hierarchy, adding mixing for callback functio... | Sebastian Thiel | 2010-06-12 | 1 | -10/+23 |
| * | Cleaned up channel design, Reader and Writer bases don't require a channel an... | Sebastian Thiel | 2010-06-12 | 4 | -78/+147 |
| * | Added performance test, improved iterator task which will now be usable by de... | Sebastian Thiel | 2010-06-11 | 3 | -13/+79 |
| * | test_task: fixed import error, made all modules from x import * safe | Sebastian Thiel | 2010-06-11 | 6 | -2/+19 |
| * | Merge branch 'cleanup' into async | Sebastian Thiel | 2010-06-11 | 6 | -27/+49 |
| |\ |
|
| | * | Removed commented-out debug code and additional debug printings. Verified it ... | Sebastian Thiel | 2010-06-11 | 4 | -14/+0 |
| | * | Improved shutdown handling - although its impossible to prevent some stderr p... | Sebastian Thiel | 2010-06-11 | 3 | -13/+49 |
| |/ |
|
| * | Merge branch 'taskdep' into async | Sebastian Thiel | 2010-06-11 | 10 | -359/+672 |
| |\ |
|
| | * | Finished dependent task testing according to the features we would currently ... | Sebastian Thiel | 2010-06-11 | 1 | -6/+42 |
| | * | test.async: split test_pool up into task implenetations and related utilities... | Sebastian Thiel | 2010-06-11 | 2 | -180/+196 |
| | * | Merge branch 'channel' into taskdep | Sebastian Thiel | 2010-06-11 | 9 | -208/+312 |
| | |\ |
|
| | | * | IMPORTANT: sometimes, when notifying waiters by releasing their lock, the loc... | Sebastian Thiel | 2010-06-11 | 4 | -24/+13 |
| | | * | Added dependency-task tests, and fixed plenty of ref-count related bugs, as w... | Sebastian Thiel | 2010-06-10 | 6 | -59/+155 |
| | | * | tasks can now terminate faster when no items were read, without neglecting th... | Sebastian Thiel | 2010-06-10 | 1 | -19/+24 |
| | | * | Now tracking the amount of concurrent writers to assure the channel is closed... | Sebastian Thiel | 2010-06-10 | 3 | -30/+61 |
| | | * | channel: Changed design to be more logical - a channel now has any amount of ... | Sebastian Thiel | 2010-06-10 | 5 | -130/+113 |
| | |/ |
|
| | * | Added more dependency task tests, especially the single-reads are not yet ful... | Sebastian Thiel | 2010-06-10 | 2 | -23/+113 |