aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport
Commit message (Expand)AuthorAgeFilesLines
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-112-6/+6
* WalkEncryptionTest: Use StandardCharsets.UTF_8David Pursehouse2018-03-061-4/+1
* Merge branch 'stable-4.10'Matthias Sohn2018-02-141-0/+283
|\
| * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-02-141-0/+283
| |\
| | * Fix ssh host name handling for JschThomas Wolf2018-02-141-1/+68
| | * Jsch overrides the port in the URI with the one in ~/.ssh/configThomas Wolf2018-02-141-0/+216
* | | URIish: add a test for equals and hashcode methodsMatthias Sohn2018-02-131-0/+28
* | | Add a minimum negotiation feature for fetchTerry Parker2018-02-121-3/+82
|/ /
* | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-01-131-1/+2
|\|
| * Revert handling of ssh IdentityFile to pre-4.9 behaviorThomas Wolf2018-01-121-1/+2
* | URIish: support for empty portsMarc Strapetz2017-12-231-7/+16
* | PushConnectionTest: Increase maxCommandBytes yet againDavid Pursehouse2017-12-181-1/+1
* | URIishTest: more Windows file-protocol testsMarc Strapetz2017-12-091-0/+82
* | Merge branch 'stable-4.9'David Pursehouse2017-11-221-2/+1
|\|
| * Yet another work-around for a Jsch bug: timeoutsThomas Wolf2017-11-201-2/+1
* | Remove an unused import from PackParserTestMatthias Sohn2017-11-111-1/+0
* | Merge changes I22a8874b,I68ed4abd,I740bc4bf,Icbd17d15Jonathan Nieder2017-11-101-11/+94
|\ \
| * | Use bitmaps for non-commit reachability checksJonathan Tan2017-11-101-0/+87
| * | UploadPackTest: construct commits in test methodJonathan Tan2017-11-011-11/+7
* | | Reject pack if delta exceeds array size limitShawn Pearce2017-11-091-1/+1
| |/ |/|
* | Ensure that ~ in ssh config is replaced before Jsch sees itThomas Wolf2017-10-181-10/+15
|/
* Use a new RevWalk for validating not advertised wantsZhen Chen2017-10-051-0/+90
* Support http.<url>.* configsThomas Wolf2017-09-102-0/+432
* Add PushConfig class with PushRecurseSubmodulesModeDavid Pursehouse2017-09-091-0/+88
* ReceivePack: clear advertised .haves if application changes refsShawn Pearce2017-09-071-0/+41
* Fix Daemon.stop() to actually stop the listener threadThomas Wolf2017-09-041-0/+96
* Do most %-token substitutions in OpenSshConfigThomas Wolf2017-08-261-1/+42
* Let Jsch know about ~/.ssh/configThomas Wolf2017-08-261-6/+168
* Do not apply pushInsteadOf to existing pushUrisThomas Wolf2017-08-141-4/+15
* Fix handling of pushInsteadOfThomas Wolf2017-08-141-0/+14
* Expose LongMap in util packageShawn Pearce2017-08-091-153/+0
* BundleWriter: Allow constructing from only an ObjectReaderDave Borowitz2017-04-121-0/+42
* PushConnectionTest: Increase maxCommandBytes againDavid Pursehouse2017-04-061-1/+1
* PushConnectionTest#limitCommandBytes: Increase maxCommandBytesDavid Pursehouse2017-04-041-1/+1
* Delegate crypto algorithm creation to InsecureCipherFactoryDavid Ostrovsky2017-03-211-5/+4
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-207-24/+24
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-196-0/+13
* Limit receive commandsShawn Pearce2017-02-111-0/+23
* Merge "push: support per-ref force-with-lease"Shawn Pearce2017-02-081-0/+41
|\
| * push: support per-ref force-with-leaseDavid Turner2017-02-081-0/+41
* | Merge "Don't rely on default locale when using toUpperCase() and toLowerCase()"David Pursehouse2017-01-301-2/+3
|\ \
| * | Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-281-2/+3
| |/
* / ReceivePackAdvertiseRefsHookTest: Don't close repositories in teardownDavid Pursehouse2017-01-281-10/+0
|/
* Organize importsDavid Pursehouse2016-11-141-1/+0
* Use valueOf rather than constructor for Integer and BooleanDavid Pursehouse2016-10-181-1/+1
* ReceivePack: refactor push option parsingShawn Pearce2016-08-261-10/+8
* Fix push option initalization on HTTPStefan Beller2016-08-261-1/+1
* RefSpecs: allow construction of weird wildcarded RefSpecsStefan Beller2016-07-251-0/+25
* RefSpec: reject refs ending in '/'Stefan Beller2016-07-251-0/+10
* Push implementation of option stringsDan Wang2016-07-221-0/+363