aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/storage
Commit message (Expand)AuthorAgeFilesLines
* Add missing @since tags for new API methodsMatthias Sohn2013-04-071-0/+2
* Support cutting existing delta chains longer than the max depthShawn Pearce2013-04-051-0/+29
* Add missing @since tagsMatthias Sohn2013-03-221-0/+1
* Fix @since tags in JGit, version 2.4 never existedTomasz Zarna2013-03-213-1/+8
* Merge changes If98b0b97,I7c9c09b4Shawn Pearce2013-03-211-2/+18
|\
| * Add convenience factory method for most used builder patternMatthias Sohn2013-03-201-0/+15
| * Don't use internal type FileRepository in public APIMatthias Sohn2013-03-201-2/+3
* | Fix formatting of PackConfig.toString() & GC.RepoStatistics.toString()Edwin Kempin2013-03-201-12/+12
|/
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-18115-30081/+28
* Merge changes I2645d482,Ic81fefb1,Id64ab38dShawn Pearce2013-03-1813-326/+22
|\
| * Remove cached_packs support in favor of bitmapsShawn Pearce2013-03-1412-299/+5
| * Remove objects before optimization from DfsGarbageCollectorShawn Pearce2013-03-141-18/+7
| * Simplfy caching of DfsPackDescription from PackWriter.StatisticsShawn Pearce2013-03-143-9/+10
* | Merge "Add toString() for PackConfig"Christian Halstrick2013-03-151-0/+18
|\ \
| * | Add toString() for PackConfigEdwin Kempin2013-03-151-0/+18
| |/
* / Add toString() for RepoStatisticsEdwin Kempin2013-03-151-0/+12
|/
* Merge "Cluster UNREACHABLE_GARBAGE packs at the end of the search list"Shawn Pearce2013-03-122-5/+20
|\
| * Cluster UNREACHABLE_GARBAGE packs at the end of the search listShawn Pearce2013-03-082-5/+20
* | Merge "Avoid repacking unreachable garbage in DfsGarbageCollector"Shawn Pearce2013-03-121-5/+52
|\ \
| * | Avoid repacking unreachable garbage in DfsGarbageCollectorShawn Pearce2013-03-081-5/+52
| |/
* / Avoid looking at UNREACHABLE_GARBAGE for client have linesShawn Pearce2013-03-082-4/+24
|/
* Do not attempt to read bitmap from invalid packShawn Pearce2013-03-062-0/+4
* Rename DfsPackFile getBitmap method to match PackFileShawn Pearce2013-03-062-3/+3
* Write the bitmap index correctly in DFS GC.Colby Ranger2013-03-061-1/+1
* Enable writing bitmaps during GC by default.Colby Ranger2013-03-051-1/+1
* Enable writing pack indexes with bitmaps in the GC.Colby Ranger2013-03-056-31/+114
* Support creating pack bitmap indexes in PackWriter.Colby Ranger2013-03-0511-26/+1060
* Added read/write support for pack bitmap index.Colby Ranger2013-03-0520-3/+2274
* Break the dependency on RevObject when creating a newObjectToPack().Colby Ranger2013-03-047-34/+24
* Remove the unused method PackFile.hasExt().Colby Ranger2013-03-041-7/+0
* Include supported extensions in PackFile constructor.Colby Ranger2013-02-283-21/+82
* Fix off by one error in PackReverseIndex.Colby Ranger2013-02-201-2/+2
* Merge "Reduce memory held and speed up DfsGarbageCollector."Colby Ranger2013-01-222-7/+18
|\
| * Reduce memory held and speed up DfsGarbageCollector.Colby Ranger2013-01-222-7/+18
* | Merge "Use correct method link in Javadoc"Robin Rosenberg2013-01-192-4/+6
|\ \ | |/ |/|
| * Use correct method link in JavadocDani Megert2013-01-182-4/+6
* | Update DfsGarbageCollector to not read back a pack index.Colby Ranger2013-01-183-28/+73
|/
* Rename PackConstants to PackExt, a typed pack file extension.Colby Ranger2013-01-1711-55/+88
* Remove getReverseIndexSize() from DfsPackDescription.Colby Ranger2013-01-152-10/+5
* Use file extension with DfsPackDescription get/set file size.Colby Ranger2013-01-156-40/+31
* Fix concurrent creation of fan-out object directoriesRoberto Tyley2013-01-131-1/+1
* Remove packIndex field from FileObjDatabase openPack method.Colby Ranger2013-01-107-30/+21
* Update DfsObjDatabase API to open/write by pack extension.Colby Ranger2013-01-1011-105/+132
* Do not enforce DeltaWindow maxMemory when zero.Colby Ranger2012-12-271-0/+3
* Merge "Enforce max memory for DeltaWindow."Colby Ranger2012-12-271-0/+24
|\
| * Enforce max memory for DeltaWindow.Colby Ranger2012-12-271-0/+24
* | Mark non-externalizable strings as suchRobin Rosenberg2012-12-2727-90/+109
|/
* Fix DeltaWindow.clear() to release loaded buffer bytes.Colby Ranger2012-12-031-1/+1
* RevWalk support for shallow clonesMarc Strapetz2012-11-216-3/+57
* Make an exception for the formatting rules (turn off) for some filesRobin Rosenberg2012-11-161-0/+1