aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/transport
Commit message (Expand)AuthorAgeFilesLines
* SSH signing: make OpenSSH pattern matching publicThomas Wolf2024-10-221-13/+30
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-3/+2
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-253-5/+31
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+0
* FirstWant: Parse client session-id if received.Josh Brown2022-11-021-3/+20
* ReceivePack: Receive and parse client session-id.Josh Brown2022-10-271-15/+23
* sshd: support the AddKeysToAgent ssh configThomas Wolf2022-01-301-0/+93
* sshd: handle "IdentityAgent SSH_AUTH_SOCK" in ssh configThomas Wolf2022-01-301-1/+2
* sshd: support IdentityAgent configThomas Wolf2022-01-301-1/+1
* Javadoc fixesThomas Wolf2021-11-221-1/+1
* OpenSshConfigFile: line comments and quoted stringsThomas Wolf2021-11-151-40/+118
* OpenSshConfigFile: update token replacementsThomas Wolf2021-11-151-7/+20
* [test] test OpenSshConfigFile directly, not via the JSch configThomas Wolf2021-11-041-5/+33
* Minor code-clean-up in OpenSshConfigFileThomas Wolf2021-10-241-3/+2
* Fixing visibility for HostEntry constructors.Demetr Starshov2021-06-021-3/+9
* Clarify operator precedence to fix errorprone errorMatthias Sohn2021-06-011-2/+2
* SSH config: fix whitespace handlingThomas Wolf2021-05-171-5/+8
* SSH config: fix negated patternsThomas Wolf2021-05-171-58/+50
* ssh config: do environment variable replacementThomas Wolf2021-04-011-29/+56
* sshd: modernize ssh config file parsingThomas Wolf2021-03-191-22/+51
* HTTP: cookie file stores expiration in secondsThomas Wolf2021-03-031-24/+30
* Builder API to configure SshdSessionFactoriesThomas Wolf2020-05-231-4/+10
* ReceivePack: adding IterativeConnectivityCheckerDemetr Starshov2020-05-081-0/+152
* Moving transport/internal -> internal/transportDemetr Starshov2020-05-082-0/+302
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-045-190/+25
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-172-7/+4
* Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-081-3/+5
|\
| * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-081-3/+5
| |\
| | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-081-3/+5
* | | NetscapeCookieFile: Make hash static and group overloaded writeIvan Frade2019-06-151-59/+59
* | | NetscapeCookieFile: Javadoc fixesIvan Frade2019-06-151-15/+27
* | | Warn if configured cookie file is missingMatthias Sohn2019-06-091-0/+5
* | | Support reading and writing cookies.Konrad Windszus2019-06-062-0/+577
|/ /
* | Move first line parsing for v0 push out of BaseReceivePackJonathan Nieder2018-12-271-0/+108
* | Remove unnecessary @since tags from non-API classesDavid Pursehouse2018-12-201-1/+0
|/
* Factor out a JSch-independent ssh config parserThomas Wolf2018-11-061-0/+922
* UploadPack v0: Extract "agent" client capability at parse timeIvan Frade2018-10-221-6/+32
* FirstWant: tighten first-want line validationIvan Frade2018-10-121-7/+12
* Move first line parsing for v0/v1 pack negotiation out of UploadPackIvan Frade2018-10-121-0/+115