psiphon

package module
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2021 License: GPL-3.0 Imports: 0 Imported by: 0

README

github.com/ooni/psiphon

Package psiphon vendors psiphon-tunnel-core and most of its dependencies. To this end, we use the oopsi subpackage. We construct this repository using the client-staging branch of github.com/Psiphon-Labs/psiphon-tunnel-core.

We put the psiphon codebase in this repository so that:

  1. we can apply OONI specific fixes (e.g. we can disable QUIC when using Go 1.15 without the need of specifying flags);

  2. we change the import path of psiphon dependencies so that they do not conflict with OONI dependencies (e.g. we can use a more recent version of quic-go inside of OONI without having dependencies conflicts with qtls).

The usage of this repository for solving this class of problems is currently experimental. We may use other solutions in the future. We reserve the right to change the API in here without notice as well as to delete this repository if it turns our it's not serving OONI's objectives anymore.

See ./update.bash for more information as well as to update to the latest client-staging version of Psiphon.

Report issues for this repo at https://github.com/ooni/probe-engine/issues.

Documentation

Overview

Package psiphon vendors psiphon-tunnel-core and most of its dependencies. To this end, we use the oopsi subpackage. We construct this repository using the client-staging branch of github.com/Psiphon-Labs/psiphon-tunnel-core.

Directories

