aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/TemporaryBuffer.java
Commit message (Expand)AuthorAgeFilesLines
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Make sure all bytes are written to files on close, or get an error.Robin Rosenberg2012-01-151-2/+2
* TemporaryBuffer: Fix reading from in-memory InputStreamShawn O. Pearce2011-06-241-2/+3
* Buffer very large delta streams to reduce explosion of CPU workShawn O. Pearce2010-08-271-2/+122
* Allow TemporaryBuffer.Heap to allocate smaller than 8 KiBShawn O. Pearce2010-07-091-8/+25
* UploadPack: Permit flushing progress messages under smart HTTPShawn O. Pearce2010-06-231-1/+18
* Externalize strings from JGitSasa Zivkov2010-05-191-3/+4
* Refactor TemporaryBuffer to support reuse in other contextsShawn O. Pearce2010-01-121-103/+206
* Move pure IO utility functions to a utility class of its own.Robin Rosenberg2009-10-311-1/+1
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+334