premiere-libtorrent/src
Arvid Norberg 5b230694e5 check autotools on travis (#973)
build and run tests with autotools on travis, and fix configure issues.
2016-08-02 00:46:15 -04:00
..
kademlia added TORRENT_EXPORT to avoid link weak symbol warning (#975) 2016-08-02 00:15:26 -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 remove deprecated extensions lt_trackers and metadata_transfer (#941) 2016-07-24 23:39:56 -04:00
alert.cpp use span for to_hex and from_hex functions 2016-07-29 18:42:18 -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 back-ported dbghlp fix (#946) 2016-07-26 01:05:32 -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 modernize and improve type-safety of the DHT put implementation and test (#929) 2016-07-23 15:57:04 -07: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 removed const_interval, mutable_buffer and const_buffer types (#956) 2016-07-27 22:31:08 -04:00
broadcast_socket.cpp fix cppcheck (#887) 2016-07-05 08:42:11 -04:00
bt_peer_connection.cpp use span for to_hex and from_hex functions 2016-07-29 18:42:18 -04:00
chained_buffer.cpp removed const_interval, mutable_buffer and const_buffer types (#956) 2016-07-27 22:31:08 -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 and improve type-safety of the DHT put implementation and test (#929) 2016-07-23 15:57:04 -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 use of BOOST_FALLTHROUGH, typos and minor cleanup 2016-08-01 11:42:18 -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 added TORRENT_EXPORT to avoid link weak symbol warning (#975) 2016-08-02 00:15:26 -04: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 rename of aux::array_view to span (#933) 2016-07-22 09:31:42 -07:00
hex.cpp use span for to_hex and from_hex functions 2016-07-29 18:42:18 -04:00
http_connection.cpp fixed span::fist logic and minor cleanup (#960) 2016-07-28 01:54:57 -04:00
http_parser.cpp Span conversion (#944) 2016-07-26 02:15:31 -04:00
http_seed_connection.cpp use span for to_hex and from_hex functions 2016-07-29 18:42:18 -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 use span for to_hex and from_hex functions 2016-07-29 18:42:18 -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 use span for to_hex and from_hex functions 2016-07-29 18:42:18 -04:00
magnet_uri.cpp use span for to_hex and from_hex functions 2016-07-29 18:42:18 -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 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 removed const_interval, mutable_buffer and const_buffer types (#956) 2016-07-27 22:31:08 -04: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 use span for to_hex and from_hex functions 2016-07-29 18:42:18 -04: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 use of BOOST_FALLTHROUGH, typos and minor cleanup 2016-08-01 11:42:18 -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 of BOOST_FALLTHROUGH, typos and minor cleanup 2016-08-01 11:42:18 -04:00
read_resume_data.cpp modernize and improve type-safety of the DHT put implementation and test (#929) 2016-07-23 15:57:04 -07:00
receive_buffer.cpp fixed span::fist logic and minor cleanup (#960) 2016-07-28 01:54:57 -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 and improve type-safety of the DHT put implementation and test (#929) 2016-07-23 15:57:04 -07:00
session_impl.cpp fix build 2016-07-29 20:24: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 replace uses of boost::bind with std::bind and lambdas (#745) 2016-05-25 00:31:52 -04:00
settings_pack.cpp mark encryption_handler with TORRENT_EXTRA_EXPORT and minor cleanup (#963) 2016-07-28 14:57:26 -04:00
sha1.cpp modernize misc (#898) 2016-07-10 07:34:45 -04:00
sha1_hash.cpp use span for to_hex and from_hex functions 2016-07-29 18:42:18 -04:00
smart_ban.cpp use span for to_hex and from_hex functions 2016-07-29 18:42:18 -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 use span for to_hex and from_hex functions 2016-07-29 18:42:18 -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 use span for to_hex and from_hex functions 2016-07-29 18:42:18 -04:00
torrent_handle.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
torrent_info.cpp use span for to_hex and from_hex functions 2016-07-29 18:42:18 -04: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 rename of aux::array_view to span (#933) 2016-07-22 09:31:42 -07:00
udp_socket.cpp mark encryption_handler with TORRENT_EXTRA_EXPORT and minor cleanup (#963) 2016-07-28 14:57:26 -04:00
udp_tracker_connection.cpp use span for to_hex and from_hex functions 2016-07-29 18:42:18 -04:00
upnp.cpp Span conversion (#944) 2016-07-26 02:15:31 -04:00
ut_metadata.cpp removed const_interval, mutable_buffer and const_buffer types (#956) 2016-07-27 22:31:08 -04:00
ut_pex.cpp removed const_interval, mutable_buffer and const_buffer types (#956) 2016-07-27 22:31:08 -04:00
utf8.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
utp_socket_manager.cpp rename of aux::array_view to span (#933) 2016-07-22 09:31:42 -07:00
utp_stream.cpp check autotools on travis (#973) 2016-08-02 00:46:15 -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 use span for to_hex and from_hex functions 2016-07-29 18:42:18 -04:00
xml_parse.cpp Span conversion (#944) 2016-07-26 02:15:31 -04:00