..
aux_
some cleanup and transition to std::unique_ptr ( #786 )
2016-06-05 14:07:24 -04:00
extensions
Documentation typos
2016-02-01 15:00:46 -05:00
kademlia
changed min_distance_exp for correctness and clarity ( #789 )
2016-06-06 18:22:33 -04:00
ConvertUTF.h
fix some warnings
2015-08-13 23:52:25 -04:00
Makefile.am
remove dependency on libtommath and use boost.multiprecision instead
2016-05-30 14:33:24 -04:00
add_torrent_params.hpp
merged RC_1_1 into master
2016-06-04 14:09:19 -04:00
address.hpp
merged RC_1_1 into master
2016-05-09 00:30:30 -04:00
alert.hpp
merged RC_1_1 into master
2016-05-23 00:56:16 -04:00
alert_manager.hpp
made alerts move-only and remove dispatch function and other deprecated alert functions requiring alert to be copyable ( #721 )
2016-05-13 08:19:44 -04:00
alert_types.hpp
changed min_distance_exp for correctness and clarity ( #789 )
2016-06-06 18:22:33 -04:00
alloca.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
allocator.hpp
remove unused aligned_holder class. fix logging issue of out-of-bound piece requests
2016-03-19 23:32:50 -04:00
announce_entry.hpp
Documentation typos
2016-03-14 20:43:52 -04:00
assert.hpp
build with gcc/mingw on appveyor ( #722 )
2016-05-15 13:28:22 -04:00
bandwidth_limit.hpp
fix some build warnings in python binding
2016-04-07 22:45:23 -04:00
bandwidth_manager.hpp
Threads ( #671 )
2016-04-30 18:54:23 -04:00
bandwidth_queue_entry.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
bandwidth_socket.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
bdecode.hpp
transition some standard integer types from boost to std ( #711 )
2016-05-08 16:10:49 -04:00
bencode.hpp
merged RC_1_1 into master
2016-05-27 12:35:53 -07:00
bitfield.hpp
merge fix
2016-04-29 23:34:25 -04:00
block_cache.hpp
fix use_read_cache=false
2016-03-16 02:22:18 -04:00
bloom_filter.hpp
general cleanup. remove valgrind markup, log_hash_failures and C headers ( #752 )
2016-05-23 08:15:39 -04:00
broadcast_socket.hpp
merged RC_1_1 into master
2016-05-06 01:08:05 -04:00
bt_peer_connection.hpp
revert handshake round-trip optimization ( #797 )
2016-06-10 01:14:37 -04:00
buffer.hpp
general cleanup. remove valgrind markup, log_hash_failures and C headers ( #752 )
2016-05-23 08:15:39 -04:00
build_config.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
chained_buffer.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
choker.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
close_reason.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
config.hpp
remove some old cruft and defines ( #785 )
2016-06-04 10:03:13 -04:00
copy_ptr.hpp
dial up cppcheck ( #663 )
2016-04-30 00:24:45 -04:00
crc32c.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
create_torrent.hpp
transition to system_error as the exception type ( #730 )
2016-05-15 00:33:06 -04:00
deadline_timer.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
debug.hpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
disk_buffer_holder.hpp
some cleanup and transition to std::unique_ptr ( #786 )
2016-06-05 14:07:24 -04:00
disk_buffer_pool.hpp
Threads ( #671 )
2016-04-30 18:54:23 -04:00
disk_interface.hpp
merge RC_1_1 into master
2016-03-19 16:02:46 -04:00
disk_io_job.hpp
Merge branch 'RC_1_1'
2016-03-20 20:39:49 -04:00
disk_io_thread.hpp
use std::atomic instead of boost::atomic ( #678 )
2016-05-01 03:38:35 -04:00
disk_job_pool.hpp
Threads ( #671 )
2016-04-30 18:54:23 -04:00
disk_observer.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
ed25519.hpp
properly report errors when failing to generate randomness
2015-05-09 04:08:32 +00:00
entry.hpp
fix union storage hacks ( #670 )
2016-05-21 21:04:47 -04:00
enum_net.hpp
use bind_to_device for listen sockets
2016-02-12 15:46:18 -05:00
error.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
error_code.hpp
merged RC_1_1 into master
2016-05-19 01:28:22 -04:00
export.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
extensions.hpp
Threads ( #671 )
2016-04-30 18:54:23 -04:00
file.hpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
file_pool.hpp
Threads ( #671 )
2016-04-30 18:54:23 -04:00
file_storage.hpp
minor refactoring to move-storage patch ( #680 )
2016-05-01 12:23:02 -04:00
fingerprint.hpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
gzip.hpp
Documentation typos
2016-03-14 20:43:52 -04:00
hasher.hpp
fix some build warnings in python binding
2016-04-07 22:45:23 -04:00
heterogeneous_queue.hpp
made alerts move-only and remove dispatch function and other deprecated alert functions requiring alert to be copyable ( #721 )
2016-05-13 08:19:44 -04:00
hex.hpp
deprecated public to_hex() and from_hex() functions ( #784 )
2016-06-04 10:01:43 -04:00
http_connection.hpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
http_parser.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
http_seed_connection.hpp
use standard array container ( #676 )
2016-04-30 23:10:47 -04:00
http_stream.hpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
http_tracker_connection.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
i2p_stream.hpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
identify_client.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
instantiate_connection.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
invariant_check.hpp
some cleanup and transition to std::unique_ptr ( #786 )
2016-06-05 14:07:24 -04:00
io.hpp
fix some build warnings in python binding
2016-04-07 22:45:23 -04:00
io_service.hpp
dial up cppcheck ( #663 )
2016-04-30 00:24:45 -04:00
io_service_fwd.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
ip_filter.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
ip_voter.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
lazy_entry.hpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
link.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
linked_list.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
lsd.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
magnet_uri.hpp
Ported support for magnet x.pe parameter from master ( #760 )
2016-05-27 12:12:32 -04:00
natpmp.hpp
improve robustness in natpmp code a bit
2016-05-23 22:46:46 -04:00
operations.hpp
Documentation typos
2016-03-04 10:43:25 -05:00
packet_buffer.hpp
attempt to run cppcheck on travis ( #644 )
2016-04-26 18:09:11 -04:00
parse_url.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
part_file.hpp
Threads ( #671 )
2016-04-30 18:54:23 -04:00
pe_crypto.hpp
remove dependency on libtommath and use boost.multiprecision instead
2016-05-30 14:33:24 -04:00
peer.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
peer_class.hpp
fix peer class leak in torrent and widen peer_class_t to allow for mo… ( #707 )
2016-05-07 14:52:10 -04:00
peer_class_set.hpp
use standard array container ( #676 )
2016-04-30 23:10:47 -04:00
peer_class_type_filter.hpp
general cleanup. remove valgrind markup, log_hash_failures and C headers ( #752 )
2016-05-23 08:15:39 -04:00
peer_connection.hpp
clean up natpmp logging infrastructure a bit as well as test_peer_list ( #735 )
2016-05-18 01:54:37 -04:00
peer_connection_handle.hpp
optimize the optimistic unchoke logic. extend the API for extensions to be able to affect the order of optimistic unchokes
2016-02-01 20:28:22 -05:00
peer_connection_interface.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
peer_id.hpp
general cleanup. remove valgrind markup, log_hash_failures and C headers ( #752 )
2016-05-23 08:15:39 -04:00
peer_info.hpp
remove resolve-country feature ( #656 )
2016-04-28 08:20:47 -04:00
peer_list.hpp
simplify and clean up peer_list usage in torrent.cpp ( #772 )
2016-06-01 01:05:17 -04:00
peer_request.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
performance_counters.hpp
use std::atomic instead of boost::atomic ( #678 )
2016-05-01 03:38:35 -04:00
piece_block_progress.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
piece_picker.hpp
general cleanup. remove valgrind markup, log_hash_failures and C headers ( #752 )
2016-05-23 08:15:39 -04:00
platform_util.hpp
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.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
puff.hpp
make puff const correct instead of const-casting
2015-04-22 02:11:12 +00:00
random.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
read_resume_data.hpp
extend some documentation
2016-02-20 02:00:06 -05:00
receive_buffer.hpp
Added support for x.pe parameter in parse_magnet_uri ( #755 )
2016-05-26 13:34:13 -04:00
request_blocks.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
resolve_links.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
resolver.hpp
use override and final keywords (unconditionally) ( #668 )
2016-04-30 11:05:54 -04:00
resolver_interface.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
session.hpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
session_handle.hpp
Minor cleanup ( #775 )
2016-06-02 07:25:06 -04:00
session_settings.hpp
Using address::is_multicast instead util function ( #686 )
2016-05-01 18:15:25 -04:00
session_stats.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
session_status.hpp
making dht counters additive ( #783 )
2016-06-04 14:04:29 -04:00
settings_pack.hpp
remove network thread pool feature ( #688 )
2016-05-02 02:18:51 -04:00
sha1.hpp
clean up symbol exports
2015-01-01 20:25:39 +00:00
sha1_hash.hpp
consider macro TORRENT_USE_IOSTREAM for sha1_hash iostream operators ( #790 )
2016-06-05 23:55:42 -04:00
sliding_average.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
socket.hpp
using _WIN32 appears safer than WIN32
2016-05-23 23:02:52 -04:00
socket_io.hpp
Refactor of listen alerts for separated fields address and port ( #778 )
2016-06-02 22:38:56 -04:00
socket_type.hpp
fix union storage hacks ( #670 )
2016-05-21 21:04:47 -04:00
socket_type_fwd.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
socks5_stream.hpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
ssl_stream.hpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
stack_allocator.hpp
fix x64 build with VS2015 UP2 compiler ( #640 )
2016-04-25 17:22:09 -04:00
stat.hpp
general cleanup. remove valgrind markup, log_hash_failures and C headers ( #752 )
2016-05-23 08:15:39 -04:00
stat_cache.hpp
improve abstraction level of stats cache and fix test
2016-02-06 15:51:00 -05:00
storage.hpp
some cleanup and transition to std::unique_ptr ( #786 )
2016-06-05 14:07:24 -04:00
storage_defs.hpp
remove remaining references to storage_mode_compact (since it's been deprecated for quite a while now, and no longer implemented)
2016-03-20 18:25:24 -04:00
string_util.hpp
Added support for x.pe parameter in parse_magnet_uri ( #755 )
2016-05-26 13:34:13 -04:00
tailqueue.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
time.hpp
use std::chrono and not boost::chrono
2016-05-01 08:50:30 -04:00
timestamp_history.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
torrent.hpp
fix graceful pause issue
2016-06-04 21:35:12 -04:00
torrent_handle.hpp
remove some old cruft and defines ( #785 )
2016-06-04 10:03:13 -04:00
torrent_info.hpp
general cleanup. remove valgrind markup, log_hash_failures and C headers ( #752 )
2016-05-23 08:15:39 -04:00
torrent_peer.hpp
merged RC_1_1 into master
2016-04-08 02:20:24 -04:00
torrent_peer_allocator.hpp
use override and final keywords (unconditionally) ( #668 )
2016-04-30 11:05:54 -04:00
torrent_status.hpp
general cleanup. remove valgrind markup, log_hash_failures and C headers ( #752 )
2016-05-23 08:15:39 -04:00
tracker_manager.hpp
general cleanup. remove valgrind markup, log_hash_failures and C headers ( #752 )
2016-05-23 08:15:39 -04:00
udp_socket.hpp
use a unique_ptr for the udp_socket receive buffer
2016-04-30 16:49:21 -07:00
udp_tracker_connection.hpp
remove mutex from tracker_manager ( #690 )
2016-05-02 22:22:13 -04:00
uncork_interface.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
union_endpoint.hpp
remove some old cruft and defines ( #785 )
2016-06-04 10:03:13 -04:00
upnp.hpp
remove mutex in upnp
2016-05-01 12:24:54 -04:00
utf8.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
utp_socket_manager.hpp
Msvc warnings ( #685 )
2016-05-02 12:36:21 -04:00
utp_stream.hpp
remove some old cruft and defines ( #785 )
2016-06-04 10:03:13 -04:00
vector_utils.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00
version.hpp
update revision
2016-04-08 22:43:49 -04:00
web_connection_base.hpp
Msvc warnings ( #685 )
2016-05-02 12:36:21 -04:00
web_peer_connection.hpp
use standard array container ( #676 )
2016-04-30 23:10:47 -04:00
xml_parse.hpp
merge copyright year update and changelog from RC_1_0
2016-01-17 18:57:46 -05:00