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
/
channel.py
Age
Commit message (
Expand
)
Author
2010-06-09
Channel: Read method revised - now it really really doesn't block anymore, an...
Sebastian Thiel
2010-06-09
queue: fixed critical bug in the notify method, as it was not at all thread-s...
Sebastian Thiel
2010-06-08
workerthread: adjusted to use a blocking queue, it will receive termination e...
Sebastian Thiel
2010-06-08
Its getting better already - intermediate commit before further chaning the t...
Sebastian Thiel
2010-06-08
queue: adjusted queue to be closable ( without own testing yet, except for th...
Sebastian Thiel
2010-06-08
The new channeldesign actually works, but it also shows that its located at t...
Sebastian Thiel
2010-06-07
Channel now uses the AsyncQueue, boosting performance by factor 4, its a start
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
channel.read: enhanced to be sure we don't run into non-atomicity issues rela...
Sebastian Thiel
2010-06-06
Improved pool design and started rough implementation, top down to learn whil...
Sebastian Thiel
2010-06-05
Renamed mp to async, as this is a much better name for what is actually going...
Sebastian Thiel