aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/packp/ulreq
Commit message (Collapse)AuthorAgeFilesLines
* move: format/packp -> protocol/packp (#141)Santiago M. Mola2016-11-256-1383/+0
| | | | | | | | | | | | | | | | | | | | | | | * 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.
* new plumbing package (#118)Máximo Cuadros2016-11-086-0/+1383
* plumbing: now core was renamed to core, and formats and clients moved inside