premiere-libtorrent/src
Alden Torres f7515edc8b added neon support for popcount (#861)
added neon support for popcount
2016-06-27 18:51:43 -04:00
..
kademlia general modernization (#836) 2016-06-20 11:32:06 -04:00
ConvertUTF.cpp 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
Makefile.am scalable thread pool (#770) 2016-06-15 20:49:28 -04:00
alert.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
alert_manager.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
allocator.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
announce_entry.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
assert.cpp general modernization (#836) 2016-06-20 11:32:06 -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 general modernization (#836) 2016-06-20 11:32:06 -04:00
bitfield.cpp added neon support for popcount (#861) 2016-06-27 18:51:43 -04:00
block_cache.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
bloom_filter.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
broadcast_socket.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
bt_peer_connection.cpp simplify peer_connection's read handlers and the receive buffer. (#853) 2016-06-26 20:41:03 -04:00
chained_buffer.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05: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 added neon support for popcount (#861) 2016-06-27 18:51:43 -04:00
crc32c.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
create_torrent.cpp general modernization (#836) 2016-06-20 11:32:06 -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 general modernization (#836) 2016-06-20 11:32:06 -04:00
disk_io_job.cpp fix uses of defines for whether or not asserts are active (#832) 2016-06-18 08:31:07 -04:00
disk_io_thread.cpp some optimizations (#858) 2016-06-27 01:02:00 -04:00
disk_io_thread_pool.cpp scalable thread pool (#770) 2016-06-15 20:49:28 -04:00
disk_job_pool.cpp fix uses of defines for whether or not asserts are active (#832) 2016-06-18 08:31:07 -04:00
entry.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
enum_net.cpp Merge branch 'RC_1_1' 2016-06-22 00:41:02 -04:00
error_code.cpp transition to system_error as the exception type (#730) 2016-05-15 00:33:06 -04:00
escape_string.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
file.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
file_pool.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
file_progress.cpp simplify peer_connection's read handlers and the receive buffer. (#853) 2016-06-26 20:41:03 -04:00
file_storage.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
gzip.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
hasher.cpp option to use only the openssl's sha1 implementation (#845) 2016-06-23 13:20:35 -04:00
hex.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
http_connection.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
http_parser.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
http_seed_connection.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
http_stream.cpp replace uses of boost::bind with std::bind and lambdas (#745) 2016-05-25 00:31:52 -04:00
http_tracker_connection.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
i2p_stream.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
identify_client.cpp 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
instantiate_connection.cpp config.h cleanup (#834) 2016-06-19 02:32:12 -04:00
ip_filter.cpp general modernization (#836) 2016-06-20 11:32:06 -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 general modernization (#836) 2016-06-20 11:32:06 -04:00
lsd.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
lt_trackers.cpp general modernization (#836) 2016-06-20 11:32:06 -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 use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
natpmp.cpp clean up natpmp and upnp logging (#842) 2016-06-23 01:23:59 -04:00
packet_buffer.cpp general modernization (#836) 2016-06-20 11:32:06 -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 general modernization (#836) 2016-06-20 11:32:06 -04:00
peer_class.cpp general cleanup. remove valgrind markup, log_hash_failures and C headers (#752) 2016-05-23 08:15:39 -04:00
peer_class_set.cpp Msvc warnings (#685) 2016-05-02 12:36:21 -04:00
peer_connection.cpp some optimizations (#858) 2016-06-27 01:02:00 -04:00
peer_connection_handle.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
peer_list.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
performance_counters.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
piece_picker.cpp some optimizations (#858) 2016-06-27 01:02:00 -04:00
platform_util.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
proxy_base.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
proxy_settings.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
puff.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
random.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
read_resume_data.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
receive_buffer.cpp simplify peer_connection's read handlers and the receive buffer. (#853) 2016-06-26 20:41:03 -04:00
request_blocks.cpp some optimizations (#858) 2016-06-27 01:02:00 -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 simplify peer_connection's read handlers and the receive buffer. (#853) 2016-06-26 20:41:03 -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 general modernization (#836) 2016-06-20 11:32:06 -04:00
session_impl.cpp merged RC_1_1 into master 2016-06-25 17:48:13 -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 simplify peer_connection's read handlers and the receive buffer. (#853) 2016-06-26 20:41:03 -04:00
sha1.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
sha1_hash.cpp added arm __builtin_clz support and tests running in arm mode (#854) 2016-06-26 12:01:42 -04:00
smart_ban.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
socket_io.cpp Refactor of listen alerts for separated fields address and port (#778) 2016-06-02 22:38:56 -04:00
socket_type.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
socks5_stream.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
stat.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
stat_cache.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
storage.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
string_util.cpp general modernization (#836) 2016-06-20 11:32:06 -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 insert invariant checks to try to catch async_check_files crash (#856) 2016-06-26 12:13:08 -04:00
torrent_handle.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
torrent_info.cpp added arm __builtin_clz support and tests running in arm mode (#854) 2016-06-26 12:01:42 -04:00
torrent_peer.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
torrent_peer_allocator.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
torrent_status.cpp fix some coverity warnings and move out code to torrent_status.cpp 2016-04-07 21:44:24 -04:00
tracker_manager.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
udp_socket.cpp replace uses of boost::bind with std::bind and lambdas (#745) 2016-05-25 00:31:52 -04:00
udp_tracker_connection.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
upnp.cpp clean up natpmp and upnp logging (#842) 2016-06-23 01:23:59 -04:00
ut_metadata.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
ut_pex.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
utf8.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
utp_socket_manager.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
utp_stream.cpp general modernization (#836) 2016-06-20 11:32:06 -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 general modernization (#836) 2016-06-20 11:32:06 -04:00
web_peer_connection.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00
xml_parse.cpp general modernization (#836) 2016-06-20 11:32:06 -04:00