aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsPackFile.java
Commit message (Expand)AuthorAgeFilesLines
* DfsPackFile: Delete #getIndexedObjectSize for ObjectIdIvan Frade2025-06-251-31/+1
* DfsReader: Reuse index position when looking up object sizeIvan Frade2025-06-241-0/+28
* DfsReader: return idx position when looking up object in packsIvan Frade2025-06-241-0/+4
* DfsReader/PackFile: Move represention to the packfileIvan Frade2025-05-201-6/+84
* DfsPackFile: Remove unused getObjectCount methodIvan Frade2025-05-191-14/+0
* DfsPackFile.PackIndexes: pass primary index to reverse indexIvan Frade2025-04-071-4/+8
* DfsPackFile: re-add metrics for bitmap index loadsSam Delmerico2024-08-271-0/+3
* DfsPackFile: Abstract the loading of pack indexesIvan Frade2024-07-301-70/+183
* DfsPackFile: Do not set local reverse index ref from cache callbackIvan Frade2024-07-161-17/+21
* DfsPackFile: Enable/disable object size index via DfsReaderOptionsIvan Frade2024-07-101-0/+1
* DfsPackFile: Do not set primery index local ref from cache callbackIvan Frade2024-06-281-16/+27
* DfsPackFile: Make the loader classes used to construct bitmaps public.jackdt@google.com2024-04-021-7/+20
* DfsPackFile: make public the constructor with bitmap loaderIvan Frade2024-04-011-1/+12
* DfsPackFile: get commitGraph.readChangePaths from repo configXing Huang2024-03-141-1/+8
* DfsPackFile: Abstract the bitmap loading to support other backendsIvan Frade2024-02-261-26/+127
* DfsPackFile: Do not attempt to read stream if pack doesn't have itIvan Frade2023-10-171-1/+2
* [errorprone] Suppress ByteBufferBackingArrayMatthias Sohn2023-09-251-0/+1
* DfsPackFile: remove unnecessary @SuppressWarnings("boxing")Matthias Sohn2023-09-221-8/+0
* DfsPackFile: Record index loads only in one placeIvan Frade2023-09-081-8/+8
* DfsPackfile: Emit the index load with the index objectIvan Frade2023-09-081-8/+8
* Fix warning raised for local variable hiding DfsPackFile#indexMatthias Sohn2023-08-311-3/+3
* Suppress boxing warnings in DfsPackFileMatthias Sohn2023-08-311-0/+8
* DfsReader: Expose when indices are loadedIvan Frade2023-08-031-1/+10
* DfsReader/PackFile: Implement isNotLargerThan using the obj size idxIvan Frade2023-07-131-0/+149
* DfsPackFile: make #getReverseIdx publicAnna Papitto2023-06-271-1/+11
* PackReverseIndex: separate out the computed implementationAnna Papitto2023-06-211-1/+2
* PackReverseIndex: use static builder instead of constructorAnna Papitto2023-05-311-1/+1
* DfsPackFile: Extract block aligment codeIvan Frade2023-04-111-30/+19
* DfsPackFile/DfsGC: Write commit graphs and expose in packXing Huang2023-02-071-0/+76
* DfsStreamKey: Replace ForReverseIndex to separate metrics.Anna Papitto2022-11-171-2/+2
* PackBitmapIndexV1: support parallel loading of reverse indexAlina Djamankulova2021-12-061-1/+2
* [6.0 API cleanup] StoredObjectRepresentationNotAvailableExceptionThomas Wolf2021-11-231-5/+3
* DFS block cache: fix lock issue and support parallel index loadingAlina Djamankulova2021-10-191-90/+67
* Revert "DFS block cache: Refactor to enable parallel index loading"Minh Thai2021-09-031-28/+20
* DFS block cache: add additional stats to DfsReaderIoStatsAlina Djamankulova2021-08-241-6/+31
* DFS block cache: Refactor to enable parallel index loadingAlina Djamankulova2021-08-121-20/+28
* dfs: handle short copieswh2021-02-191-2/+9
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* DfsPackFile: Remove unused parameter from loadReverseIdx methodDavid Pursehouse2019-10-141-2/+2
* dfs: Take size as long instead of intMasaya Suzuki2019-08-121-8/+12
* dfs: Add a position argumentMasaya Suzuki2019-08-121-5/+11
* dfs: Move the deeply nested code to its own methodMasaya Suzuki2019-08-121-84/+89
* Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-04-281-2/+5
|\
| * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2019-04-191-3/+8
| |\
| | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-04-181-3/+8
| | |\
| | | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2019-04-181-3/+8
| | | |\
| | | | * Merge branch 'stable-4.7' into stable-4.8stable-4.8Matthias Sohn2019-04-171-5/+14
| | | | |\
| | | | | * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2019-04-161-5/+14
| | | | | |\
| | | | | | * Remember the cause for invalidating a packfileLuca Milanesio2019-04-111-5/+14
* | | | | | | Strongly reference indices in DfsPackFileMinh Thai2019-02-211-128/+113