.. |
kademlia
|
export verify_message and incoming_error
|
2015-12-05 18:20:08 -08:00 |
ConvertUTF.cpp
|
fix more warnings and some build issues
|
2015-04-22 04:24:45 +00:00 |
Makefile.am
|
export verify_message and incoming_error
|
2015-12-05 18:20:08 -08:00 |
alert.cpp
|
Fix num_alert_types.
|
2015-12-03 22:04:32 -05:00 |
alert_manager.cpp
|
fix unknown pragma warning on msvc
|
2015-08-20 21:14:39 +02:00 |
allocator.cpp
|
disable warning for unused command line argument and fix warnings. remove redundant travis build config. use new preprocessor on clang to avoid warnings
|
2015-09-06 22:55:41 -04:00 |
announce_entry.cpp
|
separate out announce_entry and torrent_status into their own headers
|
2015-09-18 08:08:08 -04:00 |
assert.cpp
|
factor out readwritev to a free function, to allow unit testing of it
|
2015-11-19 17:58:55 -05: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
|
fix more warnings
|
2015-09-06 22:55:41 -04:00 |
bloom_filter.cpp
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
broadcast_socket.cpp
|
the simulator always supports IPv6
|
2015-11-12 20:52:30 -08:00 |
bt_peer_connection.cpp
|
add first coverage of test_transfer as a proper sim
|
2015-11-28 00:59:39 -05: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
|
silence msvc performance warnings. introduce more override and finals
|
2015-11-19 23:37:45 -05:00 |
disk_buffer_holder.cpp
|
fixed more warnings
|
2015-08-07 00:30:29 -04:00 |
disk_buffer_pool.cpp
|
clean up use of getrlimit() by wrapping it and move it to platform_util.cpp. Also take the opportunity to make it simulator friendly (consistent in simulation)
|
2015-12-02 00:45:34 -05:00 |
disk_io_job.cpp
|
fix more warnings
|
2015-08-22 00:28:12 +02:00 |
disk_io_thread.cpp
|
clean up use of getrlimit() by wrapping it and move it to platform_util.cpp. Also take the opportunity to make it simulator friendly (consistent in simulation)
|
2015-12-02 00:45:34 -05: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
|
simulator: support IPv6 in enum_routes()
|
2015-10-29 20:43:51 -07: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
|
clean up use of error categories
|
2015-11-24 00:50:51 -05:00 |
file_pool.cpp
|
clean up error_code use, and use error_condition to test for errors in test_http_connection
|
2015-11-24 00:39:01 -05: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
|
add test for gzipped http responses
|
2015-11-24 00:39:01 -05: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
|
fix an old use of posix_category. make http_connection translate IPs into proper endpoints when connecting over socks (instead of passing the IP on as a hostname string). add test coverage
|
2015-11-24 00:39:02 -05: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
|
extend tracker sim test and fix some bugs in tracker error reporting
|
2015-11-24 23:38:49 -05: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
|
separate out announce_entry and torrent_status into their own headers
|
2015-09-18 08:08:08 -04:00 |
magnet_uri.cpp
|
fix some msvc warnings
|
2015-11-19 19:01:54 -05:00 |
merkle.cpp
|
Add parentheses
|
2015-07-11 15:23:55 +08:00 |
metadata_transfer.cpp
|
silence msvc performance warnings. introduce more override and finals
|
2015-11-19 23:37:45 -05:00 |
mpi.c
|
disable warning for unused command line argument and fix warnings. remove redundant travis build config. use new preprocessor on clang to avoid warnings
|
2015-09-06 22:55:41 -04: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
|
forward port IPv6 IP address resolution in URLs fix
|
2015-11-01 17:26:45 -05: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 more warnings
|
2015-09-06 22:55:41 -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
|
fix bug that disabled rarest-first piece picking. introduced when removing speed-affinity in the piece picker
|
2015-11-29 08:26:00 -05:00 |
peer_connection_handle.cpp
|
make alert types declared final and disable the log alert declarations when logging is disabled
|
2015-11-29 10:16:02 -05: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
|
add new piece picker logging alert category
|
2015-11-29 08:25:55 -05:00 |
platform_util.cpp
|
clean up use of getrlimit() by wrapping it and move it to platform_util.cpp. Also take the opportunity to make it simulator friendly (consistent in simulation)
|
2015-12-02 00:45:34 -05: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 typo
|
2015-11-12 01:42:44 -05:00 |
receive_buffer.cpp
|
disable warning for unused command line argument and fix warnings. remove redundant travis build config. use new preprocessor on clang to avoid warnings
|
2015-09-06 22:55:41 -04:00 |
request_blocks.cpp
|
add new piece picker logging alert category
|
2015-11-29 08:25:55 -05: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
|
fix const correctness in xml_parse(). update unit tests rss and upnp to use new signature for parser callback
|
2015-09-06 00:38:33 -04:00 |
session.cpp
|
Fixed to make it compatible with mingw-w64 and generic linux
|
2015-11-13 07:55:28 -05:00 |
session_call.cpp
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
session_handle.cpp
|
Add set_dht_storage to session API.
|
2015-10-02 09:00:07 -04:00 |
session_impl.cpp
|
clean up use of getrlimit() by wrapping it and move it to platform_util.cpp. Also take the opportunity to make it simulator friendly (consistent in simulation)
|
2015-12-02 00:45:34 -05: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
|
forward port fix to not auto-detect disk cache size greater than the virtual address space for 32 bit builds
|
2015-11-07 22:00:20 -05:00 |
sha1.cpp
|
fix strict aliasing violation
|
2015-10-03 15:13:45 -04:00 |
smart_ban.cpp
|
silence msvc performance warnings. introduce more override and finals
|
2015-11-19 23:37:45 -05:00 |
socket_io.cpp
|
fix some warnings
|
2015-08-10 20:03:24 -04:00 |
socket_type.cpp
|
move some internal headers to aux_ to fix documentation
|
2015-09-07 17:00:27 -04:00 |
socks5_stream.cpp
|
fix semantics of socks5_stream and http_connection to make them not close themselves. Add socks5 and socks4 proxy coverage in test_http_connection
|
2015-11-24 00:39:01 -05: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
|
factor out readwritev to a free function, to allow unit testing of it
|
2015-11-19 17:58:55 -05: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
|
fix save_resume_data in client_test and make torrent a bit more instrumentable. This could be greatly simplified if resume data would not have file_sizes and timestamps
|
2015-11-29 20:31:57 -05:00 |
torrent_handle.cpp
|
fix typo in test_checking, introduced by recent error_code in torrent_status patch
|
2015-11-07 01:01:07 -05:00 |
torrent_info.cpp
|
silence msvc performance warnings. introduce more override and finals
|
2015-11-19 23:37:45 -05:00 |
torrent_peer.cpp
|
fix strict aliasing violation
|
2015-10-03 15:13:45 -04: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
|
use more efficient (in-place) handler allocation for udp async_read and session second_tick
|
2015-11-28 00:57:44 -05:00 |
udp_tracker_connection.cpp
|
initial support for disabling proxy for tracker connections
|
2015-08-29 19:44:54 -04:00 |
upnp.cpp
|
fix const correctness in xml_parse(). update unit tests rss and upnp to use new signature for parser callback
|
2015-09-06 00:38:33 -04:00 |
ut_metadata.cpp
|
silence msvc performance warnings. introduce more override and finals
|
2015-11-19 23:37:45 -05:00 |
ut_pex.cpp
|
silence msvc performance warnings. introduce more override and finals
|
2015-11-19 23:37:45 -05:00 |
utf8.cpp
|
disable warning for unused command line argument and fix warnings. remove redundant travis build config. use new preprocessor on clang to avoid warnings
|
2015-09-06 22:55:41 -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
|
disable simulation on travis osx. fix more warnings
|
2015-09-06 22:55:42 -04:00 |
version.cpp
|
forward port of version change from RC_1_0
|
2015-11-12 21:35:50 -05:00 |
web_connection_base.cpp
|
forward port fix to proxy_peer_connections to master
|
2015-10-03 11:20:10 -04:00 |
web_peer_connection.cpp
|
another fix to receiving malformed DHT error message
|
2015-12-03 01:08:27 -05:00 |
xml_parse.cpp
|
fix const correctness in xml_parse(). update unit tests rss and upnp to use new signature for parser callback
|
2015-09-06 00:38:33 -04:00 |