aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/PackBitmapIndexBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-3/+2
* PackBitmapIndexBuilder.StoredEntry: add getter for objectIdSam Delmerico2024-04-121-4/+16
* PackBitmapIndex: clarify naming of getObject inputsSam Delmerico2024-04-121-17/+20
* PackBitmapIndexBuilder: make StoredEntry constructor publicSam Delmerico2024-04-031-1/+15
* PackBitmapIndexBuilder: allow repeated call of getCompressedBitmaps()Sam Delmerico2024-04-021-2/+3
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-4/+20
* Remove redundant specification of type argumentsMatthias Sohn2023-07-161-1/+1
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-5/+0
* PackBitmapIndex: Reduce memory usage in GCYunjie Li2020-05-121-63/+81
* Refactor: Make retriveCompressed an method of the Bitmap classYunjie Li2020-05-121-12/+1
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Convert to lambda or member referenceCarsten Hammer2019-05-161-52/+45
* GC: Trim EWAHCompressedBitmaps to free unused memoryTerry Parker2018-07-101-0/+1
* Fix javadoc in org.eclipse.jgit storage/file packageMatthias Sohn2017-12-191-9/+45
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+5
* Organize importsDavid Pursehouse2016-11-141-2/+2
* [performance] Remove synthetic access$ methods in pack and file packagesAndrey Loskutov2015-10-281-6/+6
* Limit the range of commits for which bitmaps are created.Terry Parker2015-10-081-1/+1
* Fix NPE in DfsGarbageCollector and further reduce memoryShawn Pearce2015-08-141-20/+38
* Bitmap builder: actually compress EWAH bitmaps in memoryShawn Pearce2015-08-121-0/+5
* Upgrade javaewah to version 0.7.9Colby Ranger2014-01-131-1/+1
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-0/+349