.. |
kademlia
|
Removed unnecessary call to node_id copy constructor.
|
2015-08-22 16:01:53 -04:00 |
ConvertUTF.cpp
|
fix more warnings and some build issues
|
2015-04-22 04:24:45 +00:00 |
Makefile.am
|
initial support for disabling proxy for tracker connections
|
2015-08-29 19:44:54 -04:00 |
alert.cpp
|
Recoded torrent_alert constructor logic to build the name.
|
2015-08-20 13:57:03 -04:00 |
alert_manager.cpp
|
fix unknown pragma warning on msvc
|
2015-08-20 21:14:39 +02:00 |
allocator.cpp
|
simulate IP routes, interfaces and page size when building in simulation mode
|
2015-08-09 15:01:01 -04:00 |
assert.cpp
|
fix some more warnings
|
2015-08-21 22:56:57 +02:00 |
bandwidth_limit.cpp
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
bandwidth_manager.cpp
|
Removed unused flag bandwidth-limit-logging and related code.
|
2015-08-04 01:47:15 -04:00 |
bandwidth_queue_entry.cpp
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
bdecode.cpp
|
fix warnings
|
2015-08-06 02:30:06 -04:00 |
block_cache.cpp
|
turn linked_list into a template to improve type safety and remove some casts
|
2015-08-20 02:02:46 +02:00 |
bloom_filter.cpp
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
broadcast_socket.cpp
|
fix more warnings
|
2015-08-22 00:28:12 +02:00 |
bt_peer_connection.cpp
|
fix more warnings
|
2015-08-22 00:28:12 +02:00 |
chained_buffer.cpp
|
drop support for boost 1.35 and fix some more references to the asio namespace
|
2015-06-06 02:10:53 -04:00 |
choker.cpp
|
fix warnings
|
2015-08-06 02:30:06 -04:00 |
close_reason.cpp
|
fix include paths for warning push and pop headers
|
2015-04-21 01:16:28 +00:00 |
cpuid.cpp
|
attempted fix for cpu_id issues on ubuntu
|
2015-06-26 23:23:08 -04:00 |
crc32c.cpp
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
create_torrent.cpp
|
fixed more warnings
|
2015-08-07 00:30:29 -04:00 |
disk_buffer_holder.cpp
|
fixed more warnings
|
2015-08-07 00:30:29 -04:00 |
disk_buffer_pool.cpp
|
fix more warnings
|
2015-08-18 16:42:03 +02:00 |
disk_io_job.cpp
|
fix more warnings
|
2015-08-22 00:28:12 +02:00 |
disk_io_thread.cpp
|
fixed some warnings
|
2015-08-20 22:28:00 +02:00 |
disk_job_pool.cpp
|
fix more warnings
|
2015-08-22 00:28:12 +02:00 |
entry.cpp
|
fix some warnings
|
2015-08-10 20:03:24 -04:00 |
enum_net.cpp
|
The constant siocgifmtu is used in the context of all these macros.
|
2015-08-26 17:46:54 -04:00 |
error_code.cpp
|
drop support for boost 1.35 and fix some more references to the asio namespace
|
2015-06-06 02:10:53 -04:00 |
escape_string.cpp
|
Merge pull request #12 from mlt/wip/i2p
|
2015-08-13 21:55:27 -04:00 |
file.cpp
|
fix some warnings
|
2015-08-21 10:05:51 +02:00 |
file_pool.cpp
|
fixed some GCC warnings
|
2015-08-20 01:33:20 +02:00 |
file_progress.cpp
|
fix some warnings
|
2015-08-16 12:17:23 -04:00 |
file_storage.cpp
|
fix some more warnings
|
2015-08-08 02:48:01 -04:00 |
gzip.cpp
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
hasher.cpp
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
hex.cpp
|
fix some warnings
|
2015-08-01 23:57:11 -04:00 |
http_connection.cpp
|
initial support for disabling proxy for tracker connections
|
2015-08-29 19:44:54 -04:00 |
http_parser.cpp
|
fix warnings
|
2015-08-08 22:53:11 -04:00 |
http_seed_connection.cpp
|
fix more warnings
|
2015-08-22 00:28:12 +02:00 |
http_stream.cpp
|
don't pull in the asio namespace in libtorrent. refer to it by boost::asio
|
2015-06-06 01:24:25 -04:00 |
http_tracker_connection.cpp
|
initial support for disabling proxy for tracker connections
|
2015-08-29 19:44:54 -04:00 |
i2p_stream.cpp
|
initial support for disabling proxy for tracker connections
|
2015-08-29 19:44:54 -04:00 |
identify_client.cpp
|
fix some warnings
|
2015-08-10 20:03:24 -04:00 |
instantiate_connection.cpp
|
initial support for disabling proxy for tracker connections
|
2015-08-29 19:44:54 -04:00 |
ip_filter.cpp
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
ip_voter.cpp
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
lazy_bdecode.cpp
|
fix some warnings
|
2015-08-10 20:03:24 -04:00 |
lsd.cpp
|
fix some warnings
|
2015-08-16 12:17:23 -04:00 |
lt_trackers.cpp
|
fix some warnings
|
2015-08-13 23:52:25 -04:00 |
magnet_uri.cpp
|
fix some warnings
|
2015-08-16 12:17:23 -04:00 |
merkle.cpp
|
Add parentheses
|
2015-07-11 15:23:55 +08:00 |
metadata_transfer.cpp
|
fix some warnings
|
2015-08-16 12:17:23 -04:00 |
mpi.c
|
make all unit tests pass msvc's /RTCc instrumentation (no implicit integer truncation in casts)
|
2014-02-05 09:38:32 +00:00 |
natpmp.cpp
|
fixed some GCC warnings
|
2015-08-20 01:33:20 +02:00 |
packet_buffer.cpp
|
fix some build warnings
|
2015-08-17 09:01:43 -04:00 |
parse_url.cpp
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
part_file.cpp
|
fix warnings and invalid defines in disk_io_thread.cpp
|
2015-08-18 07:55:50 -04:00 |
pe_crypto.cpp
|
fix warnings
|
2015-08-06 02:30:06 -04:00 |
peer_class.cpp
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
peer_class_set.cpp
|
fix some warnings
|
2015-08-18 09:33:00 -04:00 |
peer_connection.cpp
|
add disk I/O read asserts and fix i2p issue if a tracker responds with i2p peers when i2p is not configured on the client
|
2015-08-28 07:20:21 -04:00 |
peer_connection_handle.cpp
|
fix more warnings
|
2015-08-22 00:28:12 +02:00 |
peer_list.cpp
|
fix more warnings
|
2015-08-22 00:28:12 +02:00 |
performance_counters.cpp
|
fix warnings and invalid defines in disk_io_thread.cpp
|
2015-08-18 07:55:50 -04:00 |
piece_picker.cpp
|
attempt to fix invalid vector subscript bug in piece_picker
|
2015-08-20 21:37:22 +02:00 |
platform_util.cpp
|
fix more warnings
|
2015-08-18 16:42:03 +02:00 |
proxy_base.cpp
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
proxy_settings.cpp
|
initial support for disabling proxy for tracker connections
|
2015-08-29 19:44:54 -04:00 |
puff.cpp
|
make puff const correct instead of const-casting
|
2015-04-22 02:11:12 +00:00 |
random.cpp
|
fix and re-enable simulations
|
2015-08-09 00:56:37 -04:00 |
receive_buffer.cpp
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
request_blocks.cpp
|
fix some warnings
|
2015-08-16 12:17:23 -04:00 |
resolve_links.cpp
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
resolver.cpp
|
fix some warnings
|
2015-08-16 12:17:23 -04:00 |
rss.cpp
|
fixed some GCC warnings
|
2015-08-20 01:33:20 +02:00 |
session.cpp
|
remove functionality to initiate MTU based on the MTU on the nic (this is error prone and has questionable value)
|
2015-08-22 08:09:09 +02:00 |
session_call.cpp
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
session_handle.cpp
|
fix more warnings
|
2015-08-22 00:28:12 +02:00 |
session_impl.cpp
|
initial support for disabling proxy for tracker connections
|
2015-08-29 19:44:54 -04:00 |
session_settings.cpp
|
transition from intrusive_ptr to shared_ptr. don't export initialize_default_settings
|
2015-01-06 08:08:49 +00:00 |
session_stats.cpp
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
settings_pack.cpp
|
initial support for disabling proxy for tracker connections
|
2015-08-29 19:44:54 -04:00 |
sha1.cpp
|
fix more warnings
|
2015-08-18 16:42:03 +02:00 |
smart_ban.cpp
|
add typesafety to piece_picker torrent_peer pointers. and fix a few incorrect uses
|
2015-08-18 04:25:13 -04:00 |
socket_io.cpp
|
fix some warnings
|
2015-08-10 20:03:24 -04:00 |
socket_type.cpp
|
fix some warnings
|
2015-08-16 12:17:23 -04:00 |
socks5_stream.cpp
|
fix some warnings
|
2015-08-16 12:17:23 -04:00 |
stat.cpp
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
stat_cache.cpp
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
storage.cpp
|
make tailequeue a template, introduce type safety, remove old-style casts
|
2015-08-19 15:22:05 +02:00 |
string_util.cpp
|
fix some more warnings
|
2015-08-08 02:48:01 -04:00 |
tailqueue.cpp
|
make tailequeue a template, introduce type safety, remove old-style casts
|
2015-08-19 15:22:05 +02:00 |
thread.cpp
|
add more logging around the test failure
|
2015-08-30 08:52:58 -04:00 |
time.cpp
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
timestamp_history.cpp
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
torrent.cpp
|
initial support for disabling proxy for tracker connections
|
2015-08-29 19:44:54 -04:00 |
torrent_handle.cpp
|
fix more warnings
|
2015-08-22 00:28:12 +02:00 |
torrent_info.cpp
|
fix some build warnings
|
2015-08-17 09:01:43 -04:00 |
torrent_peer.cpp
|
fix more warnings
|
2015-08-19 01:39:01 +02:00 |
torrent_peer_allocator.cpp
|
fix some warnings
|
2015-08-13 23:52:25 -04:00 |
tracker_manager.cpp
|
fix performance issue when receiving UDP packets (the udp tracker would not reject DHT packets immediately)
|
2015-07-17 18:48:20 -04:00 |
udp_socket.cpp
|
initial support for disabling proxy for tracker connections
|
2015-08-29 19:44:54 -04:00 |
udp_tracker_connection.cpp
|
initial support for disabling proxy for tracker connections
|
2015-08-29 19:44:54 -04:00 |
upnp.cpp
|
fix warnings and invalid defines in disk_io_thread.cpp
|
2015-08-18 07:55:50 -04:00 |
ut_metadata.cpp
|
move test_trackers_extensions over to a simulation and some minor metadata extension and tracker re-announce fixes
|
2015-08-13 23:07:04 -04:00 |
ut_pex.cpp
|
fix warnings and invalid defines in disk_io_thread.cpp
|
2015-08-18 07:55:50 -04:00 |
utf8.cpp
|
fix some warnings
|
2015-08-16 12:17:23 -04:00 |
utp_socket_manager.cpp
|
initial support for disabling proxy for tracker connections
|
2015-08-29 19:44:54 -04:00 |
utp_stream.cpp
|
remove functionality to initiate MTU based on the MTU on the nic (this is error prone and has questionable value)
|
2015-08-22 08:09:09 +02:00 |
web_connection_base.cpp
|
fixed some GCC warnings
|
2015-08-20 01:33:20 +02:00 |
web_peer_connection.cpp
|
fixed some GCC warnings
|
2015-08-20 01:33:20 +02:00 |
xml_parse.cpp
|
fix warnings and invalid defines in disk_io_thread.cpp
|
2015-08-18 07:55:50 -04:00 |