jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport
Jonathan Tan 7dbd2bfe7e Teach UploadPack "filter" in protocol v2 fetch
If the configuration variable uploadpack.allowfilter is true, advertise
that "filter" is supported, and support it if the client sends such an
argument.

Change-Id: I7de66c0a0ada46ff71c5ba124d4ffa7c47254c3b
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
2018-06-04 22:09:07 -07:00
..
AtomicPushTest.java Transport: Implement AutoCloseable 2016-01-19 14:27:11 -08:00
BaseReceivePackTest.java BaseReceivePack: Treat all LFs as optional 2015-07-07 15:44:17 -04:00
BundleWriterTest.java Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 2018-03-11 22:46:52 +01:00
DaemonTest.java Fix Daemon.stop() to actually stop the listener thread 2017-09-04 23:50:48 +02:00
HMACSHA1NonceGeneratorTest.java Add tests for HMACSHA1NonceGenerator 2015-06-15 10:32:09 -04:00
HttpAuthTest.java Enable and fix warnings about redundant specification of type arguments 2017-02-20 22:47:23 +01:00
HttpConfigTest.java Support http.<url>.* configs 2017-09-10 17:37:54 -04:00
HttpConfigUriPathTest.java Support http.<url>.* configs 2017-09-10 17:37:54 -04:00
JschConfigSessionFactoryTest.java Fix ssh host name handling for Jsch 2018-02-14 13:39:28 +01:00
NetRCTest.java Remove 'final' in parameter lists 2018-05-15 17:05:02 -04:00
OpenSshConfigTest.java Remove 'final' in parameter lists 2018-05-15 17:05:02 -04:00
PackParserTest.java Open auto-closeable resources in try-with-resource 2018-03-13 22:16:06 +01:00
PacketLineInTest.java Remove 'final' in parameter lists 2018-05-15 17:05:02 -04:00
PacketLineOutTest.java Remove 'final' in parameter lists 2018-05-15 17:05:02 -04:00
PushCertificateIdentTest.java Add a separate type for the identity in a push certificate 2015-06-18 09:50:12 -04:00
PushCertificateParserTest.java PushCertificate: Omit null pushee from text representation 2015-07-28 10:53:07 -07:00
PushCertificateStoreTest.java PushCertificateStore: Don't add no-op command to batch 2015-09-02 15:17:10 -04:00
PushConfigTest.java Add PushConfig class with PushRecurseSubmodulesMode 2017-09-09 13:58:09 -04:00
PushConnectionTest.java Push: Ensure ref updates are processed in input order 2018-04-13 04:21:43 -04:00
PushOptionsTest.java Enable and fix 'Should be tagged with @Override' warning 2017-02-19 20:05:08 -04:00
PushProcessTest.java Remove further unnecessary 'final' keywords 2018-05-18 17:59:45 +02:00
ReceivePackAdvertiseRefsHookTest.java Remove further unnecessary 'final' keywords 2018-05-18 17:59:45 +02:00
RefAdvertiserTest.java Optimize RefAdvertiser for wire protocol 2016-06-18 21:41:07 -07:00
RefSpecTest.java RefSpecs: allow construction of weird wildcarded RefSpecs 2016-07-25 10:10:06 -07:00
RemoteConfigTest.java Remove 'final' in parameter lists 2018-05-15 17:05:02 -04:00
SideBandOutputStreamTest.java Remove 'final' in parameter lists 2018-05-15 17:05:02 -04:00
SpiTransport.java Enable and fix 'Should be tagged with @Override' warning 2017-02-19 20:05:08 -04:00
TestProtocolTest.java Add a minimum negotiation feature for fetch 2018-02-12 14:03:11 -08:00
TransportTest.java Remove further unnecessary 'final' keywords 2018-05-18 17:59:45 +02:00
URIishTest.java URIish: add a test for equals and hashcode methods 2018-02-13 19:00:40 -05:00
UploadPackTest.java Teach UploadPack "filter" in protocol v2 fetch 2018-06-04 22:09:07 -07:00
WalkEncryptionTest.java Open auto-closeable resources in try-with-resource 2018-03-13 22:16:06 +01:00