aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/protocol/packp/capability
Commit message (Collapse)AuthorAgeFilesLines
* capability: support empty input on Decode. (#153)Santiago M. Mola2016-11-302-0/+11
| | | | | Calling capability.List's Decode with nil input will have no effect. This is useful in other decoders, where an empty capability list is received as an empty byte slice.
* protocol/packp: capabilities new Capability entity and List struct, test ↵Máximo Cuadros2016-11-293-0/+551
improvements (#144) * protocol/pakp: capabilities new Capability entity and List struct, test improvements * etc: example cloud-config file * removing sorting from List.String