Directories ¶
Path | Synopsis |
---|---|
src
|
|
github.com/PuerkitoBio/goquery
Package goquery implements features similar to jQuery, including the chainable syntax, to manipulate and query an HTML document.
|
Package goquery implements features similar to jQuery, including the chainable syntax, to manipulate and query an HTML document. |
github.com/anacrolix/missinggo
Package missinggo contains miscellaneous helpers used in many of anacrolix' projects.
|
Package missinggo contains miscellaneous helpers used in many of anacrolix' projects. |
github.com/anacrolix/torrent
Package torrent implements a torrent client.
|
Package torrent implements a torrent client. |
github.com/anacrolix/torrent/cmd/dht-ping
Pings DHT nodes with the given network addresses.
|
Pings DHT nodes with the given network addresses. |
github.com/anacrolix/torrent/cmd/magnet-metainfo
Converts magnet URIs and info hashes into torrent metainfo files.
|
Converts magnet URIs and info hashes into torrent metainfo files. |
github.com/anacrolix/torrent/cmd/torrent
Downloads torrents from the command-line.
|
Downloads torrents from the command-line. |
github.com/anacrolix/torrent/cmd/torrent-pick
Downloads torrents from the command-line.
|
Downloads torrents from the command-line. |
github.com/anacrolix/torrent/cmd/torrentfs
Mounts a FUSE filesystem backed by torrents and magnet links.
|
Mounts a FUSE filesystem backed by torrents and magnet links. |
github.com/anacrolix/torrent/dht
Package DHT implements a DHT for use with the BitTorrent protocol, described in BEP 5: http://www.bittorrent.org/beps/bep_0005.html.
|
Package DHT implements a DHT for use with the BitTorrent protocol, described in BEP 5: http://www.bittorrent.org/beps/bep_0005.html. |
github.com/anacrolix/torrent/internal/pieceordering
Implements ordering of torrent piece indices for such purposes as download prioritization.
|
Implements ordering of torrent piece indices for such purposes as download prioritization. |
github.com/anacrolix/torrent/iplist
Package iplist handles the P2P Plaintext Format described by https://en.wikipedia.org/wiki/PeerGuardian#P2P_plaintext_format.
|
Package iplist handles the P2P Plaintext Format described by https://en.wikipedia.org/wiki/PeerGuardian#P2P_plaintext_format. |
github.com/anacrolix/torrent/logonce
Package logonce implements an io.Writer facade that only performs distinct writes.
|
Package logonce implements an io.Writer facade that only performs distinct writes. |
github.com/anacrolix/torrent/util/dirwatch
Package dirwatch provides filesystem-notification based tracking of torrent info files and magnet URIs in a directory.
|
Package dirwatch provides filesystem-notification based tracking of torrent info files and magnet URIs in a directory. |
github.com/anacrolix/utp
Package utp implements uTP, the micro transport protocol as used with Bittorrent.
|
Package utp implements uTP, the micro transport protocol as used with Bittorrent. |
github.com/andybalholm/cascadia
The cascadia package is an implementation of CSS selectors.
|
The cascadia package is an implementation of CSS selectors. |
github.com/bradfitz/iter
Package iter provides a syntantically different way to iterate over integers.
|
Package iter provides a syntantically different way to iterate over integers. |
github.com/elazarl/go-bindata-assetfs
assetfs allows packages to serve static content embedded with the go-bindata tool with the standard net/http package.
|
assetfs allows packages to serve static content embedded with the go-bindata tool with the standard net/http package. |
github.com/jpillora/ansi
Implements the ANSI VT100 control set.
|
Implements the ANSI VT100 control set. |
github.com/kardianos/osext
Extensions to the standard "os" package.
|
Extensions to the standard "os" package. |
github.com/ryszard/goskiplist/skiplist
Package skiplist implements skip list based maps and sets.
|
Package skiplist implements skip list based maps and sets. |
github.com/skratchdot/open-golang/open
Open a file, directory, or URI using the OS's default application for that object type.
|
Open a file, directory, or URI using the OS's default application for that object type. |
github.com/spacemonkeygo/monotime
Package monotime provides a monotonic timer for Go 1.2 Go 1.3 will support monotonic time on its own.
|
Package monotime provides a monotonic timer for Go 1.2 Go 1.3 will support monotonic time on its own. |
github.com/tylertreat/BoomFilters
Package boom implements probabilistic data structures for processing continuous, unbounded data streams.
|
Package boom implements probabilistic data structures for processing continuous, unbounded data streams. |
github.com/willf/bitset
Package bitset implements bitsets, a mapping between non-negative integers and boolean values.
|
Package bitset implements bitsets, a mapping between non-negative integers and boolean values. |
github.com/willf/bloom
Package bloom provides data structures and methods for creating Bloom filters.
|
Package bloom provides data structures and methods for creating Bloom filters. |
golang.org/x/net/html
Package html implements an HTML5-compliant tokenizer and parser.
|
Package html implements an HTML5-compliant tokenizer and parser. |
golang.org/x/net/html/atom
Package atom provides integer codes (also known as atoms) for a fixed set of frequently occurring HTML strings: tag names and attribute keys such as "p" and "id".
|
Package atom provides integer codes (also known as atoms) for a fixed set of frequently occurring HTML strings: tag names and attribute keys such as "p" and "id". |
golang.org/x/net/html/charset
Package charset provides common text encodings for HTML documents.
|
Package charset provides common text encodings for HTML documents. |
golang.org/x/net/websocket
Package websocket implements a client and server for the WebSocket protocol as specified in RFC 6455.
|
Package websocket implements a client and server for the WebSocket protocol as specified in RFC 6455. |
Click to show internal directories.
Click to hide internal directories.