aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/io
Commit message (Expand)AuthorAgeFilesLines
* IO#readFully: provide overload that fills the full arrayAnna Papitto2022-12-191-2/+2
* Binary and CR-LF detection: lone CRs -> binaryThomas Wolf2021-10-312-3/+3
* Make the buffer size for text/binary detection configurableThomas Wolf2021-10-302-2/+6
* Fix checkout of files with mixed line endings on text=auto eol=crlfThomas Wolf2021-10-271-1/+1
* ApplyCommand: add a stream to apply a delta patchThomas Wolf2021-05-261-0/+103
* ApplyCommand: add streams to read/write binary patch hunksThomas Wolf2021-05-261-0/+146
* Keep line endings for text files committed with CR/LF on text=autoThomas Wolf2020-08-172-12/+115
* Remove use of org.bouncycastle.util.io.TeeOutputStreamMichael Dardis2020-02-211-0/+81
* ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-2/+6
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-047-266/+35
* UnionInputStreamTest: Open UnionInputStream in try-with-resourceDavid Pursehouse2019-01-211-115/+113
* UnionInputStreamTest: Suppress ErrorProne warning about missing synchronizedDavid Pursehouse2018-10-171-0/+2
* 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