premiere-libtorrent/src
arvidn a81eb050c5 remove old (incompatible) sequence number build option 2019-01-02 15:21:39 +01: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 don't use page aligned disk buffers 2018-11-23 18:41:25 +01: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
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 fix build against boost-1.69 2018-11-02 11:10:26 +01: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 potential issue where the dht port message is sent before the peer handshake 2018-11-29 10:21:21 +01: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 don't use page aligned disk buffers 2018-11-23 18:41:25 +01: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 fix build against boost-1.69 2018-11-02 11:10:26 +01:00
escape_string.cpp update year in copyright header 2018-04-09 09:04:33 +02:00
file.cpp don't use page aligned disk buffers 2018-11-23 18:41:25 +01: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 Include &ipv4= for private trackers 2018-11-20 13:50:22 +01: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 exit natpmp::on_reply earlier if we're shutting down 2018-11-16 10:14:37 +01: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 only make snubbed peers invert the piece picking strategy when we're doing rarest first (i.e. snubbed peers do common-first). Specifically, this prevents snubbed peers from picking from the end of the torrent when in sequential mode 2018-11-01 12:01:02 +01: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 Fix setting ipv6 interface 2018-11-15 13:12:22 +01: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 verson to 1.1.11.0 2018-11-16 15:52:16 +01: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 fix build against boost-1.69 2018-11-02 11:10:26 +01: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 move_storage with save_path with a trailing slash 2018-11-06 23:46:18 +01: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 Include &ipv4= for private trackers 2018-11-20 13:50:22 +01: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 ssl listen port fix and improved tracker announce logging 2018-10-29 18:38:14 +01: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 fix build against boost-1.69 2018-11-02 11:10:26 +01: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 simplify and improve the uTP deferred ACK logic to respond earlier 2019-01-02 11:36:29 +01:00
utp_stream.cpp remove old (incompatible) sequence number build option 2019-01-02 15:21:39 +01: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