Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libtorrent-rasterbar-devel-2.0.10-1.1 RPM for armv7hl

From OpenSuSE Ports Tumbleweed for armv7hl

Name: libtorrent-rasterbar-devel Distribution: openSUSE Tumbleweed
Version: 2.0.10 Vendor: openSUSE
Release: 1.1 Build date: Tue Feb 20 21:33:21 2024
Group: Development/Libraries/C and C++ Build host: i03-armsrv2
Size: 1979769 Source RPM: libtorrent-rasterbar-2.0.10-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://libtorrent.org/
Summary: Header files for libtorrent, a C++ implementation of the BitTorrent protocol
libtorrent-rasterbar is a C++ library that aims to be a good
alternative to all the other bittorrent implementations around.
It is a library and not a full featured client, although it comes
with a working example client.

This package holds the development files for libtorrent-rasterbar.

Provides

Requires

License

BSD-3-Clause

Changelog

* Mon Feb 19 2024 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 2.0.10
    * allow on_unknown_torrent method in the absence of active
      torrents (new plugin feature added)
    * add feature to async_move_storage() to not move files
    * fix reject resume data if it contains mismatching info hashes
    * fix clear the candidate_cache when clear peer_list
    * fix missing python converter for dht::announce_flags_t
  - Update _service file for manualrun
* Mon May 22 2023 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 2.0.9
    * fix issue with web seed connections when they close and
      re-open
    * fallocate() not supported is not a fatal error
    * fix proxying of IPv6 connections via IPv4 proxy
    * treat CGNAT address range as local IPs
    * add stricter checking of piece layers when loading torrents
    * add stricter checking of v1 and v2 hashes being consistent
    * cache failed DNS lookups as well as successful ones
    * add an i2p torrent state to control interactions with clear
      swarms
    * fix i2p SAM protocol parsing of quoted messages
    * expose i2p peer destination in peer_info
    * fix i2p tracker announces
    * fix issue with read_piece() stopping torrent on pieces not
      yet downloaded
    * improve handling of allow_i2p_mixed setting to work for
      magnet links
    * fix web seed request for renamed single-file torrents
    * fix issue where web seeds could disappear from resume data
    * extend save_resume with additional conditional flags
    * fix issue with retrying trackers in tiers > 0
    * fix last_upload and last_download resume data fields to use
      posix time
    * improve error messages for no_connect_privileged_ports, by
      untangle it from the port filter
    * fix I2P issue introduced in 2.0.0
    * add async tracker status query, post_trackers()
    * add async torrent status query, post_status()
    * support loading version 2 of resume data format
    * fix issue with odd piece sizes
    * add async piece availability query, post_piece_availability()
    * add async download queue query, post_download_queue()
    * add async file_progress query, post_file_progress()
    * add async peer_info query, post_peer_info()
* Thu Mar 23 2023 Martin Liška <mliska@suse.cz>
  - Enable LTO as it builds with now on ppc64.
* Sun Oct 23 2022 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 2.0.8
    * fix uTP streams timing out instead of closing cleanly
    * add write_torrent_file_buf() overload for generating
      .torrent files
    * add create_torrent::generate_buf() function to generate into
      a buffer
    * fix copy_file when the file ends with a sparse region
    * uTP performance, fix packet loss when sending is stalled
    * fix trackers being stuck after session pause/resume
    * fix bug in hash_picker with empty files
    * uTP performance, prevent premature timeouts/resends
    * add option to not memory map files below a certain size
    * settings_pack now returns default values when queried for
      missing settings
    * fix copy_file fall-back when SEEK_HOL/SEEK_DATA is not
      supported
    * improve error reporting from file copy and move
    * tweak pad file placement to match reference implementation
      (tail-padding)
    * uTP performance, more lenient nagle's algorithm to always
      allow one outstanding undersized packet
    * uTP performance, piggy-back held back undersized packet with
      ACKs
    * uTP performance, don't send redundant deferred ACKs
    * support incoming SOCKS5 packets with hostnames as source
      address, for UDP trackers
    * ignore duplicate network interface change notifications on
      linux
    * fix total_want/want accounting when forcing a recheck
    * fix merging metadata with magnet links added on top of
      existing torrents
    * add torrent_flag to default all file priorities to
      dont_download
    * fix &so= feature in magnet links
    * improve compatibility of SOCKS5 UDP ASSOCIATE
    * fix madvise range for flushing cache in mmap_storage
    * open files with no_cache set in O_SYNC mode
  - Drop 0001-Make-sure-boost-system-is-found-when-using-old-versi.patch
    (merged upstream)
