premiere-libtorrent/src
Alden Torres 32f5f8f257 better integration and API for ed25519 (#1037)
better integration and API for ed25519. using shared_ptr in ed25519_add_scalar
2016-08-29 20:28:42 -04:00
..
kademlia better integration and API for ed25519 (#1037) 2016-08-29 20:28:42 -04:00
ConvertUTF.cpp modernize: remove redundant smart ptr get(), use fixed-width integer types (#900) 2016-07-10 07:31:58 -04:00
Makefile.am better integration and API for ed25519 (#1037) 2016-08-29 20:28:42 -04:00
alert.cpp more trivial cleanup (#979) 2016-08-02 17:58:15 -04:00
alert_manager.cpp extensions refactor to use span and std::shared_ptr (#1005) 2016-08-17 14:30:24 -04:00
allocator.cpp modernize replace deprecated headers (#897) 2016-07-09 23:17:55 -04:00
announce_entry.cpp minor cleanup and refactor (#1016) 2016-08-20 19:46:55 -04:00
assert.cpp back-port windows stack trace function to 1.1 (#1017) 2016-08-21 01:07:02 -04:00
bandwidth_limit.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
bandwidth_manager.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
bandwidth_queue_entry.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
bdecode.cpp use boost::string_ref (#996) 2016-08-13 07:04:53 -04:00
bitfield.cpp added support for flz (find last zero) and copied bitfield functions from PR #565 (#986) 2016-08-07 16:21:08 -04:00
block_cache.cpp replace boost::function with std::function 2016-08-13 07:07:26 -04:00
bloom_filter.cpp removed const_interval, mutable_buffer and const_buffer types (#956) 2016-07-27 22:31:08 -04:00
broadcast_socket.cpp trivial cleanup and minor changes (#1033) 2016-08-26 00:14:11 -04:00
bt_peer_connection.cpp using span in torrent_handle and no optional in torrent_info (#1023) 2016-08-22 11:02:51 -04:00
chained_buffer.cpp trivial cleanup and minor changes (#1033) 2016-08-26 00:14:11 -04:00
choker.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
close_reason.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
cpuid.cpp build and run all tests in macOS (#859) 2016-07-02 00:41:48 -04:00
crc32c.cpp merged RC_1_1 into master 2016-07-05 18:03:06 -04:00
create_torrent.cpp using span in torrent_handle and no optional in torrent_info (#1023) 2016-08-22 11:02:51 -04:00
disk_buffer_holder.cpp making disk_buffer_holder internal and include cleanup (#827) 2016-06-17 17:40:22 -04:00
disk_buffer_pool.cpp minor cleanup and refactor (#1016) 2016-08-20 19:46:55 -04:00
disk_io_job.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
disk_io_thread.cpp more use of std::shared_ptr (#1009) 2016-08-18 17:08:40 -04:00
disk_io_thread_pool.cpp scalable thread pool (#770) 2016-06-15 20:49:28 -04:00
disk_job_pool.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
entry.cpp more use of std::shared_ptr (#1009) 2016-08-18 17:08:40 -04:00
enum_net.cpp fixed warnings and compilation issues (#980) 2016-08-03 00:35:40 -04:00
error_code.cpp fixed warnings and compilation issues (#980) 2016-08-03 00:35:40 -04:00
escape_string.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
ffs.cpp added support for flz (find last zero) and copied bitfield functions from PR #565 (#986) 2016-08-07 16:21:08 -04:00
file.cpp more use of std::shared_ptr (#1009) 2016-08-18 17:08:40 -04:00
file_pool.cpp make file_status return the vector instead of taking an out-parameter (#1000) 2016-08-14 13:11:59 -04:00
file_progress.cpp merged RC_1_1 into master 2016-07-05 18:03:06 -04:00
file_storage.cpp merged RC_1_1 into master 2016-08-21 16:28:49 -04:00
gzip.cpp merged RC_1_1 into master 2016-08-21 16:28:49 -04:00
hasher.cpp adding support for a more configurable sha512 hasher (#1028) 2016-08-25 19:07:16 -04:00
hasher512.cpp adding support for a more configurable sha512 hasher (#1028) 2016-08-25 19:07:16 -04:00
hex.cpp use span for to_hex and from_hex functions 2016-07-29 18:42:18 -04:00
http_connection.cpp no more deprecated std::random_shuffle (#999) 2016-08-14 19:48:31 -04:00
http_parser.cpp more use of std::shared_ptr (#1009) 2016-08-18 17:08:40 -04:00
http_seed_connection.cpp more trivial cleanup (#979) 2016-08-02 17:58:15 -04:00
http_stream.cpp more use of std::shared_ptr (#1009) 2016-08-18 17:08:40 -04:00
http_tracker_connection.cpp use boost::string_ref (#996) 2016-08-13 07:04:53 -04:00
i2p_stream.cpp more use of std::shared_ptr (#1009) 2016-08-18 17:08:40 -04:00
identify_client.cpp modernize replace deprecated headers (#897) 2016-07-09 23:17:55 -04:00
instantiate_connection.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
ip_filter.cpp clean-up more defines (#872) 2016-07-01 19:46:59 -04:00
ip_voter.cpp make the random function produce proper random distributions, based o… (#981) 2016-08-06 13:18:48 -04:00
lazy_bdecode.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
lsd.cpp replace boost::function with std::function 2016-08-13 07:07:26 -04:00
magnet_uri.cpp use boost::string_ref (#996) 2016-08-13 07:04:53 -04:00
merkle.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
natpmp.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
packet_buffer.cpp modernize replace deprecated headers (#897) 2016-07-09 23:17:55 -04:00
parse_url.cpp more use of std::shared_ptr (#1009) 2016-08-18 17:08:40 -04:00
part_file.cpp merged RC_1_1 into master 2016-08-07 17:23:40 -04:00
pe_crypto.cpp extensions refactor to use span and std::shared_ptr (#1005) 2016-08-17 14:30:24 -04:00
peer_class.cpp more use of span and std::shared_ptr (#1018) 2016-08-21 13:37:11 -04:00
peer_class_set.cpp Msvc warnings (#685) 2016-05-02 12:36:21 -04:00
peer_connection.cpp minor cleanup/refactor (#1036) 2016-08-28 00:04:16 -04:00
peer_connection_handle.cpp extensions refactor to use span and std::shared_ptr (#1005) 2016-08-17 14:30:24 -04:00
peer_list.cpp make the random function produce proper random distributions, based o… (#981) 2016-08-06 13:18:48 -04:00
performance_counters.cpp modernize replace deprecated headers (#897) 2016-07-09 23:17:55 -04:00
piece_picker.cpp no more deprecated std::random_shuffle (#999) 2016-08-14 19:48:31 -04:00
platform_util.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
proxy_base.cpp more use of std::shared_ptr (#1009) 2016-08-18 17:08:40 -04:00
proxy_settings.cpp minor cleanup and refactor (#1016) 2016-08-20 19:46:55 -04:00
puff.cpp fix build (#1025) 2016-08-21 20:20:46 -04:00
random.cpp better integration and API for ed25519 (#1037) 2016-08-29 20:28:42 -04:00
read_resume_data.cpp trivial cleanup and minor changes (#1033) 2016-08-26 00:14:11 -04:00
receive_buffer.cpp more use of span and std::shared_ptr (#1018) 2016-08-21 13:37:11 -04:00
request_blocks.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
resolve_links.cpp refactor to use torrent_info with std::shared_ptr (#1006) 2016-08-17 17:26:35 -04:00
resolver.cpp replace uses of boost::bind with std::bind and lambdas (#745) 2016-05-25 00:31:52 -04:00
session.cpp merged RC_1_1 into master 2016-08-21 16:28:49 -04:00
session_call.cpp simplify session call and replace session_handle and torrent_handle macros (#741) 2016-05-21 19:05:42 -04:00
session_handle.cpp refactor to use torrent_info with std::shared_ptr (#1006) 2016-08-17 17:26:35 -04:00
session_impl.cpp trivial cleanup and minor changes (#1033) 2016-08-26 00:14:11 -04:00
session_settings.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
session_stats.cpp trivial cleanup and minor changes (#1033) 2016-08-26 00:14:11 -04:00
settings_pack.cpp merged RC_1_1 into master 2016-08-21 16:28:49 -04:00
sha1.cpp adding support for a more configurable sha512 hasher (#1028) 2016-08-25 19:07:16 -04:00
sha1_hash.cpp adding support for a more configurable sha512 hasher (#1028) 2016-08-25 19:07:16 -04:00
sha512.cpp adding support for a more configurable sha512 hasher (#1028) 2016-08-25 19:07:16 -04:00
smart_ban.cpp minor cleanup and refactor (#1016) 2016-08-20 19:46:55 -04:00
socket_io.cpp modernize hasher to use array_view (#931) 2016-07-22 07:29:39 -07:00
socket_type.cpp apply modernization transforms to headers too. nullptr, explicit constructors, = default (#903) 2016-07-10 14:27:42 -04:00
socks5_stream.cpp more use of std::shared_ptr (#1009) 2016-08-18 17:08:40 -04:00
stat.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
stat_cache.cpp modernize misc (#898) 2016-07-10 07:34:45 -04:00
storage.cpp minor cleanup and refactor (#1016) 2016-08-20 19:46:55 -04:00
string_util.cpp added string_ends_with to replace boost (#1034) 2016-08-26 12:36:09 -04:00
time.cpp config.h cleanup (#834) 2016-06-19 02:32:12 -04:00
timestamp_history.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
torrent.cpp deprecate torrent priority (#1032) 2016-08-26 12:37:23 -04:00
torrent_handle.cpp deprecate torrent priority (#1032) 2016-08-26 12:37:23 -04:00
torrent_info.cpp trivial cleanup and minor changes (#1033) 2016-08-26 00:14:11 -04:00
torrent_peer.cpp minor cleanup and refactor (#1016) 2016-08-20 19:46:55 -04:00
torrent_peer_allocator.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
torrent_status.cpp deprecate torrent priority (#1032) 2016-08-26 12:37:23 -04:00
tracker_manager.cpp replace boost::function with std::function 2016-08-13 07:07:26 -04:00
udp_socket.cpp replace boost::function with std::function 2016-08-13 07:07:26 -04:00
udp_tracker_connection.cpp make the random function produce proper random distributions, based o… (#981) 2016-08-06 13:18:48 -04:00
upnp.cpp replace boost::function with std::function 2016-08-13 07:07:26 -04:00
ut_metadata.cpp using span in torrent_handle and no optional in torrent_info (#1023) 2016-08-22 11:02:51 -04:00
ut_pex.cpp extensions refactor to use span and std::shared_ptr (#1005) 2016-08-17 14:30:24 -04:00
utf8.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
utp_socket_manager.cpp make the random function produce proper random distributions, based o… (#981) 2016-08-06 13:18:48 -04:00
utp_stream.cpp replace boost::function with std::function 2016-08-13 07:07:26 -04:00
version.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
web_connection_base.cpp more trivial cleanup (#979) 2016-08-02 17:58:15 -04:00
web_peer_connection.cpp use span for to_hex and from_hex functions 2016-07-29 18:42:18 -04:00
xml_parse.cpp replace boost::function with std::function 2016-08-13 07:07:26 -04:00