aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/PackParser.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-6.8' into stable-6.9Matthias Sohn2024-08-201-1/+1
|\
| * Merge branch 'stable-6.7' into stable-6.8Matthias Sohn2024-08-201-1/+1
| |\
| | * Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2024-08-201-1/+1
| | |\
| | | * Merge branch 'stable-6.3' into stable-6.4stable-6.4Matthias Sohn2024-08-181-1/+1
| | | |\
| | | | * Merge branch 'stable-5.13' into stable-6.0stable-6.0Matthias Sohn2024-08-141-1/+1
| | | | |\
| | | | | * Fix "Comparison of narrow type with wide type in loop condition"stable-5.13Matthias Sohn2024-08-091-1/+1
* | | | | | Errorprone EscapedEntity: Do not use HTML entities inside @code javadocIvan Frade2024-02-091-1/+1
|/ / / / /
* / / / / [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-2/+12
|/ / / /
* / / / Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-0/+1
|/ / /
* / / PackParser: populate full size of the PackedObjectInfosIvan Frade2022-10-181-1/+5
|/ /
* / [6.0 API cleanup] Public interface for PackLockThomas Wolf2021-11-231-3/+2
|/
* ReceivePackStats: Add size and count of unnecessary pushed objectsYunjie Li2020-09-111-5/+16
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-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
|/
* 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