* Wed Oct 05 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Add patch to fix the boost detection on Leap:
    * 0001-Make-sure-boost-system-is-found-when-using-old-versi.patch
* Sun Jul 17 2022 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 2.0.7
    * fix issue in use of copy_file_range()
    * avoid open-file race in the file_view_pool
    * fix issue where stop-when-ready would not close files
    * fix issue with duplicate hybrid torrent via separate v1 and
      v2 magnet links
    * added new function to load torrent files, load_torrent_*()
    * support sync_file_range()
    * fix issue in write_torrent_file() when file size is exactly
      piece size
    * fix file_num_blocks() and file_num_pieces() for empty files
    * add new overload to make_magnet_uri()
    * add missing protocol version to tracker_reply_alert and
      tracker_error_alert
    * fix privilege issue with SetFileValidData()
    * add asynchronous overload of torrent_handle::add_piece()
    * default to a single hashing thread, for full checks
    * Fix bug when checking files and the first piece is invalid
  - Drop libtorrent-rasterbar-2.0.6-fix_pkgconfig_creation.patch
    (no longer necessary)
* Sun May 08 2022 Luigi Baldoni <aloisio@gmx.com>
  - Add libtorrent-rasterbar-2.0.6-fix_pkgconfig_creation.patch to
    fix pkgconfig file properly
* Thu Apr 21 2022 Luigi Baldoni <aloisio@gmx.com>
  - Fix pkgconfig file for Leap 15.4
* Sat Apr 16 2022 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 2.0.6
    * fix issue creating a v2 torrent from torrent_info containing
      an empty file
    * make recheck files also update which files use partfile
    * add write_through disk_io_write_mode, which flushes pieces
      to disk immediately
    * improve copy file function to preserve sparse regions (when
      supported)
    * add function to truncate over-sized files part of a torrent
    * fix directory creation on windows shared folders
    * add flag to make add_files() not record file attributes
    * deprecate (unused) allow_partial_disk_writes settings
    * fix disk-full error reporting in mmap_disk_io
    * fixed similar-torrents feature for v2 torrents
    * fix potential unbounded recursion in add_completed_job, in
      disk I/O
    * deprecated (unused) volatile_read_cache setting
  - Drop libtorrent-rasterbar-boost_178.patch (merged upstream)
  - Switch to _service
* Tue Jan 11 2022 Luigi Baldoni <aloisio@gmx.com>
  - Revert last change
* Sat Jan 08 2022 Luigi Baldoni <aloisio@gmx.com>
  - Update boost version requirement
* Sun Jan 02 2022 Luigi Baldoni <aloisio@gmx.com>
  - Add libtorrent-rasterbar-boost_178.patch (fix Factory build)
* Sun Dec 05 2021 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 2.0.5
    * fix build with WolfSSL
    * fix issue where incoming uTP connections were not accepted
      over SOCKS5
    * fix several issues in handling of checking files of v2
      torrents, esp. from magnet links
    * make the token limit when parsing metadata from magnet files
      configurable
    * fix issue with stalled pieces on disk full errors
    * fix missing python binding for file_progress_flags
    * fix torrent_file_with_hashes() to fail when we don't have
      the piece layers
    * restore path character encoding conversion for non UTF-8
      locales
    * fix use-after-free bug in make_magnet_uri
    * add write_torrent_file() to produce a .torrent file from
      add_torrent_params
    * allow loading v2 .torrent files without piece layer
    * fix issue with adding v2 torrents with invalid file root hash
  - Drop libtorrent-rasterbar-2.0.4-handler-buffer.patch (merged
    upstream)
* Sun Oct 31 2021 Luigi Baldoni <aloisio@gmx.com>
  - Fix linking problem on ppc64
* Sat Sep 25 2021 Alexei Sorokin <sor.alexei@meowr.ru>
  - Add libtorrent-rasterbar-2.0.4-handler-buffer.patch: bump handler
    allocation sizes for boost-1.77 (commit 8ed34b67d).
* Mon Jun 07 2021 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 2.0.4
    * fix piece picker bug causing double-picks with
      prefer-contiguous enabled
    * expose session_params in python bindings
    * fix (deprecated) use of add_torrent_params::info_hash
    * fix issue creating and loading v2 torrents with empty files.
      Improves conformance to BEP52 reference implementation
