index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
git
/
async
/
task.py
Age
Commit message (
Expand
)
Author
2010-06-08
Revised task deletion works well, adjusted test to be creating new tasks all ...
Sebastian Thiel
2010-06-08
task: now deletes itself once its done - for the test this doesn't change a t...
Sebastian Thiel
2010-06-08
Its getting better already - intermediate commit before further chaning the t...
Sebastian Thiel
2010-06-08
The new channeldesign actually works, but it also shows that its located at t...
Sebastian Thiel
2010-06-07
introduced a new counter keeping track of the scheduled tasks - this prevent ...
Sebastian Thiel
2010-06-07
improved testing to test the actual async handling of the pool. there are sti...
Sebastian Thiel
2010-06-07
task: Fixed incorrect handling of channel closure. Performance is alright for...
Sebastian Thiel
2010-06-07
Moved pool utilities into util module, fixed critical issue that caused havok...
Sebastian Thiel
2010-06-07
pool: First version which works as expected in async mode. Its just using a s...
Sebastian Thiel
2010-06-06
Plenty of fixes in the chunking routine, made possible by a serialized chunki...
Sebastian Thiel
2010-06-06
First step of testing the pool - tasks have been separated into a new module ...
Sebastian Thiel