index
:
delta/python-packages/gitpython.git
0.1
0.2
0.3
Fix-#1334
baserock/zuul-ci
black-fmt
experiment-2012
fix
fix-1103
fix-ci-tests
fix-dont-choke-on-invalid-unicode-paths
fix-for-invalid-data-in-commits
fix-non-ascii-chars-in-status-lines
fix-octal-escaped-path-parser-bug
flock
gh-pages
index-no-read-lock
issue-232-reproduction
issue-301-reproduction
keep-raw-bytes-on-diffs
main
master
more-robust-git-diff
no_devnull_open
orig_master
patches
py2
py3
revert-357-autointerrupt_deadlock_fix
typing
github.com: gitpython-developers/GitPython.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
git
/
async
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved pool utilities into util module, fixed critical issue that caused havok...
Sebastian Thiel
2010-06-07
4
-126
/
+176
*
added high-speed locking facilities, allowing our Queue to be faster, at leas...
Sebastian Thiel
2010-06-07
2
-58
/
+186
*
Added task order cache, and a lock to prevent us walking the graph while chan...
Sebastian Thiel
2010-06-07
2
-6
/
+23
*
changed scheduling and chunksize calculation in respect to the task.min_count...
Sebastian Thiel
2010-06-07
1
-76
/
+137
*
pool.consumed_tasks: is now a queue to be thread safe, in preparation for mul...
Sebastian Thiel
2010-06-07
2
-11
/
+23
*
pool: First version which works as expected in async mode. Its just using a s...
Sebastian Thiel
2010-06-07
4
-54
/
+55
*
channel.read: enhanced to be sure we don't run into non-atomicity issues rela...
Sebastian Thiel
2010-06-06
1
-17
/
+72
*
Plenty of fixes in the chunking routine, made possible by a serialized chunki...
Sebastian Thiel
2010-06-06
3
-17
/
+58
*
First step of testing the pool - tasks have been separated into a new module ...
Sebastian Thiel
2010-06-06
5
-111
/
+246
*
thread: adjusted worker thread not to provide an output queue anymore - this ...
Sebastian Thiel
2010-06-06
3
-37
/
+127
*
Improved pool design and started rough implementation, top down to learn whil...
Sebastian Thiel
2010-06-06
3
-68
/
+290
*
Renamed mp to async, as this is a much better name for what is actually going...
Sebastian Thiel
2010-06-05
4
-0
/
+428