Binary compatibility report for the libtorrent (Rasterbar) library between 0.16.18 and 0.16.19 versions on x86
Test Info
Library Name | libtorrent (Rasterbar) |
Version #1 | 0.16.18 |
Version #2 | 0.16.19 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 1082 / 312 |
Verdict | Incompatible (61%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
Removed Symbols | High | 660 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 2 |
Problems with Constants | Low | 0 |
Added Symbols (2)
lazy_entry.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
lazy_entry::dict_find ( std::string const& name )
[symbol: _ZN10libtorrent10lazy_entry9dict_findERKSs]
lazy_entry::dict_find_dict ( std::string const& name ) const
[symbol: _ZNK10libtorrent10lazy_entry14dict_find_dictERKSs]
to the top
Removed Symbols (660)
alert.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
alert_manager::add_extension ( boost::shared_ptr<struct plugin> ext )
[symbol: _ZN10libtorrent13alert_manager13add_extensionEN5boost10shared_ptrINS_6pluginEEE]
alert_manager::alert_manager [in-charge] ( io_service& ios, int queue_limit, uint32_t alert_mask )
[symbol: _ZN10libtorrent13alert_managerC1ERN5boost4asio10io_serviceEij]
alert_manager::alert_manager [not-in-charge] ( io_service& ios, int queue_limit, uint32_t alert_mask )
[symbol: _ZN10libtorrent13alert_managerC2ERN5boost4asio10io_serviceEij]
alert_manager::get ( )
[symbol: _ZN10libtorrent13alert_manager3getEv]
alert_manager::get_all ( std::deque<alert*>* alerts )
[symbol: _ZN10libtorrent13alert_manager7get_allEPSt5dequeIPNS_5alertESaIS3_EE]
alert_manager::pending ( ) const
[symbol: _ZNK10libtorrent13alert_manager7pendingEv]
alert_manager::post_alert ( alert const& alert_ )
[symbol: _ZN10libtorrent13alert_manager10post_alertERKNS_5alertE]
alert_manager::post_alert_ptr ( alert* alert_ )
[symbol: _ZN10libtorrent13alert_manager14post_alert_ptrEPNS_5alertE]
alert_manager::set_alert_queue_size_limit ( size_t queue_size_limit_ )
[symbol: _ZN10libtorrent13alert_manager26set_alert_queue_size_limitEj]
alert_manager::set_dispatch_function ( boost::function<...>const& p1 )
[symbol: _ZN10libtorrent13alert_manager21set_dispatch_functionERKN5boost8functionIFvSt8auto_ptrINS_5alertEEEEE]
alert_manager::wait_for_alert ( time_duration max_wait )
[symbol: _ZN10libtorrent13alert_manager14wait_for_alertENS_13time_durationE]
alert_manager::~alert_manager [in-charge] ( )
[symbol: _ZN10libtorrent13alert_managerD1Ev]
alert_manager::~alert_manager [not-in-charge] ( )
[symbol: _ZN10libtorrent13alert_managerD2Ev]
allocator.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
page_aligned_allocator::free ( char*const block ) [static]
[symbol: _ZN10libtorrent22page_aligned_allocator4freeEPc]
page_aligned_allocator::malloc ( page_aligned_allocator::size_type const bytes ) [static]
[symbol: _ZN10libtorrent22page_aligned_allocator6mallocEj]
page_size ( )
[symbol: _ZN10libtorrent9page_sizeEv]
bandwidth_limit.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
bandwidth_channel::bandwidth_channel [in-charge] ( )
[symbol: _ZN10libtorrent17bandwidth_channelC1Ev]
bandwidth_channel::bandwidth_channel [not-in-charge] ( )
[symbol: _ZN10libtorrent17bandwidth_channelC2Ev]
bandwidth_channel::quota_left ( ) const
[symbol: _ZNK10libtorrent17bandwidth_channel10quota_leftEv]
bandwidth_channel::return_quota ( int amount )
[symbol: _ZN10libtorrent17bandwidth_channel12return_quotaEi]
bandwidth_channel::throttle ( int limit )
[symbol: _ZN10libtorrent17bandwidth_channel8throttleEi]
bandwidth_channel::update_quota ( int dt_milliseconds )
[symbol: _ZN10libtorrent17bandwidth_channel12update_quotaEi]
bandwidth_channel::use_quota ( int amount )
[symbol: _ZN10libtorrent17bandwidth_channel9use_quotaEi]
bandwidth_manager.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
bandwidth_manager::bandwidth_manager [in-charge] ( int channel )
[symbol: _ZN10libtorrent17bandwidth_managerC1Ei]
bandwidth_manager::bandwidth_manager [not-in-charge] ( int channel )
[symbol: _ZN10libtorrent17bandwidth_managerC2Ei]
bandwidth_manager::close ( )
[symbol: _ZN10libtorrent17bandwidth_manager5closeEv]
bandwidth_manager::queue_size ( ) const
[symbol: _ZNK10libtorrent17bandwidth_manager10queue_sizeEv]
bandwidth_manager::queued_bytes ( ) const
[symbol: _ZNK10libtorrent17bandwidth_manager12queued_bytesEv]
bandwidth_manager::request_bandwidth ( boost::intrusive_ptr<bandwidth_socket>const& peer, int blk, int priority, bandwidth_channel* chan1, bandwidth_channel* chan2, bandwidth_channel* chan3, bandwidth_channel* chan4, bandwidth_channel* chan5 )
[symbol: _ZN10libtorrent17bandwidth_manager17request_bandwidthERKN5boost13intrusive_ptrINS_16bandwidth_socketEEEiiPNS_17bandwidth_channelES8_S8_S8_S8_]
bandwidth_manager::update_quotas ( time_duration const& dt )
[symbol: _ZN10libtorrent17bandwidth_manager13update_quotasERKNS_13time_durationE]
bandwidth_queue_entry.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
bw_request::assign_bandwidth ( )
[symbol: _ZN10libtorrent10bw_request16assign_bandwidthEv]
bw_request::bw_request [in-charge] ( boost::intrusive_ptr<bandwidth_socket>const& pe, int blk, int prio )
[symbol: _ZN10libtorrent10bw_requestC1ERKN5boost13intrusive_ptrINS_16bandwidth_socketEEEii]
bw_request::bw_request [not-in-charge] ( boost::intrusive_ptr<bandwidth_socket>const& pe, int blk, int prio )
[symbol: _ZN10libtorrent10bw_requestC2ERKN5boost13intrusive_ptrINS_16bandwidth_socketEEEii]
bandwidth_socket.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
vtable for bandwidth_socket [data]
[symbol: _ZTVN10libtorrent16bandwidth_socketE]
bloom_filter.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
count_zero_bits ( uint8_t const* bits, int len )
[symbol: _ZN10libtorrent15count_zero_bitsEPKhi]
has_bits ( uint8_t const* b, uint8_t const* bits, int len )
[symbol: _ZN10libtorrent8has_bitsEPKhS1_i]
set_bits ( uint8_t const* b, uint8_t* bits, int len )
[symbol: _ZN10libtorrent8set_bitsEPKhPhi]
connection_queue.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
connection_queue::close ( )
[symbol: _ZN10libtorrent16connection_queue5closeEv]
connection_queue::connection_queue [in-charge] ( io_service& ios )
[symbol: _ZN10libtorrent16connection_queueC1ERN5boost4asio10io_serviceE]
connection_queue::connection_queue [not-in-charge] ( io_service& ios )
[symbol: _ZN10libtorrent16connection_queueC2ERN5boost4asio10io_serviceE]
connection_queue::done ( int ticket )
[symbol: _ZN10libtorrent16connection_queue4doneEi]
connection_queue::enqueue ( boost::function<...>const& on_connect, boost::function<...>const& on_timeout, time_duration timeout, int priority )
[symbol: _ZN10libtorrent16connection_queue7enqueueERKN5boost8functionIFviEEERKNS2_IFvvEEENS_13time_durationEi]
connection_queue::free_slots ( ) const
[symbol: _ZNK10libtorrent16connection_queue10free_slotsEv]
connection_queue::limit ( ) const
[symbol: _ZNK10libtorrent16connection_queue5limitEv]
connection_queue::limit ( int limit )
[symbol: _ZN10libtorrent16connection_queue5limitEi]
disk_buffer_holder.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
disk_buffer_holder::disk_buffer_holder [in-charge] ( aux::session_impl& ses, char* buf )
[symbol: _ZN10libtorrent18disk_buffer_holderC1ERNS_3aux12session_implEPc]
disk_buffer_holder::disk_buffer_holder [in-charge] ( disk_buffer_pool& disk_pool, char* buf )
[symbol: _ZN10libtorrent18disk_buffer_holderC1ERNS_16disk_buffer_poolEPc]
disk_buffer_holder::disk_buffer_holder [not-in-charge] ( aux::session_impl& ses, char* buf )
[symbol: _ZN10libtorrent18disk_buffer_holderC2ERNS_3aux12session_implEPc]
disk_buffer_holder::disk_buffer_holder [not-in-charge] ( disk_buffer_pool& disk_pool, char* buf )
[symbol: _ZN10libtorrent18disk_buffer_holderC2ERNS_16disk_buffer_poolEPc]
disk_buffer_holder::release ( )
[symbol: _ZN10libtorrent18disk_buffer_holder7releaseEv]
disk_buffer_holder::reset ( char* buf )
[symbol: _ZN10libtorrent18disk_buffer_holder5resetEPc]
disk_buffer_holder::~disk_buffer_holder [in-charge] ( )
[symbol: _ZN10libtorrent18disk_buffer_holderD1Ev]
disk_buffer_holder::~disk_buffer_holder [not-in-charge] ( )
[symbol: _ZN10libtorrent18disk_buffer_holderD2Ev]
disk_buffer_pool.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
disk_buffer_pool::allocate_buffer ( char const* category )
[symbol: _ZN10libtorrent16disk_buffer_pool15allocate_bufferEPKc]
disk_buffer_pool::disk_buffer_pool [in-charge] ( int block_size )
[symbol: _ZN10libtorrent16disk_buffer_poolC1Ei]
disk_buffer_pool::disk_buffer_pool [not-in-charge] ( int block_size )
[symbol: _ZN10libtorrent16disk_buffer_poolC2Ei]
disk_buffer_pool::free_buffer ( char* buf )
[symbol: _ZN10libtorrent16disk_buffer_pool11free_bufferEPc]
disk_buffer_pool::free_buffer_impl ( char* buf, boost::asio::detail::posix_mutex::scoped_lock& l )
[symbol: _ZN10libtorrent16disk_buffer_pool16free_buffer_implEPcRN5boost4asio6detail11scoped_lockINS4_11posix_mutexEEE]
disk_buffer_pool::free_multiple_buffers ( char** bufvec, int numbufs )
[symbol: _ZN10libtorrent16disk_buffer_pool21free_multiple_buffersEPPci]
disk_buffer_pool::release_memory ( )
[symbol: _ZN10libtorrent16disk_buffer_pool14release_memoryEv]
disk_io_thread.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
disk_io_thread::abort ( )
[symbol: _ZN10libtorrent14disk_io_thread5abortEv]
disk_io_thread::add_job ( disk_io_job const& j, boost::function<...>const& f )
[symbol: _ZN10libtorrent14disk_io_thread7add_jobERKNS_11disk_io_jobERKN5boost8functionIFviS3_EEE]
disk_io_thread::can_write ( ) const
[symbol: _ZNK10libtorrent14disk_io_thread9can_writeEv]
disk_io_thread::disk_io_thread [in-charge] ( io_service& ios, boost::function<...>const& queue_callback, file_pool& fp, int block_size )
[symbol: _ZN10libtorrent14disk_io_threadC1ERN5boost4asio10io_serviceERKNS1_8functionIFvvEEERNS_9file_poolEi]
disk_io_thread::disk_io_thread [not-in-charge] ( io_service& ios, boost::function<...>const& queue_callback, file_pool& fp, int block_size )
[symbol: _ZN10libtorrent14disk_io_threadC2ERN5boost4asio10io_serviceERKNS1_8functionIFvvEEERNS_9file_poolEi]
disk_io_thread::get_cache_info ( sha1_hash const& ih, std::vector<struct cached_piece_info>& ret ) const
[symbol: _ZNK10libtorrent14disk_io_thread14get_cache_infoERKNS_10big_numberERSt6vectorINS_17cached_piece_infoESaIS5_EE]
disk_io_thread::join ( )
[symbol: _ZN10libtorrent14disk_io_thread4joinEv]
disk_io_thread::queue_buffer_size ( ) const
[symbol: _ZNK10libtorrent14disk_io_thread17queue_buffer_sizeEv]
disk_io_thread::status ( ) const
[symbol: _ZNK10libtorrent14disk_io_thread6statusEv]
disk_io_thread::stop ( boost::intrusive_ptr<piece_manager> s )
[symbol: _ZN10libtorrent14disk_io_thread4stopEN5boost13intrusive_ptrINS_13piece_managerEEE]
disk_io_thread::thread_fun ( )
[symbol: _ZN10libtorrent14disk_io_thread10thread_funEv]
disk_io_thread::~disk_io_thread [in-charge] ( )
[symbol: _ZN10libtorrent14disk_io_threadD1Ev]
disk_io_thread::~disk_io_thread [not-in-charge] ( )
[symbol: _ZN10libtorrent14disk_io_threadD2Ev]
is_read_operation ( disk_io_job const& j )
[symbol: _ZN10libtorrent17is_read_operationERKNS_11disk_io_jobE]
operation_has_buffer ( disk_io_job const& j )
[symbol: _ZN10libtorrent20operation_has_bufferERKNS_11disk_io_jobE]
escape_string.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
base32decode ( std::string const& s )
[symbol: _ZN10libtorrent12base32decodeERKSs]
base32encode ( std::string const& s )
[symbol: _ZN10libtorrent12base32encodeERKSs]
base64encode ( std::string const& s )
[symbol: _ZN10libtorrent12base64encodeERKSs]
convert_from_native ( std::string const& s )
[symbol: _ZN10libtorrent19convert_from_nativeERKSs]
convert_path_to_posix ( std::string& path )
[symbol: _ZN10libtorrent21convert_path_to_posixERSs]
convert_to_native ( std::string const& s )
[symbol: _ZN10libtorrent17convert_to_nativeERKSs]
escape_path ( char const* str, int len )
[symbol: _ZN10libtorrent11escape_pathEPKci]
escape_string ( char const* str, int len )
[symbol: _ZN10libtorrent13escape_stringEPKci]
maybe_url_encode ( std::string const& url )
[symbol: _ZN10libtorrent16maybe_url_encodeERKSs]
need_encoding ( char const* str, int len )
[symbol: _ZN10libtorrent13need_encodingEPKci]
read_until ( char const*& str, char delim, char const* end )
[symbol: _ZN10libtorrent10read_untilERPKccS1_]
to_string ( size_type n )
[symbol: _ZN10libtorrent9to_stringEx]
unescape_string ( std::string const& s, boost::system::error_code& ec )
[symbol: _ZN10libtorrent15unescape_stringERKSsRN5boost6system10error_codeE]
i2p_stream.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
i2p_category [data]
[symbol: _ZN10libtorrent12i2p_categoryE]
i2p_connection::async_name_lookup ( char const* name, i2p_connection::name_lookup_handler handler )
[symbol: _ZN10libtorrent14i2p_connection17async_name_lookupEPKcN5boost8functionIFvRKNS3_6system10error_codeES2_EEE]
i2p_connection::close ( boost::system::error_code& p1 )
[symbol: _ZN10libtorrent14i2p_connection5closeERN5boost6system10error_codeE]
i2p_connection::i2p_connection [in-charge] ( io_service& ios )
[symbol: _ZN10libtorrent14i2p_connectionC1ERN5boost4asio10io_serviceE]
i2p_connection::i2p_connection [not-in-charge] ( io_service& ios )
[symbol: _ZN10libtorrent14i2p_connectionC2ERN5boost4asio10io_serviceE]
i2p_connection::open ( proxy_settings const& s, i2p_stream::handler_type const& h )
[symbol: _ZN10libtorrent14i2p_connection4openERKNS_14proxy_settingsERKN5boost8functionIFvRKNS4_6system10error_codeEEEE]
i2p_connection::~i2p_connection [in-charge] ( )
[symbol: _ZN10libtorrent14i2p_connectionD1Ev]
i2p_connection::~i2p_connection [not-in-charge] ( )
[symbol: _ZN10libtorrent14i2p_connectionD2Ev]
i2p_stream::i2p_stream [in-charge] ( io_service& io_service )
[symbol: _ZN10libtorrent10i2p_streamC1ERN5boost4asio10io_serviceE]
i2p_stream::i2p_stream [not-in-charge] ( io_service& io_service )
[symbol: _ZN10libtorrent10i2p_streamC2ERN5boost4asio10io_serviceE]
i2p_stream::send_name_lookup ( boost::shared_ptr<boost::function<...> > h )
[symbol: _ZN10libtorrent10i2p_stream16send_name_lookupEN5boost10shared_ptrINS1_8functionIFvRKNS1_6system10error_codeEEEEEE]
i2p_stream::~i2p_stream [in-charge] ( )
[symbol: _ZN10libtorrent10i2p_streamD1Ev]
i2p_stream::~i2p_stream [not-in-charge] ( )
[symbol: _ZN10libtorrent10i2p_streamD2Ev]
io_service.hpp,
libtorrent-rasterbar.so.7.0.0
namespace boost::asio
vtable for io_service::service [data]
[symbol: _ZTVN5boost4asio10io_service7serviceE]
packet_buffer.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
packet_buffer::at ( packet_buffer::index_type idx ) const
[symbol: _ZNK10libtorrent13packet_buffer2atEj]
packet_buffer::insert ( packet_buffer::index_type idx, void* value )
[symbol: _ZN10libtorrent13packet_buffer6insertEjPv]
packet_buffer::packet_buffer [in-charge] ( )
[symbol: _ZN10libtorrent13packet_bufferC1Ev]
packet_buffer::packet_buffer [not-in-charge] ( )
[symbol: _ZN10libtorrent13packet_bufferC2Ev]
packet_buffer::remove ( packet_buffer::index_type idx )
[symbol: _ZN10libtorrent13packet_buffer6removeEj]
packet_buffer::reserve ( std::size_t size )
[symbol: _ZN10libtorrent13packet_buffer7reserveEj]
packet_buffer::~packet_buffer [in-charge] ( )
[symbol: _ZN10libtorrent13packet_bufferD1Ev]
packet_buffer::~packet_buffer [not-in-charge] ( )
[symbol: _ZN10libtorrent13packet_bufferD2Ev]
piece_picker.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
piece_block::invalid [data]
[symbol: _ZN10libtorrent11piece_block7invalidE]
piece_picker::abort_download ( piece_block block, void* peer )
[symbol: _ZN10libtorrent12piece_picker14abort_downloadENS_11piece_blockEPv]
piece_picker::add_blocks ( int piece, bitfield const& pieces, std::vector<piece_block>& interesting_blocks, std::vector<piece_block>& backup_blocks, std::vector<piece_block>& backup_blocks2, int num_blocks, int prefer_whole_pieces, void* peer, std::vector<int>const& ignore, enum piece_picker::piece_state_t speed, int options ) const
[symbol: _ZNK10libtorrent12piece_picker10add_blocksEiRKNS_8bitfieldERSt6vectorINS_11piece_blockESaIS5_EES8_S8_iiPvRKS4_IiSaIiEENS0_13piece_state_tEi]
piece_picker::add_blocks_downloading ( piece_picker::downloading_piece const& dp, bitfield const& pieces, std::vector<piece_block>& interesting_blocks, std::vector<piece_block>& backup_blocks, std::vector<piece_block>& backup_blocks2, int num_blocks, int prefer_whole_pieces, void* peer, enum piece_picker::piece_state_t speed, int options ) const
[symbol: _ZNK10libtorrent12piece_picker22add_blocks_downloadingERKNS0_17downloading_pieceERKNS_8bitfieldERSt6vectorINS_11piece_blockESaIS8_EESB_SB_iiPvNS0_13piece_state_tEi]
piece_picker::blocks_in_piece ( int index ) const
[symbol: _ZNK10libtorrent12piece_picker15blocks_in_pieceEi]
piece_picker::clear_peer ( void* peer )
[symbol: _ZN10libtorrent12piece_picker10clear_peerEPv]
piece_picker::dec_refcount ( int index )
[symbol: _ZN10libtorrent12piece_picker12dec_refcountEi]
piece_picker::dec_refcount ( bitfield const& bitmask )
[symbol: _ZN10libtorrent12piece_picker12dec_refcountERKNS_8bitfieldE]
piece_picker::dec_refcount_all ( )
[symbol: _ZN10libtorrent12piece_picker16dec_refcount_allEv]
piece_picker::distributed_copies ( ) const
[symbol: _ZNK10libtorrent12piece_picker18distributed_copiesEv]
piece_picker::filtered_pieces ( std::vector<bool>& mask ) const
[symbol: _ZNK10libtorrent12piece_picker15filtered_piecesERSt6vectorIbSaIbEE]
piece_picker::get_availability ( std::vector<int>& avail ) const
[symbol: _ZNK10libtorrent12piece_picker16get_availabilityERSt6vectorIiSaIiEE]
piece_picker::get_downloader ( piece_block block ) const
[symbol: _ZNK10libtorrent12piece_picker14get_downloaderENS_11piece_blockE]
piece_picker::get_downloaders ( std::vector<void*>& d, int index ) const
[symbol: _ZNK10libtorrent12piece_picker15get_downloadersERSt6vectorIPvSaIS2_EEi]
piece_picker::inc_refcount ( int index )
[symbol: _ZN10libtorrent12piece_picker12inc_refcountEi]
piece_picker::inc_refcount ( bitfield const& bitmask )
[symbol: _ZN10libtorrent12piece_picker12inc_refcountERKNS_8bitfieldE]
piece_picker::inc_refcount_all ( )
[symbol: _ZN10libtorrent12piece_picker16inc_refcount_allEv]
piece_picker::init ( int blocks_per_piece, int blocks_in_last_piece, int total_num_pieces )
[symbol: _ZN10libtorrent12piece_picker4initEiii]
piece_picker::is_downloaded ( piece_block block ) const
[symbol: _ZNK10libtorrent12piece_picker13is_downloadedENS_11piece_blockE]
piece_picker::is_finished ( piece_block block ) const
[symbol: _ZNK10libtorrent12piece_picker11is_finishedENS_11piece_blockE]
piece_picker::is_piece_finished ( int index ) const
[symbol: _ZNK10libtorrent12piece_picker17is_piece_finishedEi]
piece_picker::is_requested ( piece_block block ) const
[symbol: _ZNK10libtorrent12piece_picker12is_requestedENS_11piece_blockE]
piece_picker::mark_as_downloading ( piece_block block, void* peer, enum piece_picker::piece_state_t s )
[symbol: _ZN10libtorrent12piece_picker19mark_as_downloadingENS_11piece_blockEPvNS0_13piece_state_tE]
piece_picker::mark_as_finished ( piece_block block, void* peer )
[symbol: _ZN10libtorrent12piece_picker16mark_as_finishedENS_11piece_blockEPv]
piece_picker::mark_as_writing ( piece_block block, void* peer )
[symbol: _ZN10libtorrent12piece_picker15mark_as_writingENS_11piece_blockEPv]
piece_picker::num_peers ( piece_block block ) const
[symbol: _ZNK10libtorrent12piece_picker9num_peersENS_11piece_blockE]
piece_picker::pick_pieces ( bitfield const& pieces, std::vector<piece_block>& interesting_blocks, int num_blocks, int prefer_whole_pieces, void* peer, enum piece_picker::piece_state_t speed, int options, std::vector<int>const& suggested_pieces, int num_peers ) const
[symbol: _ZNK10libtorrent12piece_picker11pick_piecesERKNS_8bitfieldERSt6vectorINS_11piece_blockESaIS5_EEiiPvNS0_13piece_state_tEiRKS4_IiSaIiEEi]
piece_picker::piece_info ( int index, piece_picker::downloading_piece& st ) const
[symbol: _ZNK10libtorrent12piece_picker10piece_infoEiRNS0_17downloading_pieceE]
piece_picker::piece_picker [in-charge] ( )
[symbol: _ZN10libtorrent12piece_pickerC1Ev]
piece_picker::piece_picker [not-in-charge] ( )
[symbol: _ZN10libtorrent12piece_pickerC2Ev]
piece_picker::piece_priorities ( std::vector<int>& pieces ) const
[symbol: _ZNK10libtorrent12piece_picker16piece_prioritiesERSt6vectorIiSaIiEE]
piece_picker::piece_priority ( int index ) const
[symbol: _ZNK10libtorrent12piece_picker14piece_priorityEi]
piece_picker::restore_piece ( int index )
[symbol: _ZN10libtorrent12piece_picker13restore_pieceEi]
piece_picker::set_piece_priority ( int index, int prio )
[symbol: _ZN10libtorrent12piece_picker18set_piece_priorityEii]
piece_picker::unverified_blocks ( ) const
[symbol: _ZNK10libtorrent12piece_picker17unverified_blocksEv]
piece_picker::we_dont_have ( int index )
[symbol: _ZN10libtorrent12piece_picker12we_dont_haveEi]
piece_picker::we_have ( int index )
[symbol: _ZN10libtorrent12piece_picker7we_haveEi]
piece_picker::write_failed ( piece_block block )
[symbol: _ZN10libtorrent12piece_picker12write_failedENS_11piece_blockE]
policy.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
policy::add_i2p_peer ( char const* destination, int source, char flags )
[symbol: _ZN10libtorrent6policy12add_i2p_peerEPKcic]
policy::add_peer ( boost::asio::ip::tcp::endpoint const& remote, peer_id const& pid, int source, char flags )
[symbol: _ZN10libtorrent6policy8add_peerERKN5boost4asio2ip14basic_endpointINS3_3tcpEEERKNS_10big_numberEic]
policy::ban_peer ( policy::peer* p )
[symbol: _ZN10libtorrent6policy8ban_peerEPNS0_4peerE]
policy::connect_one_peer ( int session_time )
[symbol: _ZN10libtorrent6policy16connect_one_peerEi]
policy::connection_closed ( struct peer_connection const& c, int session_time )
[symbol: _ZN10libtorrent6policy17connection_closedERKNS_15peer_connectionEi]
policy::erase_peer ( policy::iterator i )
[symbol: _ZN10libtorrent6policy10erase_peerESt15_Deque_iteratorIPNS0_4peerERS3_PS3_E]
policy::erase_peer ( policy::peer* p )
[symbol: _ZN10libtorrent6policy10erase_peerEPNS0_4peerE]
policy::has_peer ( policy::peer const* p ) const
[symbol: _ZNK10libtorrent6policy8has_peerEPKNS0_4peerE]
policy::ip_filter_updated ( )
[symbol: _ZN10libtorrent6policy17ip_filter_updatedEv]
policy::new_connection ( struct peer_connection& c, int session_time )
[symbol: _ZN10libtorrent6policy14new_connectionERNS_15peer_connectionEi]
policy::peer::peer [in-charge] ( uint16_t port, bool connectable, int src )
[symbol: _ZN10libtorrent6policy4peerC1Etbi]
policy::peer::peer [not-in-charge] ( uint16_t port, bool connectable, int src )
[symbol: _ZN10libtorrent6policy4peerC2Etbi]
policy::peer::total_download ( ) const
[symbol: _ZNK10libtorrent6policy4peer14total_downloadEv]
policy::peer::total_upload ( ) const
[symbol: _ZNK10libtorrent6policy4peer12total_uploadEv]
policy::peer_is_interesting ( struct peer_connection& c )
[symbol: _ZN10libtorrent6policy19peer_is_interestingERNS_15peer_connectionE]
policy::policy [in-charge] ( torrent* t )
[symbol: _ZN10libtorrent6policyC1EPNS_7torrentE]
policy::policy [not-in-charge] ( torrent* t )
[symbol: _ZN10libtorrent6policyC2EPNS_7torrentE]
policy::recalculate_connect_candidates ( )
[symbol: _ZN10libtorrent6policy30recalculate_connect_candidatesEv]
policy::set_connection ( policy::peer* p, struct peer_connection* c )
[symbol: _ZN10libtorrent6policy14set_connectionEPNS0_4peerEPNS_15peer_connectionE]
policy::set_failcount ( policy::peer* p, int f )
[symbol: _ZN10libtorrent6policy13set_failcountEPNS0_4peerEi]
policy::set_seed ( policy::peer* p, bool s )
[symbol: _ZN10libtorrent6policy8set_seedEPNS0_4peerEb]
policy::update_peer_port ( int port, policy::peer* p, int src )
[symbol: _ZN10libtorrent6policy16update_peer_portEiPNS0_4peerEi]
request_a_block ( torrent& t, struct peer_connection& c )
[symbol: _ZN10libtorrent15request_a_blockERNS_7torrentERNS_15peer_connectionE]
rss.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
feed::add_item ( feed_item const& item )
[symbol: _ZN10libtorrent4feed8add_itemERKNS_9feed_itemE]
feed::feed [in-charge] ( aux::session_impl& ses, feed_settings const& feed )
[symbol: _ZN10libtorrent4feedC1ERNS_3aux12session_implERKNS_13feed_settingsE]
feed::feed [not-in-charge] ( aux::session_impl& ses, feed_settings const& feed )
[symbol: _ZN10libtorrent4feedC2ERNS_3aux12session_implERKNS_13feed_settingsE]
feed::get_feed_status ( feed_status* ret ) const
[symbol: _ZNK10libtorrent4feed15get_feed_statusEPNS_11feed_statusE]
feed::get_settings ( feed_settings* s ) const
[symbol: _ZNK10libtorrent4feed12get_settingsEPNS_13feed_settingsE]
feed::load_state ( lazy_entry const& rd )
[symbol: _ZN10libtorrent4feed10load_stateERKNS_10lazy_entryE]
feed::my_handle ( )
[symbol: _ZN10libtorrent4feed9my_handleEv]
feed::next_update ( time_t now ) const
[symbol: _ZNK10libtorrent4feed11next_updateEl]
feed::on_feed ( boost::system::error_code const& ec, struct http_parser const& parser, char const* data, int size )
[symbol: _ZN10libtorrent4feed7on_feedERKN5boost6system10error_codeERKNS_11http_parserEPKci]
feed::save_state ( entry& rd ) const
[symbol: _ZNK10libtorrent4feed10save_stateERNS_5entryE]
feed::set_settings ( feed_settings const& s )
[symbol: _ZN10libtorrent4feed12set_settingsERKNS_13feed_settingsE]
feed::update_feed ( )
[symbol: _ZN10libtorrent4feed11update_feedEv]
new_feed ( aux::session_impl& ses, feed_settings const& sett )
[symbol: _ZN10libtorrent8new_feedERNS_3aux12session_implERKNS_13feed_settingsE]
parse_feed ( struct feed_state& f, int token, char const* name, char const* val )
[symbol: _ZN10libtorrent10parse_feedERNS_10feed_stateEiPKcS3_]
session_impl.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent::aux
initialize_timer::initialize_timer [in-charge] ( )
[symbol: _ZN10libtorrent3aux16initialize_timerC1Ev]
initialize_timer::initialize_timer [not-in-charge] ( )
[symbol: _ZN10libtorrent3aux16initialize_timerC2Ev]
session_impl::abort ( )
[symbol: _ZN10libtorrent3aux12session_impl5abortEv]
session_impl::add_dht_node ( boost::asio::ip::udp::endpoint n )
[symbol: _ZN10libtorrent3aux12session_impl12add_dht_nodeEN5boost4asio2ip14basic_endpointINS4_3udpEEE]
session_impl::add_dht_node_name ( std::pair<std::string, int>const& node )
[symbol: _ZN10libtorrent3aux12session_impl17add_dht_node_nameERKSt4pairISsiE]
session_impl::add_dht_router ( std::pair<std::string, int>const& node )
[symbol: _ZN10libtorrent3aux12session_impl14add_dht_routerERKSt4pairISsiE]
session_impl::add_extension ( boost::function<...> ext )
[symbol: _ZN10libtorrent3aux12session_impl13add_extensionEN5boost8functionIFNS2_10shared_ptrINS_14torrent_pluginEEEPNS_7torrentEPvEEE]
session_impl::add_feed ( libtorrent::feed_settings const& feed )
[symbol: _ZN10libtorrent3aux12session_impl8add_feedERKNS_13feed_settingsE]
session_impl::add_ses_extension ( boost::shared_ptr<struct libtorrent::plugin> ext )
[symbol: _ZN10libtorrent3aux12session_impl17add_ses_extensionEN5boost10shared_ptrINS_6pluginEEE]
session_impl::add_torrent ( libtorrent::add_torrent_params const& p1, boost::system::error_code& ec )
[symbol: _ZN10libtorrent3aux12session_impl11add_torrentERKNS_18add_torrent_paramsERN5boost6system10error_codeE]
session_impl::allocate_buffer ( )
[symbol: _ZN10libtorrent3aux12session_impl15allocate_bufferEv]
session_impl::allocate_disk_buffer ( char const* category )
[symbol: _ZN10libtorrent3aux12session_impl20allocate_disk_bufferEPKc]
session_impl::announce_lsd ( libtorrent::sha1_hash const& ih, int port, bool broadcast )
[symbol: _ZN10libtorrent3aux12session_impl12announce_lsdERKNS_10big_numberEib]
session_impl::as_for_ip ( libtorrent::address const& a )
[symbol: _ZN10libtorrent3aux12session_impl9as_for_ipERKN5boost4asio2ip7addressE]
session_impl::as_name_for_ip ( libtorrent::address const& a )
[symbol: _ZN10libtorrent3aux12session_impl14as_name_for_ipERKN5boost4asio2ip7addressE]
session_impl::async_accept ( boost::shared_ptr<boost::asio::basic_socket_acceptor<boost::asio::ip::tcp, boost::asio::socket_acceptor_service<boost::asio::ip::tcp> > >const& listener, bool ssl )
[symbol: _ZN10libtorrent3aux12session_impl12async_acceptERKN5boost10shared_ptrINS2_4asio21basic_socket_acceptorINS4_2ip3tcpENS4_23socket_acceptor_serviceIS7_EEEEEEb]
session_impl::async_add_torrent ( libtorrent::add_torrent_params* params )
[symbol: _ZN10libtorrent3aux12session_impl17async_add_torrentEPNS_18add_torrent_paramsE]
session_impl::auto_manage_torrents ( std::vector<libtorrent::torrent*>& list, int& dht_limit, int& tracker_limit, int& lsd_limit, int& hard_limit, int type_limit )
[symbol: _ZN10libtorrent3aux12session_impl20auto_manage_torrentsERSt6vectorIPNS_7torrentESaIS4_EERiS8_S8_S8_i]
session_impl::choke_peer ( struct libtorrent::peer_connection& c )
[symbol: _ZN10libtorrent3aux12session_impl10choke_peerERNS_15peer_connectionE]
session_impl::close_connection ( struct libtorrent::peer_connection const* p, boost::system::error_code const& ec )
[symbol: _ZN10libtorrent3aux12session_impl16close_connectionEPKNS_15peer_connectionERKN5boost6system10error_codeE]
session_impl::country_for_ip ( libtorrent::address const& a )
[symbol: _ZN10libtorrent3aux12session_impl14country_for_ipERKN5boost4asio2ip7addressE]
session_impl::dequeue_check_torrent ( boost::shared_ptr<libtorrent::torrent>const& t )
[symbol: _ZN10libtorrent3aux12session_impl21dequeue_check_torrentERKN5boost10shared_ptrINS_7torrentEEE]
session_impl::dht_state ( ) const
[symbol: _ZNK10libtorrent3aux12session_impl9dht_stateEv]
session_impl::download_rate_limit ( ) const
[symbol: _ZNK10libtorrent3aux12session_impl19download_rate_limitEv]
session_impl::external_ip_t::add_vote ( libtorrent::sha1_hash const& k, int type )
[symbol: _ZN10libtorrent3aux12session_impl13external_ip_t8add_voteERKNS_10big_numberEi]
session_impl::find_torrent ( libtorrent::sha1_hash const& info_hash )
[symbol: _ZN10libtorrent3aux12session_impl12find_torrentERKNS_10big_numberE]
session_impl::find_torrent ( std::string const& uuid )
[symbol: _ZN10libtorrent3aux12session_impl12find_torrentERKSs]
session_impl::find_torrent_handle ( libtorrent::sha1_hash const& info_hash )
[symbol: _ZN10libtorrent3aux12session_impl19find_torrent_handleERKNS_10big_numberE]
session_impl::free_buffer ( char* buf )
[symbol: _ZN10libtorrent3aux12session_impl11free_bufferEPc]
session_impl::free_disk_buffer ( char* buf )
[symbol: _ZN10libtorrent3aux12session_impl16free_disk_bufferEPc]
session_impl::get_feeds ( std::vector<libtorrent::feed_handle>* f ) const
[symbol: _ZNK10libtorrent3aux12session_impl9get_feedsEPSt6vectorINS_11feed_handleESaIS3_EE]
session_impl::get_ip_filter ( ) const
[symbol: _ZNK10libtorrent3aux12session_impl13get_ip_filterEv]
session_impl::get_ipv4_interface ( ) const
[symbol: _ZNK10libtorrent3aux12session_impl18get_ipv4_interfaceEv]
session_impl::get_ipv6_interface ( ) const
[symbol: _ZNK10libtorrent3aux12session_impl18get_ipv6_interfaceEv]
session_impl::get_torrent_status ( std::vector<libtorrent::torrent_status>* ret, boost::function<...>const& pred, uint32_t flags ) const
[symbol: _ZNK10libtorrent3aux12session_impl18get_torrent_statusEPSt6vectorINS_14torrent_statusESaIS3_EERKN5boost8functionIFbRKS3_EEEj]
session_impl::get_torrents ( ) const
[symbol: _ZNK10libtorrent3aux12session_impl12get_torrentsEv]
session_impl::incoming_connection ( boost::shared_ptr<libtorrent::socket_type>const& s )
[symbol: _ZN10libtorrent3aux12session_impl19incoming_connectionERKN5boost10shared_ptrINS_11socket_typeEEE]
session_impl::init ( )
[symbol: _ZN10libtorrent3aux12session_impl4initEv]
session_impl::is_listening ( ) const
[symbol: _ZNK10libtorrent3aux12session_impl12is_listeningEv]
session_impl::listen_address ( ) const
[symbol: _ZNK10libtorrent3aux12session_impl14listen_addressEv]
session_impl::listen_on ( std::pair<int, int>const& port_range, boost::system::error_code& ec, char const* net_interface, int flags )
[symbol: _ZN10libtorrent3aux12session_impl9listen_onERKSt4pairIiiERN5boost6system10error_codeEPKci]
session_impl::listen_port ( ) const
[symbol: _ZNK10libtorrent3aux12session_impl11listen_portEv]
session_impl::load_asnum_db ( std::string file )
[symbol: _ZN10libtorrent3aux12session_impl13load_asnum_dbESs]
session_impl::load_asnum_dbw ( std::wstring file )
[symbol: _ZN10libtorrent3aux12session_impl14load_asnum_dbwESbIwSt11char_traitsIwESaIwEE]
session_impl::load_country_db ( std::string file )
[symbol: _ZN10libtorrent3aux12session_impl15load_country_dbESs]
session_impl::load_country_dbw ( std::wstring file )
[symbol: _ZN10libtorrent3aux12session_impl16load_country_dbwESbIwSt11char_traitsIwESaIwEE]
session_impl::load_state ( libtorrent::lazy_entry const* e )
[symbol: _ZN10libtorrent3aux12session_impl10load_stateEPKNS_10lazy_entryE]
session_impl::local_download_rate_limit ( ) const
[symbol: _ZNK10libtorrent3aux12session_impl25local_download_rate_limitEv]
session_impl::local_upload_rate_limit ( ) const
[symbol: _ZNK10libtorrent3aux12session_impl23local_upload_rate_limitEv]
session_impl::lookup_as ( int as )
[symbol: _ZN10libtorrent3aux12session_impl9lookup_asEi]
session_impl::main_thread ( )
[symbol: _ZN10libtorrent3aux12session_impl11main_threadEv]
session_impl::max_connections ( ) const
[symbol: _ZNK10libtorrent3aux12session_impl15max_connectionsEv]
session_impl::max_half_open_connections ( ) const
[symbol: _ZNK10libtorrent3aux12session_impl25max_half_open_connectionsEv]
session_impl::max_uploads ( ) const
[symbol: _ZNK10libtorrent3aux12session_impl11max_uploadsEv]
session_impl::maybe_update_udp_mapping ( int nat, int local_port, int external_port )
[symbol: _ZN10libtorrent3aux12session_impl24maybe_update_udp_mappingEiii]
session_impl::next_port ( )
[symbol: _ZN10libtorrent3aux12session_impl9next_portEv]
session_impl::on_accept_connection ( boost::shared_ptr<libtorrent::socket_type>const& s, boost::weak_ptr<boost::asio::basic_socket_acceptor<boost::asio::ip::tcp, boost::asio::socket_acceptor_service<boost::asio::ip::tcp> > > listener, boost::system::error_code const& e, bool ssl )
[symbol: _ZN10libtorrent3aux12session_impl20on_accept_connectionERKN5boost10shared_ptrINS_11socket_typeEEENS2_8weak_ptrINS2_4asio21basic_socket_acceptorINS9_2ip3tcpENS9_23socket_acceptor_serviceISC_EEEEEERKNS2_6system10error_codeEb]
session_impl::on_dht_announce ( boost::system::error_code const& e )
[symbol: _ZN10libtorrent3aux12session_impl15on_dht_announceERKN5boost6system10error_codeE]
session_impl::on_dht_router_name_lookup ( boost::system::error_code const& e, boost::asio::ip::basic_resolver<boost::asio::ip::tcp, boost::asio::ip::resolver_service<boost::asio::ip::tcp> >::iterator host )
[symbol: _ZN10libtorrent3aux12session_impl25on_dht_router_name_lookupERKN5boost6system10error_codeENS2_4asio2ip23basic_resolver_iteratorINS8_3tcpEEE]
session_impl::on_disk_queue ( )
[symbol: _ZN10libtorrent3aux12session_impl13on_disk_queueEv]
session_impl::on_i2p_accept ( boost::shared_ptr<libtorrent::socket_type>const& s, boost::system::error_code const& e )
[symbol: _ZN10libtorrent3aux12session_impl13on_i2p_acceptERKN5boost10shared_ptrINS_11socket_typeEEERKNS2_6system10error_codeE]
session_impl::on_i2p_open ( boost::system::error_code const& ec )
[symbol: _ZN10libtorrent3aux12session_impl11on_i2p_openERKN5boost6system10error_codeE]
session_impl::on_lsd_announce ( boost::system::error_code const& e )
[symbol: _ZN10libtorrent3aux12session_impl15on_lsd_announceERKN5boost6system10error_codeE]
session_impl::on_lsd_peer ( boost::asio::ip::tcp::endpoint peer, libtorrent::sha1_hash const& ih )
[symbol: _ZN10libtorrent3aux12session_impl11on_lsd_peerEN5boost4asio2ip14basic_endpointINS4_3tcpEEERKNS_10big_numberE]
session_impl::on_port_map_log ( char const* msg, int map_transport )
[symbol: _ZN10libtorrent3aux12session_impl15on_port_map_logEPKci]
session_impl::on_port_mapping ( int mapping, libtorrent::address const& ip, int port, boost::system::error_code const& ec, int nat_transport )
[symbol: _ZN10libtorrent3aux12session_impl15on_port_mappingEiRKN5boost4asio2ip7addressEiRKNS2_6system10error_codeEi]
session_impl::on_receive_udp ( boost::system::error_code const& e, boost::asio::ip::udp::endpoint const& ep, char const* buf, int len )
[symbol: _ZN10libtorrent3aux12session_impl14on_receive_udpERKN5boost6system10error_codeERKNS2_4asio2ip14basic_endpointINS8_3udpEEEPKci]
session_impl::on_receive_udp_hostname ( boost::system::error_code const& e, char const* hostname, char const* buf, int len )
[symbol: _ZN10libtorrent3aux12session_impl23on_receive_udp_hostnameERKN5boost6system10error_codeEPKcS8_i]
session_impl::on_socks_accept ( boost::shared_ptr<libtorrent::socket_type>const& s, boost::system::error_code const& e )
[symbol: _ZN10libtorrent3aux12session_impl15on_socks_acceptERKN5boost10shared_ptrINS_11socket_typeEEERKNS2_6system10error_codeE]
session_impl::on_tick ( boost::system::error_code const& e )
[symbol: _ZN10libtorrent3aux12session_impl7on_tickERKN5boost6system10error_codeE]
session_impl::open_listen_port ( int flags, boost::system::error_code& ec )
[symbol: _ZN10libtorrent3aux12session_impl16open_listen_portEiRN5boost6system10error_codeE]
session_impl::open_new_incoming_i2p_connection ( )
[symbol: _ZN10libtorrent3aux12session_impl32open_new_incoming_i2p_connectionEv]
session_impl::open_new_incoming_socks_connection ( )
[symbol: _ZN10libtorrent3aux12session_impl34open_new_incoming_socks_connectionEv]
session_impl::pause ( )
[symbol: _ZN10libtorrent3aux12session_impl5pauseEv]
session_impl::pop_alert ( )
[symbol: _ZN10libtorrent3aux12session_impl9pop_alertEv]
session_impl::pop_alerts ( std::deque<libtorrent::alert*>* alerts )
[symbol: _ZN10libtorrent3aux12session_impl10pop_alertsEPSt5dequeIPNS_5alertESaIS4_EE]
session_impl::post_torrent_updates ( )
[symbol: _ZN10libtorrent3aux12session_impl20post_torrent_updatesEv]
session_impl::queue_check_torrent ( boost::shared_ptr<libtorrent::torrent>const& t )
[symbol: _ZN10libtorrent3aux12session_impl19queue_check_torrentERKN5boost10shared_ptrINS_7torrentEEE]
session_impl::recalculate_auto_managed_torrents ( )
[symbol: _ZN10libtorrent3aux12session_impl33recalculate_auto_managed_torrentsEv]
session_impl::recalculate_optimistic_unchoke_slots ( )
[symbol: _ZN10libtorrent3aux12session_impl36recalculate_optimistic_unchoke_slotsEv]
session_impl::recalculate_unchoke_slots ( int congested_torrents, int uncongested_torrents )
[symbol: _ZN10libtorrent3aux12session_impl25recalculate_unchoke_slotsEii]
session_impl::refresh_torrent_status ( std::vector<libtorrent::torrent_status>* ret, uint32_t flags ) const
[symbol: _ZNK10libtorrent3aux12session_impl22refresh_torrent_statusEPSt6vectorINS_14torrent_statusESaIS3_EEj]
session_impl::remap_tcp_ports ( uint32_t mask, int tcp_port, int ssl_port )
[symbol: _ZN10libtorrent3aux12session_impl15remap_tcp_portsEjii]
session_impl::remove_feed ( libtorrent::feed_handle h )
[symbol: _ZN10libtorrent3aux12session_impl11remove_feedENS_11feed_handleE]
session_impl::remove_torrent ( libtorrent::torrent_handle const& h, int options )
[symbol: _ZN10libtorrent3aux12session_impl14remove_torrentERKNS_14torrent_handleEi]
session_impl::remove_torrent_impl ( boost::shared_ptr<libtorrent::torrent> tptr, int options )
[symbol: _ZN10libtorrent3aux12session_impl19remove_torrent_implEN5boost10shared_ptrINS_7torrentEEEi]
session_impl::resume ( )
[symbol: _ZN10libtorrent3aux12session_impl6resumeEv]
session_impl::save_state ( libtorrent::entry* e, uint32_t flags ) const
[symbol: _ZNK10libtorrent3aux12session_impl10save_stateEPNS_5entryEj]
session_impl::session_impl [in-charge] ( std::pair<int, int> listen_port_range, struct libtorrent::fingerprint const& cl_fprint, char const* listen_interface, uint32_t alert_mask )
[symbol: _ZN10libtorrent3aux12session_implC1ESt4pairIiiERKNS_11fingerprintEPKcj]
session_impl::session_impl [not-in-charge] ( std::pair<int, int> listen_port_range, struct libtorrent::fingerprint const& cl_fprint, char const* listen_interface, uint32_t alert_mask )
[symbol: _ZN10libtorrent3aux12session_implC2ESt4pairIiiERKNS_11fingerprintEPKcj]
session_impl::set_alert_dispatch ( boost::function<...>const& p1 )
[symbol: _ZN10libtorrent3aux12session_impl18set_alert_dispatchERKN5boost8functionIFvSt8auto_ptrINS_5alertEEEEE]
session_impl::set_alert_mask ( uint32_t m )
[symbol: _ZN10libtorrent3aux12session_impl14set_alert_maskEj]
session_impl::set_alert_queue_size_limit ( size_t queue_size_limit_ )
[symbol: _ZN10libtorrent3aux12session_impl26set_alert_queue_size_limitEj]
session_impl::set_dht_settings ( libtorrent::dht_settings const& s )
[symbol: _ZN10libtorrent3aux12session_impl16set_dht_settingsERKNS_12dht_settingsE]
session_impl::set_download_rate_limit ( int bytes_per_second )
[symbol: _ZN10libtorrent3aux12session_impl23set_download_rate_limitEi]
session_impl::set_external_address ( libtorrent::address const& ip, int source_type, libtorrent::address const& source )
[symbol: _ZN10libtorrent3aux12session_impl20set_external_addressERKN5boost4asio2ip7addressEiS7_]
session_impl::set_i2p_proxy ( libtorrent::proxy_settings const& s )
[symbol: _ZN10libtorrent3aux12session_impl13set_i2p_proxyERKNS_14proxy_settingsE]
session_impl::set_ip_filter ( libtorrent::ip_filter const& f )
[symbol: _ZN10libtorrent3aux12session_impl13set_ip_filterERKNS_9ip_filterE]
session_impl::set_key ( int key )
[symbol: _ZN10libtorrent3aux12session_impl7set_keyEi]
session_impl::set_local_download_rate_limit ( int bytes_per_second )
[symbol: _ZN10libtorrent3aux12session_impl29set_local_download_rate_limitEi]
session_impl::set_local_upload_rate_limit ( int bytes_per_second )
[symbol: _ZN10libtorrent3aux12session_impl27set_local_upload_rate_limitEi]
session_impl::set_max_connections ( int limit )
[symbol: _ZN10libtorrent3aux12session_impl19set_max_connectionsEi]
session_impl::set_max_half_open_connections ( int limit )
[symbol: _ZN10libtorrent3aux12session_impl29set_max_half_open_connectionsEi]
session_impl::set_max_uploads ( int limit )
[symbol: _ZN10libtorrent3aux12session_impl15set_max_uploadsEi]
session_impl::set_pe_settings ( libtorrent::pe_settings const& settings )
[symbol: _ZN10libtorrent3aux12session_impl15set_pe_settingsERKNS_11pe_settingsE]
session_impl::set_peer_id ( libtorrent::peer_id const& id )
[symbol: _ZN10libtorrent3aux12session_impl11set_peer_idERKNS_10big_numberE]
session_impl::set_port_filter ( libtorrent::port_filter const& f )
[symbol: _ZN10libtorrent3aux12session_impl15set_port_filterERKNS_11port_filterE]
session_impl::set_proxy ( libtorrent::proxy_settings const& s )
[symbol: _ZN10libtorrent3aux12session_impl9set_proxyERKNS_14proxy_settingsE]
session_impl::set_settings ( libtorrent::session_settings const& s )
[symbol: _ZN10libtorrent3aux12session_impl12set_settingsERKNS_16session_settingsE]
session_impl::set_upload_rate_limit ( int bytes_per_second )
[symbol: _ZN10libtorrent3aux12session_impl21set_upload_rate_limitEi]
session_impl::setup_listener ( libtorrent::listen_socket_t* s, boost::asio::ip::tcp::endpoint ep, int& retries, bool v6_only, int flags, boost::system::error_code& ec )
[symbol: _ZN10libtorrent3aux12session_impl14setup_listenerEPNS_15listen_socket_tEN5boost4asio2ip14basic_endpointINS6_3tcpEEERibiRNS4_6system10error_codeE]
session_impl::setup_socket_buffers ( libtorrent::socket_type& s )
[symbol: _ZN10libtorrent3aux12session_impl20setup_socket_buffersERNS_11socket_typeE]
session_impl::ssl_listen_port ( ) const
[symbol: _ZNK10libtorrent3aux12session_impl15ssl_listen_portEv]
session_impl::start_dht ( )
[symbol: _ZN10libtorrent3aux12session_impl9start_dhtEv]
session_impl::start_dht ( libtorrent::entry const& startup_state )
[symbol: _ZN10libtorrent3aux12session_impl9start_dhtERKNS_5entryE]
session_impl::start_lsd ( )
[symbol: _ZN10libtorrent3aux12session_impl9start_lsdEv]
session_impl::start_natpmp ( )
[symbol: _ZN10libtorrent3aux12session_impl12start_natpmpEv]
session_impl::start_session ( )
[symbol: _ZN10libtorrent3aux12session_impl13start_sessionEv]
session_impl::start_upnp ( )
[symbol: _ZN10libtorrent3aux12session_impl10start_upnpEv]
session_impl::status ( ) const
[symbol: _ZNK10libtorrent3aux12session_impl6statusEv]
session_impl::stop_dht ( )
[symbol: _ZN10libtorrent3aux12session_impl8stop_dhtEv]
session_impl::stop_lsd ( )
[symbol: _ZN10libtorrent3aux12session_impl8stop_lsdEv]
session_impl::stop_natpmp ( )
[symbol: _ZN10libtorrent3aux12session_impl11stop_natpmpEv]
session_impl::stop_upnp ( )
[symbol: _ZN10libtorrent3aux12session_impl9stop_upnpEv]
session_impl::trigger_auto_manage ( )
[symbol: _ZN10libtorrent3aux12session_impl19trigger_auto_manageEv]
session_impl::unchoke_peer ( struct libtorrent::peer_connection& c )
[symbol: _ZN10libtorrent3aux12session_impl12unchoke_peerERNS_15peer_connectionE]
session_impl::update_connections_limit ( )
[symbol: _ZN10libtorrent3aux12session_impl24update_connections_limitEv]
session_impl::update_disk_thread_settings ( )
[symbol: _ZN10libtorrent3aux12session_impl27update_disk_thread_settingsEv]
session_impl::update_rate_settings ( )
[symbol: _ZN10libtorrent3aux12session_impl20update_rate_settingsEv]
session_impl::update_rss_feeds ( )
[symbol: _ZN10libtorrent3aux12session_impl16update_rss_feedsEv]
session_impl::update_unchoke_limit ( )
[symbol: _ZN10libtorrent3aux12session_impl20update_unchoke_limitEv]
session_impl::upload_rate_limit ( ) const
[symbol: _ZNK10libtorrent3aux12session_impl17upload_rate_limitEv]
session_impl::wait_for_alert ( libtorrent::time_duration max_wait )
[symbol: _ZN10libtorrent3aux12session_impl14wait_for_alertENS_13time_durationE]
session_impl::~session_impl [in-charge] ( )
[symbol: _ZN10libtorrent3aux12session_implD1Ev]
session_impl::~session_impl [not-in-charge] ( )
[symbol: _ZN10libtorrent3aux12session_implD2Ev]
socket_io.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
hash_address ( address const& ip, sha1_hash& h )
[symbol: _ZN10libtorrent12hash_addressERKN5boost4asio2ip7addressERNS_10big_numberE]
socket_type.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
async_shutdown ( socket_type& s, boost::shared_ptr<void> holder )
[symbol: _ZN10libtorrent14async_shutdownERNS_11socket_typeEN5boost10shared_ptrIvEE]
is_i2p ( socket_type const& s )
[symbol: _ZN10libtorrent6is_i2pERKNS_11socket_typeE]
is_ssl ( socket_type const& s )
[symbol: _ZN10libtorrent6is_sslERKNS_11socket_typeE]
is_utp ( socket_type const& s )
[symbol: _ZN10libtorrent6is_utpERKNS_11socket_typeE]
setup_ssl_hostname ( socket_type& s, std::string const& hostname, boost::system::error_code& ec )
[symbol: _ZN10libtorrent18setup_ssl_hostnameERNS_11socket_typeERKSsRN5boost6system10error_codeE]
socket_type::available ( ) const
[symbol: _ZNK10libtorrent11socket_type9availableEv]
socket_type::available ( boost::system::error_code& ec ) const
[symbol: _ZNK10libtorrent11socket_type9availableERN5boost6system10error_codeE]
socket_type::bind ( socket_type::endpoint_type const& endpoint )
[symbol: _ZN10libtorrent11socket_type4bindERKN5boost4asio2ip14basic_endpointINS3_3tcpEEE]
socket_type::bind ( socket_type::endpoint_type const& endpoint, boost::system::error_code& ec )
[symbol: _ZN10libtorrent11socket_type4bindERKN5boost4asio2ip14basic_endpointINS3_3tcpEEERNS1_6system10error_codeE]
socket_type::close ( )
[symbol: _ZN10libtorrent11socket_type5closeEv]
socket_type::close ( boost::system::error_code& ec )
[symbol: _ZN10libtorrent11socket_type5closeERN5boost6system10error_codeE]
socket_type::get_io_service ( ) const
[symbol: _ZNK10libtorrent11socket_type14get_io_serviceEv]
socket_type::is_open ( ) const
[symbol: _ZNK10libtorrent11socket_type7is_openEv]
socket_type::local_endpoint ( ) const
[symbol: _ZNK10libtorrent11socket_type14local_endpointEv]
socket_type::local_endpoint ( boost::system::error_code& ec ) const
[symbol: _ZNK10libtorrent11socket_type14local_endpointERN5boost6system10error_codeE]
socket_type::open ( socket_type::protocol_type const& p )
[symbol: _ZN10libtorrent11socket_type4openERKN5boost4asio2ip3tcpE]
socket_type::open ( socket_type::protocol_type const& p, boost::system::error_code& ec )
[symbol: _ZN10libtorrent11socket_type4openERKN5boost4asio2ip3tcpERNS1_6system10error_codeE]
socket_type::remote_endpoint ( ) const
[symbol: _ZNK10libtorrent11socket_type15remote_endpointEv]
socket_type::remote_endpoint ( boost::system::error_code& ec ) const
[symbol: _ZNK10libtorrent11socket_type15remote_endpointERN5boost6system10error_codeE]
socket_type::type ( ) const
[symbol: _ZNK10libtorrent11socket_type4typeEv]
socket_type::type_name ( ) const
[symbol: _ZNK10libtorrent11socket_type9type_nameEv]
socket_type::~socket_type [in-charge] ( )
[symbol: _ZN10libtorrent11socket_typeD1Ev]
socket_type::~socket_type [not-in-charge] ( )
[symbol: _ZN10libtorrent11socket_typeD2Ev]
socks5_stream.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
socks_category [data]
[symbol: _ZN10libtorrent14socks_categoryE]
socks_error_category::message ( int ev ) const
[symbol: _ZNK10libtorrent20socks_error_category7messageEi]
socks_error_category::name ( ) const
[symbol: _ZNK10libtorrent20socks_error_category4nameEv]
vtable for socks_error_category [data]
[symbol: _ZTVN10libtorrent20socks_error_categoryE]
stat.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
stat_channel::second_tick ( int tick_interval_ms )
[symbol: _ZN10libtorrent12stat_channel11second_tickEi]
storage.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
disabled_storage::readv ( file::iovec_t const* bufs, int slot, int offset, int num_bufs, int flags )
[symbol: _ZN10libtorrent16disabled_storage5readvEPK5ioveciiii]
disabled_storage::writev ( file::iovec_t const* bufs, int slot, int offset, int num_bufs, int flags )
[symbol: _ZN10libtorrent16disabled_storage6writevEPK5ioveciiii]
get_filesizes ( file_storage const& t, std::string const& p )
[symbol: _ZN10libtorrent13get_filesizesERKNS_12file_storageERKSs]
piece_manager::abort_disk_io ( )
[symbol: _ZN10libtorrent13piece_manager13abort_disk_ioEv]
piece_manager::async_cache ( int piece, boost::function<...>const& handler, int cache_expiry )
[symbol: _ZN10libtorrent13piece_manager11async_cacheEiRKN5boost8functionIFviRKNS_11disk_io_jobEEEEi]
piece_manager::async_check_fastresume ( lazy_entry const* resume_data, boost::function<...>const& handler )
[symbol: _ZN10libtorrent13piece_manager22async_check_fastresumeEPKNS_10lazy_entryERKN5boost8functionIFviRKNS_11disk_io_jobEEEE]
piece_manager::async_check_files ( boost::function<...>const& handler )
[symbol: _ZN10libtorrent13piece_manager17async_check_filesERKN5boost8functionIFviRKNS_11disk_io_jobEEEE]
piece_manager::async_clear_read_cache ( boost::function<...>const& handler )
[symbol: _ZN10libtorrent13piece_manager22async_clear_read_cacheERKN5boost8functionIFviRKNS_11disk_io_jobEEEE]
piece_manager::async_delete_files ( boost::function<...>const& handler )
[symbol: _ZN10libtorrent13piece_manager18async_delete_filesERKN5boost8functionIFviRKNS_11disk_io_jobEEEE]
piece_manager::async_hash ( int piece, boost::function<...>const& f )
[symbol: _ZN10libtorrent13piece_manager10async_hashEiRKN5boost8functionIFviRKNS_11disk_io_jobEEEE]
piece_manager::async_move_storage ( std::string const& p, boost::function<...>const& handler )
[symbol: _ZN10libtorrent13piece_manager18async_move_storageERKSsRKN5boost8functionIFviRKNS_11disk_io_jobEEEE]
piece_manager::async_read ( peer_request const& r, boost::function<...>const& handler, int cache_line_size, int cache_expiry )
[symbol: _ZN10libtorrent13piece_manager10async_readERKNS_12peer_requestERKN5boost8functionIFviRKNS_11disk_io_jobEEEEii]
piece_manager::async_read_and_hash ( peer_request const& r, boost::function<...>const& handler, int cache_expiry )
[symbol: _ZN10libtorrent13piece_manager19async_read_and_hashERKNS_12peer_requestERKN5boost8functionIFviRKNS_11disk_io_jobEEEEi]
piece_manager::async_release_files ( boost::function<...>const& handler )
[symbol: _ZN10libtorrent13piece_manager19async_release_filesERKN5boost8functionIFviRKNS_11disk_io_jobEEEE]
piece_manager::async_rename_file ( int index, std::string const& name, boost::function<...>const& handler )
[symbol: _ZN10libtorrent13piece_manager17async_rename_fileEiRKSsRKN5boost8functionIFviRKNS_11disk_io_jobEEEE]
piece_manager::async_save_resume_data ( boost::function<...>const& handler )
[symbol: _ZN10libtorrent13piece_manager22async_save_resume_dataERKN5boost8functionIFviRKNS_11disk_io_jobEEEE]
piece_manager::async_write ( peer_request const& r, disk_buffer_holder& buffer, boost::function<...>const& f )
[symbol: _ZN10libtorrent13piece_manager11async_writeERKNS_12peer_requestERNS_18disk_buffer_holderERKN5boost8functionIFviRKNS_11disk_io_jobEEEE]
piece_manager::piece_manager [in-charge] ( boost::shared_ptr<void>const& torrent, boost::intrusive_ptr<torrent_info const> info, std::string const& path, file_pool& fp, disk_io_thread& io, storage_constructor_type sc, enum storage_mode_t sm, std::vector<unsigned char>const& file_prio )
[symbol: _ZN10libtorrent13piece_managerC1ERKN5boost10shared_ptrIvEENS1_13intrusive_ptrIKNS_12torrent_infoEEERKSsRNS_9file_poolERNS_14disk_io_threadENS1_8functionIFPNS_17storage_interfaceERKNS_12file_storageEPSK_SB_SD_RKSt6vectorIhSaIhEEEEENS_14storage_mode_tESR_]
piece_manager::piece_manager [not-in-charge] ( boost::shared_ptr<void>const& torrent, boost::intrusive_ptr<torrent_info const> info, std::string const& path, file_pool& fp, disk_io_thread& io, storage_constructor_type sc, enum storage_mode_t sm, std::vector<unsigned char>const& file_prio )
[symbol: _ZN10libtorrent13piece_managerC2ERKN5boost10shared_ptrIvEENS1_13intrusive_ptrIKNS_12torrent_infoEEERKSsRNS_9file_poolERNS_14disk_io_threadENS1_8functionIFPNS_17storage_interfaceERKNS_12file_storageEPSK_SB_SD_RKSt6vectorIhSaIhEEEEENS_14storage_mode_tESR_]
piece_manager::write_resume_data ( entry& rd ) const
[symbol: _ZNK10libtorrent13piece_manager17write_resume_dataERNS_5entryE]
piece_manager::~piece_manager [in-charge] ( )
[symbol: _ZN10libtorrent13piece_managerD1Ev]
piece_manager::~piece_manager [not-in-charge] ( )
[symbol: _ZN10libtorrent13piece_managerD2Ev]
vtable for disabled_storage [data]
[symbol: _ZTVN10libtorrent16disabled_storageE]
string_util.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
align_pointer ( void* p )
[symbol: _ZN10libtorrent13align_pointerEPv]
allocate_string_copy ( char const* str )
[symbol: _ZN10libtorrent20allocate_string_copyEPKc]
is_alpha ( char c )
[symbol: _ZN10libtorrent8is_alphaEc]
is_print ( char c )
[symbol: _ZN10libtorrent8is_printEc]
is_space ( char c )
[symbol: _ZN10libtorrent8is_spaceEc]
split_string ( char const** tags, int buf_size, char* in )
[symbol: _ZN10libtorrent12split_stringEPPKciPc]
string_begins_no_case ( char const* s1, char const* s2 )
[symbol: _ZN10libtorrent21string_begins_no_caseEPKcS1_]
string_equal_no_case ( char const* s1, char const* s2 )
[symbol: _ZN10libtorrent20string_equal_no_caseEPKcS1_]
to_lower ( char c )
[symbol: _ZN10libtorrent8to_lowerEc]
url_random ( char* begin, char* end )
[symbol: _ZN10libtorrent10url_randomEPcS0_]
thread.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
condition::condition [in-charge] ( )
[symbol: _ZN10libtorrent9conditionC1Ev]
condition::condition [not-in-charge] ( )
[symbol: _ZN10libtorrent9conditionC2Ev]
condition::signal_all ( boost::asio::detail::posix_mutex::scoped_lock& l )
[symbol: _ZN10libtorrent9condition10signal_allERN5boost4asio6detail11scoped_lockINS3_11posix_mutexEEE]
condition::wait ( boost::asio::detail::posix_mutex::scoped_lock& l )
[symbol: _ZN10libtorrent9condition4waitERN5boost4asio6detail11scoped_lockINS3_11posix_mutexEEE]
condition::~condition [in-charge] ( )
[symbol: _ZN10libtorrent9conditionD1Ev]
condition::~condition [not-in-charge] ( )
[symbol: _ZN10libtorrent9conditionD2Ev]
torrent.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
torrent::abort ( )
[symbol: _ZN10libtorrent7torrent5abortEv]
torrent::add_extension ( boost::function<...>const& ext, void* userdata )
[symbol: _ZN10libtorrent7torrent13add_extensionERKN5boost8functionIFNS1_10shared_ptrINS_14torrent_pluginEEEPS0_PvEEES7_]
torrent::add_extension ( boost::shared_ptr<struct torrent_plugin> p1 )
[symbol: _ZN10libtorrent7torrent13add_extensionEN5boost10shared_ptrINS_14torrent_pluginEEE]
torrent::add_failed_bytes ( int b )
[symbol: _ZN10libtorrent7torrent16add_failed_bytesEi]
torrent::add_merkle_nodes ( std::map<int, big_number>const& n, int piece )
[symbol: _ZN10libtorrent7torrent16add_merkle_nodesERKSt3mapIiNS_10big_numberESt4lessIiESaISt4pairIKiS2_EEEi]
torrent::add_peer ( boost::asio::ip::tcp::endpoint const& adr, int source )
[symbol: _ZN10libtorrent7torrent8add_peerERKN5boost4asio2ip14basic_endpointINS3_3tcpEEEi]
torrent::add_piece ( int piece, char const* data, int flags )
[symbol: _ZN10libtorrent7torrent9add_pieceEiPKci]
torrent::add_redundant_bytes ( int b, enum torrent::wasted_reason_t reason )
[symbol: _ZN10libtorrent7torrent19add_redundant_bytesEiNS0_15wasted_reason_tE]
torrent::add_stats ( stat const& s )
[symbol: _ZN10libtorrent7torrent9add_statsERKNS_4statE]
torrent::add_tracker ( announce_entry const& url )
[symbol: _ZN10libtorrent7torrent11add_trackerERKNS_14announce_entryE]
torrent::add_web_seed ( std::string const& url, enum web_seed_entry::type_t type )
[symbol: _ZN10libtorrent7torrent12add_web_seedERKSsNS_14web_seed_entry6type_tE]
torrent::add_web_seed ( std::string const& url, enum web_seed_entry::type_t type, std::string const& auth, web_seed_entry::headers_t const& extra_headers )
[symbol: _ZN10libtorrent7torrent12add_web_seedERKSsNS_14web_seed_entry6type_tES2_RKSt6vectorISt4pairISsSsESaIS7_EE]
torrent::alerts ( ) const
[symbol: _ZNK10libtorrent7torrent6alertsEv]
torrent::announce_with_tracker ( enum tracker_request::event_t e, address const& bind_interface )
[symbol: _ZN10libtorrent7torrent21announce_with_trackerENS_15tracker_request7event_tERKN5boost4asio2ip7addressE]
torrent::async_verify_piece ( int piece_index, boost::function<...>const& p2 )
[symbol: _ZN10libtorrent7torrent18async_verify_pieceEiRKN5boost8functionIFviEEE]
torrent::attach_peer ( struct peer_connection* p )
[symbol: _ZN10libtorrent7torrent11attach_peerEPNS_15peer_connectionE]
torrent::auto_managed ( bool a )
[symbol: _ZN10libtorrent7torrent12auto_managedEb]
torrent::bandwidth_throttle ( int channel ) const
[symbol: _ZNK10libtorrent7torrent18bandwidth_throttleEi]
torrent::block_bytes_wanted ( piece_block const& p ) const
[symbol: _ZNK10libtorrent7torrent18block_bytes_wantedERKNS_11piece_blockE]
torrent::bytes_done ( torrent_status& st, bool accurate ) const
[symbol: _ZNK10libtorrent7torrent10bytes_doneERNS_14torrent_statusEb]
torrent::bytes_left ( ) const
[symbol: _ZNK10libtorrent7torrent10bytes_leftEv]
torrent::cancel_block ( piece_block block )
[symbol: _ZN10libtorrent7torrent12cancel_blockENS_11piece_blockE]
torrent::choke_peer ( struct peer_connection& c )
[symbol: _ZN10libtorrent7torrent10choke_peerERNS_15peer_connectionE]
torrent::clear_error ( )
[symbol: _ZN10libtorrent7torrent11clear_errorEv]
torrent::completed ( )
[symbol: _ZN10libtorrent7torrent9completedEv]
torrent::connect_to_peer ( policy::peer* peerinfo, bool ignore_limit )
[symbol: _ZN10libtorrent7torrent15connect_to_peerEPNS_6policy4peerEb]
torrent::connect_to_url_seed ( std::list<web_seed_entry>::iterator url )
[symbol: _ZN10libtorrent7torrent19connect_to_url_seedESt14_List_iteratorINS_14web_seed_entryEE]
torrent::connect_web_seed ( std::list<web_seed_entry>::iterator web, boost::asio::ip::tcp::endpoint a )
[symbol: _ZN10libtorrent7torrent16connect_web_seedESt14_List_iteratorINS_14web_seed_entryEEN5boost4asio2ip14basic_endpointINS6_3tcpEEE]
torrent::current_tracker ( ) const
[symbol: _ZNK10libtorrent7torrent15current_trackerEv]
torrent::delete_files ( )
[symbol: _ZN10libtorrent7torrent12delete_filesEv]
torrent::dequeue_torrent_check ( )
[symbol: _ZN10libtorrent7torrent21dequeue_torrent_checkEv]
torrent::dht_announce ( )
[symbol: _ZN10libtorrent7torrent12dht_announceEv]
torrent::disconnect_all ( boost::system::error_code const& ec )
[symbol: _ZN10libtorrent7torrent14disconnect_allERKN5boost6system10error_codeE]
torrent::disconnect_peers ( int num, boost::system::error_code const& ec )
[symbol: _ZN10libtorrent7torrent16disconnect_peersEiRKN5boost6system10error_codeE]
torrent::disconnect_web_seed ( struct peer_connection* p )
[symbol: _ZN10libtorrent7torrent19disconnect_web_seedEPNS_15peer_connectionE]
torrent::do_pause ( )
[symbol: _ZN10libtorrent7torrent8do_pauseEv]
torrent::do_resume ( )
[symbol: _ZN10libtorrent7torrent9do_resumeEv]
torrent::download_limit ( ) const
[symbol: _ZNK10libtorrent7torrent14download_limitEv]
torrent::file_priorities ( std::vector<int>* p1 ) const
[symbol: _ZNK10libtorrent7torrent15file_prioritiesEPSt6vectorIiSaIiEE]
torrent::file_priority ( int index ) const
[symbol: _ZNK10libtorrent7torrent13file_priorityEi]
torrent::file_progress ( std::vector<float>& fp ) const
[symbol: _ZNK10libtorrent7torrent13file_progressERSt6vectorIfSaIfEE]
torrent::file_progress ( std::vector<long long>& fp, int flags ) const
[symbol: _ZNK10libtorrent7torrent13file_progressERSt6vectorIxSaIxEEi]
torrent::files_checked ( )
[symbol: _ZN10libtorrent7torrent13files_checkedEv]
torrent::filesystem ( )
[symbol: _ZN10libtorrent7torrent10filesystemEv]
torrent::filter_files ( std::vector<bool>const& files )
[symbol: _ZN10libtorrent7torrent12filter_filesERKSt6vectorIbSaIbEE]
torrent::filter_piece ( int index, bool filter )
[symbol: _ZN10libtorrent7torrent12filter_pieceEib]
torrent::filter_pieces ( std::vector<bool>const& bitmask )
[symbol: _ZN10libtorrent7torrent13filter_piecesERKSt6vectorIbSaIbEE]
torrent::filtered_pieces ( std::vector<bool>& bitmask ) const
[symbol: _ZNK10libtorrent7torrent15filtered_piecesERSt6vectorIbSaIbEE]
torrent::find_introducer ( boost::asio::ip::tcp::endpoint const& ep ) const
[symbol: _ZNK10libtorrent7torrent15find_introducerERKN5boost4asio2ip14basic_endpointINS3_3tcpEEE]
torrent::find_peer ( boost::asio::ip::tcp::endpoint const& ep ) const
[symbol: _ZNK10libtorrent7torrent9find_peerERKN5boost4asio2ip14basic_endpointINS3_3tcpEEE]
torrent::find_tracker ( tracker_request const& r )
[symbol: _ZN10libtorrent7torrent12find_trackerERKNS_15tracker_requestE]
torrent::finished ( )
[symbol: _ZN10libtorrent7torrent8finishedEv]
torrent::flush_cache ( )
[symbol: _ZN10libtorrent7torrent11flush_cacheEv]
torrent::force_recheck ( )
[symbol: _ZN10libtorrent7torrent13force_recheckEv]
torrent::force_tracker_request ( )
[symbol: _ZN10libtorrent7torrent21force_tracker_requestEv]
torrent::force_tracker_request ( ptime p1 )
[symbol: _ZN10libtorrent7torrent21force_tracker_requestENS_5ptimeE]
torrent::get_download_queue ( std::vector<struct partial_piece_info>* queue )
[symbol: _ZN10libtorrent7torrent18get_download_queueEPSt6vectorINS_18partial_piece_infoESaIS2_EE]
torrent::get_full_peer_list ( std::vector<struct peer_list_entry>& v ) const
[symbol: _ZNK10libtorrent7torrent18get_full_peer_listERSt6vectorINS_15peer_list_entryESaIS2_EE]
torrent::get_handle ( )
[symbol: _ZN10libtorrent7torrent10get_handleEv]
torrent::get_interface ( ) const
[symbol: _ZNK10libtorrent7torrent13get_interfaceEv]
torrent::get_peer_download_limit ( boost::asio::ip::tcp::endpoint ip ) const
[symbol: _ZNK10libtorrent7torrent23get_peer_download_limitEN5boost4asio2ip14basic_endpointINS3_3tcpEEE]
torrent::get_peer_info ( std::vector<struct peer_info>& v )
[symbol: _ZN10libtorrent7torrent13get_peer_infoERSt6vectorINS_9peer_infoESaIS2_EE]
torrent::get_peer_upload_limit ( boost::asio::ip::tcp::endpoint ip ) const
[symbol: _ZNK10libtorrent7torrent21get_peer_upload_limitEN5boost4asio2ip14basic_endpointINS3_3tcpEEE]
torrent::get_piece_to_super_seed ( bitfield const& p1 )
[symbol: _ZN10libtorrent7torrent23get_piece_to_super_seedERKNS_8bitfieldE]
torrent::get_suggested_pieces ( std::vector<int>& s ) const
[symbol: _ZNK10libtorrent7torrent20get_suggested_piecesERSt6vectorIiSaIiEE]
torrent::handle_disk_error ( disk_io_job const& j, struct peer_connection* c )
[symbol: _ZN10libtorrent7torrent17handle_disk_errorERKNS_11disk_io_jobEPNS_15peer_connectionE]
torrent::init ( )
[symbol: _ZN10libtorrent7torrent4initEv]
torrent::is_paused ( ) const
[symbol: _ZNK10libtorrent7torrent9is_pausedEv]
torrent::is_piece_filtered ( int index ) const
[symbol: _ZNK10libtorrent7torrent17is_piece_filteredEi]
torrent::lsd_announce ( )
[symbol: _ZN10libtorrent7torrent12lsd_announceEv]
torrent::move_storage ( std::string const& save_path )
[symbol: _ZN10libtorrent7torrent12move_storageERKSs]
torrent::name ( ) const
[symbol: _ZNK10libtorrent7torrent4nameEv]
torrent::next_announce ( ) const
[symbol: _ZNK10libtorrent7torrent13next_announceEv]
torrent::notify_extension_add_peer ( boost::asio::ip::tcp::endpoint const& ip, int src, int flags )
[symbol: _ZN10libtorrent7torrent25notify_extension_add_peerERKN5boost4asio2ip14basic_endpointINS3_3tcpEEEii]
torrent::num_seeds ( ) const
[symbol: _ZNK10libtorrent7torrent9num_seedsEv]
torrent::on_disk_cache_complete ( int ret, disk_io_job const& j )
[symbol: _ZN10libtorrent7torrent22on_disk_cache_completeEiRKNS_11disk_io_jobE]
torrent::on_disk_read_complete ( int ret, disk_io_job const& j, peer_request r, struct torrent::read_piece_struct* rp )
[symbol: _ZN10libtorrent7torrent21on_disk_read_completeEiRKNS_11disk_io_jobENS_12peer_requestEPNS0_17read_piece_structE]
torrent::on_disk_write_complete ( int ret, disk_io_job const& j, peer_request p )
[symbol: _ZN10libtorrent7torrent22on_disk_write_completeEiRKNS_11disk_io_jobENS_12peer_requestE]
torrent::on_force_recheck ( int ret, disk_io_job const& j )
[symbol: _ZN10libtorrent7torrent16on_force_recheckEiRKNS_11disk_io_jobE]
torrent::on_i2p_resolve ( boost::system::error_code const& ec, char const* dest )
[symbol: _ZN10libtorrent7torrent14on_i2p_resolveERKN5boost6system10error_codeEPKc]
torrent::on_name_lookup ( boost::system::error_code const& e, boost::asio::ip::basic_resolver<boost::asio::ip::tcp, boost::asio::ip::resolver_service<boost::asio::ip::tcp> >::iterator i, std::list<web_seed_entry>::iterator url, boost::asio::ip::tcp::endpoint proxy )
[symbol: _ZN10libtorrent7torrent14on_name_lookupERKN5boost6system10error_codeENS1_4asio2ip23basic_resolver_iteratorINS7_3tcpEEESt14_List_iteratorINS_14web_seed_entryEENS7_14basic_endpointIS9_EE]
torrent::on_peer_name_lookup ( boost::system::error_code const& e, boost::asio::ip::basic_resolver<boost::asio::ip::tcp, boost::asio::ip::resolver_service<boost::asio::ip::tcp> >::iterator i, peer_id pid )
[symbol: _ZN10libtorrent7torrent19on_peer_name_lookupERKN5boost6system10error_codeENS1_4asio2ip23basic_resolver_iteratorINS7_3tcpEEENS_10big_numberE]
torrent::on_piece_checked ( int ret, disk_io_job const& j )
[symbol: _ZN10libtorrent7torrent16on_piece_checkedEiRKNS_11disk_io_jobE]
torrent::on_proxy_name_lookup ( boost::system::error_code const& e, boost::asio::ip::basic_resolver<boost::asio::ip::tcp, boost::asio::ip::resolver_service<boost::asio::ip::tcp> >::iterator i, std::list<web_seed_entry>::iterator url )
[symbol: _ZN10libtorrent7torrent20on_proxy_name_lookupERKN5boost6system10error_codeENS1_4asio2ip23basic_resolver_iteratorINS7_3tcpEEESt14_List_iteratorINS_14web_seed_entryEE]
torrent::on_resume_data_checked ( int ret, disk_io_job const& j )
[symbol: _ZN10libtorrent7torrent22on_resume_data_checkedEiRKNS_11disk_io_jobE]
torrent::on_torrent_download ( boost::system::error_code const& ec, struct http_parser const& parser, char const* data, int size )
[symbol: _ZN10libtorrent7torrent19on_torrent_downloadERKN5boost6system10error_codeERKNS_11http_parserEPKci]
torrent::pause ( bool graceful )
[symbol: _ZN10libtorrent7torrent5pauseEb]
torrent::piece_availability ( std::vector<int>& avail ) const
[symbol: _ZNK10libtorrent7torrent18piece_availabilityERSt6vectorIiSaIiEE]
torrent::piece_failed ( int index )
[symbol: _ZN10libtorrent7torrent12piece_failedEi]
torrent::piece_finished ( int index, int passed_hash_check )
[symbol: _ZN10libtorrent7torrent14piece_finishedEii]
torrent::piece_passed ( int index )
[symbol: _ZN10libtorrent7torrent12piece_passedEi]
torrent::piece_priorities ( std::vector<int>* p1 ) const
[symbol: _ZNK10libtorrent7torrent16piece_prioritiesEPSt6vectorIiSaIiEE]
torrent::piece_priority ( int index ) const
[symbol: _ZNK10libtorrent7torrent14piece_priorityEi]
torrent::prioritize_files ( std::vector<int>const& files )
[symbol: _ZN10libtorrent7torrent16prioritize_filesERKSt6vectorIiSaIiEE]
torrent::prioritize_pieces ( std::vector<int>const& pieces )
[symbol: _ZN10libtorrent7torrent17prioritize_piecesERKSt6vectorIiSaIiEE]
torrent::quantized_bytes_done ( ) const
[symbol: _ZNK10libtorrent7torrent20quantized_bytes_doneEv]
torrent::queue_down ( )
[symbol: _ZN10libtorrent7torrent10queue_downEv]
torrent::queue_torrent_check ( )
[symbol: _ZN10libtorrent7torrent19queue_torrent_checkEv]
torrent::queue_up ( )
[symbol: _ZN10libtorrent7torrent8queue_upEv]
torrent::read_piece ( int piece )
[symbol: _ZN10libtorrent7torrent10read_pieceEi]
torrent::read_resume_data ( lazy_entry const& rd )
[symbol: _ZN10libtorrent7torrent16read_resume_dataERKNS_10lazy_entryE]
torrent::recalc_share_mode ( )
[symbol: _ZN10libtorrent7torrent17recalc_share_modeEv]
torrent::refresh_explicit_cache ( int cache_size )
[symbol: _ZN10libtorrent7torrent22refresh_explicit_cacheEi]
torrent::remove_peer ( struct peer_connection* p )
[symbol: _ZN10libtorrent7torrent11remove_peerEPNS_15peer_connectionE]
torrent::remove_web_seed ( std::list<web_seed_entry>::iterator web )
[symbol: _ZN10libtorrent7torrent15remove_web_seedESt14_List_iteratorINS_14web_seed_entryEE]
torrent::remove_web_seed ( std::string const& url, enum web_seed_entry::type_t type )
[symbol: _ZN10libtorrent7torrent15remove_web_seedERKSsNS_14web_seed_entry6type_tE]
torrent::remove_web_seed ( struct peer_connection* p )
[symbol: _ZN10libtorrent7torrent15remove_web_seedEPNS_15peer_connectionE]
torrent::rename_file ( int index, std::string const& name )
[symbol: _ZN10libtorrent7torrent11rename_fileEiRKSs]
torrent::replace_trackers ( std::vector<announce_entry>const& urls )
[symbol: _ZN10libtorrent7torrent16replace_trackersERKSt6vectorINS_14announce_entryESaIS2_EE]
torrent::reset_piece_deadline ( int piece )
[symbol: _ZN10libtorrent7torrent20reset_piece_deadlineEi]
torrent::resolve_peer_country ( boost::intrusive_ptr<struct peer_connection>const& p ) const
[symbol: _ZNK10libtorrent7torrent20resolve_peer_countryERKN5boost13intrusive_ptrINS_15peer_connectionEEE]
torrent::restore_piece_state ( int index )
[symbol: _ZN10libtorrent7torrent19restore_piece_stateEi]
torrent::resume ( )
[symbol: _ZN10libtorrent7torrent6resumeEv]
torrent::resume_download ( )
[symbol: _ZN10libtorrent7torrent15resume_downloadEv]
torrent::retry_web_seed ( struct peer_connection* p, int retry )
[symbol: _ZN10libtorrent7torrent14retry_web_seedEPNS_15peer_connectionEi]
torrent::save_path ( ) const
[symbol: _ZNK10libtorrent7torrent9save_pathEv]
torrent::save_resume_data ( int flags )
[symbol: _ZN10libtorrent7torrent16save_resume_dataEi]
torrent::scrape_tracker ( )
[symbol: _ZN10libtorrent7torrent14scrape_trackerEv]
torrent::second_tick ( stat& accumulator, int tick_interval_ms )
[symbol: _ZN10libtorrent7torrent11second_tickERNS_4statEi]
torrent::seed_rank ( session_settings const& s ) const
[symbol: _ZNK10libtorrent7torrent9seed_rankERKNS_16session_settingsE]
torrent::send_share_mode ( )
[symbol: _ZN10libtorrent7torrent15send_share_modeEv]
torrent::send_upload_only ( )
[symbol: _ZN10libtorrent7torrent16send_upload_onlyEv]
torrent::set_allow_peers ( bool b, bool graceful_pause )
[symbol: _ZN10libtorrent7torrent15set_allow_peersEbb]
torrent::set_apply_ip_filter ( bool b )
[symbol: _ZN10libtorrent7torrent19set_apply_ip_filterEb]
torrent::set_download_limit ( int limit )
[symbol: _ZN10libtorrent7torrent18set_download_limitEi]
torrent::set_error ( boost::system::error_code const& ec, std::string const& file )
[symbol: _ZN10libtorrent7torrent9set_errorERKN5boost6system10error_codeERKSs]
torrent::set_file_priority ( int index, int priority )
[symbol: _ZN10libtorrent7torrent17set_file_priorityEii]
torrent::set_max_connections ( int limit )
[symbol: _ZN10libtorrent7torrent19set_max_connectionsEi]
torrent::set_max_uploads ( int limit )
[symbol: _ZN10libtorrent7torrent15set_max_uploadsEi]
torrent::set_metadata ( char const* metadata_buf, int metadata_size )
[symbol: _ZN10libtorrent7torrent12set_metadataEPKci]
torrent::set_peer_download_limit ( boost::asio::ip::tcp::endpoint ip, int limit )
[symbol: _ZN10libtorrent7torrent23set_peer_download_limitEN5boost4asio2ip14basic_endpointINS3_3tcpEEEi]
torrent::set_peer_upload_limit ( boost::asio::ip::tcp::endpoint ip, int limit )
[symbol: _ZN10libtorrent7torrent21set_peer_upload_limitEN5boost4asio2ip14basic_endpointINS3_3tcpEEEi]
torrent::set_piece_deadline ( int piece, int t, int flags )
[symbol: _ZN10libtorrent7torrent18set_piece_deadlineEiii]
torrent::set_piece_priority ( int index, int priority )
[symbol: _ZN10libtorrent7torrent18set_piece_priorityEii]
torrent::set_queue_position ( int p )
[symbol: _ZN10libtorrent7torrent18set_queue_positionEi]
torrent::set_sequential_download ( bool sd )
[symbol: _ZN10libtorrent7torrent23set_sequential_downloadEb]
torrent::set_share_mode ( bool s )
[symbol: _ZN10libtorrent7torrent14set_share_modeEb]
torrent::set_state ( enum torrent_status::state_t s )
[symbol: _ZN10libtorrent7torrent9set_stateENS_14torrent_status7state_tE]
torrent::set_tracker_login ( std::string const& name, std::string const& pw )
[symbol: _ZN10libtorrent7torrent17set_tracker_loginERKSsS2_]
torrent::set_upload_limit ( int limit )
[symbol: _ZN10libtorrent7torrent16set_upload_limitEi]
torrent::set_upload_mode ( bool b )
[symbol: _ZN10libtorrent7torrent15set_upload_modeEb]
torrent::settings ( ) const
[symbol: _ZNK10libtorrent7torrent8settingsEv]
torrent::should_check_files ( ) const
[symbol: _ZNK10libtorrent7torrent18should_check_filesEv]
torrent::start ( )
[symbol: _ZN10libtorrent7torrent5startEv]
torrent::start_announcing ( )
[symbol: _ZN10libtorrent7torrent16start_announcingEv]
torrent::start_checking ( )
[symbol: _ZN10libtorrent7torrent14start_checkingEv]
torrent::start_download_url ( )
[symbol: _ZN10libtorrent7torrent18start_download_urlEv]
torrent::state_updated ( )
[symbol: _ZN10libtorrent7torrent13state_updatedEv]
torrent::status ( torrent_status* st, uint32_t flags )
[symbol: _ZN10libtorrent7torrent6statusEPNS_14torrent_statusEj]
torrent::stop_announcing ( )
[symbol: _ZN10libtorrent7torrent15stop_announcingEv]
torrent::super_seeding ( bool on )
[symbol: _ZN10libtorrent7torrent13super_seedingEb]
torrent::to_req ( piece_block const& p ) const
[symbol: _ZNK10libtorrent7torrent6to_reqERKNS_11piece_blockE]
torrent::torrent [in-charge] ( aux::session_impl& ses, boost::asio::ip::tcp::endpoint const& net_interface, int block_size, int seq, add_torrent_params const& p, sha1_hash const& info_hash )
[symbol: _ZN10libtorrent7torrentC1ERNS_3aux12session_implERKN5boost4asio2ip14basic_endpointINS6_3tcpEEEiiRKNS_18add_torrent_paramsERKNS_10big_numberE]
torrent::torrent [not-in-charge] ( aux::session_impl& ses, boost::asio::ip::tcp::endpoint const& net_interface, int block_size, int seq, add_torrent_params const& p, sha1_hash const& info_hash )
[symbol: _ZN10libtorrent7torrentC2ERNS_3aux12session_implERKN5boost4asio2ip14basic_endpointINS6_3tcpEEEiiRKNS_18add_torrent_paramsERKNS_10big_numberE]
torrent::tracker_key ( ) const
[symbol: _ZNK10libtorrent7torrent11tracker_keyEv]
torrent::tracker_login ( ) const
[symbol: _ZNK10libtorrent7torrent13tracker_loginEv]
torrent::tracker_request_error ( tracker_request const& r, int response_code, boost::system::error_code const& ec, std::string const& msg, int retry_interval )
[symbol: _ZN10libtorrent7torrent21tracker_request_errorERKNS_15tracker_requestEiRKN5boost6system10error_codeERKSsi]
torrent::tracker_response ( tracker_request const& r, address const& tracker_ip, std::list<boost::asio::ip::address>const& ip_list, std::vector<peer_entry>& e, int interval, int min_interval, int complete, int incomplete, address const& external_ip, std::string const& trackerid )
[symbol: _ZN10libtorrent7torrent16tracker_responseERKNS_15tracker_requestERKN5boost4asio2ip7addressERKSt4listIS7_SaIS7_EERSt6vectorINS_10peer_entryESaISG_EEiiiiS9_RKSs]
torrent::tracker_scrape_response ( tracker_request const& req, int complete, int incomplete, int downloaded, int downloaders )
[symbol: _ZN10libtorrent7torrent23tracker_scrape_responseERKNS_15tracker_requestEiiii]
torrent::tracker_warning ( tracker_request const& req, std::string const& msg )
[symbol: _ZN10libtorrent7torrent15tracker_warningERKNS_15tracker_requestERKSs]
torrent::try_connect_peer ( )
[symbol: _ZN10libtorrent7torrent16try_connect_peerEv]
torrent::unchoke_peer ( struct peer_connection& c, bool optimistic )
[symbol: _ZN10libtorrent7torrent12unchoke_peerERNS_15peer_connectionEb]
torrent::update_piece_priorities ( )
[symbol: _ZN10libtorrent7torrent23update_piece_prioritiesEv]
torrent::update_sparse_piece_prio ( int piece, int cursor, int reverse_cursor )
[symbol: _ZN10libtorrent7torrent24update_sparse_piece_prioEiii]
torrent::upload_limit ( ) const
[symbol: _ZNK10libtorrent7torrent12upload_limitEv]
torrent::use_interface ( std::string net_interface )
[symbol: _ZN10libtorrent7torrent13use_interfaceESs]
torrent::want_more_peers ( ) const
[symbol: _ZNK10libtorrent7torrent15want_more_peersEv]
torrent::we_have ( int index )
[symbol: _ZN10libtorrent7torrent7we_haveEi]
torrent::web_seeds ( enum web_seed_entry::type_t type ) const
[symbol: _ZNK10libtorrent7torrent9web_seedsENS_14web_seed_entry6type_tE]
torrent::write_resume_data ( entry& rd ) const
[symbol: _ZNK10libtorrent7torrent17write_resume_dataERNS_5entryE]
torrent::~torrent [in-charge-deleting] ( )
[symbol: _ZN10libtorrent7torrentD0Ev]
torrent::~torrent [in-charge] ( )
[symbol: _ZN10libtorrent7torrentD1Ev]
torrent::~torrent [not-in-charge] ( )
[symbol: _ZN10libtorrent7torrentD2Ev]
vtable for torrent [data]
[symbol: _ZTVN10libtorrent7torrentE]
torrent_handle.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
hash_value ( torrent_handle const& th )
[symbol: _ZN10libtorrent10hash_valueERKNS_14torrent_handleE]
throw_invalid_handle ( )
[symbol: _ZN10libtorrent20throw_invalid_handleEv]
torrent_info.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
merkle_get_parent ( int p1 )
[symbol: _ZN10libtorrent17merkle_get_parentEi]
merkle_get_sibling ( int p1 )
[symbol: _ZN10libtorrent18merkle_get_siblingEi]
merkle_num_leafs ( int p1 )
[symbol: _ZN10libtorrent16merkle_num_leafsEi]
merkle_num_nodes ( int p1 )
[symbol: _ZN10libtorrent16merkle_num_nodesEi]
web_seed_entry::web_seed_entry [in-charge] ( std::string const& url_, enum web_seed_entry::type_t type_, std::string const& auth_, web_seed_entry::headers_t const& extra_headers_ )
[symbol: _ZN10libtorrent14web_seed_entryC1ERKSsNS0_6type_tES2_RKSt6vectorISt4pairISsSsESaIS6_EE]
web_seed_entry::web_seed_entry [not-in-charge] ( std::string const& url_, enum web_seed_entry::type_t type_, std::string const& auth_, web_seed_entry::headers_t const& extra_headers_ )
[symbol: _ZN10libtorrent14web_seed_entryC2ERKSsNS0_6type_tES2_RKSt6vectorISt4pairISsSsESaIS6_EE]
tracker_manager.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
gzip_header ( char const* buf, int size )
[symbol: _ZN10libtorrent11gzip_headerEPKci]
timeout_handler::cancel ( )
[symbol: _ZN10libtorrent15timeout_handler6cancelEv]
timeout_handler::restart_read_timeout ( )
[symbol: _ZN10libtorrent15timeout_handler20restart_read_timeoutEv]
timeout_handler::set_timeout ( int completion_timeout, int read_timeout )
[symbol: _ZN10libtorrent15timeout_handler11set_timeoutEii]
timeout_handler::timeout_handler [in-charge] ( io_service& str )
[symbol: _ZN10libtorrent15timeout_handlerC1ERN5boost4asio10io_serviceE]
timeout_handler::timeout_handler [not-in-charge] ( io_service& str )
[symbol: _ZN10libtorrent15timeout_handlerC2ERN5boost4asio10io_serviceE]
tracker_connection::close ( )
[symbol: _ZN10libtorrent18tracker_connection5closeEv]
tracker_connection::fail ( boost::system::error_code const& ec, int code, char const* msg, int interval, int min_interval )
[symbol: _ZN10libtorrent18tracker_connection4failERKN5boost6system10error_codeEiPKcii]
tracker_connection::fail_impl ( boost::system::error_code const& ec, int code, std::string msg, int interval, int min_interval )
[symbol: _ZN10libtorrent18tracker_connection9fail_implERKN5boost6system10error_codeEiSsii]
tracker_connection::received_bytes ( int bytes )
[symbol: _ZN10libtorrent18tracker_connection14received_bytesEi]
tracker_connection::requester ( ) const
[symbol: _ZNK10libtorrent18tracker_connection9requesterEv]
tracker_connection::sent_bytes ( int bytes )
[symbol: _ZN10libtorrent18tracker_connection10sent_bytesEi]
tracker_connection::tracker_connection [in-charge] ( tracker_manager& man, tracker_request const& req, io_service& ios, boost::weak_ptr<request_callback> r )
[symbol: _ZN10libtorrent18tracker_connectionC1ERNS_15tracker_managerERKNS_15tracker_requestERN5boost4asio10io_serviceENS6_8weak_ptrINS_16request_callbackEEE]
tracker_connection::tracker_connection [not-in-charge] ( tracker_manager& man, tracker_request const& req, io_service& ios, boost::weak_ptr<request_callback> r )
[symbol: _ZN10libtorrent18tracker_connectionC2ERNS_15tracker_managerERKNS_15tracker_requestERN5boost4asio10io_serviceENS6_8weak_ptrINS_16request_callbackEEE]
tracker_manager::abort_all_requests ( bool all )
[symbol: _ZN10libtorrent15tracker_manager18abort_all_requestsEb]
tracker_manager::empty ( ) const
[symbol: _ZNK10libtorrent15tracker_manager5emptyEv]
tracker_manager::incoming_udp ( boost::system::error_code const& e, boost::asio::ip::udp::endpoint const& ep, char const* buf, int size )
[symbol: _ZN10libtorrent15tracker_manager12incoming_udpERKN5boost6system10error_codeERKNS1_4asio2ip14basic_endpointINS7_3udpEEEPKci]
tracker_manager::incoming_udp ( boost::system::error_code const& e, char const* hostname, char const* buf, int size )
[symbol: _ZN10libtorrent15tracker_manager12incoming_udpERKN5boost6system10error_codeEPKcS7_i]
tracker_manager::num_requests ( ) const
[symbol: _ZNK10libtorrent15tracker_manager12num_requestsEv]
tracker_manager::queue_request ( io_service& ios, connection_queue& cc, tracker_request r, std::string const& auth, boost::weak_ptr<request_callback> c )
[symbol: _ZN10libtorrent15tracker_manager13queue_requestERN5boost4asio10io_serviceERNS_16connection_queueENS_15tracker_requestERKSsNS1_8weak_ptrINS_16request_callbackEEE]
tracker_manager::received_bytes ( int bytes )
[symbol: _ZN10libtorrent15tracker_manager14received_bytesEi]
tracker_manager::remove_request ( tracker_connection const* p1 )
[symbol: _ZN10libtorrent15tracker_manager14remove_requestEPKNS_18tracker_connectionE]
tracker_manager::sent_bytes ( int bytes )
[symbol: _ZN10libtorrent15tracker_manager10sent_bytesEi]
tracker_manager::~tracker_manager [in-charge] ( )
[symbol: _ZN10libtorrent15tracker_managerD1Ev]
tracker_manager::~tracker_manager [not-in-charge] ( )
[symbol: _ZN10libtorrent15tracker_managerD2Ev]
vtable for request_callback [data]
[symbol: _ZTVN10libtorrent16request_callbackE]
vtable for timeout_handler [data]
[symbol: _ZTVN10libtorrent15timeout_handlerE]
vtable for tracker_connection [data]
[symbol: _ZTVN10libtorrent18tracker_connectionE]
udp_socket.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
rate_limited_udp_socket::rate_limited_udp_socket [in-charge] ( io_service& ios, udp_socket::callback_t const& c, udp_socket::callback2_t const& c2, connection_queue& cc )
[symbol: _ZN10libtorrent23rate_limited_udp_socketC1ERN5boost4asio10io_serviceERKNS1_8functionIFvRKNS1_6system10error_codeERKNS2_2ip14basic_endpointINSA_3udpEEEPKciEEERKNS5_IFvS9_SH_SH_iEEERNS_16connection_queueE]
rate_limited_udp_socket::rate_limited_udp_socket [not-in-charge] ( io_service& ios, udp_socket::callback_t const& c, udp_socket::callback2_t const& c2, connection_queue& cc )
[symbol: _ZN10libtorrent23rate_limited_udp_socketC2ERN5boost4asio10io_serviceERKNS1_8functionIFvRKNS1_6system10error_codeERKNS2_2ip14basic_endpointINSA_3udpEEEPKciEEERKNS5_IFvS9_SH_SH_iEEERNS_16connection_queueE]
rate_limited_udp_socket::send ( boost::asio::ip::udp::endpoint const& ep, char const* p, int len, boost::system::error_code& ec, int flags )
[symbol: _ZN10libtorrent23rate_limited_udp_socket4sendERKN5boost4asio2ip14basic_endpointINS3_3udpEEEPKciRNS1_6system10error_codeEi]
udp_socket::bind ( boost::asio::ip::udp::endpoint const& ep, boost::system::error_code& ec )
[symbol: _ZN10libtorrent10udp_socket4bindERKN5boost4asio2ip14basic_endpointINS3_3udpEEERNS1_6system10error_codeE]
udp_socket::bind ( int port )
[symbol: _ZN10libtorrent10udp_socket4bindEi]
udp_socket::close ( )
[symbol: _ZN10libtorrent10udp_socket5closeEv]
udp_socket::send ( boost::asio::ip::udp::endpoint const& ep, char const* p, int len, boost::system::error_code& ec, int flags )
[symbol: _ZN10libtorrent10udp_socket4sendERKN5boost4asio2ip14basic_endpointINS3_3udpEEEPKciRNS1_6system10error_codeEi]
udp_socket::send_hostname ( char const* hostname, int port, char const* p, int len, boost::system::error_code& ec )
[symbol: _ZN10libtorrent10udp_socket13send_hostnameEPKciS2_iRN5boost6system10error_codeE]
udp_socket::set_buf_size ( int s )
[symbol: _ZN10libtorrent10udp_socket12set_buf_sizeEi]
udp_socket::set_proxy_settings ( proxy_settings const& ps )
[symbol: _ZN10libtorrent10udp_socket18set_proxy_settingsERKNS_14proxy_settingsE]
udp_socket::udp_socket [in-charge] ( io_service& ios, udp_socket::callback_t const& c, udp_socket::callback2_t const& c2, connection_queue& cc )
[symbol: _ZN10libtorrent10udp_socketC1ERN5boost4asio10io_serviceERKNS1_8functionIFvRKNS1_6system10error_codeERKNS2_2ip14basic_endpointINSA_3udpEEEPKciEEERKNS5_IFvS9_SH_SH_iEEERNS_16connection_queueE]
udp_socket::udp_socket [not-in-charge] ( io_service& ios, udp_socket::callback_t const& c, udp_socket::callback2_t const& c2, connection_queue& cc )
[symbol: _ZN10libtorrent10udp_socketC2ERN5boost4asio10io_serviceERKNS1_8functionIFvRKNS1_6system10error_codeERKNS2_2ip14basic_endpointINSA_3udpEEEPKciEEERKNS5_IFvS9_SH_SH_iEEERNS_16connection_queueE]
udp_socket::~udp_socket [in-charge] ( )
[symbol: _ZN10libtorrent10udp_socketD1Ev]
udp_socket::~udp_socket [not-in-charge] ( )
[symbol: _ZN10libtorrent10udp_socketD2Ev]
utp_socket_manager.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
utp_socket_manager::get_status ( struct utp_status& s ) const
[symbol: _ZNK10libtorrent18utp_socket_manager10get_statusERNS_10utp_statusE]
utp_socket_manager::incoming_packet ( char const* p, int size, boost::asio::ip::udp::endpoint const& ep )
[symbol: _ZN10libtorrent18utp_socket_manager15incoming_packetEPKciRKN5boost4asio2ip14basic_endpointINS5_3udpEEE]
utp_socket_manager::local_endpoint ( address const& remote, boost::system::error_code& ec ) const
[symbol: _ZNK10libtorrent18utp_socket_manager14local_endpointERKN5boost4asio2ip7addressERNS1_6system10error_codeE]
utp_socket_manager::local_port ( boost::system::error_code& ec ) const
[symbol: _ZNK10libtorrent18utp_socket_manager10local_portERN5boost6system10error_codeE]
utp_socket_manager::mtu_for_dest ( address const& addr, int& link_mtu, int& utp_mtu )
[symbol: _ZN10libtorrent18utp_socket_manager12mtu_for_destERKN5boost4asio2ip7addressERiS7_]
utp_socket_manager::new_utp_socket ( utp_stream* str )
[symbol: _ZN10libtorrent18utp_socket_manager14new_utp_socketEPNS_10utp_streamE]
utp_socket_manager::remove_socket ( uint16_t id )
[symbol: _ZN10libtorrent18utp_socket_manager13remove_socketEt]
utp_socket_manager::send_packet ( boost::asio::ip::udp::endpoint const& ep, char const* p, int len, boost::system::error_code& ec, int flags )
[symbol: _ZN10libtorrent18utp_socket_manager11send_packetERKN5boost4asio2ip14basic_endpointINS3_3udpEEEPKciRNS1_6system10error_codeEi]
utp_socket_manager::set_sock_buf ( int size )
[symbol: _ZN10libtorrent18utp_socket_manager12set_sock_bufEi]
utp_socket_manager::tick ( ptime now )
[symbol: _ZN10libtorrent18utp_socket_manager4tickENS_5ptimeE]
utp_socket_manager::utp_socket_manager [in-charge] ( session_settings const& sett, udp_socket& s, incoming_utp_callback_t cb )
[symbol: _ZN10libtorrent18utp_socket_managerC1ERKNS_16session_settingsERNS_10udp_socketEN5boost8functionIFvRKNS6_10shared_ptrINS_11socket_typeEEEEEE]
utp_socket_manager::utp_socket_manager [not-in-charge] ( session_settings const& sett, udp_socket& s, incoming_utp_callback_t cb )
[symbol: _ZN10libtorrent18utp_socket_managerC2ERKNS_16session_settingsERNS_10udp_socketEN5boost8functionIFvRKNS6_10shared_ptrINS_11socket_typeEEEEEE]
utp_socket_manager::~utp_socket_manager [in-charge] ( )
[symbol: _ZN10libtorrent18utp_socket_managerD1Ev]
utp_socket_manager::~utp_socket_manager [not-in-charge] ( )
[symbol: _ZN10libtorrent18utp_socket_managerD2Ev]
utp_stream.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
construct_utp_impl ( uint16_t recv_id, uint16_t send_id, void* userdata, utp_socket_manager* sm )
[symbol: _ZN10libtorrent18construct_utp_implEttPvPNS_18utp_socket_managerE]
delete_utp_impl ( struct utp_socket_impl* s )
[symbol: _ZN10libtorrent15delete_utp_implEPNS_15utp_socket_implE]
detach_utp_impl ( struct utp_socket_impl* s )
[symbol: _ZN10libtorrent15detach_utp_implEPNS_15utp_socket_implE]
should_delete ( struct utp_socket_impl* s )
[symbol: _ZN10libtorrent13should_deleteEPNS_15utp_socket_implE]
tick_utp_impl ( struct utp_socket_impl* s, ptime const& now )
[symbol: _ZN10libtorrent13tick_utp_implEPNS_15utp_socket_implERKNS_5ptimeE]
utp_incoming_packet ( struct utp_socket_impl* s, char const* p, int size, boost::asio::ip::udp::endpoint const& ep, ptime receive_time )
[symbol: _ZN10libtorrent19utp_incoming_packetEPNS_15utp_socket_implEPKciRKN5boost4asio2ip14basic_endpointINS6_3udpEEENS_5ptimeE]
utp_init_mtu ( struct utp_socket_impl* s, int link_mtu, int utp_mtu )
[symbol: _ZN10libtorrent12utp_init_mtuEPNS_15utp_socket_implEii]
utp_match ( struct utp_socket_impl* s, boost::asio::ip::udp::endpoint const& ep, uint16_t id )
[symbol: _ZN10libtorrent9utp_matchEPNS_15utp_socket_implERKN5boost4asio2ip14basic_endpointINS4_3udpEEEt]
utp_receive_id ( struct utp_socket_impl* s )
[symbol: _ZN10libtorrent14utp_receive_idEPNS_15utp_socket_implE]
utp_remote_endpoint ( struct utp_socket_impl* s )
[symbol: _ZN10libtorrent19utp_remote_endpointEPNS_15utp_socket_implE]
utp_socket_state ( struct utp_socket_impl const* s )
[symbol: _ZN10libtorrent16utp_socket_stateEPKNS_15utp_socket_implE]
utp_stream::add_read_buffer ( void* buf, size_t len )
[symbol: _ZN10libtorrent10utp_stream15add_read_bufferEPvj]
utp_stream::add_write_buffer ( void const* buf, size_t len )
[symbol: _ZN10libtorrent10utp_stream16add_write_bufferEPKvj]
utp_stream::available ( ) const
[symbol: _ZNK10libtorrent10utp_stream9availableEv]
utp_stream::bind ( utp_stream::endpoint_type const& endpoint, boost::system::error_code& ec )
[symbol: _ZN10libtorrent10utp_stream4bindERKN5boost4asio2ip14basic_endpointINS3_3tcpEEERNS1_6system10error_codeE]
utp_stream::close ( )
[symbol: _ZN10libtorrent10utp_stream5closeEv]
utp_stream::do_connect ( boost::asio::ip::tcp::endpoint const& ep, utp_stream::connect_handler_t h )
[symbol: _ZN10libtorrent10utp_stream10do_connectERKN5boost4asio2ip14basic_endpointINS3_3tcpEEEPFvPvRKNS1_6system10error_codeEbE]
utp_stream::get_impl ( )
[symbol: _ZN10libtorrent10utp_stream8get_implEv]
utp_stream::local_endpoint ( boost::system::error_code& ec ) const
[symbol: _ZNK10libtorrent10utp_stream14local_endpointERN5boost6system10error_codeE]
utp_stream::on_connect ( void* self, boost::system::error_code const& ec, bool kill ) [static]
[symbol: _ZN10libtorrent10utp_stream10on_connectEPvRKN5boost6system10error_codeEb]
utp_stream::on_read ( void* self, size_t bytes_transferred, boost::system::error_code const& ec, bool kill ) [static]
[symbol: _ZN10libtorrent10utp_stream7on_readEPvjRKN5boost6system10error_codeEb]
utp_stream::on_write ( void* self, size_t bytes_transferred, boost::system::error_code const& ec, bool kill ) [static]
[symbol: _ZN10libtorrent10utp_stream8on_writeEPvjRKN5boost6system10error_codeEb]
utp_stream::read_buffer_size ( ) const
[symbol: _ZNK10libtorrent10utp_stream16read_buffer_sizeEv]
utp_stream::read_some ( bool clear_buffers )
[symbol: _ZN10libtorrent10utp_stream9read_someEb]
utp_stream::recv_delay ( ) const
[symbol: _ZNK10libtorrent10utp_stream10recv_delayEv]
utp_stream::remote_endpoint ( boost::system::error_code& ec ) const
[symbol: _ZNK10libtorrent10utp_stream15remote_endpointERN5boost6system10error_codeE]
utp_stream::send_delay ( ) const
[symbol: _ZNK10libtorrent10utp_stream10send_delayEv]
utp_stream::set_impl ( struct utp_socket_impl* s )
[symbol: _ZN10libtorrent10utp_stream8set_implEPNS_15utp_socket_implE]
utp_stream::set_read_handler ( utp_stream::handler_t h )
[symbol: _ZN10libtorrent10utp_stream16set_read_handlerEPFvPvjRKN5boost6system10error_codeEbE]
utp_stream::set_write_handler ( utp_stream::handler_t h )
[symbol: _ZN10libtorrent10utp_stream17set_write_handlerEPFvPvjRKN5boost6system10error_codeEbE]
utp_stream::utp_stream [in-charge] ( boost::asio::io_service& io_service )
[symbol: _ZN10libtorrent10utp_streamC1ERN5boost4asio10io_serviceE]
utp_stream::utp_stream [not-in-charge] ( boost::asio::io_service& io_service )
[symbol: _ZN10libtorrent10utp_streamC2ERN5boost4asio10io_serviceE]
utp_stream::~utp_stream [in-charge] ( )
[symbol: _ZN10libtorrent10utp_streamD1Ev]
utp_stream::~utp_stream [not-in-charge] ( )
[symbol: _ZN10libtorrent10utp_streamD2Ev]
to the top
Problems with Symbols, Low Severity (2)
session_settings.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
[+] session_settings::session_settings [in-charge] ( std::string const& user_agent_ ) (1)
[symbol: _ZN10libtorrent16session_settingsC1ERKSs]
| Change | Effect |
---|
1 | The default argument of 1st parameter user_agent_ has been changed from "libtorrent/0.16.18.0" to "libtorrent/0.16.19.0". | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] session_settings::session_settings [not-in-charge] ( std::string const& user_agent_ ) (1)
[symbol: _ZN10libtorrent16session_settingsC2ERKSs]
| Change | Effect |
---|
1 | The default argument of 1st parameter user_agent_ has been changed from "libtorrent/0.16.18.0" to "libtorrent/0.16.19.0". | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
to the top
Header Files (1)
torrent.hpp
to the top
Shared Libraries (1)
libtorrent-rasterbar.so.7.0.0
to the top