aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Apache MINA sshd clientThomas Wolf2018-11-131-3/+7
* Add more ssh tests: pushing, known_host file handling, etc.Thomas Wolf2018-11-133-8/+58
* TransportSftp: eliminate dependency on JschThomas Wolf2018-11-135-108/+484
* Remove line break from sslFailureInfo textMichael Keppler2018-11-111-1/+1
* Merge changes I97c062d0,Ib4e1f37cDavid Pursehouse2018-11-081-21/+21
|\
| * Simplify RevWalk#iterator by factoring out common codeJonathan Nieder2018-11-081-13/+21
| * Simplify exception handling in RevWalk#iteratorJonathan Nieder2018-11-081-8/+0
* | DepthGenerator: fix multi-child boundary handlingJonathan Tan2018-11-082-3/+13
|/
* Factor out a JSch-independent ssh config parserThomas Wolf2018-11-066-727/+1263
* Fix package exports in org.eclipse.jgit MANIFEST.MFThomas Wolf2018-11-051-1/+3
* TransportSftp: remove final modifiers from parametersThomas Wolf2018-11-051-8/+6
* Silence API errors introduced by f648a3bdMatthias Sohn2018-11-011-0/+22
* RepoCommand: Preserve executable bit in <copyfile>Ivan Frade2018-10-312-3/+5
* RepoCommand.RemoteReader: Add method to read contents and mode of fileIvan Frade2018-10-311-27/+103
* Silence API errors for new methods added to DepthWalkMatthias Sohn2018-10-291-0/+12
* Remove unused text "symlinkCannotBeWrittenAsTheLinkTarget"Matthias Sohn2018-10-282-2/+0
* Fix typosMichael Keppler2018-10-283-5/+5
* gitignore/gitattributes: fix matching of \rMarc Strapetz2018-10-271-1/+1
* Merge "InternalPushConnection: don't swallow RuntimeException"Dave Borowitz2018-10-251-4/+8
|\
| * InternalPushConnection: don't swallow RuntimeExceptionHan-Wen Nienhuys2018-10-151-4/+8
* | UploadPack: Implement deepen-not for protocol v2Jonathan Tan2018-10-233-19/+156
* | Throw error when deepen-since excludes all commitsJonathan Tan2018-10-234-0/+12
* | Merge changes from topic 'moving-to-request-2'Jonathan Nieder2018-10-226-29/+81
|\ \
| * | UploadPack v0: Extract "agent" client capability at parse timeIvan Frade2018-10-224-14/+39
| * | UploadPack: Return correct peer user agent on v2 requestsIvan Frade2018-10-194-24/+51
* | | Make PrePushHook properly terminate ref linesMarkus Keller2018-10-211-5/+1
* | | RemoteRefUpdate#toString: Fix indentationDavid Pursehouse2018-10-211-1/+1
* | | [releng] Fix boxing warningMichael Keppler2018-10-201-1/+2
* | | CheckoutCommand: force flag now allows overwriteNed Twigg2018-10-202-2/+29
|/ /
* | Accept protocol v2 server options on fetch and ls-refs requestsIvan Frade2018-10-195-27/+234
* | UploadPack: Use request instead of field for client capabilitiesIvan Frade2018-10-191-15/+22
* | Merge branch 'stable-5.1'David Pursehouse2018-10-191-0/+42
|\ \
| * | ssh: Prefer algorithms of the known host keysSaša Živkov2018-10-181-0/+42
* | | UploadPack.FirstLine: Revert renaming of getOptions into getCapabilitiesIvan Frade2018-10-181-1/+1
* | | Disable Eclipse warning about unrecognized @SuppressWarnings valueDavid Pursehouse2018-10-171-1/+1
* | | UploadPack: Use request instead of field for clientShallowCommitsIvan Frade2018-10-161-13/+13
* | | UploadPack: Use request instead of field for depthIvan Frade2018-10-161-15/+24
* | | UploadPack: Use request instead of field for shallowSinceIvan Frade2018-10-161-10/+3
* | | UploadPack: Use request in computeShallowUnshallowIvan Frade2018-10-161-17/+11
* | | Move deepenSince and deepenNotRefs up to FetchRequestIvan Frade2018-10-163-29/+38
* | | UploadPack: Use request instead of field for filterBlobLimtIvan Frade2018-10-161-26/+27
* | | Mark fetch requests fields as final and @NonNull when possibleIvan Frade2018-10-163-31/+33
* | | Create FetchRequest superclass with common elementsIvan Frade2018-10-153-101/+150
* | | Rename Fetch V2 request wantsIds and optionsIvan Frade2018-10-153-67/+70
* | | Move protocol v0/v1 parsing to its own class and request objectsIvan Frade2018-10-153-70/+340
* | | FirstWant: tighten first-want line validationIvan Frade2018-10-124-8/+20
* | | Move first line parsing for v0/v1 pack negotiation out of UploadPackIvan Frade2018-10-123-24/+132
* | | PackOutputStream: Suppress Error Prone's ShortCircuitBoolean warningDavid Pursehouse2018-10-101-0/+1
* | | Add missing @since tags for ObjectChecker.ErrorTypeMatthias Sohn2018-10-101-7/+7
* | | Revert "Remove unused API problem filters"Matthias Sohn2018-10-101-0/+27