aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'receive-pack-filter'Shawn O. Pearce2010-04-194-92/+583
|\ \
| * | ReceivePack: Clarify the check reachable optionShawn O. Pearce2010-04-162-28/+46
| * | ReceivePack: Micro-optimize object lookup when checking connectivityShawn O. Pearce2010-04-161-3/+7
| * | ReceivePack: Correct type of not provided objectShawn O. Pearce2010-04-161-1/+1
| * | IndexPack: Tighten up new and base object bookkeepingShawn O. Pearce2010-04-162-31/+39
| * | ReceivePack: Remove need new,base object id propertiesShawn O. Pearce2010-04-161-49/+4
| * | ReceivePack: Discard IndexPack as soon as possibleShawn O. Pearce2010-04-161-0/+1
| * | ReceivePack: fix ensureProvidedObjectsVisible on thin packsShawn O. Pearce2010-04-163-5/+510
* | | Merge "ObjectIdSubclassMap: Correct Iterator to throw NoSuchElementException"Matthias Sohn2010-04-171-1/+2
|\| |
| * | ObjectIdSubclassMap: Correct Iterator to throw NoSuchElementExceptionShawn O. Pearce2010-04-161-1/+2
* | | Merge "ObjectIdSubclassMap: Add isEmpty() method"Matthias Sohn2010-04-171-0/+5
|\| |
| * | ObjectIdSubclassMap: Add isEmpty() methodShawn O. Pearce2010-04-161-0/+5
* | | Merge "IndexPack: Correct thin pack fix using less than 20 bytes"Robin Rosenberg2010-04-172-0/+67
|\| |
| * | IndexPack: Correct thin pack fix using less than 20 bytesShawn O. Pearce2010-04-162-0/+67
* | | Fix unit tests using MockSystemReader with user configuationShawn O. Pearce2010-04-141-1/+7
* | | Optimize ref scanningRobin Rosenberg2010-04-131-5/+6
|/ /
* | Merge "Make Repository.getConfig aware of changed config"Matthias Sohn2010-04-132-17/+53
|\ \
| * | Make Repository.getConfig aware of changed configJens Baumgart2010-04-122-17/+53
* | | Merge "Speed up check for modifications of tracked resources"Shawn Pearce2010-04-101-4/+6
|\ \ \
| * | | Speed up check for modifications of tracked resourcesRobin Rosenberg2010-04-101-4/+6
* | | | Merge 'Update build to use Tycho 0.8'Shawn O. Pearce2010-04-101-1/+1
|\ \ \ \
| * | | | Update build to use Tycho 0.8Matthias Sohn2010-04-111-1/+1
| |/ / /
* / / / JGit plugin not compatible with Eclipse 3.4Robin Rosenberg2010-04-057-12/+18
|/ / /
* / / Make parsing of PersonIdent from raw byte array fault-tolerant.Marc Strapetz2010-03-232-1/+113
|/ /
* | Merge branch 'stable-0.7'Shawn O. Pearce2010-03-220-0/+0
|\ \
| * | Qualify post-0.7.1 buildsstable-0.7Shawn O. Pearce2010-03-2223-26/+26
| * | JGit 0.7.1v0.7.1Shawn O. Pearce2010-03-2223-127/+127
* | | Merge branch 'stable-0.7'Shawn O. Pearce2010-03-222-1/+26
|\| |
| * | Fix EGit deadlock listing branches of SSH remoteShawn O. Pearce2010-03-202-1/+26
* | | Merge branch 'stable-0.7'Shawn O. Pearce2010-03-200-0/+0
|\| |
| * | Qualify post-0.7.0 buildsShawn O. Pearce2010-03-2023-26/+26
| * | JGit 0.7.0v0.7.0Shawn O. Pearce2010-03-1823-127/+127
* | | Qualify builds as 0.8.0Shawn O. Pearce2010-03-2023-127/+127
* | | Merge branch 'stable-0.7'Shawn O. Pearce2010-03-203-7/+57
|\| | | |/ |/|
| * tools/version.sh: Update OSGi manifest filesShawn O. Pearce2010-03-182-2/+57
| * Drop CQ 3448 from IP logShawn O. Pearce2010-03-181-5/+0
* | Add a paranoid 'must be provided' option to ReceivePackNico Sallembien2010-03-181-3/+55
* | Merge branch 'stable-0.7'Shawn O. Pearce2010-03-1240-453/+1487
|\|
| * Merge branch 'push-sideband' into stable-0.7Shawn O. Pearce2010-03-1240-453/+1487
| |\
| | * Reuse the line buffer between strings in PacketLineInShawn O. Pearce2010-03-121-8/+13
| | * http.server: Use TemporaryBuffer and compress some responsesShawn O. Pearce2010-03-127-36/+150
| | * Reduce multi-level buffered streams in transport codeShawn O. Pearce2010-03-1210-44/+71
| | * Fix smart HTTP client buffer alignmentShawn O. Pearce2010-03-121-32/+15
| | * Use "ERR message" for early ReceivePack problemsShawn O. Pearce2010-03-122-8/+182
| | * Catch and report "ERR message" during remote advertisementsShawn O. Pearce2010-03-122-0/+90
| | * Wait for EOF on stderr before finishing SSH channelShawn O. Pearce2010-03-121-13/+45
| | * Capture non-progress side band #2 messages and put in resultShawn O. Pearce2010-03-1215-187/+657
| | * ReceivePack: Enable side-band-64k capability for status reportsShawn O. Pearce2010-03-122-30/+54
| | * Use more restrictive patterns for sideband progress scrapingShawn O. Pearce2010-03-121-4/+4
| | * Prefix remote progress tasks with "remote: "Shawn O. Pearce2010-03-121-4/+9