aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/reftable/ReftableReader.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-7/+0
* Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-10-151-1/+1
|\
| * Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2021-10-081-1/+1
| |\
| | * reftable: drop code for truncated readsHan-Wen Nienhuys2021-09-281-1/+1
* | | Add seekPastPrefix method to RefCursorGal Paikin2021-01-261-0/+26
|/ /
* | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2020-02-191-8/+2
|\|
| * Simplify ReftableCompactorHan-Wen Nienhuys2020-02-121-8/+2
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* | Minor - Removes unnecessary whitespace in ReftableReaderLars Vogel2019-12-111-1/+1
|/
* Introduce RefDatabase#hasFastTipsWithSha1Han-Wen Nienhuys2019-12-041-0/+10
* reftable: move AutoCloseable to ReftableReaderHan-Wen Nienhuys2019-09-271-1/+1
* reftable: add maxUpdateIndex to ReftableHan-Wen Nienhuys2019-09-191-8/+2
* reftable: read file footer in ReftableReader#allRefsHan-Wen Nienhuys2019-09-111-4/+6
* reftable: add some more commentsHan-Wen Nienhuys2019-08-191-3/+11
* reftable: fix seeking to refs in reflog implementationHan-Wen Nienhuys2019-08-191-0/+26
* RefCursor: Remove unnecessary getUpdateIndex methodIvan Frade2018-12-261-10/+0
* RefDatabase/Ref: Add versioning to reference databaseIvan Frade2018-12-261-8/+4
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-4/+4
* Make Reftable seek* and has* method names more consistentMinh Thai2018-07-111-1/+1
* Seek references by prefix in reftableMinh Thai2018-07-101-2/+11
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-3/+3
* Fix javadoc in org.eclipse.jgit storage/reftable packageMatthias Sohn2017-12-191-6/+21
* reftable: explicitly store update_index per refShawn Pearce2017-08-211-0/+14
* reftable: support threshold based compactionShawn Pearce2017-08-171-0/+11
* reftable: scan and lookup reftable filesShawn Pearce2017-08-171-0/+658