jgit/org.eclipse.jgit/src/org/eclipse/jgit
Motiejus Jakštys ab2d63322f FS.detectSymlinkSupport: fix a race
When >1 JGit clients are instantiated concurrently, they may try to
create the same symlink at the same time. When that happens, the second
thread will return an error (because the symlink already exists) and
that `FS` instance will think that symlinks are not supported, causing
havoc.
2023-12-28 16:40:31 +02:00
..
annotations Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
api Fix branch ref exist check 2023-11-18 00:05:35 +01:00
attributes Fix all Javadoc warnings and fail on them 2023-06-16 01:08:13 +02:00
blame Fix all Javadoc warnings and fail on them 2023-06-16 01:08:13 +02:00
diff [errorprone] Add missing javadoc summary 2023-09-25 22:06:13 +02:00
dircache [errorprone] Add missing javadoc summary 2023-09-25 22:06:13 +02:00
errors [errorprone] Exceptions should not override #toString 2023-09-25 16:15:34 +02:00
events [errorprone] Add missing javadoc summary 2023-09-25 22:06:13 +02:00
fnmatch Fix all Javadoc warnings and fail on them 2023-06-16 01:08:13 +02:00
gitrepo [errorprone] Add missing javadoc summary 2023-09-25 22:06:13 +02:00
hooks Fix all Javadoc warnings and fail on them 2023-06-16 01:08:13 +02:00
ignore Fix all Javadoc warnings and fail on them 2023-06-16 01:08:13 +02:00
internal LooseObjects: Use File#exists when possible 2023-12-20 08:00:10 +00:00
lib BitmapIndex: Add interface to track bitmaps found (or not) 2023-11-21 11:19:01 -08:00
logging Fix bug in PerformanceLogContext 2020-11-06 19:20:08 -04:00
merge [errorprone] Add missing javadoc summary 2023-09-25 22:06:13 +02:00
nls Fix all Javadoc warnings and fail on them 2023-06-16 01:08:13 +02:00
notes [errorprone] Add missing javadoc summary 2023-09-25 22:06:13 +02:00
patch PatchApplier: wrap output's TemporaryBuffer with a CountingOutputStream 2023-11-16 09:47:19 +01:00
revplot Fix all Javadoc warnings and fail on them 2023-06-16 01:08:13 +02:00
revwalk FooterLine: Protect from ill-formed message 2023-12-05 16:00:41 -08:00
storage PackWriter/Statistics: Remove the bitmapt hit stats 2023-12-13 10:57:26 -08:00
submodule [errorprone] Add missing javadoc summary 2023-09-25 22:06:13 +02:00
transport BasePackFetchConnection: Skip object/ref lookups if local repo is empty 2023-12-20 08:31:14 +00:00
treewalk WorkingTreeIterator: directly filter input stream 2023-09-25 22:06:13 +02:00
util FS.detectSymlinkSupport: fix a race 2023-12-28 16:40:31 +02:00