4192 Commits (4c574b39b40be466bfe7d6aaaa011bd5a2e9023b)
 

Author SHA1 Message Date
Terry Parker 4d6046da77 Remove "experimental" from the description of the pack bitmap index 9 years ago
Matthias Sohn f53306bf2a Fix typos in javadoc of ObjectId.equals() 9 years ago
Jonathan Nieder f8564c7601 DFS: Remove now-redundant getOneRef 9 years ago
Shawn Pearce d0e47a99aa DFS: Override exactRef() with optimal version 9 years ago
Dave Borowitz 39dc898dca PushCertificate: Add toTextWithSignature() method 9 years ago
Dave Borowitz 74a57f3744 PushCertificateParser: Add fromString method 9 years ago
Dave Borowitz c7c5fe718d BaseReceivePack: Add method to override the push cert 9 years ago
Dave Borowitz d8b9c5145b BaseReceivePack: Don't throw from getPushCertificate() 9 years ago
Dave Borowitz d7377877e0 PushCertificateStore: Return boolean from batch save methods 9 years ago
Dave Borowitz 5706c8e38e Allow saving push certs on a subset of refs 9 years ago
Matthias Sohn 16ba9919db Update org.apache.httpcomponents 9 years ago
Matthias Sohn 1cd2a0697d Access static member LocalDiskRepositoryTestCase.CONTENT directly 9 years ago
Dave Borowitz f946ed1d97 PushCertificateStore: Add method to save in batch 9 years ago
Andrey Loskutov b4ecb88367 Fixed @since tags on new API 9 years ago
Dave Borowitz d5a71e9ca3 Store push certificates in refs/meta/push-certs 9 years ago
Yuxuan 'fishy' Wang 217b2a7cc5 Add setTargetBranch in RepoCommand. 9 years ago
Chris Price 37a1e4beaa Move `RepositoryTestCase.indexState` to parent class 9 years ago
Chris Price ad16eaac6e Change `indexState` to static method 9 years ago
Christian Halstrick e7d86e1939 Merge "Use local variable in RepositoryTestCase.indexState" 9 years ago
Dave Borowitz 19b45dab71 PushCertificateParser: Move reader parsing to instance method 9 years ago
Dave Borowitz 1f2827ecaa PushCertificateParser: Make constructor public 9 years ago
Dave Borowitz 6e4e34bb9e Report PackProtocolExceptions to client during receive-pack 9 years ago
Dave Borowitz a643aaaa4a PushCertificate: implement hashCode/equals/toString 9 years ago
Dave Borowitz 8293c770b5 PushCertificateParser: Make pushee optional 9 years ago
Dave Borowitz f22f33f5bf PushCertificateParser: Change error string for invalid field 9 years ago
Dave Borowitz 618f213da0 PushCertificateParser: Add method for parsing from a stream 9 years ago
Dave Borowitz dac6ae3d17 IO: Add a method for reading lines 9 years ago
Dave Borowitz 469734bf87 BaseReceivePack: Treat all LFs as optional 9 years ago
Dave Borowitz 59b000a672 BaseReceivePack: More validation during parseCommand 9 years ago
Chris Price 88168c6d60 Use local variable in RepositoryTestCase.indexState 9 years ago
Matthias Sohn 91e17b0080 Fix non-escaped quotes in JGitText.properties 9 years ago
Jonathan Nieder 761f070866 Throw InvalidObjectIdException from ObjectId.fromString("tooshort") 9 years ago
Jonathan Nieder 0c7ad12c76 Avoid double-colon in InvalidObjectIdException description 9 years ago
Matthias Sohn 3c33d094a1 Compare API against 4.0.0.201506090130-r 10 years ago
Matthias Sohn 7e0d28e924 Merge branch 'stable-4.0' 10 years ago
Matthias Sohn 176c4b4d5e Prepare 4.0.2-SNAPSHOT builds 10 years ago
Matthias Sohn 90f36e5002 JGit v4.0.1.201506240215-r 10 years ago
Tobias Oberlies d34314644e API to remove repositories from RepositoryCache 10 years ago
Christian Halstrick 6b65adca2d Add a grace period for packfiles during GC 10 years ago
Dave Borowitz d2fbbc910a SignedPushConfig: Allow setting a custom nonce generator impl 10 years ago
Dave Borowitz ea21f17f29 PackCertificateParser: return null if nothing was received 10 years ago
Dave Borowitz fc6790a5d7 Include push certificates in RefUpdate 10 years ago
Dave Borowitz 856db79b1d Remove redundant @since tags in new signed push classes 10 years ago
Dave Borowitz e49e7b4bd4 Add a separate type for the identity in a push certificate 10 years ago
Dave Borowitz b822f9b51d PushCertificateParser: include begin/end lines in signature 10 years ago
Dave Borowitz 48c35edfd2 PushCertificateParser: throw PackProtocolException in more cases 10 years ago
Dave Borowitz 8d0cedf2ec Extract a class for signed push configuration 10 years ago
Dave Borowitz e26d0c8ace BaseReceivePack: fix reading cert lines in command loop 10 years ago
Matthias Sohn 4831470581 Silence API warnings introduced by a85e817d 10 years ago
Terry Parker 8b20f2c890 Update comments about PackStatistics 10 years ago