aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/SideBandOutputStreamTest.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Fix pattern BadImportMatthias Sohn2024-04-291-2/+2
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* SideBandOutputStreamTest: Open SideBandOutputStream in try-with-resourceDavid Pursehouse2019-01-211-47/+49
* Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-301-4/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Organize importsDavid Pursehouse2016-11-141-1/+0
* SideBandOutputStreamTest: Use try-with-resourceDavid Pursehouse2016-01-201-11/+16
* Suppress "The allocated object is never used" warning in testsDavid Pursehouse2016-01-191-0/+2
* Fix variable name and error message for sideband testingStefan Beller2014-11-101-3/+3
* Suppress resource warnings with Java 7Robin Rosenberg2012-10-251-16/+25
* Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-221-1/+5
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-5/+18
* Externalize strings from JGitSasa Zivkov2010-05-191-2/+3
* Refactor SideBandOutputStream to be bufferedShawn O. Pearce2010-03-121-23/+104
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+152