aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/PackParser.java
Commit message (Expand)AuthorAgeFilesLines
* Avoid double wordsMincong HUANG2018-12-211-3/+3
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-6/+6
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-12/+12
* PackParser: Refactor to open InputStream in try-with-resourceDavid Pursehouse2018-03-141-25/+21
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-6/+6
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-43/+77
* Reject pack if delta exceeds array size limitShawn Pearce2017-11-091-2/+6
* Add BlobObjectCheckerMasaya Suzuki2017-08-281-0/+10
* Expose LongMap in util packageShawn Pearce2017-08-091-0/+1
* Add dfs fsck implementationZhen Chen2017-07-261-32/+49
* Add missing @since 4.9 for new API PackParser.setExpectedObjectCount()Matthias Sohn2017-07-081-0/+1
* Make possible to overwrite the object countZhen Chen2017-07-051-11/+27
* Defer object collision check until pack stream is doneZhen Chen2017-06-081-52/+63
* SHA1: support reset() and reuse instancesShawn Pearce2017-02-261-2/+3
* Switch to pure Java SHA1 for ObjectIdShawn Pearce2017-02-261-6/+6
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-8/+8
* Fix wrong @since tags introduced by 1beb3ccdMatthias Sohn2016-09-211-1/+1
* Add ReceivedPackStatistics for PackParserMasaya Suzuki2016-09-191-2/+22
* ObjectChecker: honor some git-core fsck.* optionsShawn Pearce2015-12-301-0/+3
* ObjectChecker: allow some objects to skip errorsShawn Pearce2015-12-301-1/+1
* [performance] Remove synthetic access$ methods in transport packageAndrey Loskutov2015-10-281-4/+4
* Restore checkObjectCollisions flagDavid Pletcher2015-06-041-11/+50
* Silence non-externalized string warning in PackParserMatthias Sohn2015-04-041-1/+1
* Replace call to deprecated release() by close() in PackParserMatthias Sohn2015-04-041-1/+1
* Provide more details in exceptions thrown when packfile is invalidMatthias Sohn2015-02-171-1/+2
* Cleanup use of java.util.Inflater, fixing rare infinite loopsShawn Pearce2014-08-141-18/+13
* Abbreviate SHA-1s when reporting invalid objectsShawn Pearce2014-04-031-1/+2
* Throw CorruptObjectException when a bad object is foundShawn Pearce2014-04-031-3/+4
* Expose the received pack size in ReceivePackSaša Živkov2014-03-021-0/+14
* Add missing @since tagsMatthias Sohn2013-03-221-0/+2
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-2/+2
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-2/+2
* Delete checkObjectCollisions from PackParserShawn O. Pearce2012-09-051-46/+11
* ReceivePack supports InputStream data after packIan Wetherbee2012-06-151-9/+36
* Remove 86 boxing warningsKevin Sawicki2012-05-081-17/+23
* Fix loading packed objects >2GShawn O. Pearce2012-03-281-2/+2
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* maxObjectSizeLimit for receive-pack.Sasa Zivkov2011-11-221-2/+44
* IndexPack: Defer the "Resolving deltas" progress meterShawn O. Pearce2011-07-281-0/+7
* IndexPack: Fix "Resolving deltas" progress meterShawn O. Pearce2011-07-281-9/+11
* Don't close ObjectDatabase after parsing packShawn O. Pearce2011-07-271-1/+0
* Ensure the HTTP request is fully consumedShawn O. Pearce2011-05-311-0/+36
* Store Git on any DHTShawn O. Pearce2011-05-051-1/+33
* ObjectIdOwnerMap: More lightweight map for ObjectIdsShawn O. Pearce2011-03-131-3/+4
* PackWriter: Reduce GC during enumerationShawn O. Pearce2011-03-071-2/+3
* Show resolving deltas progress to push clientsShawn O. Pearce2011-01-311-17/+42
* Permit disabling birthday attack checks in PackParserShawn O. Pearce2011-01-251-11/+46
* Ensure all deltas were resolved in a packShawn O. Pearce2011-01-251-0/+6
* Refactor IndexPack to not require local filesystemShawn O. Pearce2011-01-251-0/+1503