summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/io
Commit message (Expand)AuthorAgeFilesLines
* Fix for core.autocrlf=input resulting in modified fileRobin Rosenberg2014-02-021-0/+44
* Remove unnecessary import of BaseConnection in MessageWriterShawn Pearce2013-11-011-2/+1
* Fix warnings about assigning paramter in util.ioRobin Stocker2013-05-015-40/+43
* Improve test coverage of AutoCRLF(In|Out)putStreamRobin Stocker2013-04-181-1/+4
* Fix boundary conditions in AutoCRLFOutputStreamRobin Rosenberg2013-04-141-35/+9
* Include the number of ms in timeout error messageRobin Stocker2013-03-082-6/+8
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-273-3/+3
* Add missing @since tags to mark API added in 2.2Matthias Sohn2012-11-161-0/+2
* Add Javadoc description for packagesRobin Stocker2012-10-311-0/+4
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-161-0/+171
* Create an input stream that transforms LF to CRLFRobin Rosenberg2012-09-011-0/+151
* Fix UnionInputStream.read to be more Java-likeIan Wetherbee2012-06-141-13/+8
* Add missing @since tags to mark API added in 2.0Matthias Sohn2012-05-101-1/+2
* Remove 86 boxing warningsKevin Sawicki2012-05-083-3/+6
* Fix constructor for SafeBufferedOutputStreamRobin Rosenberg2012-04-141-1/+4
* Move JGitText to an internal packageRobin Rosenberg2012-03-124-4/+4
* Fix compilation error due to missing javadoc.Markus Duft2012-03-121-1/+3
* EolCanonicalizingInputStream: binary detection should be optionalMarc Strapetz2012-02-211-7/+9
* Really close output stream when core.autocrlf is trueRobin Rosenberg2012-01-231-1/+2
* Merge "Support more of AutoCRLF"Christian Halstrick2012-01-162-2/+201
|\
| * Support more of AutoCRLFRobin Rosenberg2012-01-102-2/+201
* | Make sure all bytes are written to files on close, or get an error.Robin Rosenberg2012-01-151-0/+85
|/
* DFS: A storage layer for JGitShawn O. Pearce2011-11-041-0/+90
* Fix smart HTTP client stream alignment errorsShawn O. Pearce2011-09-141-1/+6
* Add a DiffFormatter which calculates a patch-idStefan Lay2011-05-241-0/+74
* Fix corrupted large deltasShawn O. Pearce2010-10-101-1/+1
* Buffer very large delta streams to reduce explosion of CPU workShawn O. Pearce2010-08-271-0/+134
* Perform automatic CRLF to LF conversion during WorkingTreeIteratorMarc Strapetz2010-08-201-0/+130
* Fix missing flush in StreamCopyThreadDmitry Neverov2010-06-301-14/+12
* Externalize strings from JGitSasa Zivkov2010-05-194-7/+19
* Fix SSH deadlock during OutOfMemoryErrorShawn O. Pearce2010-05-191-0/+25
* Fix race condition in StreamCopyThreadDmitry Neverov2010-05-191-8/+2
* Fix interrupted write in StreamCopyThreadShawn O. Pearce2010-05-131-2/+16
* Fix missing flush in StreamCopyThreadDmitry Neverov2010-05-131-8/+14
* Capture non-progress side band #2 messages and put in resultShawn O. Pearce2010-03-122-0/+243
* client side smart HTTPShawn O. Pearce2010-01-121-0/+66
* UnionInputStream: combines sequential InputStreams into oneShawn O. Pearce2010-01-041-0/+208
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-293-0/+513