Import libtorrent-rasterbar_2.0.6.orig.tar.xz
authorChristian Marillat <marillat@debian.org>
Sun, 17 Apr 2022 07:29:18 +0000 (08:29 +0100)
committerChristian Marillat <marillat@debian.org>
Sun, 17 Apr 2022 07:29:18 +0000 (08:29 +0100)
commit6373485692cb23be9b87a514b55b4600608d07e6
treef32fb434e7295c0fc3bf4a4306b1dee7c2ae946f
Import libtorrent-rasterbar_2.0.6.orig.tar.xz

[dgit import orig libtorrent-rasterbar_2.0.6.orig.tar.xz]
1162 files changed:
.cirrus.yml [new file with mode: 0644]
.github/CONTRIBUTING.rst [new file with mode: 0644]
.github/FUNDING.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE.md [new file with mode: 0644]
.github/SECURITY.md [new file with mode: 0644]
.github/codecov.yml [new file with mode: 0644]
.github/stale.yml [new file with mode: 0644]
.github/workflows/android.yml [new file with mode: 0644]
.github/workflows/cibuildwheel.yml [new file with mode: 0644]
.github/workflows/docs.yml [new file with mode: 0644]
.github/workflows/linux.yml [new file with mode: 0644]
.github/workflows/macos.yml [new file with mode: 0644]
.github/workflows/python.yml [new file with mode: 0644]
.github/workflows/windows.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
.lgtm.yml [new file with mode: 0644]
.pre-commit-config.yaml [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
Jamfile [new file with mode: 0644]
Jamroot.jam [new file with mode: 0644]
LICENSE [new file with mode: 0644]
LibtorrentRasterbarConfig.cmake.in [new file with mode: 0644]
Makefile [new file with mode: 0644]
NEWS [new file with mode: 0644]
README.rst [new file with mode: 0644]
appveyor.yml [new file with mode: 0644]
bindings/CMakeLists.txt [new file with mode: 0644]
bindings/Makefile.am [new file with mode: 0644]
bindings/README.txt [new file with mode: 0644]
bindings/c/Jamfile [new file with mode: 0644]
bindings/c/library.cpp [new file with mode: 0644]
bindings/c/libtorrent.h [new file with mode: 0644]
bindings/c/simple_client.c [new file with mode: 0644]
bindings/python/CMakeLists.txt [new file with mode: 0644]
bindings/python/Jamfile [new file with mode: 0644]
bindings/python/client.py [new file with mode: 0755]
bindings/python/dummy_data.py [new file with mode: 0644]
bindings/python/make_torrent.py [new file with mode: 0755]
bindings/python/setup.py [new file with mode: 0644]
bindings/python/setup.py.cmake.in [new file with mode: 0644]
bindings/python/simple_client.py [new file with mode: 0755]
bindings/python/src/alert.cpp [new file with mode: 0644]
bindings/python/src/boost_python.hpp [new file with mode: 0644]
bindings/python/src/bytes.hpp [new file with mode: 0644]
bindings/python/src/converters.cpp [new file with mode: 0644]
bindings/python/src/create_torrent.cpp [new file with mode: 0644]
bindings/python/src/datetime.cpp [new file with mode: 0644]
bindings/python/src/entry.cpp [new file with mode: 0644]
bindings/python/src/error_code.cpp [new file with mode: 0644]
bindings/python/src/fingerprint.cpp [new file with mode: 0644]
bindings/python/src/gil.hpp [new file with mode: 0644]
bindings/python/src/info_hash.cpp [new file with mode: 0644]
bindings/python/src/ip_filter.cpp [new file with mode: 0644]
bindings/python/src/magnet_uri.cpp [new file with mode: 0644]
bindings/python/src/module.cpp [new file with mode: 0644]
bindings/python/src/optional.hpp [new file with mode: 0644]
bindings/python/src/peer_info.cpp [new file with mode: 0644]
bindings/python/src/session.cpp [new file with mode: 0644]
bindings/python/src/session_settings.cpp [new file with mode: 0644]
bindings/python/src/sha1_hash.cpp [new file with mode: 0644]
bindings/python/src/sha256_hash.cpp [new file with mode: 0644]
bindings/python/src/string.cpp [new file with mode: 0644]
bindings/python/src/torrent_handle.cpp [new file with mode: 0644]
bindings/python/src/torrent_info.cpp [new file with mode: 0644]
bindings/python/src/torrent_status.cpp [new file with mode: 0644]
bindings/python/src/utility.cpp [new file with mode: 0644]
bindings/python/src/version.cpp [new file with mode: 0644]
bindings/python/test.py [new file with mode: 0644]
clang_tidy.jam [new file with mode: 0644]
cmake/Modules/FindLibGcrypt.cmake [new file with mode: 0644]
cmake/Modules/GeneratePkgConfig.cmake [new file with mode: 0644]
cmake/Modules/GeneratePkgConfig/generate-pkg-config.cmake.in [new file with mode: 0644]
cmake/Modules/GeneratePkgConfig/pkg-config.cmake.in [new file with mode: 0644]
cmake/Modules/GeneratePkgConfig/target-compile-settings.cmake.in [new file with mode: 0644]
cmake/Modules/LibtorrentMacros.cmake [new file with mode: 0644]
cmake/Modules/ucm_flags.cmake [new file with mode: 0644]
deps/asio-gnutls/Jamfile [new file with mode: 0644]
deps/asio-gnutls/LICENSE_1_0.txt [new file with mode: 0644]
deps/asio-gnutls/README.md [new file with mode: 0644]
deps/asio-gnutls/include/boost/asio/gnutls.hpp [new file with mode: 0644]
deps/asio-gnutls/include/boost/asio/gnutls/context.hpp [new file with mode: 0644]
deps/asio-gnutls/include/boost/asio/gnutls/context_base.hpp [new file with mode: 0644]
deps/asio-gnutls/include/boost/asio/gnutls/error.hpp [new file with mode: 0644]
deps/asio-gnutls/include/boost/asio/gnutls/host_name_verification.hpp [new file with mode: 0644]
deps/asio-gnutls/include/boost/asio/gnutls/rfc2818_verification.hpp [new file with mode: 0644]
deps/asio-gnutls/include/boost/asio/gnutls/stream.hpp [new file with mode: 0644]
deps/asio-gnutls/include/boost/asio/gnutls/stream_base.hpp [new file with mode: 0644]
deps/asio-gnutls/include/boost/asio/gnutls/verify_context.hpp [new file with mode: 0644]
deps/asio-gnutls/test/gnutls/Jamfile.v2 [new file with mode: 0644]
deps/asio-gnutls/test/gnutls/context.cpp [new file with mode: 0644]
deps/asio-gnutls/test/gnutls/context_base.cpp [new file with mode: 0644]
deps/asio-gnutls/test/gnutls/error.cpp [new file with mode: 0644]
deps/asio-gnutls/test/gnutls/host_name_verification.cpp [new file with mode: 0644]
deps/asio-gnutls/test/gnutls/rfc2818_verification.cpp [new file with mode: 0644]
deps/asio-gnutls/test/gnutls/stream.cpp [new file with mode: 0644]
deps/asio-gnutls/test/gnutls/stream_base.cpp [new file with mode: 0644]
deps/asio-gnutls/test/unit_test.hpp [new file with mode: 0644]
deps/try_signal/CMakeLists.txt [new file with mode: 0644]
deps/try_signal/Jamfile [new file with mode: 0644]
deps/try_signal/LICENSE [new file with mode: 0644]
deps/try_signal/README.rst [new file with mode: 0644]
deps/try_signal/appveyor.yml [new file with mode: 0644]
deps/try_signal/example.cpp [new file with mode: 0644]
deps/try_signal/project-root.jam [new file with mode: 0644]
deps/try_signal/signal_error_code.cpp [new file with mode: 0644]
deps/try_signal/signal_error_code.hpp [new file with mode: 0644]
deps/try_signal/test.cpp [new file with mode: 0644]
deps/try_signal/try_signal.cpp [new file with mode: 0644]
deps/try_signal/try_signal.hpp [new file with mode: 0644]
deps/try_signal/try_signal_mingw.hpp [new file with mode: 0644]
deps/try_signal/try_signal_msvc.hpp [new file with mode: 0644]
deps/try_signal/try_signal_posix.hpp [new file with mode: 0644]
docs/2020 Q4 Mozilla Libtorrent Report Public Report.pdf [new file with mode: 0644]
docs/build_version.sh [new file with mode: 0755]
docs/building.rst [new file with mode: 0644]
docs/client_test.rst [new file with mode: 0644]
docs/contributing.rst [new file with mode: 0644]
docs/dht_extensions.rst [new file with mode: 0644]
docs/dht_rss.rst [new file with mode: 0644]
docs/dht_sec.rst [new file with mode: 0644]
docs/dht_store.rst [new file with mode: 0644]
docs/examples.rst [new file with mode: 0644]
docs/extension_protocol.rst [new file with mode: 0644]
docs/features.rst [new file with mode: 0644]
docs/filter-rst.py [new file with mode: 0644]
docs/fuzzing.rst [new file with mode: 0644]
docs/gen_reference_doc.py [new file with mode: 0644]
docs/gen_settings_doc.py [new file with mode: 0755]
docs/gen_stats_doc.py [new file with mode: 0755]
docs/gen_todo.py [new file with mode: 0755]
docs/hacking.rst [new file with mode: 0644]
docs/header.rst [new file with mode: 0644]
docs/hunspell/en_US.aff [new file with mode: 0644]
docs/hunspell/en_US.dic [new file with mode: 0644]
docs/hunspell/libtorrent.dic [new file with mode: 0644]
docs/img/bitcoin.png [new file with mode: 0644]
docs/img/complete_bit_prefixes.png [new file with mode: 0644]
docs/img/cwnd.png [new file with mode: 0644]
docs/img/delays.png [new file with mode: 0644]
docs/img/hacking.diagram [new file with mode: 0644]
docs/img/hash_distribution.png [new file with mode: 0644]
docs/img/ip_id_v4.png [new file with mode: 0644]
docs/img/ip_id_v6.png [new file with mode: 0644]
docs/img/logo-bw.svg [new file with mode: 0644]
docs/img/logo-color-text-vertical.svg [new file with mode: 0644]
docs/img/logo-color-text.png [new file with mode: 0644]
docs/img/logo-color-text.svg [new file with mode: 0644]
docs/img/logo-color.svg [new file with mode: 0644]
docs/img/logo.svg [new file with mode: 0644]
docs/img/our_delay_base.png [new file with mode: 0644]
docs/img/pp-acceptance-medium.png [new file with mode: 0644]
docs/img/read_disk_buffers.diagram [new file with mode: 0644]
docs/img/screenshot.png [new file with mode: 0644]
docs/img/storage.diagram [new file with mode: 0644]
docs/img/troubleshooting.dot [new file with mode: 0644]
docs/img/utp_stack.diagram [new file with mode: 0644]
docs/img/write_disk_buffers.diagram [new file with mode: 0644]
docs/include/libtorrent/add_torrent_params.hpp [new file with mode: 0644]
docs/include/libtorrent/address.hpp [new file with mode: 0644]
docs/include/libtorrent/alert.hpp [new file with mode: 0644]
docs/include/libtorrent/alert_types.hpp [new file with mode: 0644]
docs/include/libtorrent/announce_entry.hpp [new file with mode: 0644]
docs/include/libtorrent/assert.hpp [new file with mode: 0644]
docs/include/libtorrent/bdecode.hpp [new file with mode: 0644]
docs/include/libtorrent/bencode.hpp [new file with mode: 0644]
docs/include/libtorrent/bitfield.hpp [new file with mode: 0644]
docs/include/libtorrent/bloom_filter.hpp [new file with mode: 0644]
docs/include/libtorrent/bt_peer_connection.hpp [new file with mode: 0644]
docs/include/libtorrent/choker.hpp [new file with mode: 0644]
docs/include/libtorrent/client_data.hpp [new file with mode: 0644]
docs/include/libtorrent/close_reason.hpp [new file with mode: 0644]
docs/include/libtorrent/config.hpp [new file with mode: 0644]
docs/include/libtorrent/copy_ptr.hpp [new file with mode: 0644]
docs/include/libtorrent/crc32c.hpp [new file with mode: 0644]
docs/include/libtorrent/create_torrent.hpp [new file with mode: 0644]
docs/include/libtorrent/deadline_timer.hpp [new file with mode: 0644]
docs/include/libtorrent/debug.hpp [new file with mode: 0644]
docs/include/libtorrent/disabled_disk_io.hpp [new file with mode: 0644]
docs/include/libtorrent/disk_buffer_holder.hpp [new file with mode: 0644]
docs/include/libtorrent/disk_interface.hpp [new file with mode: 0644]
docs/include/libtorrent/disk_observer.hpp [new file with mode: 0644]
docs/include/libtorrent/download_priority.hpp [new file with mode: 0644]
docs/include/libtorrent/entry.hpp [new file with mode: 0644]
docs/include/libtorrent/enum_net.hpp [new file with mode: 0644]
docs/include/libtorrent/error.hpp [new file with mode: 0644]
docs/include/libtorrent/error_code.hpp [new file with mode: 0644]
docs/include/libtorrent/extensions.hpp [new file with mode: 0644]
docs/include/libtorrent/file.hpp [new file with mode: 0644]
docs/include/libtorrent/file_storage.hpp [new file with mode: 0644]
docs/include/libtorrent/fingerprint.hpp [new file with mode: 0644]
docs/include/libtorrent/flags.hpp [new file with mode: 0644]
docs/include/libtorrent/fwd.hpp [new file with mode: 0644]
docs/include/libtorrent/gzip.hpp [new file with mode: 0644]
docs/include/libtorrent/hash_picker.hpp [new file with mode: 0644]
docs/include/libtorrent/hasher.hpp [new file with mode: 0644]
docs/include/libtorrent/hex.hpp [new file with mode: 0644]
docs/include/libtorrent/http_connection.hpp [new file with mode: 0644]
docs/include/libtorrent/http_parser.hpp [new file with mode: 0644]
docs/include/libtorrent/http_seed_connection.hpp [new file with mode: 0644]
docs/include/libtorrent/http_stream.hpp [new file with mode: 0644]
docs/include/libtorrent/http_tracker_connection.hpp [new file with mode: 0644]
docs/include/libtorrent/i2p_stream.hpp [new file with mode: 0644]
docs/include/libtorrent/identify_client.hpp [new file with mode: 0644]
docs/include/libtorrent/index_range.hpp [new file with mode: 0644]
docs/include/libtorrent/info_hash.hpp [new file with mode: 0644]
docs/include/libtorrent/io.hpp [new file with mode: 0644]
docs/include/libtorrent/io_context.hpp [new file with mode: 0644]
docs/include/libtorrent/io_service.hpp [new file with mode: 0644]
docs/include/libtorrent/ip_filter.hpp [new file with mode: 0644]
docs/include/libtorrent/ip_voter.hpp [new file with mode: 0644]
docs/include/libtorrent/libtorrent.hpp [new file with mode: 0644]
docs/include/libtorrent/link.hpp [new file with mode: 0644]
docs/include/libtorrent/lsd.hpp [new file with mode: 0644]
docs/include/libtorrent/magnet_uri.hpp [new file with mode: 0644]
docs/include/libtorrent/mmap_disk_io.hpp [new file with mode: 0644]
docs/include/libtorrent/mmap_storage.hpp [new file with mode: 0644]
docs/include/libtorrent/natpmp.hpp [new file with mode: 0644]
docs/include/libtorrent/netlink.hpp [new file with mode: 0644]
docs/include/libtorrent/operations.hpp [new file with mode: 0644]
docs/include/libtorrent/optional.hpp [new file with mode: 0644]
docs/include/libtorrent/parse_url.hpp [new file with mode: 0644]
docs/include/libtorrent/part_file.hpp [new file with mode: 0644]
docs/include/libtorrent/pe_crypto.hpp [new file with mode: 0644]
docs/include/libtorrent/peer.hpp [new file with mode: 0644]
docs/include/libtorrent/peer_class.hpp [new file with mode: 0644]
docs/include/libtorrent/peer_class_set.hpp [new file with mode: 0644]
docs/include/libtorrent/peer_class_type_filter.hpp [new file with mode: 0644]
docs/include/libtorrent/peer_connection.hpp [new file with mode: 0644]
docs/include/libtorrent/peer_connection_handle.hpp [new file with mode: 0644]
docs/include/libtorrent/peer_connection_interface.hpp [new file with mode: 0644]
docs/include/libtorrent/peer_id.hpp [new file with mode: 0644]
docs/include/libtorrent/peer_info.hpp [new file with mode: 0644]
docs/include/libtorrent/peer_list.hpp [new file with mode: 0644]
docs/include/libtorrent/peer_request.hpp [new file with mode: 0644]
docs/include/libtorrent/performance_counters.hpp [new file with mode: 0644]
docs/include/libtorrent/pex_flags.hpp [new file with mode: 0644]
docs/include/libtorrent/piece_block.hpp [new file with mode: 0644]
docs/include/libtorrent/piece_block_progress.hpp [new file with mode: 0644]
docs/include/libtorrent/piece_picker.hpp [new file with mode: 0644]
docs/include/libtorrent/platform_util.hpp [new file with mode: 0644]
docs/include/libtorrent/portmap.hpp [new file with mode: 0644]
docs/include/libtorrent/posix_disk_io.hpp [new file with mode: 0644]
docs/include/libtorrent/proxy_base.hpp [new file with mode: 0644]
docs/include/libtorrent/puff.hpp [new file with mode: 0644]
docs/include/libtorrent/random.hpp [new file with mode: 0644]
docs/include/libtorrent/read_resume_data.hpp [new file with mode: 0644]
docs/include/libtorrent/request_blocks.hpp [new file with mode: 0644]
docs/include/libtorrent/resolve_links.hpp [new file with mode: 0644]
docs/include/libtorrent/session.hpp [new file with mode: 0644]
docs/include/libtorrent/session_handle.hpp [new file with mode: 0644]
docs/include/libtorrent/session_params.hpp [new file with mode: 0644]
docs/include/libtorrent/session_settings.hpp [new file with mode: 0644]
docs/include/libtorrent/session_stats.hpp [new file with mode: 0644]
docs/include/libtorrent/session_status.hpp [new file with mode: 0644]
docs/include/libtorrent/session_types.hpp [new file with mode: 0644]
docs/include/libtorrent/settings_pack.hpp [new file with mode: 0644]
docs/include/libtorrent/sha1.hpp [new file with mode: 0644]
docs/include/libtorrent/sha1_hash.hpp [new file with mode: 0644]
docs/include/libtorrent/sha256.hpp [new file with mode: 0644]
docs/include/libtorrent/sliding_average.hpp [new file with mode: 0644]
docs/include/libtorrent/socket.hpp [new file with mode: 0644]
docs/include/libtorrent/socket_io.hpp [new file with mode: 0644]
docs/include/libtorrent/socket_type.hpp [new file with mode: 0644]
docs/include/libtorrent/socks5_stream.hpp [new file with mode: 0644]
docs/include/libtorrent/span.hpp [new file with mode: 0644]
docs/include/libtorrent/ssl.hpp [new file with mode: 0644]
docs/include/libtorrent/ssl_stream.hpp [new file with mode: 0644]
docs/include/libtorrent/stack_allocator.hpp [new file with mode: 0644]
docs/include/libtorrent/stat.hpp [new file with mode: 0644]
docs/include/libtorrent/stat_cache.hpp [new file with mode: 0644]
docs/include/libtorrent/storage.hpp [new file with mode: 0644]
docs/include/libtorrent/storage_defs.hpp [new file with mode: 0644]
docs/include/libtorrent/string_util.hpp [new file with mode: 0644]
docs/include/libtorrent/string_view.hpp [new file with mode: 0644]
docs/include/libtorrent/tailqueue.hpp [new file with mode: 0644]
docs/include/libtorrent/time.hpp [new file with mode: 0644]
docs/include/libtorrent/torrent.hpp [new file with mode: 0644]
docs/include/libtorrent/torrent_flags.hpp [new file with mode: 0644]
docs/include/libtorrent/torrent_handle.hpp [new file with mode: 0644]
docs/include/libtorrent/torrent_info.hpp [new file with mode: 0644]
docs/include/libtorrent/torrent_peer.hpp [new file with mode: 0644]
docs/include/libtorrent/torrent_peer_allocator.hpp [new file with mode: 0644]
docs/include/libtorrent/torrent_status.hpp [new file with mode: 0644]
docs/include/libtorrent/tracker_manager.hpp [new file with mode: 0644]
docs/include/libtorrent/truncate.hpp [new file with mode: 0644]
docs/include/libtorrent/udp_socket.hpp [new file with mode: 0644]
docs/include/libtorrent/udp_tracker_connection.hpp [new file with mode: 0644]
docs/include/libtorrent/union_endpoint.hpp [new file with mode: 0644]
docs/include/libtorrent/units.hpp [new file with mode: 0644]
docs/include/libtorrent/upnp.hpp [new file with mode: 0644]
docs/include/libtorrent/utf8.hpp [new file with mode: 0644]
docs/include/libtorrent/vector_utils.hpp [new file with mode: 0644]
docs/include/libtorrent/version.hpp [new file with mode: 0644]
docs/include/libtorrent/web_connection_base.hpp [new file with mode: 0644]
docs/include/libtorrent/web_peer_connection.hpp [new file with mode: 0644]
docs/include/libtorrent/write_resume_data.hpp [new file with mode: 0644]
docs/include/libtorrent/xml_parse.hpp [new file with mode: 0644]
docs/index.rst [new file with mode: 0644]
docs/makefile [new file with mode: 0644]
docs/manual.rst [new file with mode: 0644]
docs/plain_text_out.txt [new file with mode: 0644]
docs/projects.rst [new file with mode: 0644]
docs/python_binding.rst [new file with mode: 0644]
docs/security-audit.rst [new file with mode: 0644]
docs/settings-ref.rst [new file with mode: 0644]
docs/single-page-ref.rst [new file with mode: 0644]
docs/streaming.rst [new file with mode: 0644]
docs/style.css [new file with mode: 0644]
docs/stylesheet [new file with mode: 0644]
docs/template.txt [new file with mode: 0644]
docs/template2.txt [new file with mode: 0644]
docs/troubleshooting.rst [new file with mode: 0644]
docs/troubleshooting_thumb.png [new file with mode: 0644]
docs/tuning.rst [new file with mode: 0644]
docs/tutorial.rst [new file with mode: 0644]
docs/udp_tracker_protocol.rst [new file with mode: 0644]
docs/upgrade_to_1.2.rst [new file with mode: 0644]
docs/upgrade_to_2.0.rst [new file with mode: 0644]
docs/utp.rst [new file with mode: 0644]
examples/CMakeLists.txt [new file with mode: 0644]
examples/Jamfile [new file with mode: 0644]
examples/Makefile.am [new file with mode: 0644]
examples/bt-get.cpp [new file with mode: 0644]
examples/bt-get2.cpp [new file with mode: 0644]
examples/bt-get3.cpp [new file with mode: 0644]
examples/client_test.cpp [new file with mode: 0644]
examples/cmake/FindLibtorrentRasterbar.cmake [new file with mode: 0644]
examples/connection_tester.cpp [new file with mode: 0644]
examples/custom_storage.cpp [new file with mode: 0644]
examples/dump_bdecode.cpp [new file with mode: 0644]
examples/dump_torrent.cpp [new file with mode: 0644]
examples/make_torrent.cpp [new file with mode: 0644]
examples/print.cpp [new file with mode: 0644]
examples/print.hpp [new file with mode: 0644]
examples/run_benchmarks.py [new file with mode: 0755]
examples/session_view.cpp [new file with mode: 0644]
examples/session_view.hpp [new file with mode: 0644]
examples/simple_client.cpp [new file with mode: 0644]
examples/stats_counters.cpp [new file with mode: 0644]
examples/torrent2magnet.cpp [new file with mode: 0644]
examples/torrent_view.cpp [new file with mode: 0644]
examples/torrent_view.hpp [new file with mode: 0644]
examples/upnp_test.cpp [new file with mode: 0644]
fuzzers/Jamfile [new file with mode: 0644]
fuzzers/LICENSE [new file with mode: 0644]
fuzzers/README.rst [new file with mode: 0644]
fuzzers/main.cpp [new file with mode: 0644]
fuzzers/minimize.sh [new file with mode: 0755]
fuzzers/run.sh [new file with mode: 0755]
fuzzers/src/add_torrent.cpp [new file with mode: 0644]
fuzzers/src/base32decode.cpp [new file with mode: 0644]
fuzzers/src/base32encode.cpp [new file with mode: 0644]
fuzzers/src/base64encode.cpp [new file with mode: 0644]
fuzzers/src/bdecode_node.cpp [new file with mode: 0644]
fuzzers/src/convert_from_native.cpp [new file with mode: 0644]
fuzzers/src/convert_to_native.cpp [new file with mode: 0644]
fuzzers/src/dht_node.cpp [new file with mode: 0644]
fuzzers/src/escape_path.cpp [new file with mode: 0644]
fuzzers/src/escape_string.cpp [new file with mode: 0644]
fuzzers/src/file_storage_add_file.cpp [new file with mode: 0644]
fuzzers/src/gzip.cpp [new file with mode: 0644]
fuzzers/src/http_parser.cpp [new file with mode: 0644]
fuzzers/src/http_tracker.cpp [new file with mode: 0644]
fuzzers/src/idna.cpp [new file with mode: 0644]
fuzzers/src/parse_int.cpp [new file with mode: 0644]
fuzzers/src/parse_magnet_uri.cpp [new file with mode: 0644]
fuzzers/src/parse_url.cpp [new file with mode: 0644]
fuzzers/src/peer_conn.cpp [new file with mode: 0644]
fuzzers/src/read_bits.hpp [new file with mode: 0644]
fuzzers/src/resume_data.cpp [new file with mode: 0644]
fuzzers/src/sanitize_path.cpp [new file with mode: 0644]
fuzzers/src/session_params.cpp [new file with mode: 0644]
fuzzers/src/torrent_info.cpp [new file with mode: 0644]
fuzzers/src/upnp.cpp [new file with mode: 0644]
fuzzers/src/utf8_codepoint.cpp [new file with mode: 0644]
fuzzers/src/utp.cpp [new file with mode: 0644]
fuzzers/src/verify_encoding.cpp [new file with mode: 0644]
fuzzers/tools/generate_initial_corpus.py [new file with mode: 0644]
fuzzers/tools/unify_corpus_names.py [new file with mode: 0644]
include/libtorrent/add_torrent_params.hpp [new file with mode: 0644]
include/libtorrent/address.hpp [new file with mode: 0644]
include/libtorrent/alert.hpp [new file with mode: 0644]
include/libtorrent/alert_types.hpp [new file with mode: 0644]
include/libtorrent/announce_entry.hpp [new file with mode: 0644]
include/libtorrent/assert.hpp [new file with mode: 0644]
include/libtorrent/aux_/alert_manager.hpp [new file with mode: 0644]
include/libtorrent/aux_/aligned_storage.hpp [new file with mode: 0644]
include/libtorrent/aux_/aligned_union.hpp [new file with mode: 0644]
include/libtorrent/aux_/alloca.hpp [new file with mode: 0644]
include/libtorrent/aux_/allocating_handler.hpp [new file with mode: 0644]
include/libtorrent/aux_/announce_entry.hpp [new file with mode: 0644]
include/libtorrent/aux_/apply_pad_files.hpp [new file with mode: 0644]
include/libtorrent/aux_/array.hpp [new file with mode: 0644]
include/libtorrent/aux_/bandwidth_limit.hpp [new file with mode: 0644]
include/libtorrent/aux_/bandwidth_manager.hpp [new file with mode: 0644]
include/libtorrent/aux_/bandwidth_queue_entry.hpp [new file with mode: 0644]
include/libtorrent/aux_/bandwidth_socket.hpp [new file with mode: 0644]
include/libtorrent/aux_/bind_to_device.hpp [new file with mode: 0644]
include/libtorrent/aux_/buffer.hpp [new file with mode: 0644]
include/libtorrent/aux_/byteswap.hpp [new file with mode: 0644]
include/libtorrent/aux_/chained_buffer.hpp [new file with mode: 0644]
include/libtorrent/aux_/container_wrapper.hpp [new file with mode: 0644]
include/libtorrent/aux_/cpuid.hpp [new file with mode: 0644]
include/libtorrent/aux_/deferred_handler.hpp [new file with mode: 0644]
include/libtorrent/aux_/deprecated.hpp [new file with mode: 0644]
include/libtorrent/aux_/deque.hpp [new file with mode: 0644]
include/libtorrent/aux_/dev_random.hpp [new file with mode: 0644]
include/libtorrent/aux_/directory.hpp [new file with mode: 0644]
include/libtorrent/aux_/disable_deprecation_warnings_push.hpp [new file with mode: 0644]
include/libtorrent/aux_/disable_warnings_pop.hpp [new file with mode: 0644]
include/libtorrent/aux_/disable_warnings_push.hpp [new file with mode: 0644]
include/libtorrent/aux_/disk_buffer_pool.hpp [new file with mode: 0644]
include/libtorrent/aux_/disk_io_thread_pool.hpp [new file with mode: 0644]
include/libtorrent/aux_/disk_job_fence.hpp [new file with mode: 0644]
include/libtorrent/aux_/disk_job_pool.hpp [new file with mode: 0644]
include/libtorrent/aux_/ed25519.hpp [new file with mode: 0644]
include/libtorrent/aux_/escape_string.hpp [new file with mode: 0644]
include/libtorrent/aux_/export.hpp [new file with mode: 0644]
include/libtorrent/aux_/ffs.hpp [new file with mode: 0644]
include/libtorrent/aux_/file_pointer.hpp [new file with mode: 0644]
include/libtorrent/aux_/file_progress.hpp [new file with mode: 0644]
include/libtorrent/aux_/file_view_pool.hpp [new file with mode: 0644]
include/libtorrent/aux_/generate_peer_id.hpp [new file with mode: 0644]
include/libtorrent/aux_/has_block.hpp [new file with mode: 0644]
include/libtorrent/aux_/hasher512.hpp [new file with mode: 0644]
include/libtorrent/aux_/heterogeneous_queue.hpp [new file with mode: 0644]
include/libtorrent/aux_/instantiate_connection.hpp [new file with mode: 0644]
include/libtorrent/aux_/invariant_check.hpp [new file with mode: 0644]
include/libtorrent/aux_/io.hpp [new file with mode: 0644]
include/libtorrent/aux_/ip_helpers.hpp [new file with mode: 0644]
include/libtorrent/aux_/ip_notifier.hpp [new file with mode: 0644]
include/libtorrent/aux_/keepalive.hpp [new file with mode: 0644]
include/libtorrent/aux_/listen_socket_handle.hpp [new file with mode: 0644]
include/libtorrent/aux_/lsd.hpp [new file with mode: 0644]
include/libtorrent/aux_/merkle.hpp [new file with mode: 0644]
include/libtorrent/aux_/merkle_tree.hpp [new file with mode: 0644]
include/libtorrent/aux_/mmap.hpp [new file with mode: 0644]
include/libtorrent/aux_/mmap_disk_job.hpp [new file with mode: 0644]
include/libtorrent/aux_/noexcept_movable.hpp [new file with mode: 0644]
include/libtorrent/aux_/numeric_cast.hpp [new file with mode: 0644]
include/libtorrent/aux_/open_mode.hpp [new file with mode: 0644]
include/libtorrent/aux_/packet_buffer.hpp [new file with mode: 0644]
include/libtorrent/aux_/packet_pool.hpp [new file with mode: 0644]
include/libtorrent/aux_/path.hpp [new file with mode: 0644]
include/libtorrent/aux_/polymorphic_socket.hpp [new file with mode: 0644]
include/libtorrent/aux_/pool.hpp [new file with mode: 0644]
include/libtorrent/aux_/portmap.hpp [new file with mode: 0644]
include/libtorrent/aux_/posix_part_file.hpp [new file with mode: 0644]
include/libtorrent/aux_/posix_storage.hpp [new file with mode: 0644]
include/libtorrent/aux_/proxy_settings.hpp [new file with mode: 0644]
include/libtorrent/aux_/range.hpp [new file with mode: 0644]
include/libtorrent/aux_/receive_buffer.hpp [new file with mode: 0644]
include/libtorrent/aux_/resolver.hpp [new file with mode: 0644]
include/libtorrent/aux_/resolver_interface.hpp [new file with mode: 0644]
include/libtorrent/aux_/route.h [new file with mode: 0644]
include/libtorrent/aux_/scope_end.hpp [new file with mode: 0644]
include/libtorrent/aux_/session_call.hpp [new file with mode: 0644]
include/libtorrent/aux_/session_impl.hpp [new file with mode: 0644]
include/libtorrent/aux_/session_interface.hpp [new file with mode: 0644]
include/libtorrent/aux_/session_settings.hpp [new file with mode: 0644]
include/libtorrent/aux_/session_udp_sockets.hpp [new file with mode: 0644]
include/libtorrent/aux_/set_socket_buffer.hpp [new file with mode: 0644]
include/libtorrent/aux_/set_traffic_class.hpp [new file with mode: 0644]
include/libtorrent/aux_/sha512.hpp [new file with mode: 0644]
include/libtorrent/aux_/socket_type.hpp [new file with mode: 0644]
include/libtorrent/aux_/storage_free_list.hpp [new file with mode: 0644]
include/libtorrent/aux_/storage_utils.hpp [new file with mode: 0644]
include/libtorrent/aux_/store_buffer.hpp [new file with mode: 0644]
include/libtorrent/aux_/string_ptr.hpp [new file with mode: 0644]
include/libtorrent/aux_/strview_less.hpp [new file with mode: 0644]
include/libtorrent/aux_/suggest_piece.hpp [new file with mode: 0644]
include/libtorrent/aux_/throw.hpp [new file with mode: 0644]
include/libtorrent/aux_/time.hpp [new file with mode: 0644]
include/libtorrent/aux_/timestamp_history.hpp [new file with mode: 0644]
include/libtorrent/aux_/torrent_impl.hpp [new file with mode: 0644]
include/libtorrent/aux_/torrent_list.hpp [new file with mode: 0644]
include/libtorrent/aux_/unique_ptr.hpp [new file with mode: 0644]
include/libtorrent/aux_/utp_socket_manager.hpp [new file with mode: 0644]
include/libtorrent/aux_/utp_stream.hpp [new file with mode: 0644]
include/libtorrent/aux_/vector.hpp [new file with mode: 0644]
include/libtorrent/aux_/win_cng.hpp [new file with mode: 0644]
include/libtorrent/aux_/win_crypto_provider.hpp [new file with mode: 0644]
include/libtorrent/aux_/win_util.hpp [new file with mode: 0644]
include/libtorrent/aux_/windows.hpp [new file with mode: 0644]
include/libtorrent/bdecode.hpp [new file with mode: 0644]
include/libtorrent/bencode.hpp [new file with mode: 0644]
include/libtorrent/bitfield.hpp [new file with mode: 0644]
include/libtorrent/bloom_filter.hpp [new file with mode: 0644]
include/libtorrent/bt_peer_connection.hpp [new file with mode: 0644]
include/libtorrent/choker.hpp [new file with mode: 0644]
include/libtorrent/client_data.hpp [new file with mode: 0644]
include/libtorrent/close_reason.hpp [new file with mode: 0644]
include/libtorrent/config.hpp [new file with mode: 0644]
include/libtorrent/copy_ptr.hpp [new file with mode: 0644]
include/libtorrent/crc32c.hpp [new file with mode: 0644]
include/libtorrent/create_torrent.hpp [new file with mode: 0644]
include/libtorrent/deadline_timer.hpp [new file with mode: 0644]
include/libtorrent/debug.hpp [new file with mode: 0644]
include/libtorrent/disabled_disk_io.hpp [new file with mode: 0644]
include/libtorrent/disk_buffer_holder.hpp [new file with mode: 0644]
include/libtorrent/disk_interface.hpp [new file with mode: 0644]
include/libtorrent/disk_observer.hpp [new file with mode: 0644]
include/libtorrent/download_priority.hpp [new file with mode: 0644]
include/libtorrent/entry.hpp [new file with mode: 0644]
include/libtorrent/enum_net.hpp [new file with mode: 0644]
include/libtorrent/error.hpp [new file with mode: 0644]
include/libtorrent/error_code.hpp [new file with mode: 0644]
include/libtorrent/extensions.hpp [new file with mode: 0644]
include/libtorrent/extensions/smart_ban.hpp [new file with mode: 0644]
include/libtorrent/extensions/ut_metadata.hpp [new file with mode: 0644]
include/libtorrent/extensions/ut_pex.hpp [new file with mode: 0644]
include/libtorrent/file.hpp [new file with mode: 0644]
include/libtorrent/file_storage.hpp [new file with mode: 0644]
include/libtorrent/fingerprint.hpp [new file with mode: 0644]
include/libtorrent/flags.hpp [new file with mode: 0644]
include/libtorrent/fwd.hpp [new file with mode: 0644]
include/libtorrent/gzip.hpp [new file with mode: 0644]
include/libtorrent/hash_picker.hpp [new file with mode: 0644]
include/libtorrent/hasher.hpp [new file with mode: 0644]
include/libtorrent/hex.hpp [new file with mode: 0644]
include/libtorrent/http_connection.hpp [new file with mode: 0644]
include/libtorrent/http_parser.hpp [new file with mode: 0644]
include/libtorrent/http_seed_connection.hpp [new file with mode: 0644]
include/libtorrent/http_stream.hpp [new file with mode: 0644]
include/libtorrent/http_tracker_connection.hpp [new file with mode: 0644]
include/libtorrent/i2p_stream.hpp [new file with mode: 0644]
include/libtorrent/identify_client.hpp [new file with mode: 0644]
include/libtorrent/index_range.hpp [new file with mode: 0644]
include/libtorrent/info_hash.hpp [new file with mode: 0644]
include/libtorrent/io.hpp [new file with mode: 0644]
include/libtorrent/io_context.hpp [new file with mode: 0644]
include/libtorrent/io_service.hpp [new file with mode: 0644]
include/libtorrent/ip_filter.hpp [new file with mode: 0644]
include/libtorrent/ip_voter.hpp [new file with mode: 0644]
include/libtorrent/kademlia/announce_flags.hpp [new file with mode: 0644]
include/libtorrent/kademlia/dht_observer.hpp [new file with mode: 0644]
include/libtorrent/kademlia/dht_settings.hpp [new file with mode: 0644]
include/libtorrent/kademlia/dht_state.hpp [new file with mode: 0644]
include/libtorrent/kademlia/dht_storage.hpp [new file with mode: 0644]
include/libtorrent/kademlia/dht_tracker.hpp [new file with mode: 0644]
include/libtorrent/kademlia/direct_request.hpp [new file with mode: 0644]
include/libtorrent/kademlia/dos_blocker.hpp [new file with mode: 0644]
include/libtorrent/kademlia/ed25519.hpp [new file with mode: 0644]
include/libtorrent/kademlia/find_data.hpp [new file with mode: 0644]
include/libtorrent/kademlia/get_item.hpp [new file with mode: 0644]
include/libtorrent/kademlia/get_peers.hpp [new file with mode: 0644]
include/libtorrent/kademlia/io.hpp [new file with mode: 0644]
include/libtorrent/kademlia/item.hpp [new file with mode: 0644]
include/libtorrent/kademlia/msg.hpp [new file with mode: 0644]
include/libtorrent/kademlia/node.hpp [new file with mode: 0644]
include/libtorrent/kademlia/node_entry.hpp [new file with mode: 0644]
include/libtorrent/kademlia/node_id.hpp [new file with mode: 0644]
include/libtorrent/kademlia/observer.hpp [new file with mode: 0644]
include/libtorrent/kademlia/put_data.hpp [new file with mode: 0644]
include/libtorrent/kademlia/refresh.hpp [new file with mode: 0644]
include/libtorrent/kademlia/routing_table.hpp [new file with mode: 0644]
include/libtorrent/kademlia/rpc_manager.hpp [new file with mode: 0644]
include/libtorrent/kademlia/sample_infohashes.hpp [new file with mode: 0644]
include/libtorrent/kademlia/traversal_algorithm.hpp [new file with mode: 0644]
include/libtorrent/kademlia/types.hpp [new file with mode: 0644]
include/libtorrent/libtorrent.hpp [new file with mode: 0644]
include/libtorrent/link.hpp [new file with mode: 0644]
include/libtorrent/lsd.hpp [new file with mode: 0644]
include/libtorrent/magnet_uri.hpp [new file with mode: 0644]
include/libtorrent/mmap_disk_io.hpp [new file with mode: 0644]
include/libtorrent/mmap_storage.hpp [new file with mode: 0644]
include/libtorrent/natpmp.hpp [new file with mode: 0644]
include/libtorrent/netlink.hpp [new file with mode: 0644]
include/libtorrent/operations.hpp [new file with mode: 0644]
include/libtorrent/optional.hpp [new file with mode: 0644]
include/libtorrent/parse_url.hpp [new file with mode: 0644]
include/libtorrent/part_file.hpp [new file with mode: 0644]
include/libtorrent/pe_crypto.hpp [new file with mode: 0644]
include/libtorrent/peer.hpp [new file with mode: 0644]
include/libtorrent/peer_class.hpp [new file with mode: 0644]
include/libtorrent/peer_class_set.hpp [new file with mode: 0644]
include/libtorrent/peer_class_type_filter.hpp [new file with mode: 0644]
include/libtorrent/peer_connection.hpp [new file with mode: 0644]
include/libtorrent/peer_connection_handle.hpp [new file with mode: 0644]
include/libtorrent/peer_connection_interface.hpp [new file with mode: 0644]
include/libtorrent/peer_id.hpp [new file with mode: 0644]
include/libtorrent/peer_info.hpp [new file with mode: 0644]
include/libtorrent/peer_list.hpp [new file with mode: 0644]
include/libtorrent/peer_request.hpp [new file with mode: 0644]
include/libtorrent/performance_counters.hpp [new file with mode: 0644]
include/libtorrent/pex_flags.hpp [new file with mode: 0644]
include/libtorrent/piece_block.hpp [new file with mode: 0644]
include/libtorrent/piece_block_progress.hpp [new file with mode: 0644]
include/libtorrent/piece_picker.hpp [new file with mode: 0644]
include/libtorrent/platform_util.hpp [new file with mode: 0644]
include/libtorrent/portmap.hpp [new file with mode: 0644]
include/libtorrent/posix_disk_io.hpp [new file with mode: 0644]
include/libtorrent/proxy_base.hpp [new file with mode: 0644]
include/libtorrent/puff.hpp [new file with mode: 0644]
include/libtorrent/random.hpp [new file with mode: 0644]
include/libtorrent/read_resume_data.hpp [new file with mode: 0644]
include/libtorrent/request_blocks.hpp [new file with mode: 0644]
include/libtorrent/resolve_links.hpp [new file with mode: 0644]
include/libtorrent/session.hpp [new file with mode: 0644]
include/libtorrent/session_handle.hpp [new file with mode: 0644]
include/libtorrent/session_params.hpp [new file with mode: 0644]
include/libtorrent/session_settings.hpp [new file with mode: 0644]
include/libtorrent/session_stats.hpp [new file with mode: 0644]
include/libtorrent/session_status.hpp [new file with mode: 0644]
include/libtorrent/session_types.hpp [new file with mode: 0644]
include/libtorrent/settings_pack.hpp [new file with mode: 0644]
include/libtorrent/sha1.hpp [new file with mode: 0644]
include/libtorrent/sha1_hash.hpp [new file with mode: 0644]
include/libtorrent/sha256.hpp [new file with mode: 0644]
include/libtorrent/sliding_average.hpp [new file with mode: 0644]
include/libtorrent/socket.hpp [new file with mode: 0644]
include/libtorrent/socket_io.hpp [new file with mode: 0644]
include/libtorrent/socket_type.hpp [new file with mode: 0644]
include/libtorrent/socks5_stream.hpp [new file with mode: 0644]
include/libtorrent/span.hpp [new file with mode: 0644]
include/libtorrent/ssl.hpp [new file with mode: 0644]
include/libtorrent/ssl_stream.hpp [new file with mode: 0644]
include/libtorrent/stack_allocator.hpp [new file with mode: 0644]
include/libtorrent/stat.hpp [new file with mode: 0644]
include/libtorrent/stat_cache.hpp [new file with mode: 0644]
include/libtorrent/storage.hpp [new file with mode: 0644]
include/libtorrent/storage_defs.hpp [new file with mode: 0644]
include/libtorrent/string_util.hpp [new file with mode: 0644]
include/libtorrent/string_view.hpp [new file with mode: 0644]
include/libtorrent/tailqueue.hpp [new file with mode: 0644]
include/libtorrent/time.hpp [new file with mode: 0644]
include/libtorrent/torrent.hpp [new file with mode: 0644]
include/libtorrent/torrent_flags.hpp [new file with mode: 0644]
include/libtorrent/torrent_handle.hpp [new file with mode: 0644]
include/libtorrent/torrent_info.hpp [new file with mode: 0644]
include/libtorrent/torrent_peer.hpp [new file with mode: 0644]
include/libtorrent/torrent_peer_allocator.hpp [new file with mode: 0644]
include/libtorrent/torrent_status.hpp [new file with mode: 0644]
include/libtorrent/tracker_manager.hpp [new file with mode: 0644]
include/libtorrent/truncate.hpp [new file with mode: 0644]
include/libtorrent/udp_socket.hpp [new file with mode: 0644]
include/libtorrent/udp_tracker_connection.hpp [new file with mode: 0644]
include/libtorrent/union_endpoint.hpp [new file with mode: 0644]
include/libtorrent/units.hpp [new file with mode: 0644]
include/libtorrent/upnp.hpp [new file with mode: 0644]
include/libtorrent/utf8.hpp [new file with mode: 0644]
include/libtorrent/vector_utils.hpp [new file with mode: 0644]
include/libtorrent/version.hpp [new file with mode: 0644]
include/libtorrent/web_connection_base.hpp [new file with mode: 0644]
include/libtorrent/web_peer_connection.hpp [new file with mode: 0644]
include/libtorrent/write_resume_data.hpp [new file with mode: 0644]
include/libtorrent/xml_parse.hpp [new file with mode: 0644]
project-config.jam [new file with mode: 0644]
pyproject.toml [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
simulation/Jamfile [new file with mode: 0644]
simulation/create_torrent.cpp [new file with mode: 0644]
simulation/create_torrent.hpp [new file with mode: 0644]
simulation/disk_io.cpp [new file with mode: 0644]
simulation/disk_io.hpp [new file with mode: 0644]
simulation/fake_peer.hpp [new file with mode: 0644]
simulation/make_proxy_settings.hpp [new file with mode: 0644]
simulation/setup_dht.cpp [new file with mode: 0644]
simulation/setup_dht.hpp [new file with mode: 0644]
simulation/setup_swarm.cpp [new file with mode: 0644]
simulation/setup_swarm.hpp [new file with mode: 0644]
simulation/test_auto_manage.cpp [new file with mode: 0644]
simulation/test_checking.cpp [new file with mode: 0644]
simulation/test_dht.cpp [new file with mode: 0644]
simulation/test_dht_bootstrap.cpp [new file with mode: 0644]
simulation/test_dht_rate_limit.cpp [new file with mode: 0644]
simulation/test_dht_storage.cpp [new file with mode: 0644]
simulation/test_error_handling.cpp [new file with mode: 0644]
simulation/test_fast_extensions.cpp [new file with mode: 0644]
simulation/test_file_pool.cpp [new file with mode: 0644]
simulation/test_http_connection.cpp [new file with mode: 0644]
simulation/test_ip_filter.cpp [new file with mode: 0644]
simulation/test_metadata_extension.cpp [new file with mode: 0644]
simulation/test_optimistic_unchoke.cpp [new file with mode: 0644]
simulation/test_pause.cpp [new file with mode: 0644]
simulation/test_pe_crypto.cpp [new file with mode: 0644]
simulation/test_peer_connection.cpp [new file with mode: 0644]
simulation/test_save_resume.cpp [new file with mode: 0644]
simulation/test_session.cpp [new file with mode: 0644]
simulation/test_socks5.cpp [new file with mode: 0644]
simulation/test_super_seeding.cpp [new file with mode: 0644]
simulation/test_swarm.cpp [new file with mode: 0644]
simulation/test_thread_pool.cpp [new file with mode: 0644]
simulation/test_timeout.cpp [new file with mode: 0644]
simulation/test_torrent_status.cpp [new file with mode: 0644]
simulation/test_tracker.cpp [new file with mode: 0644]
simulation/test_transfer.cpp [new file with mode: 0644]
simulation/test_transfer_matrix.cpp [new file with mode: 0644]
simulation/test_utp.cpp [new file with mode: 0644]
simulation/test_web_seed.cpp [new file with mode: 0644]
simulation/transfer_sim.cpp [new file with mode: 0644]
simulation/transfer_sim.hpp [new file with mode: 0644]
simulation/utils.cpp [new file with mode: 0644]
simulation/utils.hpp [new file with mode: 0644]
src/add_torrent_params.cpp [new file with mode: 0644]
src/alert.cpp [new file with mode: 0644]
src/alert_manager.cpp [new file with mode: 0644]
src/announce_entry.cpp [new file with mode: 0644]
src/assert.cpp [new file with mode: 0644]
src/bandwidth_limit.cpp [new file with mode: 0644]
src/bandwidth_manager.cpp [new file with mode: 0644]
src/bandwidth_queue_entry.cpp [new file with mode: 0644]
src/bdecode.cpp [new file with mode: 0644]
src/bitfield.cpp [new file with mode: 0644]
src/bloom_filter.cpp [new file with mode: 0644]
src/bt_peer_connection.cpp [new file with mode: 0644]
src/chained_buffer.cpp [new file with mode: 0644]
src/choker.cpp [new file with mode: 0644]
src/close_reason.cpp [new file with mode: 0644]
src/copy_file.cpp [new file with mode: 0644]
src/cpuid.cpp [new file with mode: 0644]
src/crc32c.cpp [new file with mode: 0644]
src/create_torrent.cpp [new file with mode: 0644]
src/directory.cpp [new file with mode: 0644]
src/disabled_disk_io.cpp [new file with mode: 0644]
src/disk_buffer_holder.cpp [new file with mode: 0644]
src/disk_buffer_pool.cpp [new file with mode: 0644]
src/disk_interface.cpp [new file with mode: 0644]
src/disk_io_thread_pool.cpp [new file with mode: 0644]
src/disk_job_fence.cpp [new file with mode: 0644]
src/disk_job_pool.cpp [new file with mode: 0644]
src/ed25519/LICENSE [new file with mode: 0644]
src/ed25519/add_scalar.cpp [new file with mode: 0644]
src/ed25519/fe.cpp [new file with mode: 0644]
src/ed25519/fe.h [new file with mode: 0644]
src/ed25519/fixedint.h [new file with mode: 0644]
src/ed25519/ge.cpp [new file with mode: 0644]
src/ed25519/ge.h [new file with mode: 0644]
src/ed25519/hasher512.cpp [new file with mode: 0644]
src/ed25519/key_exchange.cpp [new file with mode: 0644]
src/ed25519/keypair.cpp [new file with mode: 0644]
src/ed25519/precomp_data.h [new file with mode: 0644]
src/ed25519/sc.cpp [new file with mode: 0644]
src/ed25519/sc.h [new file with mode: 0644]
src/ed25519/sha512.cpp [new file with mode: 0644]
src/ed25519/sign.cpp [new file with mode: 0644]
src/ed25519/verify.cpp [new file with mode: 0644]
src/entry.cpp [new file with mode: 0644]
src/enum_net.cpp [new file with mode: 0644]
src/error_code.cpp [new file with mode: 0644]
src/escape_string.cpp [new file with mode: 0644]
src/ffs.cpp [new file with mode: 0644]
src/file.cpp [new file with mode: 0644]
src/file_progress.cpp [new file with mode: 0644]
src/file_storage.cpp [new file with mode: 0644]
src/file_view_pool.cpp [new file with mode: 0644]
src/fingerprint.cpp [new file with mode: 0644]
src/generate_peer_id.cpp [new file with mode: 0644]
src/gzip.cpp [new file with mode: 0644]
src/hash_picker.cpp [new file with mode: 0644]
src/hasher.cpp [new file with mode: 0644]
src/hex.cpp [new file with mode: 0644]
src/http_connection.cpp [new file with mode: 0644]
src/http_parser.cpp [new file with mode: 0644]
src/http_seed_connection.cpp [new file with mode: 0644]
src/http_tracker_connection.cpp [new file with mode: 0644]
src/i2p_stream.cpp [new file with mode: 0644]
src/identify_client.cpp [new file with mode: 0644]
src/instantiate_connection.cpp [new file with mode: 0644]
src/ip_filter.cpp [new file with mode: 0644]
src/ip_helpers.cpp [new file with mode: 0644]
src/ip_notifier.cpp [new file with mode: 0644]
src/ip_voter.cpp [new file with mode: 0644]
src/kademlia/dht_settings.cpp [new file with mode: 0644]
src/kademlia/dht_state.cpp [new file with mode: 0644]
src/kademlia/dht_storage.cpp [new file with mode: 0644]
src/kademlia/dht_tracker.cpp [new file with mode: 0644]
src/kademlia/dos_blocker.cpp [new file with mode: 0644]
src/kademlia/ed25519.cpp [new file with mode: 0644]
src/kademlia/find_data.cpp [new file with mode: 0644]
src/kademlia/get_item.cpp [new file with mode: 0644]
src/kademlia/get_peers.cpp [new file with mode: 0644]
src/kademlia/item.cpp [new file with mode: 0644]
src/kademlia/msg.cpp [new file with mode: 0644]
src/kademlia/node.cpp [new file with mode: 0644]
src/kademlia/node_entry.cpp [new file with mode: 0644]
src/kademlia/node_id.cpp [new file with mode: 0644]
src/kademlia/put_data.cpp [new file with mode: 0644]
src/kademlia/refresh.cpp [new file with mode: 0644]
src/kademlia/routing_table.cpp [new file with mode: 0644]
src/kademlia/rpc_manager.cpp [new file with mode: 0644]
src/kademlia/sample_infohashes.cpp [new file with mode: 0644]
src/kademlia/traversal_algorithm.cpp [new file with mode: 0644]
src/listen_socket_handle.cpp [new file with mode: 0644]
src/lsd.cpp [new file with mode: 0644]
src/magnet_uri.cpp [new file with mode: 0644]
src/merkle.cpp [new file with mode: 0644]
src/merkle_tree.cpp [new file with mode: 0644]
src/mmap.cpp [new file with mode: 0644]
src/mmap_disk_io.cpp [new file with mode: 0644]
src/mmap_disk_job.cpp [new file with mode: 0644]
src/mmap_storage.cpp [new file with mode: 0644]
src/natpmp.cpp [new file with mode: 0644]
src/packet_buffer.cpp [new file with mode: 0644]
src/parse_url.cpp [new file with mode: 0644]
src/part_file.cpp [new file with mode: 0644]
src/path.cpp [new file with mode: 0644]
src/pe_crypto.cpp [new file with mode: 0644]
src/peer_class.cpp [new file with mode: 0644]
src/peer_class_set.cpp [new file with mode: 0644]
src/peer_connection.cpp [new file with mode: 0644]
src/peer_connection_handle.cpp [new file with mode: 0644]
src/peer_info.cpp [new file with mode: 0644]
src/peer_list.cpp [new file with mode: 0644]
src/performance_counters.cpp [new file with mode: 0644]
src/piece_picker.cpp [new file with mode: 0644]
src/platform_util.cpp [new file with mode: 0644]
src/posix_disk_io.cpp [new file with mode: 0644]
src/posix_part_file.cpp [new file with mode: 0644]
src/posix_storage.cpp [new file with mode: 0644]
src/proxy_base.cpp [new file with mode: 0644]
src/proxy_settings.cpp [new file with mode: 0644]
src/puff.cpp [new file with mode: 0644]
src/random.cpp [new file with mode: 0644]
src/read_resume_data.cpp [new file with mode: 0644]
src/receive_buffer.cpp [new file with mode: 0644]
src/request_blocks.cpp [new file with mode: 0644]
src/resolve_links.cpp [new file with mode: 0644]
src/resolver.cpp [new file with mode: 0644]
src/session.cpp [new file with mode: 0644]
src/session_call.cpp [new file with mode: 0644]
src/session_handle.cpp [new file with mode: 0644]
src/session_impl.cpp [new file with mode: 0644]
src/session_params.cpp [new file with mode: 0644]
src/session_settings.cpp [new file with mode: 0644]
src/session_stats.cpp [new file with mode: 0644]
src/settings_pack.cpp [new file with mode: 0644]
src/sha1.cpp [new file with mode: 0644]
src/sha1_hash.cpp [new file with mode: 0644]
src/sha256.cpp [new file with mode: 0644]
src/smart_ban.cpp [new file with mode: 0644]
src/socket_io.cpp [new file with mode: 0644]
src/socket_type.cpp [new file with mode: 0644]
src/socks5_stream.cpp [new file with mode: 0644]
src/ssl.cpp [new file with mode: 0644]
src/stack_allocator.cpp [new file with mode: 0644]
src/stat.cpp [new file with mode: 0644]
src/stat_cache.cpp [new file with mode: 0644]
src/storage_utils.cpp [new file with mode: 0644]
src/string_util.cpp [new file with mode: 0644]
src/time.cpp [new file with mode: 0644]
src/timestamp_history.cpp [new file with mode: 0644]
src/torrent.cpp [new file with mode: 0644]
src/torrent_handle.cpp [new file with mode: 0644]
src/torrent_info.cpp [new file with mode: 0644]
src/torrent_peer.cpp [new file with mode: 0644]
src/torrent_peer_allocator.cpp [new file with mode: 0644]
src/torrent_status.cpp [new file with mode: 0644]
src/tracker_manager.cpp [new file with mode: 0644]
src/truncate.cpp [new file with mode: 0644]
src/udp_socket.cpp [new file with mode: 0644]
src/udp_tracker_connection.cpp [new file with mode: 0644]
src/upnp.cpp [new file with mode: 0644]
src/ut_metadata.cpp [new file with mode: 0644]
src/ut_pex.cpp [new file with mode: 0644]
src/utf8.cpp [new file with mode: 0644]
src/utp_socket_manager.cpp [new file with mode: 0644]
src/utp_stream.cpp [new file with mode: 0644]
src/version.cpp [new file with mode: 0644]
src/web_connection_base.cpp [new file with mode: 0644]
src/web_peer_connection.cpp [new file with mode: 0644]
src/write_resume_data.cpp [new file with mode: 0644]
src/xml_parse.cpp [new file with mode: 0644]
test/CMakeLists.txt [new file with mode: 0644]
test/Jamfile [new file with mode: 0644]
test/bittorrent_peer.cpp [new file with mode: 0644]
test/bittorrent_peer.hpp [new file with mode: 0644]
test/broadcast_socket.cpp [new file with mode: 0644]
test/broadcast_socket.hpp [new file with mode: 0644]
test/corrupt.gz [new file with mode: 0644]
test/dht_server.cpp [new file with mode: 0644]
test/dht_server.hpp [new file with mode: 0644]
test/enum_if.cpp [new file with mode: 0644]
test/http_proxy.py [new file with mode: 0755]
test/invalid1.gz [new file with mode: 0644]
test/main.cpp [new file with mode: 0644]
test/make_torrent.cpp [new file with mode: 0644]
test/make_torrent.hpp [new file with mode: 0644]
test/mutable_test_torrents/test1.torrent [new file with mode: 0644]
test/mutable_test_torrents/test1_pad_files.torrent [new file with mode: 0644]
test/mutable_test_torrents/test1_single.torrent [new file with mode: 0644]
test/mutable_test_torrents/test1_single_padded.torrent [new file with mode: 0644]
test/mutable_test_torrents/test2.torrent [new file with mode: 0644]
test/mutable_test_torrents/test2_pad_files.torrent [new file with mode: 0644]
test/mutable_test_torrents/test3.torrent [new file with mode: 0644]
test/mutable_test_torrents/test3_pad_files.torrent [new file with mode: 0644]
test/peer_server.cpp [new file with mode: 0644]
test/peer_server.hpp [new file with mode: 0644]
test/print_alerts.cpp [new file with mode: 0644]
test/print_alerts.hpp [new file with mode: 0644]
test/root1.xml [new file with mode: 0644]
test/root2.xml [new file with mode: 0644]
test/root3.xml [new file with mode: 0644]
test/settings.cpp [new file with mode: 0644]
test/settings.hpp [new file with mode: 0644]
test/setup_transfer.cpp [new file with mode: 0644]
test/setup_transfer.hpp [new file with mode: 0644]
test/socks.py [new file with mode: 0755]
test/ssl/cert_request.pem [new file with mode: 0644]
test/ssl/dhparams.pem [new file with mode: 0644]
test/ssl/invalid_peer_certificate.pem [new file with mode: 0644]
test/ssl/invalid_peer_private_key.pem [new file with mode: 0644]
test/ssl/peer_certificate.pem [new file with mode: 0644]
test/ssl/peer_private_key.pem [new file with mode: 0644]
test/ssl/regenerate_test_certificate.sh [new file with mode: 0755]
test/ssl/root_ca_cert.pem [new file with mode: 0644]
test/ssl/root_ca_private.pem [new file with mode: 0644]
test/ssl/server.pem [new file with mode: 0644]
test/swarm_suite.cpp [new file with mode: 0644]
test/swarm_suite.hpp [new file with mode: 0644]
test/test.cpp [new file with mode: 0644]
test/test.hpp [new file with mode: 0644]
test/test_add_torrent.cpp [new file with mode: 0644]
test/test_alert_manager.cpp [new file with mode: 0644]
test/test_alert_types.cpp [new file with mode: 0644]
test/test_alloca.cpp [new file with mode: 0644]
test/test_apply_pad.cpp [new file with mode: 0644]
test/test_auto_unchoke.cpp [new file with mode: 0644]
test/test_bandwidth_limiter.cpp [new file with mode: 0644]
test/test_bdecode.cpp [new file with mode: 0644]
test/test_bencoding.cpp [new file with mode: 0644]
test/test_bitfield.cpp [new file with mode: 0644]
test/test_bloom_filter.cpp [new file with mode: 0644]
test/test_buffer.cpp [new file with mode: 0644]
test/test_checking.cpp [new file with mode: 0644]
test/test_copy_file.cpp [new file with mode: 0644]
test/test_crc32.cpp [new file with mode: 0644]
test/test_create_torrent.cpp [new file with mode: 0644]
test/test_dht.cpp [new file with mode: 0644]
test/test_dht_storage.cpp [new file with mode: 0644]
test/test_direct_dht.cpp [new file with mode: 0644]
test/test_dos_blocker.cpp [new file with mode: 0644]
test/test_ed25519.cpp [new file with mode: 0644]
test/test_enum_net.cpp [new file with mode: 0644]
test/test_fast_extension.cpp [new file with mode: 0644]
test/test_fence.cpp [new file with mode: 0644]
test/test_ffs.cpp [new file with mode: 0644]
test/test_file.cpp [new file with mode: 0644]
test/test_file_progress.cpp [new file with mode: 0644]
test/test_file_storage.cpp [new file with mode: 0644]
test/test_flags.cpp [new file with mode: 0644]
test/test_generate_peer_id.cpp [new file with mode: 0644]
test/test_gzip.cpp [new file with mode: 0644]
test/test_hash_picker.cpp [new file with mode: 0644]
test/test_hasher.cpp [new file with mode: 0644]
test/test_hasher512.cpp [new file with mode: 0644]
test/test_heterogeneous_queue.cpp [new file with mode: 0644]
test/test_http_connection.cpp [new file with mode: 0644]
test/test_http_parser.cpp [new file with mode: 0644]
test/test_identify_client.cpp [new file with mode: 0644]
test/test_info_hash.cpp [new file with mode: 0644]
test/test_io.cpp [new file with mode: 0644]
test/test_ip_filter.cpp [new file with mode: 0644]
test/test_ip_voter.cpp [new file with mode: 0644]
test/test_listen_socket.cpp [new file with mode: 0644]
test/test_lsd.cpp [new file with mode: 0644]
test/test_magnet.cpp [new file with mode: 0644]
test/test_merkle.cpp [new file with mode: 0644]
test/test_merkle_tree.cpp [new file with mode: 0644]
test/test_mmap.cpp [new file with mode: 0644]
test/test_natpmp.cpp [new file with mode: 0644]
test/test_packet_buffer.cpp [new file with mode: 0644]
test/test_part_file.cpp [new file with mode: 0644]
test/test_pe_crypto.cpp [new file with mode: 0644]
test/test_peer_classes.cpp [new file with mode: 0644]
test/test_peer_list.cpp [new file with mode: 0644]
test/test_peer_priority.cpp [new file with mode: 0644]
test/test_piece_picker.cpp [new file with mode: 0644]
test/test_primitives.cpp [new file with mode: 0644]
test/test_priority.cpp [new file with mode: 0644]
test/test_privacy.cpp [new file with mode: 0644]
test/test_read_piece.cpp [new file with mode: 0644]
test/test_read_resume.cpp [new file with mode: 0644]
test/test_receive_buffer.cpp [new file with mode: 0644]
test/test_recheck.cpp [new file with mode: 0644]
test/test_remap_files.cpp [new file with mode: 0644]
test/test_remove_torrent.cpp [new file with mode: 0644]
test/test_resolve_links.cpp [new file with mode: 0644]
test/test_resume.cpp [new file with mode: 0644]
test/test_session.cpp [new file with mode: 0644]
test/test_session_params.cpp [new file with mode: 0644]
test/test_settings_pack.cpp [new file with mode: 0644]
test/test_sha1_hash.cpp [new file with mode: 0644]
test/test_similar_torrent.cpp [new file with mode: 0644]
test/test_sliding_average.cpp [new file with mode: 0644]
test/test_socket_io.cpp [new file with mode: 0644]
test/test_span.cpp [new file with mode: 0644]
test/test_ssl.cpp [new file with mode: 0644]
test/test_stack_allocator.cpp [new file with mode: 0644]
test/test_stat_cache.cpp [new file with mode: 0644]
test/test_storage.cpp [new file with mode: 0644]
test/test_store_buffer.cpp [new file with mode: 0644]
test/test_string.cpp [new file with mode: 0644]
test/test_tailqueue.cpp [new file with mode: 0644]
test/test_threads.cpp [new file with mode: 0644]
test/test_time.cpp [new file with mode: 0644]
test/test_time_critical.cpp [new file with mode: 0644]
test/test_timestamp_history.cpp [new file with mode: 0644]
test/test_torrent.cpp [new file with mode: 0644]
test/test_torrent_info.cpp [new file with mode: 0644]
test/test_torrent_list.cpp [new file with mode: 0644]
test/test_torrents/absolute_filename.torrent [new file with mode: 0644]
test/test_torrents/backslash_path.torrent [new file with mode: 0644]
test/test_torrents/bad_name.torrent [new file with mode: 0644]
test/test_torrents/base.torrent [new file with mode: 0644]
test/test_torrents/creation_date.torrent [new file with mode: 0644]
test/test_torrents/duplicate_files.torrent [new file with mode: 0644]
test/test_torrents/duplicate_web_seeds.torrent [new file with mode: 0644]
test/test_torrents/empty-files-1.torrent [new file with mode: 0644]
test/test_torrents/empty-files-2.torrent [new file with mode: 0644]
test/test_torrents/empty-files-3.torrent [new file with mode: 0644]
test/test_torrents/empty-files-4.torrent [new file with mode: 0644]
test/test_torrents/empty-files-5.torrent [new file with mode: 0644]
test/test_torrents/empty_httpseed.torrent [new file with mode: 0644]
test/test_torrents/empty_path.torrent [new file with mode: 0644]
test/test_torrents/empty_path_multi.torrent [new file with mode: 0644]
test/test_torrents/hidden_parent_path.torrent [new file with mode: 0644]
test/test_torrents/httpseed.torrent [new file with mode: 0644]
test/test_torrents/invalid_file_size.torrent [new file with mode: 0644]
test/test_torrents/invalid_filename.torrent [new file with mode: 0644]
test/test_torrents/invalid_filename2.torrent [new file with mode: 0644]
test/test_torrents/invalid_info.torrent [new file with mode: 0644]
test/test_torrents/invalid_name.torrent [new file with mode: 0644]
test/test_torrents/invalid_name2.torrent [new file with mode: 0644]
test/test_torrents/invalid_name3.torrent [new file with mode: 0644]
test/test_torrents/invalid_path_list.torrent [new file with mode: 0644]
test/test_torrents/invalid_piece_len.torrent [new file with mode: 0644]
test/test_torrents/invalid_pieces.torrent [new file with mode: 0644]
test/test_torrents/invalid_symlink.torrent [new file with mode: 0644]
test/test_torrents/large.torrent [new file with mode: 0644]
test/test_torrents/long_name.torrent [new file with mode: 0644]
test/test_torrents/many_pieces.torrent [new file with mode: 0644]
test/test_torrents/missing_path_list.torrent [new file with mode: 0644]
test/test_torrents/missing_piece_len.torrent [new file with mode: 0644]
test/test_torrents/negative_file_size.torrent [new file with mode: 0644]
test/test_torrents/negative_piece_len.torrent [new file with mode: 0644]
test/test_torrents/negative_size.torrent [new file with mode: 0644]
test/test_torrents/no_creation_date.torrent [new file with mode: 0644]
test/test_torrents/no_files.torrent [new file with mode: 0644]
test/test_torrents/no_name.torrent [new file with mode: 0644]
test/test_torrents/overlapping_symlinks.torrent [new file with mode: 0644]
test/test_torrents/pad_file.torrent [new file with mode: 0644]
test/test_torrents/pad_file_no_path.torrent [new file with mode: 0644]
test/test_torrents/parent_path.torrent [new file with mode: 0644]
test/test_torrents/sample.torrent [new file with mode: 0644]
test/test_torrents/single_multi_file.torrent [new file with mode: 0644]
test/test_torrents/slash_path.torrent [new file with mode: 0644]
test/test_torrents/slash_path2.torrent [new file with mode: 0644]
test/test_torrents/slash_path3.torrent [new file with mode: 0644]
test/test_torrents/string.torrent [new file with mode: 0644]
test/test_torrents/symlink1.torrent [new file with mode: 0644]
test/test_torrents/symlink2.torrent [new file with mode: 0755]
test/test_torrents/symlink_zero_size.torrent [new file with mode: 0644]
test/test_torrents/unaligned_pieces.torrent [new file with mode: 0644]
test/test_torrents/unordered.torrent [new file with mode: 0644]
test/test_torrents/url_list.torrent [new file with mode: 0644]
test/test_torrents/url_list2.torrent [new file with mode: 0644]
test/test_torrents/url_list3.torrent [new file with mode: 0644]
test/test_torrents/url_seed.torrent [new file with mode: 0644]
test/test_torrents/url_seed_multi.torrent [new file with mode: 0644]
test/test_torrents/url_seed_multi_single_file.torrent [new file with mode: 0644]
test/test_torrents/url_seed_multi_space.torrent [new file with mode: 0644]
test/test_torrents/url_seed_multi_space_nolist.torrent [new file with mode: 0644]
test/test_torrents/v2.torrent [new file with mode: 0644]
test/test_torrents/v2_bad_file_alignment.torrent [new file with mode: 0644]
test/test_torrents/v2_deep_recursion.torrent [new file with mode: 0644]
test/test_torrents/v2_empty_file.torrent [new file with mode: 0644]
test/test_torrents/v2_hybrid.torrent [new file with mode: 0644]
test/test_torrents/v2_incomplete_piece_layer.torrent [new file with mode: 0644]
test/test_torrents/v2_invalid_file.torrent [new file with mode: 0644]
test/test_torrents/v2_invalid_filename.torrent [new file with mode: 0644]
test/test_torrents/v2_invalid_pad_file.torrent [new file with mode: 0644]
test/test_torrents/v2_invalid_piece_layer.torrent [new file with mode: 0644]
test/test_torrents/v2_invalid_piece_layer_size.torrent [new file with mode: 0644]
test/test_torrents/v2_invalid_root_hash.torrent [new file with mode: 0755]
test/test_torrents/v2_large_file.torrent [new file with mode: 0644]
test/test_torrents/v2_large_offset.torrent [new file with mode: 0644]
test/test_torrents/v2_mismatching_metadata.torrent [new file with mode: 0644]
test/test_torrents/v2_missing_file_root_invalid_symlink.torrent [new file with mode: 0644]
test/test_torrents/v2_multipiece_file.torrent [new file with mode: 0644]
test/test_torrents/v2_multiple_files.torrent [new file with mode: 0644]
test/test_torrents/v2_no_piece_layers.torrent [new file with mode: 0644]
test/test_torrents/v2_no_power2_piece.torrent [new file with mode: 0644]
test/test_torrents/v2_non_multiple_piece_layer.torrent [new file with mode: 0644]
test/test_torrents/v2_only.torrent [new file with mode: 0644]
test/test_torrents/v2_overlong_integer.torrent [new file with mode: 0644]
test/test_torrents/v2_piece_layer_invalid_file_hash.torrent [new file with mode: 0644]
test/test_torrents/v2_piece_size.torrent [new file with mode: 0644]
test/test_torrents/v2_symlinks.torrent [new file with mode: 0644]
test/test_torrents/v2_unordered_files.torrent [new file with mode: 0644]
test/test_torrents/v2_zero_root.torrent [new file with mode: 0644]
test/test_torrents/v2_zero_root_small.torrent [new file with mode: 0644]
test/test_torrents/whitespace_url.torrent [new file with mode: 0644]
test/test_torrents/zero.torrent [new file with mode: 0644]
test/test_torrents/zero2.torrent [new file with mode: 0644]
test/test_tracker.cpp [new file with mode: 0644]
test/test_transfer.cpp [new file with mode: 0644]
test/test_truncate.cpp [new file with mode: 0644]
test/test_upnp.cpp [new file with mode: 0644]
test/test_url_seed.cpp [new file with mode: 0644]
test/test_utf8.cpp [new file with mode: 0644]
test/test_utils.cpp [new file with mode: 0644]
test/test_utils.hpp [new file with mode: 0644]
test/test_utp.cpp [new file with mode: 0644]
test/test_web_seed.cpp [new file with mode: 0644]
test/test_web_seed_ban.cpp [new file with mode: 0644]
test/test_web_seed_chunked.cpp [new file with mode: 0644]
test/test_web_seed_http.cpp [new file with mode: 0644]
test/test_web_seed_http_pw.cpp [new file with mode: 0644]
test/test_web_seed_redirect.cpp [new file with mode: 0644]
test/test_web_seed_socks4.cpp [new file with mode: 0644]
test/test_web_seed_socks5.cpp [new file with mode: 0644]
test/test_web_seed_socks5_no_peers.cpp [new file with mode: 0644]
test/test_web_seed_socks5_pw.cpp [new file with mode: 0644]
test/test_xml.cpp [new file with mode: 0644]
test/udp_tracker.cpp [new file with mode: 0644]
test/udp_tracker.hpp [new file with mode: 0644]
test/utf8_test.txt [new file with mode: 0644]
test/valgrind_suppressions.txt [new file with mode: 0644]
test/web_seed_suite.cpp [new file with mode: 0644]
test/web_seed_suite.hpp [new file with mode: 0644]
test/web_server.py [new file with mode: 0644]
test/zeroes.gz [new file with mode: 0644]
tools/CMakeLists.txt [new file with mode: 0644]
tools/Jamfile [new file with mode: 0644]
tools/benchmark_checking.py [new file with mode: 0755]
tools/cibuildwheel/manylinux/build-openssl.sh [new file with mode: 0755]
tools/cibuildwheel/manylinux/build_utils.sh [new file with mode: 0755]
tools/cibuildwheel/manylinux/openssl-version.sh [new file with mode: 0755]
tools/cibuildwheel/setup_boost.sh [new file with mode: 0755]
tools/cibuildwheel/setup_ccache_on_manylinux.sh [new file with mode: 0755]
tools/cibuildwheel/setup_openssl.sh [new file with mode: 0755]
tools/clean.py [new file with mode: 0755]
tools/copyright.py [new file with mode: 0644]
tools/dht_flood.py [new file with mode: 0755]
tools/dht_put.cpp [new file with mode: 0644]
tools/dht_sample.cpp [new file with mode: 0644]
tools/disk_io_stress_test.cpp [new file with mode: 0644]
tools/gen_convenience_header.py [new file with mode: 0644]
tools/gen_fwd.py [new file with mode: 0644]
tools/libtorrent_lldb.py [new file with mode: 0644]
tools/parse_dht_log.py [new file with mode: 0755]
tools/parse_dht_rtt.py [new file with mode: 0755]
tools/parse_dht_stats.py [new file with mode: 0755]
tools/parse_lookup_log.py [new file with mode: 0755]
tools/parse_peer_log.py [new file with mode: 0755]
tools/parse_sample.py [new file with mode: 0755]
tools/parse_session_stats.py [new file with mode: 0755]
tools/parse_utp_log.py [new file with mode: 0755]
tools/run_benchmark.py [new file with mode: 0755]
tools/run_tests.sh [new file with mode: 0755]
tools/sanitizer-blacklist.txt [new file with mode: 0644]
tools/session_log_alerts.cpp [new file with mode: 0644]
tools/set_version.py [new file with mode: 0755]
tools/test_coverage.sh [new file with mode: 0755]
tools/update_copyright.py [new file with mode: 0755]
tools/vmstat.py [new file with mode: 0644]