* Mon Mar 29 2021 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 2.0.3
    * add new torrent_file_with_hashes() which includes piece
      layers for creating .torrent files
    * add file_prio_alert, posted when file priorities are updated
    * fix issue where set_piece_hashes() would not propagate file
      errors
    * add missing python binding for event_t
    * add convenience header libtorrent/libtorrent.hpp
    * increase default max_allowed_in_request_queue
    * fix loading non-ascii filenames on windows with torrent_info
      constructor (2.0 regression)
    * add std::hash<> specialization for info_hash_t
    * fix integer overflow in hash_picker and properly restrict
      max file sizes in torrents
    * strengthen SSRF mitigation for web seeds
* Fri Jan 08 2021 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 2.0.2
    * add v1() and v2() functions to torrent_info
    * fix piece_layers() to work for single-piece files
    * fix python binding regression in session constructor flags
    * fix unaligned piece requests in mmap_storage
    * improve client_data_t ergonomics
    * fix issue with concurrent access to part files

Files

/usr/include/libtorrent
/usr/include/libtorrent/add_torrent_params.hpp
/usr/include/libtorrent/address.hpp
/usr/include/libtorrent/alert.hpp
/usr/include/libtorrent/alert_types.hpp
/usr/include/libtorrent/announce_entry.hpp
/usr/include/libtorrent/assert.hpp
/usr/include/libtorrent/aux_
/usr/include/libtorrent/aux_/alert_manager.hpp
/usr/include/libtorrent/aux_/aligned_storage.hpp
/usr/include/libtorrent/aux_/aligned_union.hpp
/usr/include/libtorrent/aux_/alloca.hpp
/usr/include/libtorrent/aux_/allocating_handler.hpp
/usr/include/libtorrent/aux_/announce_entry.hpp
/usr/include/libtorrent/aux_/apply_pad_files.hpp
/usr/include/libtorrent/aux_/array.hpp
/usr/include/libtorrent/aux_/bandwidth_limit.hpp
/usr/include/libtorrent/aux_/bandwidth_manager.hpp
/usr/include/libtorrent/aux_/bandwidth_queue_entry.hpp
/usr/include/libtorrent/aux_/bandwidth_socket.hpp
/usr/include/libtorrent/aux_/bind_to_device.hpp
/usr/include/libtorrent/aux_/buffer.hpp
/usr/include/libtorrent/aux_/byteswap.hpp
/usr/include/libtorrent/aux_/chained_buffer.hpp
/usr/include/libtorrent/aux_/container_wrapper.hpp
/usr/include/libtorrent/aux_/cpuid.hpp
/usr/include/libtorrent/aux_/deferred_handler.hpp
/usr/include/libtorrent/aux_/deprecated.hpp
/usr/include/libtorrent/aux_/deque.hpp
/usr/include/libtorrent/aux_/dev_random.hpp
/usr/include/libtorrent/aux_/directory.hpp
/usr/include/libtorrent/aux_/disable_deprecation_warnings_push.hpp
/usr/include/libtorrent/aux_/disable_warnings_pop.hpp
/usr/include/libtorrent/aux_/disable_warnings_push.hpp
/usr/include/libtorrent/aux_/disk_buffer_pool.hpp
/usr/include/libtorrent/aux_/disk_io_thread_pool.hpp
/usr/include/libtorrent/aux_/disk_job_fence.hpp
/usr/include/libtorrent/aux_/disk_job_pool.hpp
/usr/include/libtorrent/aux_/drive_info.hpp
/usr/include/libtorrent/aux_/ed25519.hpp
/usr/include/libtorrent/aux_/escape_string.hpp
/usr/include/libtorrent/aux_/export.hpp
/usr/include/libtorrent/aux_/ffs.hpp
/usr/include/libtorrent/aux_/file_descriptor.hpp
/usr/include/libtorrent/aux_/file_pointer.hpp
/usr/include/libtorrent/aux_/file_progress.hpp
/usr/include/libtorrent/aux_/file_view_pool.hpp
/usr/include/libtorrent/aux_/generate_peer_id.hpp
/usr/include/libtorrent/aux_/has_block.hpp
/usr/include/libtorrent/aux_/hasher512.hpp
/usr/include/libtorrent/aux_/heterogeneous_queue.hpp
/usr/include/libtorrent/aux_/instantiate_connection.hpp
/usr/include/libtorrent/aux_/invariant_check.hpp
/usr/include/libtorrent/aux_/io.hpp
/usr/include/libtorrent/aux_/ip_helpers.hpp
/usr/include/libtorrent/aux_/ip_notifier.hpp
/usr/include/libtorrent/aux_/keepalive.hpp
/usr/include/libtorrent/aux_/listen_socket_handle.hpp
/usr/include/libtorrent/aux_/lsd.hpp
/usr/include/libtorrent/aux_/merkle.hpp
/usr/include/libtorrent/aux_/merkle_tree.hpp
/usr/include/libtorrent/aux_/mmap.hpp
/usr/include/libtorrent/aux_/mmap_disk_job.hpp
/usr/include/libtorrent/aux_/netlink_utils.hpp
/usr/include/libtorrent/aux_/noexcept_movable.hpp
/usr/include/libtorrent/aux_/numeric_cast.hpp
/usr/include/libtorrent/aux_/open_mode.hpp
/usr/include/libtorrent/aux_/packet_buffer.hpp
/usr/include/libtorrent/aux_/packet_pool.hpp
/usr/include/libtorrent/aux_/path.hpp
/usr/include/libtorrent/aux_/polymorphic_socket.hpp
/usr/include/libtorrent/aux_/pool.hpp
/usr/include/libtorrent/aux_/portmap.hpp
/usr/include/libtorrent/aux_/posix_part_file.hpp
/usr/include/libtorrent/aux_/posix_storage.hpp
/usr/include/libtorrent/aux_/proxy_settings.hpp
/usr/include/libtorrent/aux_/range.hpp
/usr/include/libtorrent/aux_/receive_buffer.hpp
/usr/include/libtorrent/aux_/resolver.hpp
/usr/include/libtorrent/aux_/resolver_interface.hpp
/usr/include/libtorrent/aux_/route.h
/usr/include/libtorrent/aux_/scope_end.hpp
/usr/include/libtorrent/aux_/session_call.hpp
/usr/include/libtorrent/aux_/session_impl.hpp
/usr/include/libtorrent/aux_/session_interface.hpp
/usr/include/libtorrent/aux_/session_settings.hpp
/usr/include/libtorrent/aux_/session_udp_sockets.hpp
/usr/include/libtorrent/aux_/set_socket_buffer.hpp
/usr/include/libtorrent/aux_/set_traffic_class.hpp
/usr/include/libtorrent/aux_/sha512.hpp
/usr/include/libtorrent/aux_/socket_type.hpp
/usr/include/libtorrent/aux_/storage_free_list.hpp
/usr/include/libtorrent/aux_/storage_utils.hpp
/usr/include/libtorrent/aux_/store_buffer.hpp
/usr/include/libtorrent/aux_/string_ptr.hpp
/usr/include/libtorrent/aux_/strview_less.hpp
/usr/include/libtorrent/aux_/suggest_piece.hpp
/usr/include/libtorrent/aux_/throw.hpp
/usr/include/libtorrent/aux_/time.hpp
/usr/include/libtorrent/aux_/timestamp_history.hpp
/usr/include/libtorrent/aux_/torrent_impl.hpp
/usr/include/libtorrent/aux_/torrent_list.hpp
/usr/include/libtorrent/aux_/unique_ptr.hpp
/usr/include/libtorrent/aux_/utp_socket_manager.hpp
/usr/include/libtorrent/aux_/utp_stream.hpp
/usr/include/libtorrent/aux_/vector.hpp
/usr/include/libtorrent/aux_/win_cng.hpp
/usr/include/libtorrent/aux_/win_crypto_provider.hpp
/usr/include/libtorrent/aux_/win_file_handle.hpp
/usr/include/libtorrent/aux_/win_util.hpp
/usr/include/libtorrent/aux_/windows.hpp
/usr/include/libtorrent/bdecode.hpp
/usr/include/libtorrent/bencode.hpp
/usr/include/libtorrent/bitfield.hpp
/usr/include/libtorrent/bloom_filter.hpp
/usr/include/libtorrent/bt_peer_connection.hpp
/usr/include/libtorrent/choker.hpp
/usr/include/libtorrent/client_data.hpp
/usr/include/libtorrent/close_reason.hpp
/usr/include/libtorrent/config.hpp
/usr/include/libtorrent/copy_ptr.hpp
/usr/include/libtorrent/crc32c.hpp
/usr/include/libtorrent/create_torrent.hpp
/usr/include/libtorrent/deadline_timer.hpp
/usr/include/libtorrent/debug.hpp
/usr/include/libtorrent/disabled_disk_io.hpp
/usr/include/libtorrent/disk_buffer_holder.hpp
/usr/include/libtorrent/disk_interface.hpp
/usr/include/libtorrent/disk_observer.hpp
/usr/include/libtorrent/download_priority.hpp
/usr/include/libtorrent/entry.hpp
/usr/include/libtorrent/enum_net.hpp
/usr/include/libtorrent/error.hpp
/usr/include/libtorrent/error_code.hpp
/usr/include/libtorrent/extensions
/usr/include/libtorrent/extensions.hpp
/usr/include/libtorrent/extensions/smart_ban.hpp
/usr/include/libtorrent/extensions/ut_metadata.hpp
/usr/include/libtorrent/extensions/ut_pex.hpp
/usr/include/libtorrent/file.hpp
/usr/include/libtorrent/file_layout.hpp
/usr/include/libtorrent/file_storage.hpp
/usr/include/libtorrent/fingerprint.hpp
/usr/include/libtorrent/flags.hpp
/usr/include/libtorrent/fwd.hpp
/usr/include/libtorrent/gzip.hpp
/usr/include/libtorrent/hash_picker.hpp
/usr/include/libtorrent/hasher.hpp
/usr/include/libtorrent/hex.hpp
/usr/include/libtorrent/http_connection.hpp
/usr/include/libtorrent/http_parser.hpp
/usr/include/libtorrent/http_seed_connection.hpp
/usr/include/libtorrent/http_stream.hpp
/usr/include/libtorrent/http_tracker_connection.hpp
/usr/include/libtorrent/i2p_stream.hpp
/usr/include/libtorrent/identify_client.hpp
/usr/include/libtorrent/index_range.hpp
/usr/include/libtorrent/info_hash.hpp
/usr/include/libtorrent/io.hpp
/usr/include/libtorrent/io_context.hpp
/usr/include/libtorrent/io_service.hpp
/usr/include/libtorrent/ip_filter.hpp
/usr/include/libtorrent/ip_voter.hpp
/usr/include/libtorrent/kademlia
/usr/include/libtorrent/kademlia/announce_flags.hpp
/usr/include/libtorrent/kademlia/dht_observer.hpp
/usr/include/libtorrent/kademlia/dht_settings.hpp
/usr/include/libtorrent/kademlia/dht_state.hpp
/usr/include/libtorrent/kademlia/dht_storage.hpp
/usr/include/libtorrent/kademlia/dht_tracker.hpp
/usr/include/libtorrent/kademlia/direct_request.hpp
/usr/include/libtorrent/kademlia/dos_blocker.hpp
/usr/include/libtorrent/kademlia/ed25519.hpp
/usr/include/libtorrent/kademlia/find_data.hpp
/usr/include/libtorrent/kademlia/get_item.hpp
/usr/include/libtorrent/kademlia/get_peers.hpp
/usr/include/libtorrent/kademlia/io.hpp
/usr/include/libtorrent/kademlia/item.hpp
/usr/include/libtorrent/kademlia/msg.hpp
/usr/include/libtorrent/kademlia/node.hpp
/usr/include/libtorrent/kademlia/node_entry.hpp
/usr/include/libtorrent/kademlia/node_id.hpp
/usr/include/libtorrent/kademlia/observer.hpp
/usr/include/libtorrent/kademlia/put_data.hpp
/usr/include/libtorrent/kademlia/refresh.hpp
/usr/include/libtorrent/kademlia/routing_table.hpp
/usr/include/libtorrent/kademlia/rpc_manager.hpp
/usr/include/libtorrent/kademlia/sample_infohashes.hpp
/usr/include/libtorrent/kademlia/traversal_algorithm.hpp
/usr/include/libtorrent/kademlia/types.hpp
/usr/include/libtorrent/libtorrent.hpp
/usr/include/libtorrent/link.hpp
/usr/include/libtorrent/load_torrent.hpp
/usr/include/libtorrent/lsd.hpp
/usr/include/libtorrent/magnet_uri.hpp
/usr/include/libtorrent/mmap_disk_io.hpp
/usr/include/libtorrent/mmap_storage.hpp
/usr/include/libtorrent/natpmp.hpp
/usr/include/libtorrent/netlink.hpp
/usr/include/libtorrent/operations.hpp
/usr/include/libtorrent/optional.hpp
/usr/include/libtorrent/parse_url.hpp
/usr/include/libtorrent/part_file.hpp
/usr/include/libtorrent/pe_crypto.hpp
/usr/include/libtorrent/peer.hpp
/usr/include/libtorrent/peer_class.hpp
/usr/include/libtorrent/peer_class_set.hpp
/usr/include/libtorrent/peer_class_type_filter.hpp
/usr/include/libtorrent/peer_connection.hpp
/usr/include/libtorrent/peer_connection_handle.hpp
/usr/include/libtorrent/peer_connection_interface.hpp
/usr/include/libtorrent/peer_id.hpp
/usr/include/libtorrent/peer_info.hpp
/usr/include/libtorrent/peer_list.hpp
/usr/include/libtorrent/peer_request.hpp
/usr/include/libtorrent/performance_counters.hpp
/usr/include/libtorrent/pex_flags.hpp
/usr/include/libtorrent/piece_block.hpp
/usr/include/libtorrent/piece_block_progress.hpp
/usr/include/libtorrent/piece_picker.hpp
/usr/include/libtorrent/platform_util.hpp
/usr/include/libtorrent/portmap.hpp
/usr/include/libtorrent/posix_disk_io.hpp
/usr/include/libtorrent/proxy_base.hpp
/usr/include/libtorrent/puff.hpp
/usr/include/libtorrent/random.hpp
/usr/include/libtorrent/read_resume_data.hpp
/usr/include/libtorrent/request_blocks.hpp
/usr/include/libtorrent/resolve_links.hpp
/usr/include/libtorrent/session.hpp
/usr/include/libtorrent/session_handle.hpp
/usr/include/libtorrent/session_params.hpp
/usr/include/libtorrent/session_settings.hpp
/usr/include/libtorrent/session_stats.hpp
/usr/include/libtorrent/session_status.hpp
/usr/include/libtorrent/session_types.hpp
/usr/include/libtorrent/settings_pack.hpp
/usr/include/libtorrent/sha1.hpp
/usr/include/libtorrent/sha1_hash.hpp
/usr/include/libtorrent/sha256.hpp
/usr/include/libtorrent/sliding_average.hpp
/usr/include/libtorrent/socket.hpp
/usr/include/libtorrent/socket_io.hpp
/usr/include/libtorrent/socket_type.hpp
/usr/include/libtorrent/socks5_stream.hpp
/usr/include/libtorrent/span.hpp
/usr/include/libtorrent/ssl.hpp
/usr/include/libtorrent/ssl_stream.hpp
/usr/include/libtorrent/stack_allocator.hpp
/usr/include/libtorrent/stat.hpp
/usr/include/libtorrent/stat_cache.hpp
/usr/include/libtorrent/storage.hpp
/usr/include/libtorrent/storage_defs.hpp
/usr/include/libtorrent/string_util.hpp
/usr/include/libtorrent/string_view.hpp
/usr/include/libtorrent/tailqueue.hpp
/usr/include/libtorrent/time.hpp
/usr/include/libtorrent/torrent.hpp
/usr/include/libtorrent/torrent_flags.hpp
/usr/include/libtorrent/torrent_handle.hpp
/usr/include/libtorrent/torrent_info.hpp
/usr/include/libtorrent/torrent_peer.hpp
/usr/include/libtorrent/torrent_peer_allocator.hpp
/usr/include/libtorrent/torrent_status.hpp
/usr/include/libtorrent/tracker_manager.hpp
/usr/include/libtorrent/truncate.hpp
/usr/include/libtorrent/udp_socket.hpp
/usr/include/libtorrent/udp_tracker_connection.hpp
/usr/include/libtorrent/union_endpoint.hpp
/usr/include/libtorrent/units.hpp
/usr/include/libtorrent/upnp.hpp
/usr/include/libtorrent/utf8.hpp
/usr/include/libtorrent/vector_utils.hpp
/usr/include/libtorrent/version.hpp
/usr/include/libtorrent/web_connection_base.hpp
/usr/include/libtorrent/web_peer_connection.hpp
/usr/include/libtorrent/write_resume_data.hpp
/usr/include/libtorrent/xml_parse.hpp
/usr/lib/cmake/LibtorrentRasterbar
/usr/lib/cmake/LibtorrentRasterbar/LibtorrentRasterbarConfig.cmake
/usr/lib/cmake/LibtorrentRasterbar/LibtorrentRasterbarConfigVersion.cmake
/usr/lib/cmake/LibtorrentRasterbar/LibtorrentRasterbarTargets-relwithdebinfo.cmake
/usr/lib/cmake/LibtorrentRasterbar/LibtorrentRasterbarTargets.cmake
/usr/lib/libtorrent-rasterbar.so
/usr/lib/pkgconfig/libtorrent-rasterbar.pc
/usr/share/cmake/Modules/FindLibtorrentRasterbar.cmake


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 24 00:33:34 2024