aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/PackFile.java
Commit message (Expand)AuthorAgeFilesLines
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-261-695/+0
* Implement zero-copy for single window objectsShawn O. Pearce2010-06-261-22/+38
* Redo PackWriter object reuse outputShawn O. Pearce2010-06-261-56/+209
* Don't use interruptable pread() to access pack filesShawn O. Pearce2010-05-271-36/+49
* Externalize strings from JGitSasa Zivkov2010-05-191-17/+18
* Remove unnecessary truncation of in-pack size during copyShawn O. Pearce2010-05-171-3/+3
* Reduce size of PackedObjectLoader by dropping long to intShawn O. Pearce2010-05-151-10/+10
* Avoid unnecessary second read on OBJ_OFS_DELTA headersShawn O. Pearce2010-05-151-11/+7
* Move pure IO utility functions to a utility class of its own.Robin Rosenberg2009-10-311-3/+4
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-6/+6
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+515