Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-04-28Fix ReceivePackRefFilterTest on WindowsShawn O. Pearce1-0/+9
2010-04-27Cleaning up provider and feature namesChris Aniszczyk2-3/+3
2010-04-27Don't insert the same pack twice into a pack listShawn O. Pearce1-0/+13
2010-04-27Favor earlier PackFile instances over later duplicatesShawn O. Pearce1-3/+4
2010-04-27Cleanup duplicated object reuse code in PackWriterShawn O. Pearce1-7/+5
2010-04-24Merge "Fix NPE during InflaterCache return after corrupt loose object"Robin Rosenberg1-1/+0
2010-04-23Fix NPE during InflaterCache return after corrupt loose objectShawn O. Pearce1-1/+0
2010-04-20Merge branch 'receive-pack-filter'Shawn O. Pearce4-92/+583
2010-04-17Merge "ObjectIdSubclassMap: Correct Iterator to throw NoSuchElementException"Matthias Sohn1-1/+2
2010-04-17Merge "ObjectIdSubclassMap: Add isEmpty() method"Matthias Sohn1-0/+5
2010-04-17Merge "IndexPack: Correct thin pack fix using less than 20 bytes"Robin Rosenberg2-0/+67
2010-04-17ReceivePack: Clarify the check reachable optionShawn O. Pearce2-28/+46
2010-04-17ReceivePack: Micro-optimize object lookup when checking connectivityShawn O. Pearce1-3/+7
2010-04-17ReceivePack: Correct type of not provided objectShawn O. Pearce1-1/+1
2010-04-17IndexPack: Tighten up new and base object bookkeepingShawn O. Pearce2-31/+39
2010-04-16ReceivePack: Remove need new,base object id propertiesShawn O. Pearce1-49/+4
2010-04-16ReceivePack: Discard IndexPack as soon as possibleShawn O. Pearce1-0/+1
2010-04-16ReceivePack: fix ensureProvidedObjectsVisible on thin packsShawn O. Pearce3-5/+510
2010-04-16ObjectIdSubclassMap: Correct Iterator to throw NoSuchElementExceptionShawn O. Pearce1-1/+2
2010-04-16ObjectIdSubclassMap: Add isEmpty() methodShawn O. Pearce1-0/+5
2010-04-16IndexPack: Correct thin pack fix using less than 20 bytesShawn O. Pearce2-0/+67
2010-04-15Fix unit tests using MockSystemReader with user configuationShawn O. Pearce1-1/+7
2010-04-13Optimize ref scanningRobin Rosenberg1-5/+6
2010-04-13Merge "Make Repository.getConfig aware of changed config"Matthias Sohn2-17/+53
2010-04-12Make Repository.getConfig aware of changed configJens Baumgart2-17/+53
2010-04-11Merge "Speed up check for modifications of tracked resources"Shawn Pearce1-4/+6
2010-04-11Merge 'Update build to use Tycho 0.8'Shawn O. Pearce1-1/+1
2010-04-10Update build to use Tycho 0.8Matthias Sohn1-1/+1
2010-04-10Speed up check for modifications of tracked resourcesRobin Rosenberg1-4/+6
2010-04-05JGit plugin not compatible with Eclipse 3.4Robin Rosenberg7-12/+18
2010-03-23Make parsing of PersonIdent from raw byte array fault-tolerant.Marc Strapetz2-1/+113
2010-03-22Merge branch 'stable-0.7'Shawn O. Pearce0-0/+0
2010-03-22Qualify post-0.7.1 buildsstable-0.7Shawn O. Pearce23-26/+26
2010-03-22Merge branch 'stable-0.7'Shawn O. Pearce2-1/+26
2010-03-22JGit 0.7.1v0.7.1Shawn O. Pearce23-127/+127
2010-03-21Fix EGit deadlock listing branches of SSH remoteShawn O. Pearce2-1/+26
2010-03-21Merge branch 'stable-0.7'Shawn O. Pearce0-0/+0
2010-03-21Qualify builds as 0.8.0Shawn O. Pearce23-127/+127
2010-03-21Merge branch 'stable-0.7'Shawn O. Pearce3-7/+57
2010-03-21Qualify post-0.7.0 buildsShawn O. Pearce23-26/+26
2010-03-19JGit 0.7.0v0.7.0Shawn O. Pearce23-127/+127
2010-03-19tools/version.sh: Update OSGi manifest filesShawn O. Pearce2-2/+57
2010-03-19Drop CQ 3448 from IP logShawn O. Pearce1-5/+0
2010-03-18Add a paranoid 'must be provided' option to ReceivePackNico Sallembien1-3/+55
2010-03-13Merge branch 'stable-0.7'Shawn O. Pearce40-453/+1487
2010-03-13Merge branch 'push-sideband' into stable-0.7Shawn O. Pearce40-453/+1487
2010-03-13Reuse the line buffer between strings in PacketLineInShawn O. Pearce1-8/+13
2010-03-13http.server: Use TemporaryBuffer and compress some responsesShawn O. Pearce7-36/+150
2010-03-13Reduce multi-level buffered streams in transport codeShawn O. Pearce10-44/+71
2010-03-13Fix smart HTTP client buffer alignmentShawn O. Pearce1-32/+15

Back to the top