kubo/core/coreapi/interface/options
Steven Allen 8117a2bcee gx: update go-buffer-pool
Turns out that `pool.Put(buf)` had to *allocate* because we needed to turn
`[]byte` into `interface{}`. Apparently, we've never done this correctly we just
never noticed because we never really used buffer pools extensively.

However, since migrating yamux to a buffer-pool backed buffer, this started
showing up in allocation profiles.

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-10 14:11:31 +01:00
..
block.go gx update and fix code to use new Cid type 2018-09-11 22:21:04 -04:00
dag.go gx update and fix code to use new Cid type 2018-09-11 22:21:04 -04:00
dht.go coreapi: dht: remove option prefix 2018-09-10 17:40:07 -07:00
key.go coreapi: don't use underscores in opt reciever funcs 2018-03-25 14:09:59 +02:00
name.go coreapi name: add some missing options 2018-10-04 22:11:17 +02:00
object.go commands: switch object commands to CoreAPI 2018-08-01 13:37:05 +02:00
pin.go misc: Fix a few typos 2018-03-30 09:47:22 +02:00
pubsub.go coreapi pubsub: add tests 2018-10-05 11:49:36 -07:00
unixfs.go gx: update go-buffer-pool 2018-10-10 14:11:31 +01:00