summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* JGit v5.11.0.202102031030-m2v5.11.0.202102031030-m2Matthias Sohn2021-02-033-4/+4
* IO: fix IO.readFully(InputStream, byte[], int)Thomas Wolf2021-01-311-3/+3
* Merge "Move reachability checker generation into the ObjectReader object"Jonathan Nieder2021-01-2910-27/+120
|\
| * Move reachability checker generation into the ObjectReader objectTerry Parker2021-01-2810-27/+120
* | Merge changes I36d9b63e,I8c5db581,I2c02e89cJonathan Tan2021-01-277-0/+150
|\ \
| * | Add getsRefsByPrefixWithSkips (excluding prefixes) to ReftableDatabaseGal Paikin2021-01-274-0/+93
| * | Add seekPastPrefix method to RefCursorGal Paikin2021-01-263-0/+57
* | | Wrap the Files.list returned Stream in a try-with-resources blockTerry Parker2021-01-263-5/+21
| |/ |/|
* | TemporaryBuffer: fix toByteArray(limit)Thomas Wolf2021-01-221-3/+32
* | Merge "[spotbugs]: Fix potential NPE in FileSnapshot constructor"Matthias Sohn2021-01-181-1/+1
|\ \
| * | [spotbugs]: Fix potential NPE in FileSnapshot constructorMatthias Sohn2021-01-031-1/+1
* | | TransportHttp: support preemptive Basic authenticationThomas Wolf2021-01-143-0/+75
* | | TransportHttp: shared SSLContext during fetch or pushThomas Wolf2021-01-147-41/+205
* | | TransportHttp: make the connection factory configurableThomas Wolf2021-01-144-2/+49
| |/ |/|
* | Tag message must not include the signatureThomas Wolf2021-01-101-12/+36
* | 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-051-1/+11
|\ \
| * | Protocol V2: respect MAX_HAVES only once we got at least one ACKThomas Wolf2021-01-041-1/+11
* | | 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-031-1/+2
* | Client-side protocol V2 support for fetchingThomas Wolf2021-01-0118-182/+1071
|/
* Use Map interface instead of ConcurrentHashMap classThomas Wolf2021-01-015-8/+11
* Fix NPE in DirCacheCheckoutThomas Wolf2020-12-301-8/+10
* Merge "Added check for null on DirCacheEntry in checkoutEntry method"Christian Halstrick2020-12-301-2/+6
|\
| * Added check for null on DirCacheEntry in checkoutEntry methodTudor Matrescu2020-12-031-2/+6
* | [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 FS.FileStoreAttributes#getMatthias Sohn2020-12-221-0/+3
* | [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
* | 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 WorkingTreeIterator#isModifiedMatthias Sohn2020-12-171-2/+4
* | [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
* | [spotbugs] silence short-circuit warning in PackOutputStream#writeMatthias Sohn2020-12-171-0/+6
* | FetchProcess#execute: fix formattingMatthias Sohn2020-12-171-2/+3
* | [errorprone] FetchProcess: ensure exception isn't suppressedMatthias Sohn2020-12-171-0/+7
* | [errorprone] WalkFetchConnection: ensure exception isn't suppressedMatthias Sohn2020-12-171-0/+5
* | Remove unused API problem filtersMatthias Sohn2020-12-151-52/+0
* | Remove reftree and ketchHan-Wen Nienhuys2020-12-1542-6550/+9
* | LooseObjects: fix formattingMatthias Sohn2020-12-151-13/+13
* | Split out loose object handling from ObjectDirectoryMartin Fick2020-12-152-120/+245
* | Merge branch 'stable-5.9'Matthias Sohn2020-12-141-1/+1
|\ \
| * | Fix stamping to produce stable file timestampsDavid Ostrovsky2020-12-141-1/+1