aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectReader.java
Commit message (Expand)AuthorAgeFilesLines
* ObjectReader: New #isNotLargerThan methodIvan Frade2022-10-181-0/+33
* Introduce a constant for the length of an abbreviated hash stringSebastian Schuberth2022-02-031-1/+3
* Remove redundant type argumentsThomas Wolf2021-09-301-2/+2
* Move reachability checker generation into the ObjectReader objectTerry Parker2021-01-281-0/+57
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-1/+1
* | 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-4/+2
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-33/+39
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+12
* Add missing @since tag for new protected field in ObjectReaderMatthias Sohn2016-10-241-2/+3
* Make streamFileThreshold configurableKevin Corcoran2016-10-241-0/+29
* Expose the ObjectInserter that created an ObjectReaderDave Borowitz2016-04-261-0/+18
* Add ObjectReader.Filter, like in ObjectInserterDave Borowitz2016-04-251-0/+98
* Fix WindowCursor memory leak.Hugo Arès2015-05-281-3/+1
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-12/+1
* Fix ObjectReader resources leakHugo Arès2015-05-151-2/+2
* ObjectReader: remove the walkAdvice APIShawn Pearce2015-05-101-41/+0
* Implement AutoClosable interface on classes that used release()Matthias Sohn2015-02-091-2/+16
* Improve Javadoc for typeHint parameterRobin Stocker2013-11-141-9/+9
* Fix @since tags in JGit, version 2.4 never existedTomasz Zarna2013-03-211-0/+2
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* Avoid looking at UNREACHABLE_GARBAGE for client have linesShawn Pearce2013-03-081-0/+13
* Added read/write support for pack bitmap index.Colby Ranger2013-03-051-0/+11
* RevWalk support for shallow clonesMarc Strapetz2012-11-211-0/+9
* Revert "Teach PackWriter how to reuse an existing object list"Shawn O. Pearce2011-01-281-32/+0
* Teach PackWriter how to reuse an existing object listShawn O. Pearce2011-01-271-0/+32
* Fully implement SHA-1 abbreviationsShawn O. Pearce2010-08-231-0/+100
* Implement async/batch lookup of object dataShawn O. Pearce2010-08-201-0/+112
* Offer ObjectReaders advice about a RevWalkShawn O. Pearce2010-08-201-0/+42
* Expose OBJ_ANY in ObjectReaderShawn O. Pearce2010-08-201-1/+1
* Honor pack.threads and perform delta search in parallelShawn O. Pearce2010-07-091-0/+10
* Add getObjectSize to ObjectReaderShawn O. Pearce2010-07-091-0/+28
* Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-281-1/+21
* Rename openObject, hasObject to just open, hasShawn O. Pearce2010-06-281-5/+5
* Refactor Repository.openObject to be Repository.openShawn O. Pearce2010-06-281-2/+5
* Throw IncorrectObjectTypeException on bad type hintsShawn O. Pearce2010-06-281-1/+5
* Move PackWriter over to storage.pack.PackWriterShawn O. Pearce2010-06-261-0/+1
* Redo PackWriter object reuse selectionShawn O. Pearce2010-06-261-25/+6
* Extract PackFile specific code to ObjectToPack subclassShawn O. Pearce2010-06-251-0/+24
* Replace WindowCache with ObjectReaderShawn O. Pearce2010-06-251-0/+114