.. |
kademlia
|
silence some warnings on msvc
|
2015-04-27 02:21:12 +00:00 |
ConvertUTF.cpp
|
fix more warnings and some build issues
|
2015-04-22 04:24:45 +00:00 |
GeoIP.c
|
merged silencing of warnings from RC_0_16
|
2013-06-14 16:41:47 +00:00 |
Makefile.am
|
fix cpuid use (apparently it's not appropriate to use in an inlined function)
|
2015-04-26 18:46:45 +00:00 |
alert.cpp
|
factor out strings of peer logs to be enums instead, in peer_log_alert
|
2015-05-03 02:53:54 +00:00 |
alert_manager.cpp
|
fix typo in alert_manager
|
2015-04-23 05:34:34 +00:00 |
allocator.cpp
|
build fix
|
2015-04-27 00:56:58 +00:00 |
asio.cpp
|
fix include paths for warning push and pop headers
|
2015-04-21 01:16:28 +00:00 |
asio_ssl.cpp
|
merged changes from RC_1_0
|
2014-12-02 10:18:07 +00:00 |
assert.cpp
|
fix more warnings and some build issues
|
2015-04-22 04:24:45 +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
|
fix coverity warnings
|
2015-04-29 05:46:35 +00:00 |
bloom_filter.cpp
|
update copyright
|
2014-02-23 19:12:25 +00:00 |
broadcast_socket.cpp
|
transition from intrusive_ptr to shared_ptr. don't export initialize_default_settings
|
2015-01-06 08:08:49 +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
|
fix some more coverity issues and add more todo comments
|
2015-05-05 02:32:14 +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
|
land libtorrent_aio branch in trunk
|
2014-07-06 19:18:00 +00:00 |
disk_io_thread.cpp
|
address coverity issues and build issue with non atomic 64 bit operations
|
2015-05-03 22:21:19 +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
|
merged changes from RC_1_0
|
2014-11-17 03:41:01 +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 some more coverity issues and add more todo comments
|
2015-05-05 02:32:14 +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
|
deprecate the ptime type and related time types. just use boost::chrono / std::chrono
|
2015-03-12 04:34:54 +00:00 |
lazy_bdecode.cpp
|
silence some warnings on msvc
|
2015-04-27 02:21:12 +00:00 |
lsd.cpp
|
fix more warnings
|
2015-04-21 04:30:34 +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
|
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 |
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
|
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 |
packet_buffer.cpp
|
update copyright
|
2014-02-23 19:12:25 +00:00 |
parse_url.cpp
|
land libtorrent_aio branch in trunk
|
2014-07-06 19:18:00 +00:00 |
part_file.cpp
|
fix more warnings and some build issues
|
2015-04-22 04:24:45 +00:00 |
pe_crypto.cpp
|
fix some more coverity issues and add more todo comments
|
2015-05-05 02:32:14 +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
|
fix some coverity issues
|
2015-05-03 03:28:39 +00:00 |
peer_list.cpp
|
factor out strings of peer logs to be enums instead, in peer_log_alert
|
2015-05-03 02:53:54 +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 some more coverity issues and add more todo comments
|
2015-05-05 02:32:14 +00:00 |
session_call.cpp
|
add missing files
|
2014-08-27 03:33:41 +00:00 |
session_impl.cpp
|
fix some more coverity issues and add more todo comments
|
2015-05-05 02:32:14 +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
|
fix include paths for warning push and pop headers
|
2015-04-21 01:16:28 +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
|
silence some warnings on msvc
|
2015-04-27 02:21:12 +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
|
move another unused time function into the one place it was used from (which will be removed)
|
2015-04-24 04:08:08 +00:00 |
timestamp_history.cpp
|
fix assert in utp_stream at high rates
|
2014-12-30 20:44:18 +00:00 |
torrent.cpp
|
fix some more coverity issues and add more todo comments
|
2015-05-05 02:32:14 +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
|
fix gcc warnings and missing header files in makefiles
|
2015-04-26 00:51:44 +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
|
fix include paths for warning push and pop headers
|
2015-04-21 01:16:28 +00:00 |
udp_socket.cpp
|
silence some warnings on msvc
|
2015-04-27 02:21:12 +00:00 |
udp_tracker_connection.cpp
|
fix include paths for warning push and pop headers
|
2015-04-21 01:16:28 +00:00 |
upnp.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 |
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
|
silence some warnings on msvc
|
2015-04-27 02:21:12 +00:00 |
utp_socket_manager.cpp
|
deprecate the ptime type and related time types. just use boost::chrono / std::chrono
|
2015-03-12 04:34:54 +00:00 |
utp_stream.cpp
|
address coverity issues and build issue with non atomic 64 bit operations
|
2015-05-03 22:21:19 +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 |