aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/protocol/packp/common.go
Commit message (Collapse)AuthorAgeFilesLines
* transport: new git protocol (#175)Máximo Cuadros2016-12-121-0/+24
|
* protocol/packp: add report status message. (#162)Santiago M. Mola2016-12-061-0/+4
|
* protocol/packp: UploadPackResponse implementation (#161)Máximo Cuadros2016-12-061-2/+9
| | | | | | | | | | | | | | | | * plumbing/protocol: paktp avoid duplication of haves, wants and shallow * protocol/pakp: UploadPackResponse implementation * changes * changes * changes * debug * changes
* protocol/packp: add reference update request encoder. (#147)Santiago M. Mola2016-12-051-0/+4
| | | | | * add ReferenceUpdateRequest struct. * add ReferenceUpdateRequest decoder. * add ReferenceUpdateRequest encoder.
* protocol/packp: capabilities new Capability entity and List struct, test ↵Máximo Cuadros2016-11-291-14/+0
| | | | | | | | | | improvements (#144) * protocol/pakp: capabilities new Capability entity and List struct, test improvements * etc: example cloud-config file * removing sorting from List.String
* move: format/packp -> protocol/packp (#141)Santiago M. Mola2016-11-251-0/+45
* move: format/packp -> protocol/packp * format/packp -> protocol/packp * format/packp/pktline -> format/pktline. * move: protocol/packp/ulreq/* -> protocol/packp/* * protocol/packp: rename UlReq types to make them unique. * * protocol/packp: namespace UlReq encoder. * protocol/packp: namespace UlReq decoder. * protocol/packp: fix example names * move: protocol/packp/advrefs/* -> protocol/packp/* * further ulreq namespacing * protocol/packp: namespace AdvRefs types.