aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/IO.java
Commit message (Expand)AuthorAgeFilesLines
* Add missing @since tags to mark API added in 2.0Matthias Sohn2012-05-101-0/+1
* Allow to write tests with CLI syntaxTomasz Zarna2012-04-181-0/+38
* Don't use java.nio channel for file size determinationMarkus Duft2012-04-021-3/+29
* Revert "Allow to write tests with CLI syntax"Matthias Sohn2012-03-231-38/+0
* Allow to write tests with CLI syntaxTomasz Zarna2012-03-221-0/+38
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Revert non-sense logic in IO.readFullyRobin Rosenberg2012-02-121-7/+1
* Support more of AutoCRLFRobin Rosenberg2012-01-101-1/+32
* DFS: A storage layer for JGitShawn O. Pearce2011-11-041-0/+32
* Support reading first SHA-1 from large FETCH_HEAD filesCarsten Pfeiffer2011-04-011-0/+41
* Perform automatic CRLF to LF conversion during WorkingTreeIteratorMarc Strapetz2010-08-201-1/+45
* Don't use interruptable pread() to access pack filesShawn O. Pearce2010-05-271-32/+0
* Externalize strings from JGitSasa Zivkov2010-05-191-4/+7
* Move pure IO utility functions to a utility class of its own.Robin Rosenberg2009-10-311-0/+198