.. |
kademlia
|
back port DHT fixes from master (#1209)
|
2016-10-14 23:47:59 -04:00 |
ConvertUTF.cpp
|
modernize: remove redundant smart ptr get(), use fixed-width integer types (#900)
|
2016-07-10 07:31:58 -04:00 |
Makefile.am
|
created dht state and session params refactor (#1100)
|
2016-09-17 09:42:04 -04:00 |
alert.cpp
|
refactor in alert types to use more const fields and more clear API (#1222)
|
2016-10-19 01:32:15 -04:00 |
alert_manager.cpp
|
factor out code from alert_manager::should_post template into non-template (#1089)
|
2016-09-13 22:45:39 -04:00 |
allocator.cpp
|
modernize replace deprecated headers (#897)
|
2016-07-09 23:17:55 -04:00 |
announce_entry.cpp
|
String view entry (#1147)
|
2016-09-24 06:10:54 -07:00 |
assert.cpp
|
back-port windows stack trace function to 1.1 (#1017)
|
2016-08-21 01:07:02 -04:00 |
bandwidth_limit.cpp
|
general modernization (#836)
|
2016-06-20 11:32:06 -04:00 |
bandwidth_manager.cpp
|
some refactor and cleanup (#1065)
|
2016-09-05 22:25:20 -04:00 |
bandwidth_queue_entry.cpp
|
refactor to use std::shared_ptr with peer_connection, core and tests (#1050)
|
2016-08-31 21:42:18 -04:00 |
bdecode.cpp
|
back-port error_code cleanup from master (#1173)
|
2016-10-03 16:32:40 -07:00 |
bitfield.cpp
|
using arm neon inline assembly and using it only if in 32 bits (#1201)
|
2016-10-12 00:02:02 -04:00 |
block_cache.cpp
|
minor code refactor in disk_io_thread and block_cache (#1238)
|
2016-10-21 00:25:48 -04:00 |
bloom_filter.cpp
|
removed const_interval, mutable_buffer and const_buffer types (#956)
|
2016-07-27 22:31:08 -04:00 |
broadcast_socket.cpp
|
Sanitize 1.1 (#1197)
|
2016-10-09 17:00:20 -04:00 |
bt_peer_connection.cpp
|
merged RC_1_1 into master
|
2016-10-20 00:36:54 -04:00 |
chained_buffer.cpp
|
trivial cleanup and minor changes (#1033)
|
2016-08-26 00:14:11 -04:00 |
choker.cpp
|
merged RC_1_1 into master
|
2016-10-20 00:36:54 -04:00 |
close_reason.cpp
|
back-port error_code cleanup from master (#1173)
|
2016-10-03 16:32:40 -07:00 |
cpuid.cpp
|
using arm neon inline assembly and using it only if in 32 bits (#1201)
|
2016-10-12 00:02:02 -04:00 |
crc32c.cpp
|
merged RC_1_1 into master
|
2016-07-05 18:03:06 -04:00 |
create_torrent.cpp
|
Prevent duplicate url (#1231)
|
2016-10-19 17:28:35 -04:00 |
disk_buffer_holder.cpp
|
general cleanup of disk_buffer_holder and tailqueue (#1156)
|
2016-09-26 14:22:38 -04:00 |
disk_buffer_pool.cpp
|
fix error handling by exercising code paths where memory allocations fail (#1221)
|
2016-10-19 01:18:05 -04:00 |
disk_io_job.cpp
|
more use of std::shared_ptr refactor
|
2016-08-30 10:10:53 -04:00 |
disk_io_thread.cpp
|
minor code refactor in disk_io_thread and block_cache (#1238)
|
2016-10-21 00:25:48 -04:00 |
disk_io_thread_pool.cpp
|
scalable thread pool (#770)
|
2016-06-15 20:49:28 -04:00 |
disk_job_pool.cpp
|
modernize-use-nullptr (#894)
|
2016-07-09 16:26:26 -04:00 |
entry.cpp
|
fix error_code vs. error_condition traits (#1169)
|
2016-10-02 12:27:50 -07:00 |
enum_net.cpp
|
run undefined sanitier on travis/linux (#1134)
|
2016-10-08 12:29:46 -04:00 |
error_code.cpp
|
back-port error_code cleanup from master (#1173)
|
2016-10-03 16:32:40 -07:00 |
escape_string.cpp
|
modernize utf8 conversion functions to throw and move (#1145)
|
2016-09-24 22:16:10 -04:00 |
ffs.cpp
|
added support for flz (find last zero) and copied bitfield functions from PR #565 (#986)
|
2016-08-07 16:21:08 -04:00 |
file.cpp
|
backport of fix for LFS support in android (#1232)
|
2016-10-20 00:14:03 -04:00 |
file_pool.cpp
|
refactor to use std::shared_ptr with peer_connection, core and tests (#1050)
|
2016-08-31 21:42:18 -04:00 |
file_progress.cpp
|
merged RC_1_1 into master
|
2016-07-05 18:03:06 -04:00 |
file_storage.cpp
|
generalize and improve http redirect support for web seeds (#1060)
|
2016-10-02 23:08:03 -07:00 |
gzip.cpp
|
back-port error_code cleanup from master (#1173)
|
2016-10-03 16:32:40 -07:00 |
hasher.cpp
|
more boost types cleanup and handling of deprecated macos libcrypto (#1072)
|
2016-09-07 17:51:18 -04:00 |
hasher512.cpp
|
more boost types cleanup and handling of deprecated macos libcrypto (#1072)
|
2016-09-07 17:51:18 -04:00 |
hex.cpp
|
use span for to_hex and from_hex functions
|
2016-07-29 18:42:18 -04:00 |
http_connection.cpp
|
minor http related code cleanup (#1212)
|
2016-10-14 16:12:02 -04:00 |
http_parser.cpp
|
minor http related code cleanup (#1212)
|
2016-10-14 16:12:02 -04:00 |
http_seed_connection.cpp
|
minor http related code cleanup (#1212)
|
2016-10-14 16:12:02 -04:00 |
http_stream.cpp
|
some consts refs and refactor (#1075)
|
2016-09-09 15:02:20 -04:00 |
http_tracker_connection.cpp
|
minor http related code cleanup (#1212)
|
2016-10-14 16:12:02 -04:00 |
i2p_stream.cpp
|
back-port error_code cleanup from master (#1173)
|
2016-10-03 16:32:40 -07:00 |
identify_client.cpp
|
modernize replace deprecated headers (#897)
|
2016-07-09 23:17:55 -04:00 |
instantiate_connection.cpp
|
more boost types cleanup and handling of deprecated macos libcrypto (#1072)
|
2016-09-07 17:51:18 -04:00 |
ip_filter.cpp
|
clean-up more defines (#872)
|
2016-07-01 19:46:59 -04:00 |
ip_voter.cpp
|
consts and refactor, hash_address returns the hash (#1093)
|
2016-09-15 21:13:43 -04:00 |
lazy_bdecode.cpp
|
modernize-use-nullptr (#894)
|
2016-07-09 16:26:26 -04:00 |
lsd.cpp
|
add proper error handling to peer connections and session (#1149)
|
2016-09-25 09:50:48 -04:00 |
magnet_uri.cpp
|
refactor in escape_string and escape_path to use string_view (#1039)
|
2016-08-29 22:37:19 -04:00 |
merkle.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
natpmp.cpp
|
back-port error_code cleanup from master (#1173)
|
2016-10-03 16:32:40 -07:00 |
packet_buffer.cpp
|
modernize replace deprecated headers (#897)
|
2016-07-09 23:17:55 -04:00 |
parse_url.cpp
|
generalize and improve http redirect support for web seeds (#1060)
|
2016-10-02 23:08:03 -07:00 |
part_file.cpp
|
more boost types cleanup and handling of deprecated macos libcrypto (#1072)
|
2016-09-07 17:51:18 -04:00 |
pe_crypto.cpp
|
refactor to use std::shared_ptr with traversal_algorithm (#1056)
|
2016-09-02 16:42:55 -04:00 |
peer_class.cpp
|
more use of span and std::shared_ptr (#1018)
|
2016-08-21 13:37:11 -04:00 |
peer_class_set.cpp
|
refactor to use std::shared_ptr with traversal_algorithm (#1056)
|
2016-09-02 16:42:55 -04:00 |
peer_connection.cpp
|
remove ghost torrent/torrent eviction feature. (#1214)
|
2016-10-15 13:32:59 -04:00 |
peer_connection_handle.cpp
|
refactor log methods in public peer_connection_handle for stable ABI (#1180)
|
2016-10-03 21:35:40 -07:00 |
peer_list.cpp
|
general session, torrent and peer connection log optimization (#1088)
|
2016-09-13 22:46:07 -04:00 |
performance_counters.cpp
|
Fix sizeof(X)/sizeof(T) and _countof (#1189)
|
2016-10-06 17:45:35 -04:00 |
piece_picker.cpp
|
generalize and improve http redirect support for web seeds (#1060)
|
2016-10-02 23:08:03 -07:00 |
platform_util.cpp
|
general modernization (#836)
|
2016-06-20 11:32:06 -04:00 |
proxy_base.cpp
|
more use of std::shared_ptr (#1009)
|
2016-08-18 17:08:40 -04:00 |
proxy_settings.cpp
|
minor cleanup and refactor (#1016)
|
2016-08-20 19:46:55 -04: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 |
read_resume_data.cpp
|
fix error_code vs. error_condition traits (#1169)
|
2016-10-02 12:27:50 -07:00 |
receive_buffer.cpp
|
various cleanup and formatting updates (#1158)
|
2016-09-26 20:05:04 -04:00 |
request_blocks.cpp
|
various cleanup and formatting updates (#1158)
|
2016-09-26 20:05:04 -04:00 |
resolve_links.cpp
|
merged RC_1_1 into master
|
2016-09-11 21:01:03 -04:00 |
resolver.cpp
|
replace uses of boost::bind with std::bind and lambdas (#745)
|
2016-05-25 00:31:52 -04:00 |
session.cpp
|
refactor for more use of move with settings_pack (#1162)
|
2016-09-28 13:28:43 -04:00 |
session_call.cpp
|
refactor to use std unordered containers and minor cleanup (#1070)
|
2016-09-06 23:37:36 -04:00 |
session_handle.cpp
|
handle exceptions in session and torrent io_service jobs (#1185)
|
2016-10-06 00:08:14 -04:00 |
session_impl.cpp
|
merged RC_1_1 into master
|
2016-10-20 00:36:54 -04:00 |
session_settings.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
session_stats.cpp
|
remove ghost torrent/torrent eviction feature. (#1214)
|
2016-10-15 13:32:59 -04:00 |
settings_pack.cpp
|
deprecate old session_settings API (use settings_pack instead) (#1117)
|
2016-09-20 23:49:23 -07:00 |
sha1.cpp
|
adding support for a more configurable sha512 hasher (#1028)
|
2016-08-25 19:07:16 -04:00 |
sha1_hash.cpp
|
adding support for a more configurable sha512 hasher (#1028)
|
2016-08-25 19:07:16 -04:00 |
sha512.cpp
|
adding support for a more configurable sha512 hasher (#1028)
|
2016-08-25 19:07:16 -04:00 |
smart_ban.cpp
|
general session, torrent and peer connection log optimization (#1088)
|
2016-09-13 22:46:07 -04:00 |
socket_io.cpp
|
consts and refactor, hash_address returns the hash (#1093)
|
2016-09-15 21:13:43 -04:00 |
socket_type.cpp
|
more boost types cleanup and handling of deprecated macos libcrypto (#1072)
|
2016-09-07 17:51:18 -04:00 |
socks5_stream.cpp
|
merge RC_1_1 into master
|
2016-10-08 14:17:51 -04:00 |
stat.cpp
|
use cstdint intead of boost/cstdint.hpp (#833)
|
2016-06-18 14:01:38 -04:00 |
stat_cache.cpp
|
added consts and minor refactor (#1137)
|
2016-09-23 13:51:20 -07:00 |
storage.cpp
|
remove ghost torrent/torrent eviction feature. (#1214)
|
2016-10-15 13:32:59 -04:00 |
string_util.cpp
|
more session log and source code refactor
|
2016-09-20 11:24:24 -04:00 |
time.cpp
|
config.h cleanup (#834)
|
2016-06-19 02:32:12 -04:00 |
timestamp_history.cpp
|
use cstdint intead of boost/cstdint.hpp (#833)
|
2016-06-18 14:01:38 -04:00 |
torrent.cpp
|
fix error handling by exercising code paths where memory allocations fail (#1221)
|
2016-10-19 01:18:05 -04:00 |
torrent_handle.cpp
|
fix error handling by exercising code paths where memory allocations fail (#1221)
|
2016-10-19 01:18:05 -04:00 |
torrent_info.cpp
|
Prevent duplicate url (#1231)
|
2016-10-19 17:28:35 -04:00 |
torrent_peer.cpp
|
minor cleanup and refactor (#1016)
|
2016-08-20 19:46:55 -04:00 |
torrent_peer_allocator.cpp
|
general modernization (#836)
|
2016-06-20 11:32:06 -04:00 |
torrent_status.cpp
|
use in-class initializers for torrent_status (#1215)
|
2016-10-15 17:35:50 -04:00 |
tracker_manager.cpp
|
fix error handling by exercising code paths where memory allocations fail (#1221)
|
2016-10-19 01:18:05 -04:00 |
udp_socket.cpp
|
Sanitize 1.1 (#1197)
|
2016-10-09 17:00:20 -04:00 |
udp_tracker_connection.cpp
|
merged RC_1_1 into master
|
2016-09-22 13:48:12 -07:00 |
upnp.cpp
|
merged RC_1_1 into master
|
2016-10-20 00:36:54 -04:00 |
ut_metadata.cpp
|
remove ghost torrent/torrent eviction feature. (#1214)
|
2016-10-15 13:32:59 -04:00 |
ut_pex.cpp
|
make connection_type enum an enum class (#1146)
|
2016-09-24 10:47:17 -07:00 |
utf8.cpp
|
modernize utf8 conversion functions to throw and move (#1145)
|
2016-09-24 22:16:10 -04:00 |
utp_socket_manager.cpp
|
refactor to use std::shared_ptr with http_connection (#1049)
|
2016-08-31 12:45:45 -04:00 |
utp_stream.cpp
|
utp_match: Reduced call boost::asio::ip::address address() (#1235)
|
2016-10-20 20:49:59 -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
|
generalize and improve http redirect support for web seeds (#1060)
|
2016-10-02 23:08:03 -07:00 |
web_peer_connection.cpp
|
remove ghost torrent/torrent eviction feature. (#1214)
|
2016-10-15 13:32:59 -04:00 |
xml_parse.cpp
|
replace boost::function with std::function
|
2016-08-13 07:07:26 -04:00 |