aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/PushCertificate.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-3/+28
* PushCertificate: Omit null pushee from text representationDave Borowitz2015-07-281-3/+5
* PushCertificate: Add toTextWithSignature() methodDave Borowitz2015-07-151-2/+15
* PushCertificate: implement hashCode/equals/toStringDave Borowitz2015-07-091-0/+42
* PushCertificateParser: Make pushee optionalDave Borowitz2015-07-091-4/+0
* BaseReceivePack: Treat all LFs as optionalDave Borowitz2015-07-071-10/+11
* Add a separate type for the identity in a push certificateDave Borowitz2015-06-181-7/+6
* PushCertificateParser: include begin/end lines in signatureDave Borowitz2015-06-181-1/+6
* Silence API warnings introduced by a85e817dMatthias Sohn2015-06-171-2/+5
* Add tests for HMACSHA1NonceGeneratorDave Borowitz2015-06-151-2/+5
* Rewrite push certificate parsingDave Borowitz2015-06-111-25/+125
* Cleanup some push certificate related javadocShawn Pearce2015-03-091-38/+13
* Add/fix since tags for new API for push certificatesMatthias Sohn2015-02-251-0/+2
* Port push certificatesStefan Beller2015-02-231-0/+135