premiere-libtorrent/src
arvidn 3460f203f3 extend testing of sanitize_append_path_element 2015-12-19 20:11:22 -05:00
..
kademlia another fix to receiving malformed DHT error message 2015-12-03 01:08:27 -05:00
ConvertUTF.cpp
Makefile.am Make dht_put_alert more accurate. 2015-11-20 00:06:08 -05: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
bandwidth_manager.cpp
bandwidth_queue_entry.cpp
bdecode.cpp
block_cache.cpp fix more warnings 2015-09-06 22:55:41 -04:00
bloom_filter.cpp
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
choker.cpp
close_reason.cpp
cpuid.cpp
crc32c.cpp
create_torrent.cpp silence msvc performance warnings. introduce more override and finals 2015-11-19 23:37:45 -05:00
disk_buffer_holder.cpp
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
escape_string.cpp Merge pull request #12 from mlt/wip/i2p 2015-08-13 21:55:27 -04:00
file.cpp GetFileAttributesEx fix 2015-12-19 00:12:11 -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
gzip.cpp add test for gzipped http responses 2015-11-24 00:39:01 -05:00
hasher.cpp
hex.cpp
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
http_tracker_connection.cpp deprecate set_tracker_login 2015-12-13 15:14:19 -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
ip_voter.cpp
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 port sim tests to use the new setup_swarm API 2015-12-12 00:41:47 -05:00
magnet_uri.cpp fix some msvc warnings 2015-11-19 19:01:54 -05:00
merkle.cpp
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 mark up some override functions and fix other clang warnings 2015-12-13 19:44:42 -05:00
peer_class.cpp
peer_class_set.cpp fix some warnings 2015-08-18 09:33:00 -04:00
peer_connection.cpp deprecate resolve-countries 2015-12-14 21:32:30 -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
proxy_settings.cpp initial support for disabling proxy for tracker connections 2015-08-29 19:44:54 -04:00
puff.cpp
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 fix graceful pause issue. peers regularly check whether they should disconnect or not 2015-12-04 23:27:43 -05:00
resolve_links.cpp
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
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
session_stats.cpp
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
stat_cache.cpp
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
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
timestamp_history.cpp
torrent.cpp forward port fix for deleting files of magnet link to master 2015-12-18 18:33:31 -05:00
torrent_handle.cpp deprecate resolve-countries 2015-12-14 21:32:30 -05:00
torrent_info.cpp extend testing of sanitize_append_path_element 2015-12-19 20:11:22 -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
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