aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/pack/PackWriter.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] PackWriter: Fix javadoc tag in new #writeIndex methodIvan Frade2024-10-301-2/+2
* PackWriter: make PackWriter.writeIndex() take a PackIndexWriterSam Delmerico2024-10-281-5/+21
* PackIndexWriter: create interface to write indexesSam Delmerico2024-10-221-4/+4
* PackWriter: Remove constructor with only Reader as paramIvan Frade2024-09-161-13/+0
* PackWriter: writeBitmapIndex takes bitmap index writerSam Delmerico2024-03-291-12/+10
* PackWriter/Statistics: Remove the bitmapt hit statsIvan Frade2023-12-131-12/+0
* PackWriter: store the objects with bitmaps in the statisticsIvan Frade2023-11-301-2/+14
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-5/+23
* [errorprone] Directly implement functional interfaceMatthias Sohn2023-09-251-29/+31
* Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2023-08-031-1/+23
|\
| * Merge branch 'stable-6.5' into stable-6.6Matthias Sohn2023-08-031-1/+23
| |\
| | * Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-08-031-1/+23
| | |\
| | | * Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-08-031-1/+23
| | | |\
| | | | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-08-031-1/+23
| | | | |\
| | | | | * Express the explicit intention of creating bitmaps in GCLuca Milanesio2023-07-051-1/+23
* | | | | | Remove redundant specification of type argumentsMatthias Sohn2023-07-161-2/+4
* | | | | | Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+1
|/ / / / /
* | | | | Also add suppressed exception if unchecked exception occurs in finallyMatthias Sohn2023-05-181-0/+5
* | | | | PackWriter: write the PackReverseIndex fileAnna Papitto2023-05-081-0/+33
|/ / / /
* | | | PackWriter: offer to write an object-size index for the packIvan Frade2023-02-241-0/+45
* | | | PackWriter#prepareBitmapIndex: add clarifying commentsAnna Papitto2022-12-201-0/+4
|/ / /
* / / ObjectReader: New #isNotLargerThan methodIvan Frade2022-10-181-10/+10
|/ /
* / Remove redundant type argumentsThomas Wolf2021-09-301-1/+1
|/
* searchForReuse might impact performance in large repositoriesFabio Ponciroli2021-06-251-0/+44
* jgit: Add DfsBundleWriterMasaya Suzuki2020-09-031-0/+13
* [errorprone] PackWriter#parallelDeltaSearch: avoid suppressed exceptionMatthias Sohn2020-09-011-1/+9
* Do not send empty blob in response to blob:none filterJonathan Nieder2020-07-291-4/+6
* PackBitmapIndex: Reduce memory usage in GCYunjie Li2020-05-121-2/+8
* PackBitmapIndex: Move BitmapCommit to a top-level classYunjie Li2020-05-121-2/+2
* Merge branch 'stable-5.6'Matthias Sohn2020-02-281-2/+2
|\
| * Move array designators from the variable to the typeDavid Pursehouse2020-02-271-2/+2
* | Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\|
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-1/+1
* | Use lambdas where possibleLars Vogel2020-02-051-33/+32
* | ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-4/+5
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-9/+9
* PackWriter/Statistics: Report offloaded sizeIvan Frade2019-10-111-0/+2
* Silence warnings for non-externalized stringsMatthias Sohn2019-08-291-3/+3
* UploadPack: support custom packfile-to-URI mappingJonathan Tan2019-08-201-2/+91
* PackWriter: Prefer boolean operators over logical operators in comparisonsDavid Pursehouse2019-06-151-2/+2
* PackWriter: Make internal class staticDavid Pursehouse2019-06-061-1/+1
* Convert to lambda or member referenceCarsten Hammer2019-05-161-34/+31
* Use integer depth in PackWriter's DepthAwareVisitationPolicyMatthias Sohn2019-05-031-4/+4
* tree:<depth>: do not revisit tree during packingMatthew DeVore2019-04-161-8/+25
* tree:<depth> should not traverse overly-deep treesMatthew DeVore2019-04-161-4/+15
* Preliminary support for tree:<depth> filterMatthew DeVore2019-04-161-2/+52
* Remove unnecessary type specificationsCarsten Hammer2019-04-111-1/+1
* Expose and pass around the FilterSpec object rather than the raw blob limitMatthew DeVore2019-03-221-6/+9
* Remove unnecessary @since tags from non-API classesDavid Pursehouse2018-12-201-1/+0