aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/io/StreamCopyThread.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+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-1/+1
* Remove deprecated StreamCopyThread#flushMatthias Sohn2018-03-101-14/+0
* Fix javadoc in org.eclipse.jgit util packagesMatthias Sohn2017-12-201-2/+5
* StreamCopyThread: Remove unused AtomicInteger importJonathan Nieder2016-11-131-1/+0
* StreamCopyThread: flush cannot interrupt a writeJonathan Nieder2016-11-131-13/+3
* StreamCopyThread: Remove unnecessary flushCountJonathan Nieder2016-11-131-12/+1
* Switch JSchSession to simple isolated OutputStreamShawn Pearce2016-11-131-0/+1
* StreamCopyThread: Do not drop data when flush is observed before writingJonathan Nieder2016-11-041-5/+1
* StreamCopyThread: Do not let flush interrupt a writeJonathan Nieder2016-11-041-17/+29
* Fix flush call race condition in StreamCopyThreadZhen Chen2016-10-311-1/+7
* Fix hanging fetch via SSHDmitry Neverov2015-08-241-5/+17
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* Fix missing flush in StreamCopyThreadDmitry Neverov2010-06-301-14/+12
* Fix SSH deadlock during OutOfMemoryErrorShawn O. Pearce2010-05-191-0/+25
* Fix race condition in StreamCopyThreadDmitry Neverov2010-05-191-8/+2
* Fix interrupted write in StreamCopyThreadShawn O. Pearce2010-05-131-2/+16
* Fix missing flush in StreamCopyThreadDmitry Neverov2010-05-131-8/+14
* Capture non-progress side band #2 messages and put in resultShawn O. Pearce2010-03-121-0/+128