gxlibs/

directory
v0.0.0-...-8b9b725 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2019 License: MIT

Directories

Path Synopsis
github.com
bifurcation/mint
Read a generic "framed" packet consisting of a header and a This is used for both TLS Records and TLS Handshake Messages
Read a generic "framed" packet consisting of a header and a This is used for both TLS Records and TLS Handshake Messages
dgraph-io/badger
Package badger implements an embeddable, simple and fast key-value database, written in pure Go.
Package badger implements an embeddable, simple and fast key-value database, written in pure Go.
hsanjuan/go-libp2p-gostream
Package gostream allows to replace the standard net stack in Go with [LibP2P](https://github.com/libp2p/libp2p) streams.
Package gostream allows to replace the standard net stack in Go with [LibP2P](https://github.com/libp2p/libp2p) streams.
hsanjuan/go-libp2p-http
Package p2phttp allows to serve HTTP endpoints and make HTTP requests through LibP2P (https://github.com/libp2p/libp2p) using Go's standard "http" and "net" stacks.
Package p2phttp allows to serve HTTP endpoints and make HTTP requests through LibP2P (https://github.com/libp2p/libp2p) using Go's standard "http" and "net" stacks.
ipfs/go-bitswap
package bitswap implements the IPFS exchange interface with the BitSwap bilateral exchange protocol.
package bitswap implements the IPFS exchange interface with the BitSwap bilateral exchange protocol.
ipfs/go-bitswap/decision
package decision implements the decision engine for the bitswap service.
package decision implements the decision engine for the bitswap service.
ipfs/go-bitswap/wantlist
Package wantlist implements an object for bitswap that contains the keys that a given peer wants.
Package wantlist implements an object for bitswap that contains the keys that a given peer wants.
ipfs/go-block-format
Package blocks contains the lowest level of IPLD data structures.
Package blocks contains the lowest level of IPLD data structures.
ipfs/go-blockservice
package blockservice implements a BlockService interface that provides a single GetBlock/AddBlock interface that seamlessly retrieves data either locally or from a remote peer through the exchange.
package blockservice implements a BlockService interface that provides a single GetBlock/AddBlock interface that seamlessly retrieves data either locally or from a remote peer through the exchange.
ipfs/go-cid
Package cid implements the Content-IDentifiers specification (https://github.com/ipld/cid) in Go.
Package cid implements the Content-IDentifiers specification (https://github.com/ipld/cid) in Go.
ipfs/go-datastore/autobatch
Package autobatch provides a go-datastore implementation that automatically batches together writes by holding puts in memory until a certain threshold is met.
Package autobatch provides a go-datastore implementation that automatically batches together writes by holding puts in memory until a certain threshold is met.
ipfs/go-datastore/delayed
Package delayed wraps a datastore allowing to artificially delay all operations.
Package delayed wraps a datastore allowing to artificially delay all operations.
ipfs/go-datastore/examples
Package fs is a simple Datastore implementation that stores keys as directories and files, mirroring the key.
Package fs is a simple Datastore implementation that stores keys as directories and files, mirroring the key.
ipfs/go-datastore/failstore
Package failstore implements a datastore which can produce custom failures on operations by calling a user-provided error function.
Package failstore implements a datastore which can produce custom failures on operations by calling a user-provided error function.
ipfs/go-datastore/keytransform
Package keytransform introduces a Datastore Shim that transforms keys before passing them to its child.
Package keytransform introduces a Datastore Shim that transforms keys before passing them to its child.
ipfs/go-datastore/mount
Package mount provides a Datastore that has other Datastores mounted at various key prefixes and is threadsafe
Package mount provides a Datastore that has other Datastores mounted at various key prefixes and is threadsafe
ipfs/go-datastore/namespace
Package namespace introduces a namespace Datastore Shim, which basically mounts the entire child datastore under a prefix.
Package namespace introduces a namespace Datastore Shim, which basically mounts the entire child datastore under a prefix.
ipfs/go-datastore/retrystore
Package retrystore provides a datastore wrapper which allows to retry operations.
Package retrystore provides a datastore wrapper which allows to retry operations.
ipfs/go-ds-flatfs
Package flatfs is a Datastore implementation that stores all objects in a two-level directory structure in the local file system, regardless of the hierarchy of the keys.
Package flatfs is a Datastore implementation that stores all objects in a two-level directory structure in the local file system, regardless of the hierarchy of the keys.
ipfs/go-ds-measure
Package measure provides a Datastore wrapper that records metrics using github.com/ipfs/go-metrics-interface
Package measure provides a Datastore wrapper that records metrics using github.com/ipfs/go-metrics-interface
ipfs/go-ipfs-blockstore
Package blockstore implements a thin wrapper over a datastore, giving a clean interface for Getting and Putting block objects.
Package blockstore implements a thin wrapper over a datastore, giving a clean interface for Getting and Putting block objects.
ipfs/go-ipfs-blocksutil
Package blocksutil provides utility functions for working with Blocks.
Package blocksutil provides utility functions for working with Blocks.
ipfs/go-ipfs-chunker
Package chunk implements streaming block splitters.
Package chunk implements streaming block splitters.
ipfs/go-ipfs-cmds
Package cmds helps building both standalone and client-server applications.
Package cmds helps building both standalone and client-server applications.
ipfs/go-ipfs-config
package config implements the ipfs config file datastructures and utilities.
package config implements the ipfs config file datastructures and utilities.
ipfs/go-ipfs-ds-help
Package dshelp provides utilities for parsing and creating datastore keys used by go-ipfs
Package dshelp provides utilities for parsing and creating datastore keys used by go-ipfs
ipfs/go-ipfs-exchange-interface
Package exchange defines the IPFS exchange interface
Package exchange defines the IPFS exchange interface
ipfs/go-ipfs-exchange-offline
package offline implements an object that implements the exchange interface but returns nil values to every request.
package offline implements an object that implements the exchange interface but returns nil values to every request.
ipfs/go-ipfs-posinfo
Package posinfo wraps offset information used by ipfs filestore nodes
Package posinfo wraps offset information used by ipfs filestore nodes
ipfs/go-ipfs-pq
Package pq implements a priority queue.
Package pq implements a priority queue.
ipfs/go-ipfs-routing/mock
Package mockrouting provides a virtual routing server.
Package mockrouting provides a virtual routing server.
ipfs/go-ipfs-routing/none
Package nilrouting implements a routing client that does nothing.
Package nilrouting implements a routing client that does nothing.
ipfs/go-ipfs-routing/offline
Package offline implements IpfsRouting with a client which is only able to perform offline operations.
Package offline implements IpfsRouting with a client which is only able to perform offline operations.
ipfs/go-ipfs-util
Package util implements various utility functions used within ipfs that do not currently have a better place to live.
Package util implements various utility functions used within ipfs that do not currently have a better place to live.
ipfs/go-log
Package log is the logging library used by IPFS (https://github.com/ipfs/go-ipfs).
Package log is the logging library used by IPFS (https://github.com/ipfs/go-ipfs).
ipfs/go-merkledag
Package merkledag implements the IPFS Merkle DAG data structures.
Package merkledag implements the IPFS Merkle DAG data structures.
ipfs/go-merkledag/traverse
Package traverse provides merkledag traversal functions
Package traverse provides merkledag traversal functions
ipfs/go-path
Package path contains utilities to work with ipfs paths.
Package path contains utilities to work with ipfs paths.
ipfs/go-path/resolver
Package resolver implements utilities for resolving paths within ipfs.
Package resolver implements utilities for resolving paths within ipfs.
ipfs/go-unixfs
Package unixfs implements a data format for files in the IPFS filesystem It is not the only format in ipfs, but it is the one that the filesystem assumes
Package unixfs implements a data format for files in the IPFS filesystem It is not the only format in ipfs, but it is the one that the filesystem assumes
ipfs/go-unixfs/hamt
Package hamt implements a Hash Array Mapped Trie over ipfs merkledag nodes.
Package hamt implements a Hash Array Mapped Trie over ipfs merkledag nodes.
ipfs/go-unixfs/importer
Package importer implements utilities used to create IPFS DAGs from files and readers.
Package importer implements utilities used to create IPFS DAGs from files and readers.
ipfs/go-unixfs/importer/balanced
Package balanced provides methods to build balanced DAGs, which are generalistic DAGs in which all leaves (nodes representing chunks of data) are at the same distance from the root.
Package balanced provides methods to build balanced DAGs, which are generalistic DAGs in which all leaves (nodes representing chunks of data) are at the same distance from the root.
ipfs/go-unixfs/importer/trickle
Package trickle allows to build trickle DAGs.
Package trickle allows to build trickle DAGs.
ipfs/go-unixfs/io
Package io implements convenience objects for working with the ipfs unixfs data format.
Package io implements convenience objects for working with the ipfs unixfs data format.
ipfs/go-unixfs/mod
Package mod provides DAG modification utilities to, for example, insert additional nodes in a unixfs DAG or truncate them.
Package mod provides DAG modification utilities to, for example, insert additional nodes in a unixfs DAG or truncate them.
ipfs/interface-go-ipfs-core
Package iface defines IPFS Core API which is a set of interfaces used to interact with IPFS nodes.
Package iface defines IPFS Core API which is a set of interfaces used to interact with IPFS nodes.
jbenet/go-is-domain
Package isdomain package allows users to check whether strings represent domain names.
Package isdomain package allows users to check whether strings represent domain names.
jbenet/goprocess
Package goprocess introduces a Process abstraction that allows simple organization, and orchestration of work.
Package goprocess introduces a Process abstraction that allows simple organization, and orchestration of work.
jbenet/goprocess/periodic
Package periodic is part of github.com/jbenet/goprocess.
Package periodic is part of github.com/jbenet/goprocess.
jbenet/goprocess/ratelimit
Package ratelimit is part of github.com/jbenet/goprocess.
Package ratelimit is part of github.com/jbenet/goprocess.
libp2p/go-buffer-pool
Package pool provides a sync.Pool equivalent that buckets incoming requests to one of 32 sub-pools, one for each power of 2, 0-32.
Package pool provides a sync.Pool equivalent that buckets incoming requests to one of 32 sub-pools, one for each power of 2, 0-32.
libp2p/go-libp2p-crypto
Package crypto implements various cryptographic utilities used by ipfs.
Package crypto implements various cryptographic utilities used by ipfs.
libp2p/go-libp2p-kad-dht
Package dht implements a distributed hash table that satisfies the ipfs routing interface.
Package dht implements a distributed hash table that satisfies the ipfs routing interface.
libp2p/go-libp2p-kbucket
package kbucket implements a kademlia 'k-bucket' routing table.
package kbucket implements a kademlia 'k-bucket' routing table.
libp2p/go-libp2p-loggables
Package loggables includes a bunch of transaltor functions for commonplace/stdlib objects.
Package loggables includes a bunch of transaltor functions for commonplace/stdlib objects.
libp2p/go-libp2p-peer
Package peer implements an object used to represent peers in the ipfs network.
Package peer implements an object used to represent peers in the ipfs network.
libp2p/go-libp2p-peerstore/addr
Package addr provides utility functions to handle peer addresses.
Package addr provides utility functions to handle peer addresses.
libp2p/go-libp2p-pubsub
The pubsub package provides facilities for the Publish/Subscribe pattern of message propagation, also known as overlay multicast.
The pubsub package provides facilities for the Publish/Subscribe pattern of message propagation, also known as overlay multicast.
libp2p/go-libp2p-routing
package routing defines the interface for a routing system used by ipfs.
package routing defines the interface for a routing system used by ipfs.
libp2p/go-libp2p-secio
Package secio is used to encrypt `go-libp2p-conn` connections.
Package secio is used to encrypt `go-libp2p-conn` connections.
libp2p/go-libp2p/p2p/host/relay
The relay package contains host implementations that automatically advertise relay addresses when the presence of NAT is detected.
The relay package contains host implementations that automatically advertise relay addresses when the presence of NAT is detected.
libp2p/go-libp2p/p2p/net/mock
Package mocknet provides a mock net.Network to test with.
Package mocknet provides a mock net.Network to test with.
libp2p/go-libp2p/p2p/test/reconnects
Package reconnect tests connect -> disconnect -> reconnect works
Package reconnect tests connect -> disconnect -> reconnect works
libp2p/go-reuseport
Package reuseport provides Listen and Dial functions that set socket options in order to be able to reuse ports.
Package reuseport provides Listen and Dial functions that set socket options in order to be able to reuse ports.
libp2p/go-testutil/ci
Package ci implements some helper functions to use during tests.
Package ci implements some helper functions to use during tests.
libp2p/go-testutil/ci/travis
Package travis implements some helper functions to use during tests.
Package travis implements some helper functions to use during tests.
libp2p/go-ws-transport
Package websocket implements a websocket based transport for go-libp2p.
Package websocket implements a websocket based transport for go-libp2p.
lucas-clemente/quic-go/internal/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
lucas-clemente/quic-go/internal/mocks/ackhandler
Package mockackhandler is a generated GoMock package.
Package mockackhandler is a generated GoMock package.
lucas-clemente/quic-go/internal/mocks/crypto
Package mockcrypto is a generated GoMock package.
Package mockcrypto is a generated GoMock package.
multiformats/go-multiaddr
Package multiaddr provides an implementation of the Multiaddr network address format.
Package multiaddr provides an implementation of the Multiaddr network address format.
multiformats/go-multiaddr-net
Package manet provides Multiaddr specific versions of common functions in stdlib's net package.
Package manet provides Multiaddr specific versions of common functions in stdlib's net package.
multiformats/go-multihash
Package multihash is the Go implementation of https://github.com/multiformats/multihash, or self-describing hashes.
Package multihash is the Go implementation of https://github.com/multiformats/multihash, or self-describing hashes.
multiformats/go-multihash/opts
Package opts helps to write commands which may take multihash options.
Package opts helps to write commands which may take multihash options.
multiformats/go-multistream
Package multistream implements a simple stream router for the multistream-select protocoli.
Package multistream implements a simple stream router for the multistream-select protocoli.
whyrusleeping/base32
Package base32 implements base32 encoding as specified by RFC 4648.
Package base32 implements base32 encoding as specified by RFC 4648.
whyrusleeping/cbor/go
CBOR is IETF RFC 7049, the "Concise Binary Object Representation" http://tools.ietf.org/html/rfc7049 In can be thought of as "binary JSON" but is a superset and somewhat richer representation than JSON.
CBOR is IETF RFC 7049, the "Concise Binary Object Representation" http://tools.ietf.org/html/rfc7049 In can be thought of as "binary JSON" but is a superset and somewhat richer representation than JSON.
whyrusleeping/chunker
Package chunker implements Content Defined Chunking (CDC) based on a rolling Rabin Checksum.
Package chunker implements Content Defined Chunking (CDC) based on a rolling Rabin Checksum.
whyrusleeping/go-notifier
Package notifier provides a simple notification dispatcher meant to be embedded in larger structres who wish to allow clients to sign up for event notifications.
Package notifier provides a simple notification dispatcher meant to be embedded in larger structres who wish to allow clients to sign up for event notifications.
whyrusleeping/go-notifier/Godeps/_workspace/src/github.com/jbenet/goprocess
Package goprocess introduces a Process abstraction that allows simple organization, and orchestration of work.
Package goprocess introduces a Process abstraction that allows simple organization, and orchestration of work.
whyrusleeping/go-notifier/Godeps/_workspace/src/github.com/jbenet/goprocess/periodic
Package periodic is part of github.com/jbenet/goprocess.
Package periodic is part of github.com/jbenet/goprocess.
whyrusleeping/go-notifier/Godeps/_workspace/src/github.com/jbenet/goprocess/ratelimit
Package ratelimit is part of github.com/jbenet/goprocess.
Package ratelimit is part of github.com/jbenet/goprocess.
whyrusleeping/go-smux-multistream
package multistream implements a peerstream transport using go-multistream to select the underlying stream muxer
package multistream implements a peerstream transport using go-multistream to select the underlying stream muxer

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL