aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport
Commit message (Expand)AuthorAgeFilesLines
* Merge "Refspec: loosen restrictions on wildcard "*""Shawn Pearce2015-12-151-15/+35
|\
| * Refspec: loosen restrictions on wildcard "*"Marc Strapetz2015-10-211-15/+35
* | Merge "Bug 484342: Support @ in username in SSH url."Shawn Pearce2015-12-151-0/+42
|\ \
| * | Bug 484342: Support @ in username in SSH url.Mike Gilbode2015-12-151-0/+42
* | | Merge "push: Do not blindly overwrite peer"Shawn Pearce2015-12-141-0/+143
|\ \ \ | |/ / |/| |
| * | push: Do not blindly overwrite peerShawn Pearce2015-12-141-0/+143
* | | URIish: fixed full uri pattern not expecting end of line after host nameAndrey Loskutov2015-12-121-0/+15
|/ /
* | Support atomic push in JGit clientShawn Pearce2015-12-021-0/+200
* | Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder2015-11-251-6/+6
* | Avoid UnknownHostException in WalkEncryptionTestMatthias Sohn2015-11-211-9/+32
* | WalkEncryptionTest: get rid of Log4J dependencyMarc Strapetz2015-10-211-2/+3
|/
* Adding JGitV1 and JGitV2 Walk EncryptionAndrei Pozolotin2015-10-181-52/+286
* Adding AES Walk Encryption support in http://www.jets3t.org/ modeAndrei Pozolotin2015-10-181-0/+1060
* URIish: fall back to host as humanish namePatrick Steinhardt2015-09-101-0/+58
* PushCertificateStore: Don't add no-op command to batchDave Borowitz2015-09-021-0/+28
* PushCertificate: Omit null pushee from text representationDave Borowitz2015-07-281-0/+1
* PushCertificate: Add toTextWithSignature() methodDave Borowitz2015-07-151-0/+1
* PushCertificateParser: Add fromString methodDave Borowitz2015-07-151-3/+10
* PushCertificateStore: Return boolean from batch save methodsDave Borowitz2015-07-151-1/+5
* Allow saving push certs on a subset of refsDave Borowitz2015-07-151-2/+24
* PushCertificateStore: Add method to save in batchDave Borowitz2015-07-131-0/+22
* Store push certificates in refs/meta/push-certsDave Borowitz2015-07-101-0/+304
* PushCertificateParser: Make pushee optionalDave Borowitz2015-07-091-0/+20
* PushCertificateParser: Add method for parsing from a streamDave Borowitz2015-07-091-0/+60
* BaseReceivePack: Treat all LFs as optionalDave Borowitz2015-07-072-18/+82
* BaseReceivePack: More validation during parseCommandDave Borowitz2015-07-072-15/+37
* PackCertificateParser: return null if nothing was receivedDave Borowitz2015-06-181-30/+99
* Add a separate type for the identity in a push certificateDave Borowitz2015-06-181-0/+196
* PushCertificateParser: include begin/end lines in signatureDave Borowitz2015-06-181-4/+4
* Extract a class for signed push configurationDave Borowitz2015-06-181-2/+1
* Add tests for HMACSHA1NonceGeneratorDave Borowitz2015-06-151-0/+131
* Rewrite push certificate parsingDave Borowitz2015-06-111-0/+160
* Allow trailing newlines in receive-packDave Borowitz2015-06-101-0/+70
* Fix public API issues introduced in I1baeedcc6946.Yuxuan 'fishy' Wang2015-06-091-2/+0
* Callback in PackWriter & BundleWriter.Yuxuan 'fishy' Wang2015-06-091-0/+37
* Replace deprecated release() methods by close()Matthias Sohn2015-05-212-4/+6
* Add an in-process pack transport for use in testsDave Borowitz2015-02-271-0/+248
* Fix variable name and error message for sideband testingStefan Beller2014-11-101-3/+3
* BundleWriter: Support including HEAD in bundleRobin Stocker2014-10-191-10/+17
* NetRC parser and credentials provider.Alexey Kuznetsov2014-08-031-0/+191
* Allow retrying connecting SshSession in case of an exceptionStefan Lay2014-06-201-1/+33
* Adds support for SPNEGOLaurent Goujon2014-05-211-0/+9
* Introduce an abstraction for HTTP connectionsChristian Halstrick2014-02-181-12/+12
* Move SampleDataRepositoryTestCase to org.eclipse.jgit.testShawn Pearce2013-11-243-3/+3
* Use absolute paths for file:// URIs in testsShawn Pearce2013-11-011-1/+1
* Implement open(URIish) for TransportLocalRobin Stocker2013-07-211-0/+16
* Fix HTTP response processing for WWW-Authenticate headersAlex Rukhlin2013-06-231-0/+162
* Support refspecs with wildcard in middle (not only at end)Robin Stocker2013-05-281-0/+150
* URIish: Allow multiple slashes in pathsRobin Stocker2013-04-271-2/+18
* Remove some unnecessary dependencies on FileRepostoryRobin Rosenberg2013-04-181-2/+2