premiere-libtorrent/src
Arvid Norberg bae2b3394f Merge pull request #258 from arvidn/version
forward-port version function from RC_1_0
2015-11-11 19:13:44 -05:00
..
kademlia fix traversal_algorithm::done() being invoked more than once 2015-11-09 20:47:33 -08:00
ConvertUTF.cpp fix more warnings and some build issues 2015-04-22 04:24:45 +00:00
Makefile.am forward-port version function from RC_1_0 2015-11-11 00:57:51 -05:00
alert.cpp Fix dht_put_alert::message() for immutable items. 2015-09-16 15:21:05 -04: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 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
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 fix simulation build 2015-09-06 22:52:25 -04:00
bt_peer_connection.cpp fix super seeding assert (forward port from RC_1_0) 2015-09-08 18:17:13 -04: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 separate out announce_entry and torrent_status into their own headers 2015-09-18 08:08:08 -04:00
disk_buffer_holder.cpp fixed more warnings 2015-08-07 00:30:29 -04:00
disk_buffer_pool.cpp update cache_size docs and raise the cap for 32 bit builds 2015-11-08 10:49:38 -05:00
disk_io_job.cpp fix more warnings 2015-08-22 00:28:12 +02:00
disk_io_thread.cpp separate out announce_entry and torrent_status into their own headers 2015-09-18 08:08:08 -04: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 remove fallocate hack (in master) 2015-09-21 20:22:19 -07: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 attribute external IP voting to the actual tracker IP we connected to, and preserve endpoint list in http_connection to make the re-announce to IPv6 logic robust 2015-11-11 01:30:28 -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 attribute external IP voting to the actual tracker IP we connected to, and preserve endpoint list in http_connection to make the re-announce to IPv6 logic robust 2015-11-11 01:30:28 -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 bug in parse_magnet_uri and improve unit test 2015-10-02 23:24:17 -04:00
merkle.cpp Add parentheses 2015-07-11 15:23:55 +08:00
metadata_transfer.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
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 handle receiving an invalid request 2015-11-07 14:58:08 -05:00
peer_connection_handle.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
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 forward port piece_block patch from RC_1_0 2015-11-07 18:50:54 -05:00
platform_util.cpp fix more warnings 2015-09-06 22:55:41 -04: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 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 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 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 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 Add set_dht_storage to session API. 2015-10-02 09:00:07 -04:00
session_impl.cpp add error_code to torrent_status instead of error string 2015-11-05 20:43:23 -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 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 move some internal headers to aux_ to fix documentation 2015-09-07 17:00:27 -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 minor moving around of code 2015-11-06 00:38:42 -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 attribute external IP voting to the actual tracker IP we connected to, and preserve endpoint list in http_connection to make the re-announce to IPv6 logic robust 2015-11-11 01:30:28 -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 fix msvc-10.0 build 2015-11-07 10:01:01 -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 Revert "use handler allocator for UDP socket read handler" 2015-09-03 07:29:24 -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 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 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
ut_pex.cpp fix warnings and invalid defines in disk_io_thread.cpp 2015-08-18 07:55:50 -04: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 version function from RC_1_0 2015-11-11 00:57:51 -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 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
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