aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/io/UnionInputStream.java
Commit message (Expand)AuthorAgeFilesLines
* Do not use ArrayList when there will be deletionsjackdt@google.com2024-05-161-4/+3
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-2/+3
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-5/+0
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-2/+2
* Fix javadoc in org.eclipse.jgit util packagesMatthias Sohn2017-12-201-2/+9
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Fix warnings about assigning paramter in util.ioRobin Stocker2013-05-011-12/+13
* Fix UnionInputStream.read to be more Java-likeIan Wetherbee2012-06-141-13/+8
* Fix smart HTTP client stream alignment errorsShawn O. Pearce2011-09-141-1/+6
* UnionInputStream: combines sequential InputStreams into oneShawn O. Pearce2010-01-041-0/+208