aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/io
Commit message (Expand)AuthorAgeFilesLines
* Override int read(byte[], int, int) on test instances of InputStreamDavid Pursehouse2018-10-011-0/+5
* Explicitly specify charset when calling getBytesDavid Pursehouse2018-09-262-4/+8
* Make inner classes static where possibleDavid Pursehouse2018-09-261-1/+1
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-2/+2
* AutoLFInputStreamTest: Use try-with-resourceDavid Pursehouse2018-03-141-25/+28
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-132-48/+47
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-2/+2
* AutoCRLFInputStreamTest: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-051-17/+16
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-071-6/+2
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+6
* Add EOL stream type detection to TreeWalkIvan Motsch2016-03-071-3/+4
* Move repeat() to utility class for testsShawn Pearce2013-11-013-12/+59
* Improve test coverage of AutoCRLF(In|Out)putStreamRobin Stocker2013-04-182-18/+33
* Fix boundary conditions in AutoCRLFOutputStreamRobin Rosenberg2013-04-141-1/+25
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-1/+2
* Suppress resource warnings with Java 7Robin Rosenberg2012-10-252-0/+9
* cleanup: use assertArrayEquals for assertion on arraysRobin Rosenberg2012-09-032-4/+6
* Create an input stream that transforms LF to CRLFRobin Rosenberg2012-09-011-0/+122
* Fix UnionInputStream.read to be more Java-likeIan Wetherbee2012-06-141-0/+23
* EolCanonicalizingInputStream: binary detection should be optionalMarc Strapetz2012-02-211-8/+19
* Support more of AutoCRLFRobin Rosenberg2012-01-102-0/+129
* Fix smart HTTP client stream alignment errorsShawn O. Pearce2011-09-141-9/+19
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-314-22/+67
* Perform automatic CRLF to LF conversion during WorkingTreeIteratorMarc Strapetz2010-08-201-0/+111
* Fix TimeoutInputStreamTest, TimeoutOutputStreamTest assertionsShawn O. Pearce2010-02-102-4/+4
* UnionInputStream: combines sequential InputStreams into oneShawn O. Pearce2010-01-041-0/+217
* Move pure IO utility functions to a utility class of its own.Robin Rosenberg2009-10-312-9/+9
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-292-0/+474