aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsObjDatabase.java
Commit message (Expand)AuthorAgeFilesLines
* DfsObjDatabase.PackList: Remove PackListImpl subclassIvan Frade2025-06-271-15/+5
* DfsObjDatabase.PackList: Remove dirty flag settersIvan Frade2025-06-271-34/+2
* PackWriter: make PackWriter.writeIndex() take a PackIndexWriterSam Delmerico2024-10-281-0/+34
* PackWriter: writeBitmapIndex takes bitmap index writerSam Delmerico2024-03-291-0/+28
* DfsObjDatabase: Let object database instantiate DfsPackFilesIvan Frade2024-02-261-1/+18
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-1/+5
* [errorprone] Fix invalid param in javadocMatthias Sohn2023-09-251-1/+1
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-3/+0
* Provide default shallowCommits getter and setter in ObjectDatabaseRonald Bhuleskar2022-08-081-16/+0
* Provide a default implementation for set/get shallowCommits on DfsObjDatabaseRonald Bhuleskar2022-08-051-0/+16
* Remove reftree and ketchHan-Wen Nienhuys2020-12-151-8/+0
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-2/+2
|\
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-1/+1
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Allow overriding DfsPackDescription comparator for scanning packsDave Borowitz2018-06-011-1/+19
* Move DfsPackDescription comparators to common locationDave Borowitz2018-06-011-21/+4
* Use Comparators for PackSourceDave Borowitz2018-06-011-13/+98
* DfsPackDescription: Disallow null PackSourceDave Borowitz2018-06-011-6/+1
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* scanPacks to return reftables even if no packsMinh Thai2018-03-221-1/+1
* Fix javadoc in org.eclipse.jgit dfs packageMatthias Sohn2017-12-191-20/+40
* dfs: Switch InMemoryRepository to DfsReftableDatabaseShawn Pearce2017-10-181-1/+2
* dfs: reftable backed DfsRefDatabaseShawn Pearce2017-10-181-0/+26
* dfs: expose DfsReftable from DfsObjDatabaseShawn Pearce2017-08-281-37/+95
* dfs: only create DfsPackFile if description has PACKShawn Pearce2017-07-191-3/+2
* Derive DfsStreamKey from DfsPackDescriptionShawn Pearce2017-07-171-1/+1
* Allow DfsReader to be subclassedShawn Pearce2017-05-191-1/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-3/+3
* Record the estimated size of the pack files.Thirumala Reddy Mutchukota2017-01-261-0/+26
* DfsObjDatabase: clear PackList dirty bit if no new packsShawn Pearce2016-08-191-1/+14
* DfsObjDatabase: Add lazy last modified method to PackListDave Borowitz2016-07-191-0/+14
* DfsObjectDatabase: Expose PackList and move markDirty thereDave Borowitz2016-07-181-19/+36
* Invalidate DfsObjDatabase pack list when refs are updatedDave Borowitz2016-07-141-7/+54
* Add GC_REST PackSource to better order DFS packsShawn Pearce2016-06-261-14/+17
* GC: Pack RefTrees in their own packShawn Pearce2016-01-121-0/+7
* Insert duplicate objects to prevent race during garbage collection.Mike Williams2015-11-041-0/+23
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-0/+434