void |
AbstractAdvertiseRefsHook.advertiseRefs(UploadPack uploadPack) |
Advertise refs for upload-pack.
|
void |
AdvertiseRefsHook.advertiseRefs(UploadPack uploadPack) |
Advertise refs for upload-pack.
|
void |
AdvertiseRefsHookChain.advertiseRefs(UploadPack rp) |
Advertise refs for upload-pack.
|
private static void |
UploadPack.checkNotAdvertisedWants(UploadPack up,
java.util.List<ObjectId> notAdvertisedWants,
java.util.Collection<Ref> visibleRefs) |
|
void |
UploadPack.AdvertisedRequestValidator.checkWants(UploadPack up,
java.util.List<ObjectId> wants) |
|
void |
UploadPack.AnyRequestValidator.checkWants(UploadPack up,
java.util.List<ObjectId> wants) |
|
void |
UploadPack.ReachableCommitRequestValidator.checkWants(UploadPack up,
java.util.List<ObjectId> wants) |
|
void |
UploadPack.ReachableCommitTipRequestValidator.checkWants(UploadPack up,
java.util.List<ObjectId> wants) |
|
void |
UploadPack.RequestValidator.checkWants(UploadPack up,
java.util.List<ObjectId> wants) |
Check a list of client wants against the request policy.
|
void |
UploadPack.TipRequestValidator.checkWants(UploadPack up,
java.util.List<ObjectId> wants) |
|
void |
PreUploadHook.onBeginNegotiateRound(UploadPack up,
java.util.Collection<? extends ObjectId> wants,
int cntOffered) |
Invoked before negotiation round is started.
|
void |
PreUploadHookChain.onBeginNegotiateRound(UploadPack up,
java.util.Collection<? extends ObjectId> wants,
int cntOffered) |
Invoked before negotiation round is started.
|
void |
PreUploadHook.onEndNegotiateRound(UploadPack up,
java.util.Collection<? extends ObjectId> wants,
int cntCommon,
int cntNotFound,
boolean ready) |
Invoked after a negotiation round is completed.
|
void |
PreUploadHookChain.onEndNegotiateRound(UploadPack up,
java.util.Collection<? extends ObjectId> wants,
int cntCommon,
int cntNotFound,
boolean ready) |
Invoked after a negotiation round is completed.
|
void |
PreUploadHook.onSendPack(UploadPack up,
java.util.Collection<? extends ObjectId> wants,
java.util.Collection<? extends ObjectId> haves) |
Invoked just before a pack will be sent to the client.
|
void |
PreUploadHookChain.onSendPack(UploadPack up,
java.util.Collection<? extends ObjectId> wants,
java.util.Collection<? extends ObjectId> haves) |
Invoked just before a pack will be sent to the client.
|
static void |
InternalHttpServerGlue.setPeerUserAgent(UploadPack up,
java.lang.String agent) |
Apply a default user agent for a request.
|