.. |
kademlia
|
refactor in msg verify_message and minor cleanup (#1131)
|
2016-09-21 23:04:05 -07: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
|
using consts refs in add_torrent_alert (#1124)
|
2016-09-20 23:14:42 -07: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
|
use default member initializers instead of initialization lists in announce_entry (#1129)
|
2016-09-22 12:00:31 -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
|
use boost::string_ref (#996)
|
2016-08-13 07:04:53 -04:00 |
bitfield.cpp
|
added support for flz (find last zero) and copied bitfield functions from PR #565 (#986)
|
2016-08-07 16:21:08 -04:00 |
block_cache.cpp
|
refactor to use std unordered containers and minor cleanup (#1070)
|
2016-09-06 23:37:36 -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
|
more on log, consts, refs and cleanup in dht related code (#1082)
|
2016-09-13 08:18:47 -04:00 |
bt_peer_connection.cpp
|
general session, torrent and peer connection log optimization (#1088)
|
2016-09-13 22:46:07 -04:00 |
chained_buffer.cpp
|
trivial cleanup and minor changes (#1033)
|
2016-08-26 00:14:11 -04:00 |
choker.cpp
|
refactor to use std::shared_ptr with torrent (#1048)
|
2016-08-31 08:27:36 -04:00 |
close_reason.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
cpuid.cpp
|
build and run all tests in macOS (#859)
|
2016-07-02 00:41:48 -04:00 |
crc32c.cpp
|
merged RC_1_1 into master
|
2016-07-05 18:03:06 -04:00 |
create_torrent.cpp
|
use string_view in create_torrent (#1120)
|
2016-09-21 19:59:43 -07:00 |
disk_buffer_holder.cpp
|
making disk_buffer_holder internal and include cleanup (#827)
|
2016-06-17 17:40:22 -04:00 |
disk_buffer_pool.cpp
|
refactor to use std::shared_ptr with peer_connection, core and tests (#1050)
|
2016-08-31 21:42:18 -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
|
some refactor and cleanup (#1065)
|
2016-09-05 22:25:20 -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
|
more use of std::shared_ptr (#1009)
|
2016-08-18 17:08:40 -04:00 |
enum_net.cpp
|
more session log and source code refactor
|
2016-09-20 11:24:24 -04:00 |
error_code.cpp
|
fixed warnings and compilation issues (#980)
|
2016-08-03 00:35:40 -04:00 |
escape_string.cpp
|
use string_view in create_torrent (#1120)
|
2016-09-21 19:59:43 -07: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
|
avoid warnings with clang and minor dht_tracker code changes (#1092)
|
2016-09-14 11:28:50 -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
|
added a few consts to file_storage and typos (#1111)
|
2016-09-20 22:06:07 -07:00 |
gzip.cpp
|
merged RC_1_1 into master
|
2016-08-21 16:28:49 -04: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
|
refactor to use std::shared_ptr with http_connection (#1049)
|
2016-08-31 12:45:45 -04:00 |
http_parser.cpp
|
more use of std::shared_ptr (#1009)
|
2016-08-18 17:08:40 -04:00 |
http_seed_connection.cpp
|
general session, torrent and peer connection log optimization (#1088)
|
2016-09-13 22:46:07 -04:00 |
http_stream.cpp
|
some consts refs and refactor (#1075)
|
2016-09-09 15:02:20 -04:00 |
http_tracker_connection.cpp
|
deprecate send_stats property on trackers (since lt_tracker extension has been removed) (#1125)
|
2016-09-21 16:54:49 -07:00 |
i2p_stream.cpp
|
more use of std::shared_ptr (#1009)
|
2016-08-18 17:08:40 -04: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
|
created lsd_callback, log optimization and cleanup in lsd (#1099)
|
2016-09-16 12:21:41 -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
|
upnp and natpmp modernization and cleanup (#1103)
|
2016-09-18 10:11:56 -04:00 |
packet_buffer.cpp
|
modernize replace deprecated headers (#897)
|
2016-07-09 23:17:55 -04:00 |
parse_url.cpp
|
more use of std::shared_ptr (#1009)
|
2016-08-18 17:08:40 -04: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
|
general session, torrent and peer connection log optimization (#1088)
|
2016-09-13 22:46:07 -04:00 |
peer_connection_handle.cpp
|
peer_connection log related optimization (#1086)
|
2016-09-13 17:07:22 -04:00 |
peer_list.cpp
|
general session, torrent and peer connection log optimization (#1088)
|
2016-09-13 22:46:07 -04:00 |
performance_counters.cpp
|
modernize replace deprecated headers (#897)
|
2016-07-09 23:17:55 -04:00 |
piece_picker.cpp
|
minor cleanup/refactor (#1062)
|
2016-09-04 18:24:20 -04: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
|
trivial cleanup and minor changes (#1033)
|
2016-08-26 00:14:11 -04:00 |
receive_buffer.cpp
|
more use of span and std::shared_ptr (#1018)
|
2016-08-21 13:37:11 -04:00 |
request_blocks.cpp
|
general session, torrent and peer connection log optimization (#1088)
|
2016-09-13 22:46:07 -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
|
deprecate old session_settings API (use settings_pack instead) (#1117)
|
2016-09-20 23:49:23 -07: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
|
deprecate old session_settings API (use settings_pack instead) (#1117)
|
2016-09-20 23:49:23 -07:00 |
session_impl.cpp
|
merged RC_1_1 into master
|
2016-09-22 13:48:12 -07: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
|
trivial cleanup and minor changes (#1033)
|
2016-08-26 00:14:11 -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
|
more use of std::shared_ptr (#1009)
|
2016-08-18 17:08:40 -04:00 |
stat.cpp
|
use cstdint intead of boost/cstdint.hpp (#833)
|
2016-06-18 14:01:38 -04:00 |
stat_cache.cpp
|
modernize misc (#898)
|
2016-07-10 07:34:45 -04:00 |
storage.cpp
|
refactor to use std::shared_ptr with dht observer (#1057)
|
2016-09-02 21:05:11 -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
|
merged RC_1_1 into master
|
2016-09-22 13:48:12 -07:00 |
torrent_handle.cpp
|
refactor to use std unordered containers and minor cleanup (#1070)
|
2016-09-06 23:37:36 -04:00 |
torrent_info.cpp
|
merged RC_1_1 into master
|
2016-09-22 13:48:12 -07: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
|
deprecate torrent priority (#1032)
|
2016-08-26 12:37:23 -04:00 |
tracker_manager.cpp
|
general session, torrent and peer connection log optimization (#1088)
|
2016-09-13 22:46:07 -04:00 |
udp_socket.cpp
|
more use of std::shared_ptr refactor
|
2016-08-30 10:10:53 -04:00 |
udp_tracker_connection.cpp
|
merged RC_1_1 into master
|
2016-09-22 13:48:12 -07:00 |
upnp.cpp
|
upnp and natpmp modernization and cleanup (#1103)
|
2016-09-18 10:11:56 -04:00 |
ut_metadata.cpp
|
general session, torrent and peer connection log optimization (#1088)
|
2016-09-13 22:46:07 -04:00 |
ut_pex.cpp
|
general session, torrent and peer connection log optimization (#1088)
|
2016-09-13 22:46:07 -04:00 |
utf8.cpp
|
use cstdint intead of boost/cstdint.hpp (#833)
|
2016-06-18 14:01:38 -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
|
merged RC_1_1 into master
|
2016-09-22 13:48:12 -07: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
|
merged RC_1_1 into master
|
2016-09-22 13:48:12 -07:00 |
web_peer_connection.cpp
|
merged RC_1_1 into master
|
2016-09-22 13:48:12 -07:00 |
xml_parse.cpp
|
replace boost::function with std::function
|
2016-08-13 07:07:26 -04:00 |