Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | capabilities: full integration (#151) | Máximo Cuadros | 2016-12-01 | 1 | -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. Mola | 2016-11-28 | 1 | -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. |