.. |
kademlia
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
ConvertUTF.cpp
|
fix some warnings from sonar-cube
|
2018-09-05 18:10:57 -07:00 |
Makefile.am
|
factor out generate_peer_id into its own file
|
2018-07-25 08:49:18 +02:00 |
add_torrent_params.cpp
|
add some noexcept and assume std::function is not nothrow move constructible on clang
|
2018-08-21 11:12:34 +02:00 |
alert.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
alert_manager.cpp
|
deliver notification of alerts being dropped via alerts_dropped_alert
|
2018-05-30 11:26:02 +02:00 |
allocator.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
announce_entry.cpp
|
replace the TORRENT_CFG ABI check with inline namespaces around the symbol that can change ABI based on build configuration options
|
2018-05-13 19:25:17 +02:00 |
assert.cpp
|
fix production asserts
|
2018-05-22 12:12:33 +02:00 |
bandwidth_limit.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
bandwidth_manager.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
bandwidth_queue_entry.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
bdecode.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
bitfield.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
block_cache.cpp
|
more use of const modifier
|
2018-08-15 07:41:41 +02:00 |
bloom_filter.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
broadcast_socket.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
bt_peer_connection.cpp
|
improve type-safety a bit in the hole-punch code
|
2018-11-17 00:49:29 +01:00 |
chained_buffer.cpp
|
some cleanup turning memcmp() and memcpy() into span comparisons and std::copy(). some more use of random_bytes() instead of loops.
|
2018-11-05 18:52:45 +01:00 |
choker.cpp
|
remove unused variables
|
2018-11-12 08:54:31 +01:00 |
close_reason.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
cpuid.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
crc32c.cpp
|
Windows: Fix build Visual C++ ARM/ARM64
|
2018-04-25 16:07:47 -04:00 |
create_torrent.cpp
|
merged RC_1_1 into master
|
2018-10-20 00:22:10 +02:00 |
disk_buffer_holder.cpp
|
qualify some assignment operators to disallow assignment to temporaries
|
2018-07-01 17:29:50 +02:00 |
disk_buffer_pool.cpp
|
tweak the auto-cache-size logic to have slightly smaller cache
|
2018-08-06 14:06:32 +02:00 |
disk_io_job.cpp
|
more use of const modifier
|
2018-08-15 07:41:41 +02:00 |
disk_io_thread.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
disk_io_thread_pool.cpp
|
save the number of idle threads locally in disk_io_thread_pool::thread_active
|
2018-04-29 16:31:18 +02:00 |
disk_job_fence.cpp
|
minor code refactor, more use of auto
|
2018-06-08 21:56:06 +02:00 |
disk_job_pool.cpp
|
minor code refactor, more use of auto
|
2018-06-08 21:56:06 +02:00 |
entry.cpp
|
clean up integer_to_str() function
|
2018-11-17 17:21:06 +01:00 |
enum_net.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
error_code.cpp
|
merged RC_1_1 into master
|
2018-11-04 19:12:22 +01:00 |
escape_string.cpp
|
fix cppcheck
|
2018-11-08 13:45:41 +01:00 |
ffs.cpp
|
Windows: Fix build Visual C++ ARM/ARM64
|
2018-04-25 16:07:47 -04:00 |
file.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
file_pool.cpp
|
replace the TORRENT_CFG ABI check with inline namespaces around the symbol that can change ABI based on build configuration options
|
2018-05-13 19:25:17 +02:00 |
file_progress.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
file_storage.cpp
|
code refactor related to the use of index_range and end index
|
2018-07-08 17:32:30 +02:00 |
fingerprint.cpp
|
replace the TORRENT_CFG ABI check with inline namespaces around the symbol that can change ABI based on build configuration options
|
2018-05-13 19:25:17 +02:00 |
generate_peer_id.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
gzip.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
hasher.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
hasher512.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
hex.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
http_connection.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
http_parser.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
http_seed_connection.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
http_stream.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
http_tracker_connection.cpp
|
remove the IPv6 enable/disable build config
|
2018-08-19 22:20:54 +02:00 |
i2p_stream.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
identify_client.cpp
|
more lint oriented code refactor/cleanup
|
2018-06-29 13:27:29 +02:00 |
instantiate_connection.cpp
|
moved instantiate_connection to aux namespace
|
2018-05-29 09:25:25 +02:00 |
ip_filter.cpp
|
remove the IPv6 enable/disable build config
|
2018-08-19 22:20:54 +02:00 |
ip_notifier.cpp
|
fix warnings
|
2018-03-24 23:01:19 +01:00 |
ip_voter.cpp
|
remove the IPv6 enable/disable build config
|
2018-08-19 22:20:54 +02:00 |
lazy_bdecode.cpp
|
factor out duplicate code in piece_picker, upnp and lazy_bdecode
|
2018-11-10 15:17:57 +01:00 |
listen_socket_handle.cpp
|
changes based on review feedback
|
2017-07-21 19:18:44 -07:00 |
lsd.cpp
|
add LGTM badge to README and fix warnings
|
2018-10-19 16:28:33 +02:00 |
magnet_uri.cpp
|
pass add_torrent_params by const reference in deprecated add_magnet_uri functions. They are large to copy but since they're deprecated aren't worth the trouble of having an rvalue reference overload
|
2018-11-13 09:14:42 +01:00 |
merkle.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
natpmp.cpp
|
merged RC_1_1 into master
|
2018-11-17 14:38:43 +01:00 |
packet_buffer.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
parse_url.cpp
|
minor code refactor, more use of auto
|
2018-06-08 21:56:06 +02:00 |
part_file.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
path.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
pe_crypto.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
peer_class.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
peer_class_set.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
peer_connection.cpp
|
improve type-safety a bit in the hole-punch code
|
2018-11-17 00:49:29 +01:00 |
peer_connection_handle.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
peer_info.cpp
|
minor code refactor, cleanup and typo in peer related code
|
2018-06-23 23:11:48 +02:00 |
peer_list.cpp
|
improve type-safety of the severity parameter to peer_connection::disconnect()
|
2018-09-06 16:42:04 -07:00 |
performance_counters.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
piece_picker.cpp
|
remove typed_span type
|
2018-11-17 00:43:58 +01:00 |
platform_util.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
proxy_base.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
proxy_settings.cpp
|
some refactor to reduce duplicate code
|
2018-07-25 18:48:34 +02:00 |
puff.cpp
|
apply some c++11 modernization
|
2018-01-11 04:51:39 -05:00 |
random.cpp
|
merged RC_1_1 into master
|
2018-06-07 00:30:23 +02:00 |
read_resume_data.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
receive_buffer.cpp
|
remove typed_span type
|
2018-11-17 00:43:58 +01:00 |
request_blocks.cpp
|
use span for picker_log_alert
|
2018-11-03 11:56:09 +01:00 |
resolve_links.cpp
|
fix some warnings around unused variables, dead stores, potentially dereferencing nullptr and calling virtual functions from constructor
|
2018-07-20 01:03:16 +02:00 |
resolver.cpp
|
minor code refactor, more use of auto
|
2018-06-08 21:56:06 +02:00 |
session.cpp
|
add rvalue reference overloads for add_torrent_params, settings_pack and session_params. Those structures are pretty large so being able to take them by rvalue reference may be beneficial
|
2018-11-13 08:05:56 +01:00 |
session_call.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
session_handle.cpp
|
add rvalue ref overload of apply_settings() to avoid copying the whole settings_pack object
|
2018-11-17 00:44:25 +01:00 |
session_impl.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
session_settings.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
session_stats.cpp
|
add a few more stats counters measuring outgoing connection attempts. simplify session_stats_header_alert by posting it on first call to post_session_stats() instead of making it gated by the alert_mask
|
2018-08-09 20:10:35 +02:00 |
session_udp_sockets.cpp
|
fix empty outgoing interfaces for UDP sockets
|
2018-05-12 13:34:58 +02:00 |
settings_pack.cpp
|
bump verson to 1.1.11.0
|
2018-11-16 15:52:16 +01:00 |
sha1.cpp
|
replace typedef with using. replace NULL with nullptr. cleanup page_aligned_allocator
|
2018-03-23 11:19:46 +01:00 |
sha1_hash.cpp
|
remove typed_span type
|
2018-11-17 00:43:58 +01:00 |
sha512.cpp
|
replace typedef with using. replace NULL with nullptr. cleanup page_aligned_allocator
|
2018-03-23 11:19:46 +01:00 |
smart_ban.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
socket_io.cpp
|
remove the IPv6 enable/disable build config
|
2018-08-19 22:20:54 +02:00 |
socket_type.cpp
|
some code cleanup and minor refactor
|
2018-05-24 23:46:37 +02:00 |
socks5_stream.cpp
|
merged RC_1_1 into master
|
2018-11-04 19:12:22 +01:00 |
stack_allocator.cpp
|
apply some c++11 modernization
|
2018-01-11 04:51:39 -05:00 |
stat.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
stat_cache.cpp
|
fix some warnings from sonar-cube
|
2018-09-05 18:10:57 -07:00 |
storage.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
storage_piece_set.cpp
|
use an intrusive linked list for peer_cache_entry instead an unordered set, to avoid heap allocations and make cache operations not able to fail. This simplifies error handling
|
2017-12-28 00:52:09 +01:00 |
storage_utils.cpp
|
remove typed_span type
|
2018-11-17 00:43:58 +01:00 |
string_util.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
time.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
timestamp_history.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
torrent.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
torrent_handle.cpp
|
merged RC_1_1 into master
|
2018-09-05 08:25:14 -07:00 |
torrent_info.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
torrent_peer.cpp
|
remove the IPv6 enable/disable build config
|
2018-08-19 22:20:54 +02:00 |
torrent_peer_allocator.cpp
|
remove the IPv6 enable/disable build config
|
2018-08-19 22:20:54 +02:00 |
torrent_status.cpp
|
replace the TORRENT_CFG ABI check with inline namespaces around the symbol that can change ABI based on build configuration options
|
2018-05-13 19:25:17 +02:00 |
tracker_manager.cpp
|
require tracker_request objects be moved into queue_manager. also replace non-const reference parameter with rvalue reference
|
2018-11-14 17:09:04 +01:00 |
udp_socket.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
udp_tracker_connection.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
upnp.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
ut_metadata.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
ut_pex.cpp
|
improve type-safety of the severity parameter to peer_connection::disconnect()
|
2018-09-06 16:42:04 -07:00 |
utf8.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
utp_socket_manager.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
utp_stream.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
version.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
web_connection_base.cpp
|
merged RC_1_1 into master
|
2018-04-13 01:47:41 +02:00 |
web_peer_connection.cpp
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
write_resume_data.cpp
|
remove the IPv6 enable/disable build config
|
2018-08-19 22:20:54 +02:00 |
xml_parse.cpp
|
merged RC_1_1 into master
|
2018-07-18 10:48:36 +02:00 |