Path Synopsis
oopsi
git.torproject.org/pluggable-transports/goptlib.git
Package pt implements the Tor pluggable transports specification.
Package pt implements the Tor pluggable transports specification.
github.com/Psiphon-Inc/rotate-safe-writer
Package `rotate` provides an io.Writer interface for files that will detect when the open file has been rotated away (due to log rotation, or manual move/deletion) and re-open it.
Package `rotate` provides an io.Writer interface for files that will detect when the open file has been rotated away (due to log rotation, or manual move/deletion) and re-open it.
github.com/Psiphon-Labs/bolt
package bolt implements a low-level key/value store in pure Go.
package bolt implements a low-level key/value store in pure Go.
github.com/Psiphon-Labs/chacha20
Package ChaCha20 implements the core ChaCha20 function as specified in https://tools.ietf.org/html/rfc7539#section-2.3.
Package ChaCha20 implements the core ChaCha20 function as specified in https://tools.ietf.org/html/rfc7539#section-2.3.
github.com/Psiphon-Labs/chacha20/internal/subtle
Package subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly.
Package subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly.
github.com/Psiphon-Labs/goarista/monotime
Package monotime provides a fast monotonic clock source.
Package monotime provides a fast monotonic clock source.
github.com/Psiphon-Labs/goptlib
Package pt implements the Tor pluggable transports specification.
Package pt implements the Tor pluggable transports specification.
github.com/Psiphon-Labs/net/http/httpguts
Package httpguts provides functions implementing various details of the HTTP specification.
Package httpguts provides functions implementing various details of the HTTP specification.
github.com/Psiphon-Labs/net/http2
Package http2 implements the HTTP/2 protocol.
Package http2 implements the HTTP/2 protocol.
github.com/Psiphon-Labs/net/http2/hpack
Package hpack implements HPACK, a compression format for efficiently representing HTTP header fields in the context of HTTP/2.
Package hpack implements HPACK, a compression format for efficiently representing HTTP header fields in the context of HTTP/2.
github.com/Psiphon-Labs/net/idna
Package idna implements IDNA2008 using the compatibility processing defined by UTS (Unicode Technical Standard) #46, which defines a standard to deal with the transition from IDNA2003.
Package idna implements IDNA2008 using the compatibility processing defined by UTS (Unicode Technical Standard) #46, which defines a standard to deal with the transition from IDNA2003.
github.com/Psiphon-Labs/psiphon-tunnel-core/Server/logging/analysis
Package analysis implements heuristical frequency analysis of Psiphon Tunnel Core server logs.
Package analysis implements heuristical frequency analysis of Psiphon Tunnel Core server logs.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon
Package psiphon implements the core tunnel functionality of a Psiphon client.
Package psiphon implements the core tunnel functionality of a Psiphon client.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/accesscontrol
Package accesscontrol implements an access control authorization scheme based on digital signatures.
Package accesscontrol implements an access control authorization scheme based on digital signatures.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/crypto/internal/subtle
Package subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly.
Package subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/crypto/nacl/secretbox
Package secretbox encrypts and authenticates small messages.
Package secretbox encrypts and authenticates small messages.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/crypto/ssh
Package ssh implements an SSH client and server.
Package ssh implements an SSH client and server.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/crypto/ssh/agent
Package agent implements the ssh-agent protocol, and provides both a client and a server.
Package agent implements the ssh-agent protocol, and provides both a client and a server.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/crypto/ssh/knownhosts
Package knownhosts implements a parser for the OpenSSH known_hosts host key database, and provides utility functions for writing OpenSSH compliant known_hosts files.
Package knownhosts implements a parser for the OpenSSH known_hosts host key database, and provides utility functions for writing OpenSSH compliant known_hosts files.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/crypto/ssh/terminal
Package terminal provides support functions for dealing with terminals, as commonly found on UNIX systems.
Package terminal provides support functions for dealing with terminals, as commonly found on UNIX systems.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/crypto/ssh/test
Package test contains integration tests for the github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/crypto/ssh package.
Package test contains integration tests for the github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/crypto/ssh package.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/errors
Package errors provides error wrapping helpers that add inline, single frame stack trace information to error messages.
Package errors provides error wrapping helpers that add inline, single frame stack trace information to error messages.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/osl
Package osl implements the Obfuscated Server List (OSL) mechanism.
Package osl implements the Obfuscated Server List (OSL) mechanism.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/packetman
Package packetman implements low-level manipulation of TCP packets, enabling a variety of strategies to evade network censorship.
Package packetman implements low-level manipulation of TCP packets, enabling a variety of strategies to evade network censorship.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/parameters
Package parameters implements dynamic, concurrency-safe parameters that determine Psiphon client and server behaviors.
Package parameters implements dynamic, concurrency-safe parameters that determine Psiphon client and server behaviors.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/prng
Package prng implements a seeded, unbiased PRNG that is suitable for use cases including obfuscation, network jitter, load balancing.
Package prng implements a seeded, unbiased PRNG that is suitable for use cases including obfuscation, network jitter, load balancing.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/sss
Package sss implements Shamir's Secret Sharing algorithm over GF(2^8).
Package sss implements Shamir's Secret Sharing algorithm over GF(2^8).
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/stacktrace
Package stacktrace provides helpers for handling stack trace information.
Package stacktrace provides helpers for handling stack trace information.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/tactics
Package tactics provides dynamic Psiphon client configuration based on GeoIP attributes, API parameters, and speed test data.
Package tactics provides dynamic Psiphon client configuration based on GeoIP attributes, API parameters, and speed test data.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/tun
Package tun is an IP packet tunnel server and client.
Package tun is an IP packet tunnel server and client.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/values
Package values provides a mechanism for specifying and selecting dynamic values employed by the Psiphon client and server.
Package values provides a mechanism for specifying and selecting dynamic values employed by the Psiphon client and server.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/wildcard
Package wildcard implements a very simple wildcard matcher which supports only the term '*', which matches any sequence of characters.
Package wildcard implements a very simple wildcard matcher which supports only the term '*', which matches any sequence of characters.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/server
Package server implements the core tunnel functionality of a Psiphon server.
Package server implements the core tunnel functionality of a Psiphon server.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/server/psinet
Package psinet implements psinet database services.
Package psinet implements psinet database services.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/transferstats
Package transferstats counts and keeps track of session stats.
Package transferstats counts and keeps track of session stats.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/upstreamproxy/go-ntlm/ntlm
Package NTLM implements the interfaces used for interacting with NTLMv1 and NTLMv2.
Package NTLM implements the interfaces used for interacting with NTLMv1 and NTLMv2.
github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/upstreamproxy/go-ntlm/ntlm/md4
Package md4 implements the MD4 hash algorithm as defined in RFC 1320.
Package md4 implements the MD4 hash algorithm as defined in RFC 1320.
github.com/Psiphon-Labs/tls-tris
Package tls partially implements TLS 1.2, as specified in RFC 5246.
Package tls partially implements TLS 1.2, as specified in RFC 5246.
github.com/Psiphon-Labs/tls-tris/cipherhw
Package cipherhw exposes common functions for detecting whether hardware support for certain ciphers and authenticators is present.
Package cipherhw exposes common functions for detecting whether hardware support for certain ciphers and authenticators is present.
github.com/agl/ed25519/edwards25519
Package edwards25519 implements operations in GF(2**255-19) and on an Edwards curve that is isomorphic to curve25519.
Package edwards25519 implements operations in GF(2**255-19) and on an Edwards curve that is isomorphic to curve25519.
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
github.com/cheekybits/genny/generic
Package generic contains the generic marker types.
Package generic contains the generic marker types.
github.com/davecgh/go-spew/spew
Package spew implements a deep pretty printer for Go data structures to aid in debugging.
Package spew implements a deep pretty printer for Go data structures to aid in debugging.
github.com/dchest/siphash
Package siphash implements SipHash-2-4, a fast short-input PRF created by Jean-Philippe Aumasson and Daniel J. Bernstein.
Package siphash implements SipHash-2-4, a fast short-input PRF created by Jean-Philippe Aumasson and Daniel J. Bernstein.
github.com/deckarep/golang-set
Package mapset implements a simple and generic set collection.
Package mapset implements a simple and generic set collection.
github.com/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.
github.com/dgraph-io/badger/protos
Package protos is a generated protocol buffer package.
Package protos is a generated protocol buffer package.
github.com/elazarl/goproxy
Taken from $GOROOT/src/pkg/net/http/chunked needed to write https responses to client.
Taken from $GOROOT/src/pkg/net/http/chunked needed to write https responses to client.
github.com/florianl/go-nfqueue
Package nfqueue provides an API to interact with the nfqueue subsystem of the netfilter family from the linux kernel.
Package nfqueue provides an API to interact with the nfqueue subsystem of the netfilter family from the linux kernel.
github.com/florianl/go-nfqueue/internal/unix
Package unix maps constants from github.com/ooni/psiphon/oopsi/golang.org/x/sys/unix to local constant and makes them available for other platforms as well.
Package unix maps constants from github.com/ooni/psiphon/oopsi/golang.org/x/sys/unix to local constant and makes them available for other platforms as well.
github.com/golang/groupcache/lru
Package lru implements an LRU cache.
Package lru implements an LRU cache.
github.com/golang/protobuf/proto
Package proto converts data structures to and from the wire format of protocol buffers.
Package proto converts data structures to and from the wire format of protocol buffers.
github.com/google/gopacket
Package gopacket provides packet decoding for the Go language.
Package gopacket provides packet decoding for the Go language.
github.com/google/gopacket/layers
Package layers provides decoding layers for many common protocols.
Package layers provides decoding layers for many common protocols.
github.com/grafov/m3u8
Package M3U8 is parser & generator library for Apple HLS.
Package M3U8 is parser & generator library for Apple HLS.
github.com/hashicorp/golang-lru
Package lru provides three different LRU caches of varying sophistication.
Package lru provides three different LRU caches of varying sophistication.
github.com/juju/ratelimit
Package ratelimit provides an efficient token bucket implementation that can be used to limit the rate of arbitrary things.
Package ratelimit provides an efficient token bucket implementation that can be used to limit the rate of arbitrary things.
github.com/kardianos/osext
Extensions to the standard "os" package.
Extensions to the standard "os" package.
github.com/marten-seemann/qtls
package qtls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
package qtls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
github.com/marusama/semaphore
Package semaphore provides an implementation of counting semaphore primitive with possibility to change limit after creation.
Package semaphore provides an implementation of counting semaphore primitive with possibility to change limit after creation.
github.com/mdlayher/netlink
Package netlink provides low-level access to Linux netlink sockets.
Package netlink provides low-level access to Linux netlink sockets.
github.com/mdlayher/netlink/nlenc
Package nlenc implements encoding and decoding functions for netlink messages and attributes.
Package nlenc implements encoding and decoding functions for netlink messages and attributes.
github.com/miekg/dns
Package dns implements a full featured interface to the Domain Name System.
Package dns implements a full featured interface to the Domain Name System.
github.com/mitchellh/panicwrap
The panicwrap package provides functions for capturing and handling panics in your application.
The panicwrap package provides functions for capturing and handling panics in your application.
github.com/mroth/weightedrand
Package weightedrand contains a performant data structure and algorithm used to randomly select an element from some kind of list, where the chances of each element to be selected not being equal, but defined by relative "weights" (or probabilities).
Package weightedrand contains a performant data structure and algorithm used to randomly select an element from some kind of list, where the chances of each element to be selected not being equal, but defined by relative "weights" (or probabilities).
github.com/pkg/errors
Package errors provides simple error handling primitives.
Package errors provides simple error handling primitives.
github.com/pmezard/go-difflib/difflib
Package difflib is a partial port of Python difflib module.
Package difflib is a partial port of Python difflib module.
github.com/refraction-networking/gotapdance/ed25519/edwards25519
Package edwards25519 implements operations in GF(2**255-19) and on an Edwards curve that is isomorphic to curve25519.
Package edwards25519 implements operations in GF(2**255-19) and on an Edwards curve that is isomorphic to curve25519.
github.com/refraction-networking/utls
Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
github.com/refraction-networking/utls/cpu
Package cpu implements processor feature detection used by the Go standard library.
Package cpu implements processor feature detection used by the Go standard library.
github.com/sirupsen/logrus
Package logrus is a structured logger for Go, completely API compatible with the standard library logger.
Package logrus is a structured logger for Go, completely API compatible with the standard library logger.
github.com/stretchr/testify/assert
Package assert provides a set of comprehensive testing tools for use with the normal Go testing system.
Package assert provides a set of comprehensive testing tools for use with the normal Go testing system.
github.com/stretchr/testify/require
Package require implements the same assertions as the `assert` package but stops test execution when a test fails.
Package require implements the same assertions as the `assert` package but stops test execution when a test fails.
github.com/stretchr/testify/suite
Package suite contains logic for creating testing suite structs and running the methods on those structs as tests.
Package suite contains logic for creating testing suite structs and running the methods on those structs as tests.
github.com/syndtr/gocapability/capability
Package capability provides utilities for manipulating POSIX capabilities.
Package capability provides utilities for manipulating POSIX capabilities.
github.com/wader/filtertransport
Package filtertransport implements filtering http transport and proxy handler
Package filtertransport implements filtering http transport and proxy handler
github.com/zach-klippenstein/goregen
Package regen is a library for generating random strings from regular expressions.
Package regen is a library for generating random strings from regular expressions.
gitlab.com/yawning/obfs4.git/common/csrand
Package csrand implements the math/rand interface over crypto/rand, along with some utility functions for common random number/byte related tasks.
Package csrand implements the math/rand interface over crypto/rand, along with some utility functions for common random number/byte related tasks.
gitlab.com/yawning/obfs4.git/common/drbg
Package drbg implements a minimalistic DRBG based off SipHash-2-4 in OFB mode.
Package drbg implements a minimalistic DRBG based off SipHash-2-4 in OFB mode.
gitlab.com/yawning/obfs4.git/common/ntor
Package ntor implements the Tor Project's ntor handshake as defined in proposal 216 "Improved circuit-creation key exchange".
Package ntor implements the Tor Project's ntor handshake as defined in proposal 216 "Improved circuit-creation key exchange".
gitlab.com/yawning/obfs4.git/common/probdist
Package probdist implements a weighted probability distribution suitable for protocol parameterization.
Package probdist implements a weighted probability distribution suitable for protocol parameterization.
gitlab.com/yawning/obfs4.git/common/replayfilter
Package replayfilter implements a generic replay detection filter with a caller specifiable time-to-live.
Package replayfilter implements a generic replay detection filter with a caller specifiable time-to-live.
gitlab.com/yawning/obfs4.git/transports/base
Package base provides the common interface that each supported transport protocol must implement.
Package base provides the common interface that each supported transport protocol must implement.
gitlab.com/yawning/obfs4.git/transports/obfs4
Package obfs4 provides an implementation of the Tor Project's obfs4 obfuscation protocol.
Package obfs4 provides an implementation of the Tor Project's obfs4 obfuscation protocol.
gitlab.com/yawning/obfs4.git/transports/obfs4/framing
Package framing implements the obfs4 link framing and cryptography.
Package framing implements the obfs4 link framing and cryptography.
go.uber.org/atomic
Package atomic provides simple wrappers around numerics to enforce atomic access.
Package atomic provides simple wrappers around numerics to enforce atomic access.
go.uber.org/multierr
Package multierr allows combining one or more errors together.
Package multierr allows combining one or more errors together.
go.uber.org/zap
Package zap provides fast, structured, leveled logging.
Package zap provides fast, structured, leveled logging.
go.uber.org/zap/buffer
Package buffer provides a thin wrapper around a byte slice.
Package buffer provides a thin wrapper around a byte slice.
go.uber.org/zap/internal/bufferpool
Package bufferpool houses zap's shared internal buffer pool.
Package bufferpool houses zap's shared internal buffer pool.
go.uber.org/zap/internal/color
Package color adds coloring functionality for TTY output.
Package color adds coloring functionality for TTY output.
go.uber.org/zap/internal/exit
Package exit provides stubs so that unit tests can exercise code that calls os.Exit(1).
Package exit provides stubs so that unit tests can exercise code that calls os.Exit(1).
go.uber.org/zap/zapcore
Package zapcore defines and implements the low-level interfaces upon which zap is built.
Package zapcore defines and implements the low-level interfaces upon which zap is built.
golang.org/x/crypto/blake2b
Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693 and the extendable output function (XOF) BLAKE2Xb.
Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693 and the extendable output function (XOF) BLAKE2Xb.
golang.org/x/crypto/chacha20
Package chacha20 implements the ChaCha20 and XChaCha20 encryption algorithms as specified in RFC 8439 and draft-irtf-cfrg-xchacha-01.
Package chacha20 implements the ChaCha20 and XChaCha20 encryption algorithms as specified in RFC 8439 and draft-irtf-cfrg-xchacha-01.
golang.org/x/crypto/chacha20poly1305
Package chacha20poly1305 implements the ChaCha20-Poly1305 AEAD as specified in RFC 7539, and its extended nonce variant XChaCha20-Poly1305.
Package chacha20poly1305 implements the ChaCha20-Poly1305 AEAD as specified in RFC 7539, and its extended nonce variant XChaCha20-Poly1305.
golang.org/x/crypto/cryptobyte
Package cryptobyte contains types that help with parsing and constructing length-prefixed, binary messages, including ASN.1 DER.
Package cryptobyte contains types that help with parsing and constructing length-prefixed, binary messages, including ASN.1 DER.
golang.org/x/crypto/cryptobyte/asn1
Package asn1 contains supporting types for parsing and building ASN.1 messages with the cryptobyte package.
Package asn1 contains supporting types for parsing and building ASN.1 messages with the cryptobyte package.
golang.org/x/crypto/curve25519
Package curve25519 provides an implementation of the X25519 function, which performs scalar multiplication on the elliptic curve known as Curve25519.
Package curve25519 provides an implementation of the X25519 function, which performs scalar multiplication on the elliptic curve known as Curve25519.
golang.org/x/crypto/ed25519
Package ed25519 implements the Ed25519 signature algorithm.
Package ed25519 implements the Ed25519 signature algorithm.
golang.org/x/crypto/hkdf
Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869.
Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869.
golang.org/x/crypto/internal/chacha20
Package ChaCha20 implements the core ChaCha20 function as specified in https://tools.ietf.org/html/rfc7539#section-2.3.
Package ChaCha20 implements the core ChaCha20 function as specified in https://tools.ietf.org/html/rfc7539#section-2.3.
golang.org/x/crypto/internal/subtle
Package subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly.
Package subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly.
golang.org/x/crypto/nacl/box
Package box authenticates and encrypts small messages using public-key cryptography.
Package box authenticates and encrypts small messages using public-key cryptography.
golang.org/x/crypto/nacl/secretbox
Package secretbox encrypts and authenticates small messages.
Package secretbox encrypts and authenticates small messages.
golang.org/x/crypto/poly1305
Package poly1305 implements Poly1305 one-time message authentication code as specified in https://cr.yp.to/mac/poly1305-20050329.pdf.
Package poly1305 implements Poly1305 one-time message authentication code as specified in https://cr.yp.to/mac/poly1305-20050329.pdf.
golang.org/x/crypto/salsa20/salsa
Package salsa provides low-level access to functions in the Salsa family.
Package salsa provides low-level access to functions in the Salsa family.
golang.org/x/crypto/sha3
Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202.
Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202.
golang.org/x/crypto/ssh/terminal
Package terminal provides support functions for dealing with terminals, as commonly found on UNIX systems.
Package terminal provides support functions for dealing with terminals, as commonly found on UNIX systems.
golang.org/x/net/bpf
Package bpf implements marshaling and unmarshaling of programs for the Berkeley Packet Filter virtual machine, and provides a Go implementation of the virtual machine.
Package bpf implements marshaling and unmarshaling of programs for the Berkeley Packet Filter virtual machine, and provides a Go implementation of the virtual machine.
golang.org/x/net/context
Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes.
Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes.
golang.org/x/net/http/httpguts
Package httpguts provides functions implementing various details of the HTTP specification.
Package httpguts provides functions implementing various details of the HTTP specification.
golang.org/x/net/http2/hpack
Package hpack implements HPACK, a compression format for efficiently representing HTTP header fields in the context of HTTP/2.
Package hpack implements HPACK, a compression format for efficiently representing HTTP header fields in the context of HTTP/2.
golang.org/x/net/idna
Package idna implements IDNA2008 using the compatibility processing defined by UTS (Unicode Technical Standard) #46, which defines a standard to deal with the transition from IDNA2003.
Package idna implements IDNA2008 using the compatibility processing defined by UTS (Unicode Technical Standard) #46, which defines a standard to deal with the transition from IDNA2003.
golang.org/x/net/internal/iana
Package iana provides protocol number resources managed by the Internet Assigned Numbers Authority (IANA).
Package iana provides protocol number resources managed by the Internet Assigned Numbers Authority (IANA).
golang.org/x/net/internal/socket
Package socket provides a portable interface for socket system calls.
Package socket provides a portable interface for socket system calls.
golang.org/x/net/internal/timeseries
Package timeseries implements a time series structure for stats collection.
Package timeseries implements a time series structure for stats collection.
golang.org/x/net/ipv4
Package ipv4 implements IP-level socket options for the Internet Protocol version 4.
Package ipv4 implements IP-level socket options for the Internet Protocol version 4.
golang.org/x/net/ipv6
Package ipv6 implements IP-level socket options for the Internet Protocol version 6.
Package ipv6 implements IP-level socket options for the Internet Protocol version 6.
golang.org/x/net/proxy
Package proxy provides support for a variety of protocols to proxy network data.
Package proxy provides support for a variety of protocols to proxy network data.
golang.org/x/net/trace
Package trace implements tracing of requests and long-lived objects.
Package trace implements tracing of requests and long-lived objects.
golang.org/x/sync/errgroup
Package errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
Package errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
golang.org/x/sys/cpu
Package cpu implements processor feature detection for various CPU architectures.
Package cpu implements processor feature detection for various CPU architectures.
golang.org/x/sys/unix
Package unix contains an interface to the low-level operating system primitives.
Package unix contains an interface to the low-level operating system primitives.
golang.org/x/sys/windows
Package windows contains an interface to the low-level operating system primitives.
Package windows contains an interface to the low-level operating system primitives.
golang.org/x/text/secure/bidirule
Package bidirule implements the Bidi Rule defined by RFC 5893.
Package bidirule implements the Bidi Rule defined by RFC 5893.
golang.org/x/text/transform
Package transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations.
Package transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations.
golang.org/x/text/unicode/bidi
Package bidi contains functionality for bidirectional text support.
Package bidi contains functionality for bidirectional text support.
golang.org/x/text/unicode/norm
Package norm contains types and functions for normalizing Unicode strings.
Package norm contains types and functions for normalizing Unicode strings.
golang.org/x/tools/go/gcexportdata
Package gcexportdata provides functions for locating, reading, and writing export data files containing type information produced by the gc compiler.
Package gcexportdata provides functions for locating, reading, and writing export data files containing type information produced by the gc compiler.
golang.org/x/tools/go/internal/gcimporter
Package gcimporter provides various functions for reading gc-generated object files that can be used to implement the Importer interface defined by the Go 1.5 standard library package.
Package gcimporter provides various functions for reading gc-generated object files that can be used to implement the Importer interface defined by the Go 1.5 standard library package.
golang.org/x/tools/go/internal/packagesdriver
Package packagesdriver fetches type sizes for go/packages and go/analysis.
Package packagesdriver fetches type sizes for go/packages and go/analysis.
golang.org/x/tools/go/packages
Package packages loads Go packages for inspection and analysis.
Package packages loads Go packages for inspection and analysis.
golang.org/x/tools/internal/event
Package event provides a set of packages that cover the main concepts of telemetry in an implementation agnostic way.
Package event provides a set of packages that cover the main concepts of telemetry in an implementation agnostic way.
golang.org/x/tools/internal/event/core
Package core provides support for event based telemetry.
Package core provides support for event based telemetry.
golang.org/x/tools/internal/gocommand
Package gocommand is a helper for calling the go command.
Package gocommand is a helper for calling the go command.
golang.org/x/tools/internal/packagesinternal
Package packagesinternal exposes internal-only fields from go/packages.
Package packagesinternal exposes internal-only fields from go/packages.
golang.org/x/xerrors
Package xerrors implements functions to manipulate errors.
Package xerrors implements functions to manipulate errors.
tunnel-core module

Jump to

Keyboard shortcuts

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