summaryrefslogtreecommitdiff
path: root/lib/git/async/graph.py
Commit message (Expand)AuthorAgeFilesLines
* Removed async from treeSebastian Thiel2010-06-121-126/+0
* test_task: fixed import error, made all modules from x import * safeSebastian Thiel2010-06-111-0/+2
* Added dependency-task tests, and fixed plenty of ref-count related bugs, as w...Sebastian Thiel2010-06-101-1/+13
* messy first version of a properly working depth-first graph method, which all...Sebastian Thiel2010-06-101-11/+12
* Plenty of fixes in the chunking routine, made possible by a serialized chunki...Sebastian Thiel2010-06-061-1/+6
* First step of testing the pool - tasks have been separated into a new module ...Sebastian Thiel2010-06-061-5/+11
* thread: adjusted worker thread not to provide an output queue anymore - this ...Sebastian Thiel2010-06-061-10/+74
* Improved pool design and started rough implementation, top down to learn whil...Sebastian Thiel2010-06-061-0/+36