.. |
kademlia
|
aux::to_hex(sha1) -> sha1.to_hex() (#1418)
|
2016-12-22 10:44:36 -05: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
|
reopen listen sockets when the system's IP changes (#1299)
|
2016-11-07 07:40:09 -05:00 |
alert.cpp
|
aux::to_hex(sha1) -> sha1.to_hex() (#1418)
|
2016-12-22 10:44:36 -05: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
|
formatting, added std:: and spaces
|
2016-12-10 23:11:43 -05:00 |
announce_entry.cpp
|
fixing shorten-64-to-32 warnings, part 1
|
2016-12-05 00:22:17 -05:00 |
assert.cpp
|
enable /W4 warnings for msvc
|
2016-12-13 19:36:14 -05:00 |
bandwidth_limit.cpp
|
general modernization (#836)
|
2016-06-20 11:32:06 -04:00 |
bandwidth_manager.cpp
|
remove whitespace at end of line (#1245)
|
2016-10-22 11:47:24 -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
|
headers, end of file, code cleanup
|
2016-12-12 23:36:45 -05: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
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05: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
|
support separate external ip for each interface (#1383)
|
2016-12-04 15:58:51 -05:00 |
bt_peer_connection.cpp
|
minor cleanup and refactor in peer connection
|
2016-12-22 17:48:47 -05:00 |
chained_buffer.cpp
|
fixed shorten-64-to-32 warnings for clang
|
2016-12-10 08:57:08 -05:00 |
choker.cpp
|
refactor for more modern struct initialization and use of api
|
2016-12-12 02:15:27 -05: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
|
remove whitespace at end of line (#1245)
|
2016-10-22 11:47:24 -04:00 |
create_torrent.cpp
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05:00 |
disk_buffer_holder.cpp
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05:00 |
disk_buffer_pool.cpp
|
fixed shorten-64-to-32 warnings for clang
|
2016-12-10 08:57:08 -05:00 |
disk_io_job.cpp
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05:00 |
disk_io_thread.cpp
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05:00 |
disk_io_thread_pool.cpp
|
fixed sign-compare warnings and some refactor (#1354)
|
2016-11-27 08:46:53 -05: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
|
fixed more warnings of shorten-64-to-32 and sign-compare in android (#1425)
|
2016-12-18 10:59:41 -05:00 |
error_code.cpp
|
back-port error_code cleanup from master (#1173)
|
2016-10-03 16:32:40 -07:00 |
escape_string.cpp
|
fixed shorten-64-to-32 warnings for clang
|
2016-12-10 08:57:08 -05: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
|
fixed more warnings of shorten-64-to-32 and sign-compare in android (#1425)
|
2016-12-18 10:59:41 -05:00 |
file_pool.cpp
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05:00 |
file_progress.cpp
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05:00 |
file_storage.cpp
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05:00 |
fingerprint.cpp
|
merged RC_1_1 into master
|
2016-12-20 01:16:13 -05:00 |
gzip.cpp
|
back-port error_code cleanup from master (#1173)
|
2016-10-03 16:32:40 -07:00 |
hasher.cpp
|
fixing shorten-64-to-32 warnings, part 4
|
2016-12-09 17:24:07 -05:00 |
hasher512.cpp
|
fixing shorten-64-to-32 warnings, part 4
|
2016-12-09 17:24:07 -05:00 |
hex.cpp
|
aux::to_hex(sha1) -> sha1.to_hex() (#1418)
|
2016-12-22 10:44:36 -05:00 |
http_connection.cpp
|
added a few consts to arguments and local variables
|
2016-12-10 18:19:14 -05:00 |
http_parser.cpp
|
enable /W4 warnings for msvc
|
2016-12-13 19:36:14 -05:00 |
http_seed_connection.cpp
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05:00 |
http_stream.cpp
|
don't allocate handlers for proxy sockets in the heap, move them instead (#1342)
|
2016-11-19 22:56:34 -05:00 |
http_tracker_connection.cpp
|
headers, end of file, code cleanup
|
2016-12-12 23:36:45 -05:00 |
i2p_stream.cpp
|
more integral type conversion warning fixes, now only needs shorten-64-to-32 (#1349)
|
2016-11-25 11:17:25 -05:00 |
identify_client.cpp
|
Small optimisation identify_client (#1361)
|
2016-11-29 01:01:00 -05: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_notifier.cpp
|
some refactor in ip change notifier source code (#1301)
|
2016-11-08 03:44:43 -05:00 |
ip_voter.cpp
|
support separate external ip for each interface (#1383)
|
2016-12-04 15:58:51 -05:00 |
lazy_bdecode.cpp
|
enable /W4 warnings for msvc
|
2016-12-13 19:36:14 -05:00 |
lsd.cpp
|
aux::to_hex(sha1) -> sha1.to_hex() (#1418)
|
2016-12-22 10:44:36 -05:00 |
magnet_uri.cpp
|
auto loop, consts and minor cleanup refactor
|
2016-11-15 19:54:38 -05:00 |
merkle.cpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
natpmp.cpp
|
headers, end of file, code cleanup
|
2016-12-12 23:36:45 -05:00 |
packet_buffer.cpp
|
headers, end of file, code cleanup
|
2016-12-12 23:36:45 -05: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
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05:00 |
pe_crypto.cpp
|
fixing shorten-64-to-32 warnings, part 4
|
2016-12-09 17:24:07 -05: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 more use of auto c++11 keyword (#1404)
|
2016-12-11 20:50:30 -05:00 |
peer_connection.cpp
|
minor cleanup and refactor in peer connection
|
2016-12-22 17:48:47 -05:00 |
peer_connection_handle.cpp
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05:00 |
peer_list.cpp
|
enable /W4 warnings for msvc
|
2016-12-13 19:36:14 -05:00 |
performance_counters.cpp
|
fixed sign-compare warnings and some refactor (#1354)
|
2016-11-27 08:46:53 -05:00 |
piece_picker.cpp
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05:00 |
platform_util.cpp
|
fixing shorten-64-to-32 warnings, part 3
|
2016-12-08 20:22:34 -05:00 |
proxy_base.cpp
|
don't allocate handlers for proxy sockets in the heap, move them instead (#1342)
|
2016-11-19 22:56:34 -05:00 |
proxy_settings.cpp
|
more integral type conversion warning fixes, now only needs shorten-64-to-32 (#1349)
|
2016-11-25 11:17:25 -05:00 |
puff.cpp
|
fix building tarball
|
2016-08-21 20:21:50 -04:00 |
random.cpp
|
fixing shorten-64-to-32 warnings, part 3
|
2016-12-08 20:22:34 -05:00 |
read_resume_data.cpp
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05:00 |
receive_buffer.cpp
|
changelog note, typos and .gitignore
|
2016-12-13 08:11:09 -05:00 |
request_blocks.cpp
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05:00 |
resolve_links.cpp
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05:00 |
resolver.cpp
|
more fixes in signed compare warnings (#1345)
|
2016-11-21 01:49:56 -05: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
|
fixed sign-compare warnings and some refactor (#1354)
|
2016-11-27 08:46:53 -05:00 |
session_impl.cpp
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05: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
|
fixed sign-compare warnings and some refactor (#1354)
|
2016-11-27 08:46:53 -05:00 |
settings_pack.cpp
|
merged RC_1_1 into master
|
2016-12-20 01:16:13 -05:00 |
sha1.cpp
|
remove whitespace at end of line (#1245)
|
2016-10-22 11:47:24 -04:00 |
sha1_hash.cpp
|
aux::to_hex(sha1) -> sha1.to_hex() (#1418)
|
2016-12-22 10:44:36 -05:00 |
sha512.cpp
|
remove whitespace at end of line (#1245)
|
2016-10-22 11:47:24 -04:00 |
smart_ban.cpp
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05:00 |
socket_io.cpp
|
more fixes of integral type conversion warnings
|
2016-11-21 20:22:18 -05: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 fixes of integral type conversion warnings
|
2016-11-21 20:22:18 -05:00 |
stat.cpp
|
fixed a few warnings related to signed/unsigned conversions (#1338)
|
2016-11-19 21:14:16 -05:00 |
stat_cache.cpp
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05:00 |
storage.cpp
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05:00 |
string_util.cpp
|
Fix c4996 strcpy (#1395)
|
2016-12-09 17:17:27 -05:00 |
time.cpp
|
config.h cleanup (#834)
|
2016-06-19 02:32:12 -04:00 |
timestamp_history.cpp
|
enable /W4 warnings for msvc
|
2016-12-13 19:36:14 -05:00 |
torrent.cpp
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05:00 |
torrent_handle.cpp
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05:00 |
torrent_info.cpp
|
added one more shorten-64-to-32 warning fix, added more std::
|
2016-12-22 13:48:13 -05:00 |
torrent_peer.cpp
|
more fixes of integral type conversion warnings
|
2016-11-21 20:22:18 -05:00 |
torrent_peer_allocator.cpp
|
more fixes in signed compare warnings (#1345)
|
2016-11-21 01:49:56 -05:00 |
torrent_status.cpp
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05:00 |
tracker_manager.cpp
|
headers, end of file, code cleanup
|
2016-12-12 23:36:45 -05:00 |
udp_socket.cpp
|
merged RC_1_1 into master
|
2016-12-20 01:16:13 -05:00 |
udp_tracker_connection.cpp
|
aux::to_hex(sha1) -> sha1.to_hex() (#1418)
|
2016-12-22 10:44:36 -05:00 |
upnp.cpp
|
backport fix upnp xml_parse
|
2016-12-18 09:01:33 -05:00 |
ut_metadata.cpp
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05:00 |
ut_pex.cpp
|
mark all converstion to bool operators as explicit
|
2016-12-12 01:34:36 -05:00 |
utf8.cpp
|
more fixes in signed compare warnings (#1345)
|
2016-11-21 01:49:56 -05:00 |
utp_socket_manager.cpp
|
more fixes of integral type conversion warnings
|
2016-11-21 20:22:18 -05:00 |
utp_stream.cpp
|
enable /W4 warnings for msvc
|
2016-12-13 19:36:14 -05: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
|
strengthened type safety in handling of piece and file indices (#1409)
|
2016-12-22 10:42:33 -05:00 |
xml_parse.cpp
|
headers, end of file, code cleanup
|
2016-12-12 23:36:45 -05:00 |