aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/io/AutoCRLFInputStreamTest.java
Commit message (Expand)AuthorAgeFilesLines
* Binary and CR-LF detection: lone CRs -> binaryThomas Wolf2021-10-311-2/+2
* Make the buffer size for text/binary detection configurableThomas Wolf2021-10-301-1/+3
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Explicitly specify charset when calling getBytesDavid Pursehouse2018-09-261-2/+4
* AutoCRLFInputStreamTest: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-051-17/+16
* Move repeat() to utility class for testsShawn Pearce2013-11-011-2/+2
* Improve test coverage of AutoCRLF(In|Out)putStreamRobin Stocker2013-04-181-0/+11
* Create an input stream that transforms LF to CRLFRobin Rosenberg2012-09-011-0/+122