premiere-libtorrent/src
arvidn f89c27183b remove unused function 2018-07-18 09:18:09 +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 update year in copyright header 2018-04-09 09:04:33 +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 update year in copyright header 2018-04-09 09:04:33 +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 update year in copyright header 2018-04-09 09:04:33 +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 restore aspects of the previous behavior of force-proxy. Instead of not opening any TCP listen sockets at all, open them but reject any incoming connection. This is because in RC_1_1, the UDP and TCP sockets are tied in subtle and unintuitive ways. This is much cleaner in the next major release and this patch will not need to be merged 2018-05-13 12:31:00 +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 to 1.1.8 2018-06-25 12:25:11 +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 remove unused disk stats counters 2018-06-05 19:03:04 +02:00
string_util.cpp update year in copyright header 2018-04-09 09:04:33 +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 raise priority of cache_flushed_alert and post it unconditionally when triggered explicily by the client 2018-07-08 18:23:44 +02:00
torrent_handle.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
torrent_info.cpp update year in copyright header 2018-04-09 09:04:33 +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 update year in copyright header 2018-04-09 09:04:33 +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 update year in copyright header 2018-04-09 09:04:33 +02:00