summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
...
* | | Improve test coverage of AutoCRLF(In|Out)putStreamRobin Stocker2013-04-181-1/+4
* | | Merge changes Id2848c16,I7621c434Shawn Pearce2013-04-173-56/+243
|\ \ \
| * | | Rescale "Compressing objects" progress meter by sizeShawn Pearce2013-04-173-16/+58
| * | | Split delta search buckets by byte weightShawn Pearce2013-04-173-42/+187
* | | | Merge "Support excluding objects during DFS compaction"Shawn Pearce2013-04-171-31/+102
|\ \ \ \
| * | | | Support excluding objects during DFS compactionShawn Pearce2013-04-161-31/+102
| | |/ / | |/| |
* / | | Make recursive merge strategy the default merge strategyMatthias Sohn2013-04-154-7/+8
|/ / /
* | | Update PackBitmapIndexRemapper to handle mappings not in the new pack.Colby Ranger2013-04-151-3/+18
* | | Fix boundary conditions in AutoCRLFOutputStreamRobin Rosenberg2013-04-141-35/+9
* | | NLS warning cleanupRobin Rosenberg2013-04-142-6/+5
* | | Merge "Fix a possible NPE"Robin Rosenberg2013-04-131-1/+1
|\ \ \ | |/ / |/| |
| * | Fix a possible NPERobin Rosenberg2013-04-041-1/+1
* | | Merge changes I845caede,Ie25c6d3a,I5caec313,Ib11ff99f,I9ccf20c3,Ic7826f29,I1b...Shawn Pearce2013-04-125-260/+233
|\ \ \
| * | | Always attempt delta compression when reuseDeltas is falseShawn Pearce2013-04-121-1/+1
| * | | Avoid TemporaryBuffer.Heap on very small deltasShawn Pearce2013-04-121-25/+60
| * | | Correct distribution of allowed delta size along chain lengthShawn Pearce2013-04-121-113/+49
| * | | Split remaining delta work on path boundariesShawn Pearce2013-04-122-28/+44
| * | | Replace DeltaWindow array with circularly linked listShawn Pearce2013-04-112-73/+62
| * | | Micro-optimize copy instructions in DeltaEncoderShawn Pearce2013-04-111-18/+19
| * | | Micro-optimize DeltaWindow primary loopShawn Pearce2013-04-111-8/+7
| * | | Micro-optimize DeltaWindow maxMemory test to be != 0Shawn Pearce2013-04-111-8/+5
| * | | Mark DeltaWindowEntry methods finalShawn Pearce2013-04-101-6/+6
* | | | Remove DFS locality ordering during packingShawn Pearce2013-04-123-48/+3
* | | | Merge "Consider working tree changes when stashing newly added files"Robin Rosenberg2013-04-111-11/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Consider working tree changes when stashing newly added filesRobin Rosenberg2013-04-091-11/+11
| | |/ | |/|
* | | Merge changes Ideecc472,I2b12788a,I6cb9382d,I12cd3326,I200baa0b,I05626f2e,I65...Shawn Pearce2013-04-108-136/+234
|\ \ \
| * | | Increase PackOutputStream copy buffer to 64 KiBShawn Pearce2013-04-101-1/+1
| * | | Tighten object header writing in PackOutuptStreamShawn Pearce2013-04-101-31/+40
| * | | Skip main thread test in ThreadSafeProgressMonitorShawn Pearce2013-04-101-4/+1
| * | | Declare members of PackOutputStream finalShawn Pearce2013-04-101-9/+10
| * | | Always allocate the PackOutputStream copyBufferShawn Pearce2013-04-101-4/+2
| * | | Disable CRC32 computation when no PackIndex will be createdShawn Pearce2013-04-105-23/+35
| * | | Steal work from delta threads to rebalance CPU loadShawn Pearce2013-04-103-66/+147
| |/ /
* | | Merge "LogCommand.all(): filter out refs that do not refer to commit objects"Robin Rosenberg2013-04-101-1/+14
|\ \ \
| * | | LogCommand.all(): filter out refs that do not refer to commit objectsArthur Baars2013-03-311-1/+14
* | | | Merge "LogCommand.all(), peel references before using them"Robin Rosenberg2013-04-101-0/+2
|\| | |
| * | | LogCommand.all(), peel references before using themArthur Baars2013-03-311-0/+2
* | | | Add a constant for info/excludeRobin Rosenberg2013-04-082-2/+5
* | | | Add missing @since tags for new API methodsMatthias Sohn2013-04-072-0/+3
* | | | DfsReaderOptions are options for a DFS stored repositoryMatthias Sohn2013-04-061-1/+1
| |/ / |/| |
* | | Support cutting existing delta chains longer than the max depthShawn Pearce2013-04-053-7/+81
* | | Micro-optimize reuseDeltaFor in PackWriterShawn Pearce2013-04-051-10/+6
* | | Static import OBJ_* constants into PackWriterShawn Pearce2013-04-051-55/+57
* | | Renumber internal ObjectToPack flagsShawn Pearce2013-04-041-14/+4
* | | Move wantWrite flag to be special offset 1Shawn Pearce2013-04-041-6/+4
* | | Don't delta compress garbage objectsShawn Pearce2013-04-042-6/+11
* | | Delete broken DFS read-ahead supportShawn Pearce2013-04-047-544/+17
* | | Optimize DFS object reuse selection codeShawn Pearce2013-04-045-103/+66
| |/ |/|
* | Simplify size test in PackWriterShawn Pearce2013-04-041-8/+6
* | Declare critical exposed methods of ObjectToPack finalShawn Pearce2013-04-041-11/+11