premiere-libtorrent/src
Arvid Norberg a5da48edd4 add missing boost/noncopyable include 2018-10-25 09:47:21 +02:00
..
kademlia add missing boost/noncopyable include 2018-10-25 09:47:21 +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 make the print function for entry actually be json-like. when logging bencode entries, print it all on a single line. add test for entry print function 2018-08-27 13:56:04 +02:00
chained_buffer.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
choker.cpp back-port the fix from the lgtm fixes in master 2018-10-19 19:40:17 +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 properly tear down the disk_io_thread object in set_piece_hashes() when exiting via an exception 2018-10-16 22:54:25 +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 add assert to storage 2018-09-04 13:44:24 +02:00
disk_job_pool.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
entry.cpp make the print function for entry actually be json-like. when logging bencode entries, print it all on a single line. add test for entry print function 2018-08-27 13:56:04 +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 improve handling of filesystems not supporting fallocate() 2018-08-22 08:35:22 +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 redundant flushes of partfile metadata 2018-09-12 07:47:13 -07: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 improve log statement when not unchoking a peer 2018-08-27 13:43:48 +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 raise default value for active_limit to 500, since it's supposed to be an upper sanity check limit 2018-09-02 19:25:06 +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 bump version 2018-10-01 09:41:37 +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 add assert to storage 2018-09-04 13:44:24 +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 add option to ignore min-interval from tracker, when force-reannouncing a tracker 2018-09-04 08:46:24 +02:00
torrent_handle.cpp add option to ignore min-interval from tracker, when force-reannouncing a tracker 2018-09-04 08:46:24 +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 add option to ignore min-interval from tracker, when force-reannouncing a tracker 2018-09-04 08:46:24 +02:00
udp_socket.cpp fix issue in udp_socket with unusual socket failure 2018-09-28 13:17:43 -07: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 utp close-reason use after free fix 2018-09-23 08:24:54 -07: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