.. |
kademlia
|
disable DHT logging with the TORRENT_DISABLE_LOGGING macros as well
|
2017-12-23 12:01:18 +01: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
|
deprecate torrent_added_alert in favor of add_torrent_alert
|
2017-03-26 22:48:17 -04:00 |
alert_manager.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
allocator.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
announce_entry.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
assert.cpp
|
back port overflow checking from master
|
2017-10-02 00:02:14 +02:00 |
bandwidth_limit.cpp
|
fix bandwith rate limit calculation (#2134)
|
2017-07-11 21:35:12 -07:00 |
bandwidth_manager.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
bandwidth_queue_entry.cpp
|
fix some build warnings in python binding
|
2016-04-07 22:45:23 -04:00 |
bdecode.cpp
|
fix invalid read in parse_int() in bdecode_node() and lazy_bdecode()
|
2017-08-15 00:01:37 +02:00 |
bitfield.cpp
|
backport of popcnt asm for x86 and gcc/clang (#864)
|
2016-06-28 00:34:21 -04:00 |
block_cache.cpp
|
don't delete pieces from cache with refcount > 0
|
2017-10-09 17:48:08 +02:00 |
bloom_filter.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
broadcast_socket.cpp
|
fix ipv6 udp tracker test
|
2017-11-23 00:05:08 +01:00 |
bt_peer_connection.cpp
|
first steps towards spell checking documentation
|
2017-06-17 22:59:57 -04:00 |
chained_buffer.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
choker.cpp
|
update comment to reflect new quota definition
|
2016-10-15 21:32:14 -04:00 |
close_reason.cpp
|
back-port error_code cleanup from master (#1173)
|
2016-10-03 16:32:40 -07:00 |
cpuid.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
crc32c.cpp
|
fix msvc-8.0 build (#860)
|
2016-06-27 13:46:15 -04:00 |
create_torrent.cpp
|
fix ABI compatibility issue introduced with preformatted entry type
|
2017-02-12 20:42:30 -05:00 |
disk_buffer_holder.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
disk_buffer_pool.cpp
|
deprecate mmap_cache (#1269)
|
2016-10-29 13:42:42 -04:00 |
disk_io_job.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
disk_io_thread.cpp
|
hold an owning reference to storage objects in try_flush_write_blocks
|
2017-08-30 12:45:06 +02:00 |
disk_job_pool.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
entry.cpp
|
added new preformatted type to bencode entry (#698)
|
2016-05-05 21:38:57 -04:00 |
enum_net.cpp
|
fix error reporting for enum_net_interfaces
|
2017-05-23 08:54:09 -04:00 |
error_code.cpp
|
back-port error_code cleanup from master (#1173)
|
2016-10-03 16:32:40 -07:00 |
escape_string.cpp
|
deduce the second argument to iconv() instead of requiring it to be configured via a macro
|
2017-10-06 10:52:09 +02:00 |
file.cpp
|
fix full allocation failure on APFS
|
2017-10-16 00:08:10 +02:00 |
file_pool.cpp
|
remove mutex-release hack in file_pool
|
2017-04-14 12:45:18 -07:00 |
file_progress.cpp
|
back port file progress invariant checking to 1.1
|
2017-01-29 15:34:06 -05:00 |
file_storage.cpp
|
back-port path fixup in file_storage add_file
|
2017-12-23 12:02:17 +01:00 |
fingerprint.cpp
|
fix assertion in fingerprint::to_string
|
2016-12-07 20:52:45 -05:00 |
gzip.cpp
|
back-port error_code cleanup from master (#1173)
|
2016-10-03 16:32:40 -07:00 |
hasher.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
hex.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
http_connection.cpp
|
fix build against boost-1.66, specifically the boost.asio changes
|
2017-12-15 11:29:53 +01:00 |
http_parser.cpp
|
remove invalid assert
|
2017-12-24 11:28:02 +01:00 |
http_seed_connection.cpp
|
back-port error_code cleanup from master (#1173)
|
2016-10-03 16:32:40 -07:00 |
http_stream.cpp
|
HTTP proxy: avoid connecting to itself (#1978)
|
2017-05-08 11:04:17 -04:00 |
http_tracker_connection.cpp
|
some minor i2p cleanups
|
2017-12-08 09:57:21 +01:00 |
i2p_stream.cpp
|
some minor i2p cleanups
|
2017-12-08 09:57:21 +01:00 |
identify_client.cpp
|
add utility function for generating peer ID fingerprint (#1249)
|
2016-10-25 08:03:26 -04:00 |
instantiate_connection.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
ip_filter.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
ip_voter.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
lazy_bdecode.cpp
|
fix invalid read in parse_int() in bdecode_node() and lazy_bdecode()
|
2017-08-15 00:01:37 +02:00 |
lsd.cpp
|
removed use of boost::uintptr_t for better compatibility
|
2017-04-23 11:15:43 -04:00 |
lt_trackers.cpp
|
deprecate lt_trackers extension (#940)
|
2016-07-24 23:37:03 -04:00 |
magnet_uri.cpp
|
fix infinite loop when parsing certain invalid magnet links
|
2017-10-11 09:11:58 +02:00 |
merkle.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
metadata_transfer.cpp
|
optimize the optimistic unchoke logic. extend the API for extensions to be able to affect the order of optimistic unchokes
|
2016-02-01 20:28:22 -05:00 |
mpi.cpp
|
fix ambiguous call to abs() in tommath (#1228)
|
2016-10-20 00:13:45 -04:00 |
natpmp.cpp
|
fix NAT-PMP crash when removing a mapping at the wrong time
|
2017-05-20 14:56:04 -04:00 |
packet_buffer.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
parse_url.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
part_file.cpp
|
handle short reads when exporting a file (#990)
|
2016-08-07 16:04:29 -04:00 |
pe_crypto.cpp
|
back-port extra checks in pe_crypto from master
|
2016-05-27 09:51:06 -07:00 |
peer_class.cpp
|
storage optimization to peer classes
|
2017-01-21 01:23:07 -05:00 |
peer_class_set.cpp
|
fix leak of peer_class objects (when setting per-torrent rate limits)
|
2017-10-03 17:32:49 +02:00 |
peer_connection.cpp
|
:attempt to fix disconnections when torrents enter upload mode due to failures
|
2017-12-23 09:24:26 +01:00 |
peer_connection_handle.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
peer_list.cpp
|
fix leak of torrent_peer objecs (entries in peer_list)
|
2017-10-07 11:43:42 +02:00 |
performance_counters.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
piece_picker.cpp
|
fix re-prioritizing a piece while it is downloading (#987)
|
2016-08-07 15:27:04 -04:00 |
platform_util.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
proxy_base.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
proxy_settings.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
puff.cpp
|
fix building tarball
|
2016-08-21 20:21:50 -04:00 |
random.cpp
|
Use std::random instead of Boost.Random when in c++11 mode. (#1087)
|
2016-09-13 17:07:01 -04:00 |
receive_buffer.cpp
|
add receive_buffer unit test and some more cleanup and asserts
|
2016-03-05 00:14:00 -05:00 |
request_blocks.cpp
|
fix integer overflow in whole_pieces_threshold logic
|
2017-09-23 06:59:13 -07:00 |
resolve_links.cpp
|
backport of fix in resolve_links::match (#1068)
|
2016-09-06 18:30:30 -04:00 |
resolver.cpp
|
when stopping a torrent, never perform a name lookup on the tracker (#2021)
|
2017-05-25 14:58:29 -04:00 |
rss.cpp
|
include user-agent in tracker announces in anonymous_mode for private torrents
|
2017-03-12 21:10:00 -04:00 |
session.cpp
|
fix asio debugging
|
2017-12-12 10:11:09 -05:00 |
session_call.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
session_handle.cpp
|
add getters for peer_class_filter and peer_class_type_filter
|
2017-12-23 09:25:06 +01:00 |
session_impl.cpp
|
disable DHT logging with the TORRENT_DISABLE_LOGGING macros as well
|
2017-12-23 12:01:18 +01:00 |
session_settings.cpp
|
fix issue with initializing settings on session construction
|
2017-12-02 12:20:36 +01:00 |
session_stats.cpp
|
add some documentation for some counters (#1726)
|
2017-02-18 12:55:20 -05:00 |
settings_pack.cpp
|
fix issue with initializing settings on session construction
|
2017-12-02 12:20:36 +01:00 |
sha1.cpp
|
fix strict aliasing violation
|
2015-10-03 15:13:45 -04:00 |
smart_ban.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
socket_io.cpp
|
Fix of parse_endpoint with invalid port character separator (#757)
|
2016-05-27 12:00:54 -04:00 |
socket_type.cpp
|
Enable SNI for outgoing SSL connections
|
2016-01-24 12:24:33 -08:00 |
socks5_stream.cpp
|
removed (broken) support for incoming connections over socks5
|
2017-03-29 02:15:43 -04:00 |
stat.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
stat_cache.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
storage.cpp
|
fix part-file creation race condition (back-port from master)
|
2017-12-03 18:13:54 +01:00 |
string_util.cpp
|
remove some last lexical_cast residual
|
2017-12-27 12:44:36 +01:00 |
tailqueue.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
thread.cpp
|
fix msvc-8.0 build (#860)
|
2016-06-27 13:46:15 -04:00 |
time.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
timestamp_history.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
torrent.cpp
|
make torrent_handler::set_priority() to use peer_classes
|
2017-12-18 00:56:44 +01:00 |
torrent_handle.cpp
|
add feature to periodically close files (to make windows clear disk cache)
|
2017-03-06 23:46:47 -05:00 |
torrent_info.cpp
|
restore path sanitization behavior of ':'
|
2017-11-21 08:50:09 +01:00 |
torrent_peer.cpp
|
Revert utp log file to disable by default
|
2016-04-03 22:32:06 -04:00 |
torrent_peer_allocator.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
torrent_status.cpp
|
fix some coverity warnings and move out code to torrent_status.cpp
|
2016-04-07 21:44:24 -04:00 |
tracker_manager.cpp
|
some minor i2p cleanups
|
2017-12-08 09:57:21 +01:00 |
udp_socket.cpp
|
fix build against boost-1.66, specifically the boost.asio changes
|
2017-12-15 11:29:53 +01:00 |
udp_tracker_connection.cpp
|
fix IPv6 tracker announce issue
|
2017-11-23 10:11:59 +01:00 |
upnp.cpp
|
prevent dependency on openssl from leaking outside of libtorrent (libssl and libcrypto should not be a usage requirement). This cleans up most tests to build without having to also link against openssl
|
2017-10-09 17:15:35 +02:00 |
ut_metadata.cpp
|
fix missed static array specifier
|
2017-01-23 08:21:34 -05:00 |
ut_pex.cpp
|
first steps towards spell checking documentation
|
2017-06-17 22:59:57 -04:00 |
utf8.cpp
|
improve path sanitization (filter unicode text direction characters)
|
2017-05-15 01:49:41 -04:00 |
utp_socket_manager.cpp
|
fix classification of UDP packets as peer traffic
|
2016-04-18 01:29:46 -04:00 |
utp_stream.cpp
|
run undefined sanitier on travis/linux (#1134)
|
2016-10-08 12:29:46 -04:00 |
version.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
web_connection_base.cpp
|
don't create web seed connections if the torrent is upload only
|
2017-08-11 08:16:00 +02:00 |
web_peer_connection.cpp
|
add setting urlseed_max_request_bytes to handle large web seed requests #1405 (#1423)
|
2016-12-18 15:58:14 -05:00 |
xml_parse.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |