aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update jetty to 9.4.35.v20201120Matthias Sohn2021-01-0716-265/+265
* Protocol V2: don't log spurious ACKs in UploadPackThomas Wolf2021-01-062-6/+29
* Merge "Protocol V2: respect MAX_HAVES only once we got at least one ACK"Thomas Wolf2021-01-052-1/+74
|\
| * Protocol V2: respect MAX_HAVES only once we got at least one ACKThomas Wolf2021-01-042-1/+74
* | Merge "FileSnapshot: don't try to read file attributes twice"Christian Halstrick2021-01-051-4/+17
|\ \
| * | FileSnapshot: don't try to read file attributes twiceMatthias Sohn2021-01-031-4/+17
* | | RepositoryCache: declare schedulerLock finalMatthias Sohn2021-01-031-1/+1
| |/ |/|
* | Enable git wire protocol version 2 on server side per defaultDavid Ostrovsky2021-01-033-15/+22
* | Client-side protocol V2 support for fetchingThomas Wolf2021-01-0133-312/+1781
|/
* Use Map interface instead of ConcurrentHashMap classThomas Wolf2021-01-016-10/+13
* Fix NPE in DirCacheCheckoutThomas Wolf2020-12-303-17/+59
* Merge "Added check for null on DirCacheEntry in checkoutEntry method"Christian Halstrick2020-12-302-2/+15
|\
| * Added check for null on DirCacheEntry in checkoutEntry methodTudor Matrescu2020-12-032-2/+15
* | GPG user ID matching: use case-insensitive matchingThomas Wolf2020-12-292-9/+21
* | Don't export package from test bundleThomas Wolf2020-12-281-4/+0
* | Update eclipse-jarsigner-plugin to 1.1.7Matthias Sohn2020-12-241-1/+1
* | Update build-helper-maven-plugin to 3.2.0Matthias Sohn2020-12-241-1/+1
* | Update maven-enforcer-plugin to 3.0.0-M3Matthias Sohn2020-12-241-1/+1
* | Update maven-shade-plugin to 3.2.4Matthias Sohn2020-12-241-1/+1
* | Require latest Maven version 3.6.3Matthias Sohn2020-12-243-2/+22
* | Update spring-boot-maven-plugin to 2.4.1Matthias Sohn2020-12-241-1/+1
* | Update maven-surefire plugins to 3.0.0-M5Matthias Sohn2020-12-242-2/+2
* | Update japicmp-maven-plugin to 0.14.4Matthias Sohn2020-12-241-1/+1
* | Update spotbugs-maven-plugin to 4.1.4Matthias Sohn2020-12-241-1/+1
* | Upgrade ecj to 3.24.0Marco Miller2020-12-241-1/+1
* | Upgrade wagon-ssh to 3.4.2; align maven-site-pluginMarco Miller2020-12-243-4/+4
* | [spotbugs] Fix incorrect lazy initialization in SystemReaderMatthias Sohn2020-12-221-2/+2
* | [spotbugs] Don't use class from java.util.concurrent for lockingMatthias Sohn2020-12-221-1/+3
* | [spotbugs] Fix potential NPE in OpenSshServerKeyDatabaseMatthias Sohn2020-12-221-1/+4
* | [spotbugs] Fix potential NPE in FS.FileStoreAttributes#getMatthias Sohn2020-12-221-0/+3
* | [spotbugs] Silence CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE in jgit testsMatthias Sohn2020-12-222-0/+154
* | [spotbugs] Silence NP_BOOLEAN_RETURN_NULL in FakeUserAuthGSS#doAuthMatthias Sohn2020-12-223-1/+156
* | [spotbugs] Fix FileReftableStack#equals to check for nullMatthias Sohn2020-12-221-0/+3
* | [spotbugs] FileReftableDatabase: extract lock to local variableMatthias Sohn2020-12-221-2/+4
* | [spotbugs] DfsReftableDatabase: extract lock to local variableMatthias Sohn2020-12-221-4/+7
* | [spotbugs] Silence NP_BOOLEAN_RETURN_NULL in IgnoreNode#checkIgnoredMatthias Sohn2020-12-222-1/+10
* | [spotbugs] Silence warning DLS_DEAD_LOCAL_STORE in generated classesMatthias Sohn2020-12-222-0/+153
* | [spotbugs] Silence warning about unwritten field written by gsonMatthias Sohn2020-12-221-0/+8
* | Merge branch 'stable-5.10'Matthias Sohn2020-12-222-3/+3
|\ \
| * | Update jgit-4.18 target platform to use release repositoryMatthias Sohn2020-12-172-3/+3
* | | Revert "Remove unused API problem filters"Matthias Sohn2020-12-221-0/+11
* | | Remove unused API problem filtersMatthias Sohn2020-12-171-11/+0
* | | [spotbugs] Fix potential NPE in FS#writeMatthias Sohn2020-12-171-1/+4
* | | [spotbugs] Fix potential NPE in PackFileSnapshotTestMatthias Sohn2020-12-171-2/+6
* | | [spotbugs] Fix potential NPEs in FileReftableStackTestMatthias Sohn2020-12-171-7/+12
* | | [spotbugs] Fix potential NPE in WorkingTreeIterator#isModifiedMatthias Sohn2020-12-171-2/+4
* | | [spotbugs] Fix potential NPE in FileBasedConfigTestMatthias Sohn2020-12-171-3/+10
* | | [spotbugs] Fix potential NPE in GcPruneNonReferencedTestMatthias Sohn2020-12-171-0/+2
* | | [spotbugs] Fix potential NPE in FileRepository#convertToReftableMatthias Sohn2020-12-171-1/+3
* | | [spotbugs] silence warnings for intended use of == to compare stringsMatthias Sohn2020-12-171-2/+20