aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/io
Commit message (Expand)AuthorAgeFilesLines
* 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