aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/IO.java
Commit message (Expand)AuthorAgeFilesLines
* IO: use JDK convenience methodsJörg Kubitz2023-08-281-77/+9
* IO#readFully: provide overload that fills the full arrayAnna Papitto2022-12-191-0/+19
* IO: fix IO.readFully(InputStream, byte[], int)Thomas Wolf2021-01-311-3/+3
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-16/+15
* IO: Open TemporaryBuffer.Heap in try-with-resourceDavid Pursehouse2019-01-211-6/+7
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-5/+5
* Add SilentFileInputStream to allow ignoring exceptions raised by close()David Pursehouse2018-03-151-17/+3
* Fix javadoc in org.eclipse.jgit util packagesMatthias Sohn2017-12-201-12/+12
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Fixed @since tags on new APIAndrey Loskutov2015-07-121-2/+3
* IO: Add a method for reading linesDave Borowitz2015-07-081-0/+69
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-291-1/+1
* Suppress resource warnings with Java 7Robin Rosenberg2012-10-251-0/+1
* 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