premiere-libtorrent/src
arvidn c9043dec53 force proxy no longer disables the DHT 2018-08-20 08:24:31 +02:00
..
kademlia another boost-1.67 build fix 2018-04-13 14:43:41 +02:00
ConvertUTF.cpp fix issue in UTF-8 encoding validation 2017-08-16 13:15:19 +02:00
Makefile.am add utility function for generating peer ID fingerprint (#1249) 2016-10-25 08:03:26 -04:00
alert.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
alert_manager.cpp introduce a recursive mutex to protect the alert_manager, and hold the mutex while calling user callbacks and plugin hooks. This is required to ensure the underlying storage for alert allocations (in the stack allocators) is synchronized with the thread that may be accessing it 2018-05-01 23:17:51 +02:00
allocator.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
announce_entry.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
assert.cpp Fix storage initialization (#2944) 2018-04-21 18:35:55 +02:00
bandwidth_limit.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
bandwidth_manager.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
bandwidth_queue_entry.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
bdecode.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
bitfield.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
block_cache.cpp fix use after free in flush_range and flush_iovec 2018-04-27 16:15:19 +02:00
bloom_filter.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
broadcast_socket.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
bt_peer_connection.cpp fix some warnings 2018-07-18 10:38:45 +02:00
chained_buffer.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
choker.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
close_reason.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
cpuid.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
crc32c.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
create_torrent.cpp bump the minimum number of hash jobs per thread from 2 to 4 2018-07-07 18:02:24 +02:00
disk_buffer_holder.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
disk_buffer_pool.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
disk_io_job.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
disk_io_thread.cpp Fix torrent files prioritization (#3133) 2018-07-04 08:16:33 +02:00
disk_job_pool.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
entry.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
enum_net.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
error_code.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
escape_string.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
file.cpp fix Windows "file::preadv" emulation EOF handling 2018-07-12 23:54:34 +02:00
file_pool.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
file_progress.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
file_storage.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
fingerprint.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
gzip.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
hasher.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
hex.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
http_connection.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
http_parser.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
http_seed_connection.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
http_stream.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
http_tracker_connection.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
i2p_stream.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
identify_client.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
instantiate_connection.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
ip_filter.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
ip_voter.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
lazy_bdecode.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
lsd.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
lt_trackers.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
magnet_uri.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
merkle.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
metadata_transfer.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
mpi.cpp fix ambiguous call to abs() in tommath (#1228) 2016-10-20 00:13:45 -04:00
natpmp.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
packet_buffer.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
parse_url.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
part_file.cpp fix race condition in part_file 2018-06-19 14:50:02 +02:00
pe_crypto.cpp fix some warnings 2018-07-18 10:38:45 +02:00
peer_class.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
peer_class_set.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
peer_connection.cpp remove unused function 2018-07-18 09:18:09 +02:00
peer_connection_handle.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
peer_list.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
performance_counters.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
piece_picker.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
platform_util.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
proxy_base.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
proxy_settings.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
puff.cpp fix building tarball 2016-08-21 20:21:50 -04:00
random.cpp fixed race condition in random number generator 2018-06-06 09:54:49 +02:00
receive_buffer.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
request_blocks.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
resolve_links.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
resolver.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
rss.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
session.cpp bump checking_mem_usage to be higher than the default in the high_performance_seed preset 2018-08-02 23:15:51 +02:00
session_call.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
session_handle.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
session_impl.cpp force proxy no longer disables the DHT 2018-08-20 08:24:31 +02:00
session_settings.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
session_stats.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
settings_pack.cpp dial back the connect boost a bit from recent update 2018-08-13 19:17:01 +02:00
sha1.cpp fix strict aliasing violation 2015-10-03 15:13:45 -04:00
smart_ban.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
socket_io.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
socket_type.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
socks5_stream.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
stat.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
stat_cache.cpp fix race condition in stat_cache 2018-06-05 19:07:33 +02:00
storage.cpp Fix exporting files 2018-08-10 20:21:29 +02:00
string_util.cpp fix some warnings 2018-07-18 10:38:45 +02:00
thread.cpp introduce a recursive mutex to protect the alert_manager, and hold the mutex while calling user callbacks and plugin hooks. This is required to ensure the underlying storage for alert allocations (in the stack allocators) is synchronized with the thread that may be accessing it 2018-05-01 23:17:51 +02:00
time.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
timestamp_history.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
torrent.cpp improve connect-boost feature, to make new torrents quickly connect peers 2018-08-09 20:12:56 +02:00
torrent_handle.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
torrent_info.cpp fix some warnings 2018-07-18 10:38:45 +02:00
torrent_peer.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
torrent_peer_allocator.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
torrent_status.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
tracker_manager.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
udp_socket.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
udp_tracker_connection.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
upnp.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
ut_metadata.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
ut_pex.cpp improve connect-boost feature, to make new torrents quickly connect peers 2018-08-09 20:12:56 +02:00
utf8.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
utp_socket_manager.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
utp_stream.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
version.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
web_connection_base.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
web_peer_connection.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
xml_parse.cpp fix some warnings 2018-07-18 10:38:45 +02:00