Commit 29cd458b authored by Kirill Smelkov's avatar Kirill Smelkov

Merge branch 'master' into t

* master: (25 commits)
  go/neo/neonet: Teach Dial to autodetect server encoding
  go/neo/neonet: MessagePack support for link layer (draft)
  go/neo/proto: Cosmetics
  go/neo/proto: MessagePack support for messages (draft)
  go/neo/internal/msgpack: New package with runtime support for MessagePack
  go/neo/proto: protogen: Prepare to generate code for struct heads
  go/neo/proto: protogen: Factor-out handling of slice and map heads into common place
  go/neo/proto: protogen: Fix naming thinko in decoderN.genBuf
  go/neo/proto: Introduce Encoding
  go/neo/proto: Unexport Msg.NEOMsg{Encode,Decode}
  go/neo/proto: Kill outdated TODO
  go/neo/proto: Unexport Msg.NEOMsgCode
  go/neo/proto: protogen: Reuse sizer for typeSizeFixed
  go/neo/proto: protogen: Load zodb.Tid and zodb.Oid types
  go/neo/proto: protogen: Factor-out code to lookup object for <pkg>.<name> into common function
  go/neo/proto: protogen: Clarify criteria to detect []byte
  go/neo/proto: protogen: Fix it not to silently skip a pointer field
  go/neo/proto: AddrString: Also treat lonet networks as having addr in host:port form
  go/neo/neonet: Adjust pktAlloc to always allocate pktBuf with cap >= PktHeaderSize
  go/neo/neonet: Factor-out decode of packet header into pktHeadDecode
  ...
parents 91855c03 ce89d01a
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment