aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* Store push certificates in refs/meta/push-certsDave Borowitz2015-07-102-0/+446
* Add setTargetBranch in RepoCommand.Yuxuan 'fishy' Wang2015-07-101-14/+35
* PushCertificateParser: Move reader parsing to instance methodDave Borowitz2015-07-091-17/+35
* PushCertificateParser: Make constructor publicDave Borowitz2015-07-091-1/+7
* Report PackProtocolExceptions to client during receive-packDave Borowitz2015-07-092-47/+52
* PushCertificate: implement hashCode/equals/toStringDave Borowitz2015-07-091-0/+42
* PushCertificateParser: Make pushee optionalDave Borowitz2015-07-092-7/+12
* PushCertificateParser: Change error string for invalid fieldDave Borowitz2015-07-091-1/+1
* PushCertificateParser: Add method for parsing from a streamDave Borowitz2015-07-091-23/+140
* IO: Add a method for reading linesDave Borowitz2015-07-081-0/+69
* BaseReceivePack: Treat all LFs as optionalDave Borowitz2015-07-073-53/+34
* BaseReceivePack: More validation during parseCommandDave Borowitz2015-07-072-10/+28
* Throw InvalidObjectIdException from ObjectId.fromString("tooshort")Jonathan Nieder2015-07-062-5/+12
* Avoid double-colon in InvalidObjectIdException descriptionJonathan Nieder2015-07-062-8/+10
* Merge branch 'stable-4.0'Matthias Sohn2015-06-241-20/+37
|\
| * Add a grace period for packfiles during GCChristian Halstrick2015-06-221-20/+37
* | API to remove repositories from RepositoryCacheTobias Oberlies2015-06-231-0/+28
* | SignedPushConfig: Allow setting a custom nonce generator implDave Borowitz2015-06-182-8/+44
* | PackCertificateParser: return null if nothing was receivedDave Borowitz2015-06-182-2/+6
* | Include push certificates in RefUpdateDave Borowitz2015-06-183-0/+62
* | Remove redundant @since tags in new signed push classesDave Borowitz2015-06-182-34/+6
* | Add a separate type for the identity in a push certificateDave Borowitz2015-06-185-47/+374
* | PushCertificateParser: include begin/end lines in signatureDave Borowitz2015-06-182-3/+8
* | PushCertificateParser: throw PackProtocolException in more casesDave Borowitz2015-06-181-7/+9
* | Extract a class for signed push configurationDave Borowitz2015-06-183-18/+165
* | BaseReceivePack: fix reading cert lines in command loopDave Borowitz2015-06-181-4/+8
* | Silence API warnings introduced by a85e817dMatthias Sohn2015-06-171-2/+5
* | Update comments about PackStatisticsTerry Parker2015-06-162-4/+14
* | Add the set of shallow commits to PackStatisticsTerry Parker2015-06-153-0/+24
* | Add tests for HMACSHA1NonceGeneratorDave Borowitz2015-06-152-11/+20
* | Merge "Introduce PostUploadHook to replace UploadPackLogger"Shawn Pearce2015-06-1210-114/+766
|\ \
| * | Introduce PostUploadHook to replace UploadPackLoggerTerry Parker2015-06-1210-114/+766
* | | Treat CloneCommand.setBranch(null) as setBranch("HEAD")Jonathan Nieder2015-06-111-0/+6
* | | Treat CloneCommand.setRemote(null) as setRemote("origin")Jonathan Nieder2015-06-111-1/+5
* | | Document CloneCommand.setURI(null)Jonathan Nieder2015-06-111-1/+2
* | | Handle null in ProgressMonitor settersJonathan Nieder2015-06-116-1/+19
* | | Document CloneCommand.setDirectory(null) and setGitDir(null) more clearlyJonathan Nieder2015-06-111-2/+4
* | | Require all projects to have a nameJonathan Nieder2015-06-112-0/+6
* | | Merge topic 'push-cert-2'Dave Borowitz2015-06-114-101/+321
|\ \ \ | |/ / |/| |
| * | Rewrite push certificate parsingDave Borowitz2015-06-114-95/+298
| * | Allow trailing newlines in receive-packDave Borowitz2015-06-101-10/+27
* | | Merge "Add new submodule layout to SubmoduleAddCommand"Christian Halstrick2015-06-111-0/+2
|\ \ \
| * | | Add new submodule layout to SubmoduleAddCommandChristian Halstrick2015-06-111-0/+2
| |/ /
* / / Tweak exception Javadoc to be eclipse-cleanJonathan Nieder2015-06-102-1/+3
|/ /
* | Merge changes I38e1798e,Id1fe1c20,I945ba188,I2c6be9cbJonathan Nieder2015-06-108-4/+105
|\ \
| * | Allow setting detail message and cause when constructing most exceptionsJonathan Nieder2015-06-027-0/+96
| * | Clarify description of ServiceNotAuthorizedExceptionJonathan Nieder2015-06-022-4/+9
* | | Merge "UploadPack: Use reachable-sha1-in-want configuration"Shawn Pearce2015-06-094-2/+38
|\ \ \
| * | | UploadPack: Use reachable-sha1-in-want configurationFredrik Medley2015-06-094-2/+38
* | | | Add missing imports for javadoc to ObjectCountCallbackJonathan Nieder2015-06-091-0/+3