aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'push-sideband' into stable-0.7Shawn O. Pearce2010-03-1225-366/+865
|\
| * Reuse the line buffer between strings in PacketLineInShawn O. Pearce2010-03-121-8/+13
| * Reduce multi-level buffered streams in transport codeShawn O. Pearce2010-03-128-37/+60
| * Fix smart HTTP client buffer alignmentShawn O. Pearce2010-03-121-32/+15
| * Use "ERR message" for early ReceivePack problemsShawn O. Pearce2010-03-121-8/+31
| * 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-1212-186/+453
| * 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-124-45/+92
* | Merge "Fix NLS to build under Java 5" into stable-0.7Shawn O. Pearce2010-03-121-0/+1
|\ \
| * | Fix NLS to build under Java 5Shawn O. Pearce2010-03-121-0/+1
* | | eclipse-iplog: Skip the initial contributionShawn O. Pearce2010-03-111-0/+11
|/ /
* | Provide NLS support in JGit.Sasa Zivkov2010-03-117-0/+661
* | 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
* Remove pointless boolean during native pushShawn O. Pearce2010-02-091-1/+1
* Intermediate workaround for JGit's lack of core.autocrlf supportRobin Rosenberg2010-02-041-0/+1
* Use keep(1) instead of add() when skipping an entryShawn O. Pearce2010-02-031-2/+2
* Don't allow DirCacheEntry with mode of 0Shawn O. Pearce2010-02-034-11/+24
* Disallow creating invalid DirCacheEntry recordsShawn O. Pearce2010-02-031-1/+54
* Merge "Ensure RawText closes the FileInputStream when read is complete"Robin Rosenberg2010-02-031-14/+2
|\
| * Ensure RawText closes the FileInputStream when read is completeShawn O. Pearce2010-02-031-14/+2
* | Adding some Eclipse-related legal files to JGitChris Aniszczyk2010-02-032-0/+29
* | Cleanup OSGi Import-Package specifications to use versionsShawn O. Pearce2010-02-021-1/+1
|/
* Micro-optimize CanonicalTreeParser next() for ObjectWalkShawn O. Pearce2010-02-021-8/+14
* Fix ObjectWalk corruption when skipping over empty treesShawn O. Pearce2010-02-021-18/+23
* Ensure the tree parser resets in ObjectWalkShawn O. Pearce2010-02-021-0/+2
* Correct ObjectWalk error message when bad object is foundShawn O. Pearce2010-02-021-3/+3
* Correctly skip over unrecognized optional dircache extensionsShawn O. Pearce2010-02-021-11/+41
* Fix server side NPE during push to empty repositoryShawn O. Pearce2010-02-011-1/+1
* Merge "Check for remote server exec failures and report"Shawn Pearce2010-01-291-16/+40
|\
| * Check for remote server exec failures and reportShawn O. Pearce2010-01-231-16/+40
* | Merge "Add unsetSection to Config to remove an entire block"Robin Rosenberg2010-01-281-0/+42
|\ \
| * | Add unsetSection to Config to remove an entire blockShawn O. Pearce2010-01-291-0/+42
* | | Merge "Relax ObjectChecker to permit missing tagger lines"Robin Rosenberg2010-01-281-5/+5
|\ \ \ | |/ / |/| |
| * | Relax ObjectChecker to permit missing tagger linesShawn O. Pearce2010-01-231-5/+5
| |/
* | Merge "Added caching for loose object lookup during pack indexing"Shawn Pearce2010-01-276-1/+276
|\ \
| * | Added caching for loose object lookup during pack indexingConstantine Plotnikov2010-01-216-1/+276
* | | Merge "Don't confuse empty configuration variables with booleans"Shawn Pearce2010-01-251-3/+4
|\ \ \
| * | | Don't confuse empty configuration variables with booleansShawn O. Pearce2010-01-231-3/+4
| | |/ | |/|
* / | Disable the JRE HTTP cache, if anyShawn O. Pearce2010-01-231-0/+1
|/ /
* | Correct bundle, provider names to be consistentShawn O. Pearce2010-01-231-2/+2
* | Merge branch 'ref-abstract'Shawn O. Pearce2010-01-2326-1179/+3237
|\ \