premiere-libtorrent/src
Arvid Norberg 7bf49c0a1c modernize hasher to use array_view (#931)
modernize hasher to use array_view as well as adding array_view support to entry
2016-07-22 07:29:39 -07:00
..
kademlia modernize hasher to use array_view (#931) 2016-07-22 07:29:39 -07: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 scalable thread pool (#770) 2016-06-15 20:49:28 -04:00
alert.cpp modernize misc (#898) 2016-07-10 07:34:45 -04:00
alert_manager.cpp modernize misc (#898) 2016-07-10 07:34:45 -04:00
allocator.cpp modernize replace deprecated headers (#897) 2016-07-09 23:17:55 -04:00
announce_entry.cpp modernize misc (#898) 2016-07-10 07:34:45 -04:00
assert.cpp modernize replace deprecated headers (#897) 2016-07-09 23:17:55 -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 apply modernization transforms to headers too. nullptr, explicit constructors, = default (#903) 2016-07-10 14:27:42 -04:00
bitfield.cpp clean up memory allocation in bitfield (#910) 2016-07-16 14:31:25 -07:00
block_cache.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
bloom_filter.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
broadcast_socket.cpp fix cppcheck (#887) 2016-07-05 08:42:11 -04:00
bt_peer_connection.cpp modernize hasher to use array_view (#931) 2016-07-22 07:29:39 -07:00
chained_buffer.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -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 modernize hasher to use array_view (#931) 2016-07-22 07:29:39 -07: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 modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
disk_io_job.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
disk_io_thread.cpp modernize hasher to use array_view (#931) 2016-07-22 07:29:39 -07: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 modernize hasher to use array_view (#931) 2016-07-22 07:29:39 -07:00
enum_net.cpp modernize replace deprecated headers (#897) 2016-07-09 23:17:55 -04:00
error_code.cpp modernize use override (#895) 2016-07-09 20:10:38 -04:00
escape_string.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
file.cpp modernize misc (#898) 2016-07-10 07:34:45 -04:00
file_pool.cpp modernize misc (#898) 2016-07-10 07:34:45 -04:00
file_progress.cpp merged RC_1_1 into master 2016-07-05 18:03:06 -04:00
file_storage.cpp modernize misc (#898) 2016-07-10 07:34:45 -04:00
gzip.cpp modernize use override (#895) 2016-07-09 20:10:38 -04:00
hasher.cpp modernize hasher to use array_view (#931) 2016-07-22 07:29:39 -07:00
hex.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
http_connection.cpp apply modernization transforms to headers too. nullptr, explicit constructors, = default (#903) 2016-07-10 14:27:42 -04:00
http_parser.cpp modernize misc (#898) 2016-07-10 07:34:45 -04:00
http_seed_connection.cpp modernize misc (#898) 2016-07-10 07:34:45 -04:00
http_stream.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
http_tracker_connection.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
i2p_stream.cpp modernize misc (#898) 2016-07-10 07:34:45 -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 replace uses of boost::bind with std::bind and lambdas (#745) 2016-05-25 00:31:52 -04:00
lazy_bdecode.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
lsd.cpp merged RC_1_1 into master 2016-07-20 11:34:29 -07:00
lt_trackers.cpp apply modernization transforms to headers too. nullptr, explicit constructors, = default (#903) 2016-07-10 14:27:42 -04:00
magnet_uri.cpp deprecated public to_hex() and from_hex() functions (#784) 2016-06-04 10:01:43 -04:00
merkle.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
metadata_transfer.cpp apply modernization transforms to headers too. nullptr, explicit constructors, = default (#903) 2016-07-10 14:27:42 -04: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 general modernization (#836) 2016-06-20 11:32:06 -04:00
part_file.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
pe_crypto.cpp modernize hasher to use array_view (#931) 2016-07-22 07:29:39 -07:00
peer_class.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
peer_class_set.cpp Msvc warnings (#685) 2016-05-02 12:36:21 -04:00
peer_connection.cpp modernize hasher to use array_view (#931) 2016-07-22 07:29:39 -07:00
peer_connection_handle.cpp modernize replace deprecated headers (#897) 2016-07-09 23:17:55 -04:00
peer_list.cpp apply modernization transforms to headers too. nullptr, explicit constructors, = default (#903) 2016-07-10 14:27:42 -04:00
performance_counters.cpp modernize replace deprecated headers (#897) 2016-07-09 23:17:55 -04:00
piece_picker.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
platform_util.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
proxy_base.cpp modernize misc (#898) 2016-07-10 07:34:45 -04:00
proxy_settings.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
puff.cpp modernize replace deprecated headers (#897) 2016-07-09 23:17:55 -04:00
random.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
read_resume_data.cpp modernize hasher to use array_view (#931) 2016-07-22 07:29:39 -07:00
receive_buffer.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
request_blocks.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
resolve_links.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -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 apply modernization transforms to headers too. nullptr, explicit constructors, = default (#903) 2016-07-10 14:27:42 -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 modernize hasher to use array_view (#931) 2016-07-22 07:29:39 -07:00
session_impl.cpp merged RC_1_1 into master 2016-07-20 11:34:29 -07: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 replace uses of boost::bind with std::bind and lambdas (#745) 2016-05-25 00:31:52 -04:00
settings_pack.cpp version to 1.2 (#924) 2016-07-20 11:29:24 -07:00
sha1.cpp modernize misc (#898) 2016-07-10 07:34:45 -04:00
sha1_hash.cpp modernize hasher to use array_view (#931) 2016-07-22 07:29:39 -07:00
smart_ban.cpp apply modernization transforms to headers too. nullptr, explicit constructors, = default (#903) 2016-07-10 14:27:42 -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 modernize use override (#895) 2016-07-09 20:10:38 -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 modernize misc (#898) 2016-07-10 07:34:45 -04:00
string_util.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -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 modernize hasher to use array_view (#931) 2016-07-22 07:29:39 -07:00
torrent_handle.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
torrent_info.cpp modernize hasher to use array_view (#931) 2016-07-22 07:29:39 -07:00
torrent_peer.cpp modernize misc (#898) 2016-07-10 07:34:45 -04:00
torrent_peer_allocator.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
torrent_status.cpp modernize misc (#898) 2016-07-10 07:34:45 -04:00
tracker_manager.cpp modernize misc (#898) 2016-07-10 07:34:45 -04:00
udp_socket.cpp apply modernization transforms to headers too. nullptr, explicit constructors, = default (#903) 2016-07-10 14:27:42 -04:00
udp_tracker_connection.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
upnp.cpp modernize misc (#898) 2016-07-10 07:34:45 -04:00
ut_metadata.cpp apply modernization transforms to headers too. nullptr, explicit constructors, = default (#903) 2016-07-10 14:27:42 -04:00
ut_pex.cpp apply modernization transforms to headers too. nullptr, explicit constructors, = default (#903) 2016-07-10 14:27:42 -04:00
utf8.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
utp_socket_manager.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
utp_stream.cpp apply modernization transforms to headers too. nullptr, explicit constructors, = default (#903) 2016-07-10 14:27:42 -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 modernize misc (#898) 2016-07-10 07:34:45 -04:00
web_peer_connection.cpp modernize replace deprecated headers (#897) 2016-07-09 23:17:55 -04:00
xml_parse.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00