aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/protocol/packp/upload_pack_request.go
Commit message (Collapse)AuthorAgeFilesLines
* capabilities: full integration (#151)Máximo Cuadros2016-12-011-75/+0
| | | | | | | | | | | | | | | | | | * format/pktline: fix readPayloadLen err handling * protocol/pakp: UploadReq validation and creation of capabilities * protocol/pakp: AdvRef tests * protocol/pakp: capability.List.Delete * protocol: filter unsupported capabilities * remote capability negociation * transport: UploadRequest validation * requested changes
* remove old types from transport and use packp (#142)Santiago M. Mola2016-11-281-0/+75
* protocol: move UploadPackRequest to protocol. * UploadPackRequest is now defined as an embedding of UploadRequest and UploadHaves. * Move http encoding specific code from UploadPackRequest to transport/http. * rename UlReq to UploadRequest * packp: move AdvRefs Encoder/Decoder to Encode/Decode methods. * packp: move UploadRequest Encoder/Decoder to Encode/Decode methods. * packp: Remove transport.UploadPackInfo in favor of packp. AdvRefs.