aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update build to use Tycho 0.8Matthias Sohn2010-04-111-1/+1
* 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
| | * Decode side-band channel number as unsigned integerShawn O. Pearce2010-03-121-1/+1
| | * Refactor SideBandInputStream constructionShawn O. Pearce2010-03-123-20/+20
| | * Refactor SideBandOutputStream to be bufferedShawn O. Pearce2010-03-126-88/+198
| * | Merge "Fix NLS to build under Java 5" into stable-0.7Shawn O. Pearce2010-03-123-17/+18
| |\ \
* | \ \ Merge branch 'stable-0.7'Shawn O. Pearce2010-03-123-17/+18
|\ \ \ \ | | |/ / | |/| |
| * | | Fix NLS to build under Java 5Shawn O. Pearce2010-03-123-17/+18
* | | | s/StringBuffer/StringBuilder as appropriate where no concurrency is neededKarthik K2010-03-1113-19/+19
| |/ / |/| |
* | | IP Log: Update initial contribution CQ 3448Shawn O. Pearce2010-03-111-2/+2
* | | eclipse-iplog: Skip the initial contributionShawn O. Pearce2010-03-115-3/+43
* | | eclipse-iplog: Require at least one project sectionShawn O. Pearce2010-03-111-0/+6
* | | eclipse-iplog: Correct line counts in initial commitShawn O. Pearce2010-03-111-1/+1
* | | eclipse-ipzilla: Make sure login was successfulShawn O. Pearce2010-03-111-0/+38
* | | pgm: Report not in git repository rather than NPEShawn O. Pearce2010-03-111-1/+2
|/ /
* | Provide NLS support in JGit.Sasa Zivkov2010-03-1118-1/+1125
* | Merge "Script to fix license headers and copyrights in Java sources"Shawn Pearce2010-03-103-0/+438
|\ \
| * | Script to fix license headers and copyrights in Java sourcesMatthias Sohn2010-03-083-0/+438
* | | Merge "Fix TimeoutInputStreamTest, TimeoutOutputStreamTest assertions"Robin Rosenberg2010-02-172-4/+4
|\ \ \
| * | | Fix TimeoutInputStreamTest, TimeoutOutputStreamTest assertionsShawn O. Pearce2010-02-102-4/+4
* | | | Merge "Don't doubly wrap TransportException in smart HTTP client"Shawn Pearce2010-02-111-13/+3
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Don't doubly wrap TransportException in smart HTTP clientShawn O. Pearce2010-02-111-13/+3
| |/
* / Allow users of ReceivePack access to the objects being sentNico Sallembien2010-02-112-5/+121
|/
* Add a RefFilter interface to ReceivePack and UploadPackNico Sallembien2010-02-103-5/+129