Pinned Repositories
access_profiler
a tool to count accesses to member variables in c++ programs
bdecode
an efficient bdecoder / parser
btfs
a user space file system for efficiently downloading and seeding torrents
libsimulator
libsimulator is a library for building discrete event simulations, implementing the ``boost.asio`` API.
libtorrent
an efficient feature complete C++ bittorrent implementation
libtorrent-daemon
a bittorrent client for servers
libtorrent-webui
a WebUI implementation for libtorrent based clients
struct_layout
tool to show the structure layout of types in your C/C++ program, highlighting padding
try_signal
Turns signals within a scope into c++ exceptions
utrack
fast UDP bittorrent tracker
arvidn's Repositories
arvidn/libtorrent
an efficient feature complete C++ bittorrent implementation
arvidn/struct_layout
tool to show the structure layout of types in your C/C++ program, highlighting padding
arvidn/libtorrent-webui
a WebUI implementation for libtorrent based clients
arvidn/libsimulator
libsimulator is a library for building discrete event simulations, implementing the ``boost.asio`` API.
arvidn/bdecode
an efficient bdecoder / parser
arvidn/try_signal
Turns signals within a scope into c++ exceptions
arvidn/torrent-tools
tools for creating, inspecting and modifying torrent files
arvidn/bittorrent-trace
A tool to reconstruct and analyze bittorrent stream from a packet capture
arvidn/flags
A simple type-safe flag template library in C++
arvidn/torrent-analyzer
A tool to run statistics analysis on a set of .torrent files
arvidn/bootstrap-dht
DHT bootstrap server
arvidn/libtorrent-fuzz
fuzzing infrastructure for libtorrent
arvidn/qBittorrent
qBittorrent BitTorrent client
arvidn/bittorrent.org
arvidn/boost-asio-gnutls
GnuTLS wrapper for Boost.Asio
arvidn/kcov
Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options
arvidn/asio
Asio C++ Library
arvidn/cppkafka
Modern C++ Apache Kafka client library (wrapper for librdkafka)
arvidn/ed25519
Portable C implementation of Ed25519, a high-speed high-security public-key signature system.
arvidn/hffix
Financial Information Exchange Protocol C++ Library
arvidn/libdatachannel
C/C++ WebRTC Data Channels and Media Transport standalone library
arvidn/oss-fuzz
OSS-Fuzz - continuous fuzzing of open source software
arvidn/rust-gmp
gmp bindings for rust
arvidn/aiosqlite
asyncio bridge to the standard sqlite3 module
arvidn/beast
HTTP and WebSocket built on Boost.Asio in C++11
arvidn/bitcoin
Bitcoin Core integration/staging tree
arvidn/build
Boost.Build
arvidn/endian
Boost Endian library
arvidn/NamedType
Implementation of strong types in C++
arvidn/num-bigint
Big integer types for Rust