aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal
Commit message (Expand)AuthorAgeFilesLines
* UploadPack: Verify clients send only commits for shallow linesShawn Pearce2015-09-141-0/+1
* Use java.io.File to check existence of loose objects in ObjectDirectoryMatthias Sohn2015-08-281-1/+1
* Handle stale file handles on packed-refs fileMartin Fick2015-08-262-16/+37
* Merge "Add public isStaleFileHandle() API, improve detection."Matthias Sohn2015-08-261-4/+1
|\
| * Add public isStaleFileHandle() API, improve detection.Martin Fick2015-08-251-4/+1
* | Set "potentialNullReference" to "error" level and fixed all issuesAndrey Loskutov2015-08-223-15/+37
|/
* Move createSymLink/readSymLink to FileUtilsAndrey Loskutov2015-08-171-1/+0
* Expose the set of root commits in PackStatisticsShawn Pearce2015-08-161-0/+5
* Fix NPE in DfsGarbageCollector and further reduce memoryShawn Pearce2015-08-142-26/+47
* Merge "Remove "experimental" from the description of the pack bitmap index"Shawn Pearce2015-08-131-2/+1
|\
| * Remove "experimental" from the description of the pack bitmap indexTerry Parker2015-07-201-2/+1
* | PackWriter: shed memory while creating bitmapsShawn Pearce2015-08-131-41/+53
* | Merge "Do not retain commit body during bitmap generation"Shawn Pearce2015-08-131-0/+1
|\ \
| * | Do not retain commit body during bitmap generationShawn Pearce2015-08-121-0/+1
* | | Bitmap builder: actually compress EWAH bitmaps in memoryShawn Pearce2015-08-121-0/+5
|/ /
* / Don't crash while parsing ignore patternsAndrey Loskutov2015-07-211-0/+1
|/
* DFS: Remove now-redundant getOneRefJonathan Nieder2015-07-161-9/+1
* DFS: Override exactRef() with optimal versionShawn Pearce2015-07-161-0/+7
* Store push certificates in refs/meta/push-certsDave Borowitz2015-07-101-0/+3
* Avoid double-colon in InvalidObjectIdException descriptionJonathan Nieder2015-07-061-0/+1
* Merge branch 'stable-4.0'Matthias Sohn2015-06-241-20/+37
|\
| * Add a grace period for packfiles during GCChristian Halstrick2015-06-221-20/+37
* | Update comments about PackStatisticsTerry Parker2015-06-161-2/+2
* | Add the set of shallow commits to PackStatisticsTerry Parker2015-06-151-0/+12
* | Merge "Introduce PostUploadHook to replace UploadPackLogger"Shawn Pearce2015-06-124-108/+81
|\ \
| * | Introduce PostUploadHook to replace UploadPackLoggerTerry Parker2015-06-124-108/+81
* | | Rewrite push certificate parsingDave Borowitz2015-06-111-1/+4
|/ /
* | Merge changes I38e1798e,Id1fe1c20,I945ba188,I2c6be9cbJonathan Nieder2015-06-101-1/+1
|\ \
| * | Clarify description of ServiceNotAuthorizedExceptionJonathan Nieder2015-06-021-1/+1
| |/
* | Fix public API issues introduced in I1baeedcc6946.Yuxuan 'fishy' Wang2015-06-092-109/+3
* | Add missing javadoc @param for new method setObjectCountCallback()Matthias Sohn2015-06-101-0/+3
* | Callback in PackWriter & BundleWriter.Yuxuan 'fishy' Wang2015-06-092-0/+129
* | Update PackWriter.Statistics.getBitmapIndexMises()Terry Parker2015-06-021-0/+2
|/
* Fix hidden field warnings in bundle org.eclipse.jgitMatthias Sohn2015-05-291-6/+5
* Close WindowCursor using try-with-resources in UnpackedObjectHugo Arès2015-05-281-4/+1
* Merge "Silence false potential null pointer access warnings"Shawn Pearce2015-05-281-0/+2
|\
| * Silence false potential null pointer access warningsMatthias Sohn2015-05-261-0/+2
* | Fix WindowCursor memory leak.Hugo Arès2015-05-283-3/+4
* | FS: Extract GobblerThread into a private static classDave Borowitz2015-05-271-0/+1
* | Add bitmap index misses to PackWriter.StatisticsTerry Parker2015-05-262-3/+32
|/
* Silence non-externalized string warnings in org.eclipse.jgitMatthias Sohn2015-05-261-3/+3
* Externalize translatable texts in org.eclipse.jgitMatthias Sohn2015-05-264-7/+81
* Don't invalidate pack file on InterruptedIOExceptionSaša Živkov2015-05-261-5/+13
* Replace deprecated release() methods by close()Matthias Sohn2015-05-214-12/+4
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-2110-28/+17
* Remove SoftReference from dfs.DeltaBaseCacheShawn Pearce2015-05-111-54/+31
* Fix memory leak in dfs.DeltaBaseCaseShawn Pearce2015-05-111-27/+64
* ObjectWalk: make setRetainBody(false) the defaultShawn Pearce2015-05-101-2/+0
* Merge changes I62befa4a,Ia9c3d123,I7fcf6534Shawn Pearce2015-05-091-87/+7
|\
| * Delete deprecated PackWriter.preparePack() methodsMatthias Sohn2015-04-251-87/+7