mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 02:16:21 +00:00
![]() When a file is open for reading (without shared-delete permission), and then a different thread/process called p_rename, that would fail, even if the file was only open for reading for a few milliseconds. This change lets p_rename wait up to 50ms for the file to be closed by the reader. Applies only to win32. This is especially important for git_filebuf_commit, because writes should not fail if the file is read simultaneously. Fixes #2207 |
||
---|---|---|
.. | ||
dir.c | ||
dir.h | ||
error.c | ||
error.h | ||
findfile.c | ||
findfile.h | ||
git2.rc | ||
map.c | ||
mingw-compat.h | ||
msvc-compat.h | ||
posix_w32.c | ||
posix.h | ||
precompiled.c | ||
precompiled.h | ||
pthread.c | ||
pthread.h | ||
utf-conv.c | ||
utf-conv.h | ||
version.h |