premiere-libtorrent/src
Arvid Norberg d18495eb39 support a NULL dht_observer again 2015-05-19 00:48:04 +00:00
..
kademlia support a NULL dht_observer again 2015-05-19 00:48:04 +00:00
ConvertUTF.cpp fix more warnings and some build issues 2015-04-22 04:24:45 +00:00
Makefile.am remove the remains of the dht logging 2015-05-10 05:28:50 +00:00
alert.cpp fix bug in DHT logging. clean up some whitespace 2015-05-17 02:00:43 +00:00
alert_manager.cpp fix build issue, some warnings 2015-05-17 23:32:13 +00:00
allocator.cpp build fix 2015-04-27 00:56:58 +00:00
asio.cpp fix some warnings 2015-05-16 16:24:11 +00:00
asio_ssl.cpp merged changes from RC_1_0 2014-12-02 10:18:07 +00:00
assert.cpp clean up usage of printf attribute (encapsulate it in a macro) 2015-05-10 05:11:51 +00:00
bandwidth_limit.cpp update copyright 2014-02-23 19:12:25 +00:00
bandwidth_manager.cpp deprecate the ptime type and related time types. just use boost::chrono / std::chrono 2015-03-12 04:34:54 +00:00
bandwidth_queue_entry.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
bdecode.cpp silence some warnings on msvc 2015-04-27 02:21:12 +00:00
block_cache.cpp clean up disk_io_job a bit to avoid old-style casts 2015-05-16 20:41:37 +00:00
bloom_filter.cpp update copyright 2014-02-23 19:12:25 +00:00
broadcast_socket.cpp fix gcc warnings 2015-05-18 01:30:32 +00:00
bt_peer_connection.cpp address coverity issues and build issue with non atomic 64 bit operations 2015-05-03 22:21:19 +00:00
chained_buffer.cpp merged Steven Siloti's peer crypto patch into trunk 2014-11-23 06:14:47 +00:00
choker.cpp more warnings fixes and cleanup 2015-04-19 06:28:21 +00:00
close_reason.cpp fix include paths for warning push and pop headers 2015-04-21 01:16:28 +00:00
cpuid.cpp add missing cpuid.cpp 2015-04-26 21:54:45 +00:00
crc32c.cpp build fix 2015-04-27 00:56:58 +00:00
create_torrent.cpp fix gcc warnings and missing header files in makefiles 2015-04-26 00:51:44 +00:00
disk_buffer_holder.cpp clean up disk_io_job a bit to avoid old-style casts 2015-05-16 20:41:37 +00:00
disk_buffer_pool.cpp fix more warnings and some build issues 2015-04-22 04:24:45 +00:00
disk_io_job.cpp clean up disk_io_job a bit to avoid old-style casts 2015-05-16 20:41:37 +00:00
disk_io_thread.cpp fix warnings 2015-05-18 05:32:18 +00:00
disk_job_pool.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
entry.cpp silence some warnings on msvc 2015-04-27 02:21:12 +00:00
enum_net.cpp fix build warnings 2015-05-18 05:04:55 +00:00
error_code.cpp fix gcc build 2015-04-18 21:21:22 +00:00
escape_string.cpp fix include paths for warning push and pop headers 2015-04-21 01:16:28 +00:00
file.cpp more warning fixes and cleanup 2015-04-18 22:00:27 +00:00
file_pool.cpp deprecate the ptime type and related time types. just use boost::chrono / std::chrono 2015-03-12 04:34:54 +00:00
file_storage.cpp fix examples build. fix print formatting bugs. fix some gcc warnings 2015-04-25 04:22:51 +00:00
gzip.cpp make puff const correct instead of const-casting 2015-04-22 02:11:12 +00:00
hasher.cpp clean up symbol exports 2015-01-01 20:25:39 +00:00
hex.cpp cleanup and fixing of more warnings 2015-04-21 00:23:00 +00:00
http_connection.cpp moved escape_string.hpp into the aux_ directory. moved out the 3 public hex functions into its own public header, hex.hpp 2015-03-14 23:10:20 +00:00
http_parser.cpp moved escape_string.hpp into the aux_ directory. moved out the 3 public hex functions into its own public header, hex.hpp 2015-03-14 23:10:20 +00:00
http_seed_connection.cpp factor out strings of peer logs to be enums instead, in peer_log_alert 2015-05-03 02:53:54 +00:00
http_stream.cpp moved escape_string.hpp into the aux_ directory. moved out the 3 public hex functions into its own public header, hex.hpp 2015-03-14 23:10:20 +00:00
http_tracker_connection.cpp fix gcc warnings 2015-05-18 01:30:32 +00:00
i2p_stream.cpp fix some more coverity issues and add more todo comments 2015-05-05 02:32:14 +00:00
identify_client.cpp fix include paths for warning push and pop headers 2015-04-21 01:16:28 +00:00
instantiate_connection.cpp clean up symbol exports 2015-01-01 20:25:39 +00:00
ip_filter.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
ip_voter.cpp merged changes from RC_1_0 2015-05-08 04:28:24 +00:00
lazy_bdecode.cpp silence some warnings on msvc 2015-04-27 02:21:12 +00:00
lsd.cpp clean up usage of printf attribute (encapsulate it in a macro) 2015-05-10 05:11:51 +00:00
lt_trackers.cpp factor out strings of peer logs to be enums instead, in peer_log_alert 2015-05-03 02:53:54 +00:00
magnet_uri.cpp take const references where we can in magnet_uri 2015-05-05 05:44:42 +00:00
merkle.cpp move out merkle functions into their own file and test 2015-04-24 06:06:41 +00:00
metadata_transfer.cpp factor out strings of peer logs to be enums instead, in peer_log_alert 2015-05-03 02:53:54 +00: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 fix build warnings 2015-05-18 05:04:55 +00:00
packet_buffer.cpp fix build issue, some warnings 2015-05-17 23:32:13 +00:00
parse_url.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
part_file.cpp fix warnings 2015-05-18 05:32:18 +00:00
pe_crypto.cpp fix gcc warnings 2015-05-18 01:30:32 +00:00
peer_class.cpp transition from intrusive_ptr to shared_ptr. don't export initialize_default_settings 2015-01-06 08:08:49 +00:00
peer_class_set.cpp optimize peer classes a bit 2014-09-17 07:23:41 +00:00
peer_connection.cpp clean up disk_io_job a bit to avoid old-style casts 2015-05-16 20:41:37 +00:00
peer_list.cpp fix build warnings 2015-05-18 05:04:55 +00:00
performance_counters.cpp address coverity issues and build issue with non atomic 64 bit operations 2015-05-03 22:21:19 +00:00
piece_picker.cpp fix some coverity issues 2015-05-03 03:28:39 +00:00
platform_util.cpp fix more warnings 2015-04-21 04:30:34 +00:00
proxy_base.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
puff.cpp make puff const correct instead of const-casting 2015-04-22 02:11:12 +00:00
random.cpp fix include paths for warning push and pop headers 2015-04-21 01:16:28 +00:00
receive_buffer.cpp fix examples build. fix print formatting bugs. fix some gcc warnings 2015-04-25 04:22:51 +00:00
request_blocks.cpp factor out strings of peer logs to be enums instead, in peer_log_alert 2015-05-03 02:53:54 +00:00
resolve_links.cpp fix inlude in resolve_links.cpp 2015-04-18 02:00:03 +00:00
resolver.cpp deprecate the ptime type and related time types. just use boost::chrono / std::chrono 2015-03-12 04:34:54 +00:00
rss.cpp improve deprecation macros. increase default warning level. fix deprecation warnings while building libtorrent itself (gcc and clang) 2015-04-17 01:49:49 +00:00
session.cpp fix build issue, some warnings 2015-05-17 23:32:13 +00:00
session_call.cpp add missing files 2014-08-27 03:33:41 +00:00
session_impl.cpp fix issues introduced in dht logging patch 2015-05-17 20:59:18 +00: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 separate out session_stats into its own header. silences warning and cleans up 2015-04-25 02:12:02 +00:00
settings_pack.cpp more warnings fixes and cleanup 2015-04-19 06:28:21 +00:00
sha1.cpp clean up symbol exports 2015-01-01 20:25:39 +00:00
smart_ban.cpp clean up disk_io_job a bit to avoid old-style casts 2015-05-16 20:41:37 +00:00
socket_io.cpp moved escape_string.hpp into the aux_ directory. moved out the 3 public hex functions into its own public header, hex.hpp 2015-03-14 23:10:20 +00:00
socket_type.cpp fix gcc warnings and missing header files in makefiles 2015-04-26 00:51:44 +00:00
socks5_stream.cpp some socks5 cleanup 2014-09-28 05:42:35 +00:00
stat.cpp remove size_type typedef in favor of boost::int64_t 2014-12-03 04:32:50 +00:00
stat_cache.cpp remove size_type typedef in favor of boost::int64_t 2014-12-03 04:32:50 +00:00
storage.cpp fix warnings 2015-05-18 05:32:18 +00:00
string_util.cpp fix include paths for warning push and pop headers 2015-04-21 01:16:28 +00:00
tailqueue.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
thread.cpp fix windows and linux build 2015-03-15 04:25:54 +00:00
time.cpp fix more warnings 2015-05-16 18:35:47 +00:00
timestamp_history.cpp fix assert in utp_stream at high rates 2014-12-30 20:44:18 +00:00
torrent.cpp fix build warnings 2015-05-18 05:04:55 +00:00
torrent_handle.cpp fix include paths for warning push and pop headers 2015-04-21 01:16:28 +00:00
torrent_info.cpp minor whitespace cleanup 2015-05-17 18:59:35 +00:00
torrent_peer.cpp fix build and some warnings 2015-04-20 00:01:27 +00:00
torrent_peer_allocator.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
tracker_manager.cpp make the torrent hold a pointer to the ip_filter instead of relying on a session reference 2015-05-16 06:33:37 +00:00
udp_socket.cpp fix build warnings 2015-05-18 05:04:55 +00:00
udp_tracker_connection.cpp fix gcc warnings 2015-05-18 01:30:32 +00:00
upnp.cpp fix build warnings 2015-05-18 05:04:55 +00:00
ut_metadata.cpp factor out strings of peer logs to be enums instead, in peer_log_alert 2015-05-03 02:53:54 +00:00
ut_pex.cpp factor out strings of peer logs to be enums instead, in peer_log_alert 2015-05-03 02:53:54 +00:00
utf8.cpp fix more warnings 2015-05-16 18:35:47 +00:00
utp_socket_manager.cpp fix build warnings 2015-05-18 05:04:55 +00:00
utp_stream.cpp fix gcc warnings 2015-05-18 01:30:32 +00:00
web_connection_base.cpp remove internal fields from web_seed_entry 2014-12-31 22:05:34 +00:00
web_peer_connection.cpp factor out strings of peer logs to be enums instead, in peer_log_alert 2015-05-03 02:53:54 +00:00
xml_parse.cpp moved escape_string.hpp into the aux_ directory. moved out the 3 public hex functions into its own public header, hex.hpp 2015-03-14 23:10:20 +00:00