premiere-libtorrent/src
Andrei Kurushin 76f91c3fc9 packet allocation pool (#1600)
packet allocation pool:
- no more direct malloc/free with cast
- reuse allocated memory for 3 common allocation case (with limit)
- access to packet_pool through utp_socket_manager instance
2017-02-10 08:25:03 -05:00
..
kademlia fixing sign-conversion warnings, part 12, minor refactor, eol cleanup (#1670) 2017-02-07 00:22:30 -05: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 factor out storage_piece_set into its own file 2017-01-22 09:29:52 -05:00
alert.cpp fixing sign-conversion warnings, part 7 (#1604) 2017-01-24 01:35:17 -05:00
alert_manager.cpp factor out code from alert_manager::should_post template into non-template (#1089) 2016-09-13 22:45:39 -04:00
allocator.cpp added std:: prefix, end of file cleanup, formatting, consts 2017-01-14 05:59:26 -05:00
announce_entry.cpp use 32 bit time points in torrent (#1662) 2017-02-05 19:18:06 -05:00
assert.cpp fixing sign-conversion warnings, part 1 (#1503) 2017-01-09 01:43:57 -05:00
bandwidth_limit.cpp merged RC_1_1 into master 2017-02-05 12:51:48 -05:00
bandwidth_manager.cpp remove whitespace at end of line (#1245) 2016-10-22 11:47:24 -04:00
bandwidth_queue_entry.cpp refactor to use std::shared_ptr with peer_connection, core and tests (#1050) 2016-08-31 21:42:18 -04:00
bdecode.cpp created aux::typed_span and related refactor 2017-01-28 23:28:38 -05:00
bitfield.cpp fixing sign-conversion warnings, part 9 2017-01-27 01:23:18 -05:00
block_cache.cpp fixing sign-conversion warnings, part 10 (#1642) 2017-01-30 20:31:32 -05:00
bloom_filter.cpp fixing sign-conversion warnings, part 9 2017-01-27 01:23:18 -05:00
broadcast_socket.cpp fixing sign-conversion warnings, part 2 2017-01-10 20:19:03 -05:00
bt_peer_connection.cpp fixing sign-conversion warnings, part 11, created aux::array and refactor (#1649) 2017-02-04 22:05:53 -05:00
chained_buffer.cpp added std:: prefix, end of file cleanup, formatting, consts 2017-01-14 05:59:26 -05:00
choker.cpp refactor for more modern struct initialization and use of api 2016-12-12 02:15:27 -05:00
close_reason.cpp use enum class for close reason 2017-02-04 11:24:35 -05:00
cpuid.cpp fixing sign-conversion warnings, part 11, created aux::array and refactor (#1649) 2017-02-04 22:05:53 -05:00
crc32c.cpp fixing sign-conversion warnings, part 1 (#1503) 2017-01-09 01:43:57 -05:00
create_torrent.cpp merged RC_1_1 into master 2017-01-21 02:28:29 -05:00
disk_buffer_holder.cpp various cleanup (#1497) 2017-01-06 01:39:01 -05:00
disk_buffer_pool.cpp fixing sign-conversion warnings, part 4, minor refactor (#1549) 2017-01-14 18:53:25 -05:00
disk_io_job.cpp fixing sign-conversion warnings, part 8, created aux::unique_ptr, refactor (#1616) 2017-01-26 08:31:20 -05:00
disk_io_thread.cpp fixing sign-conversion warnings, part 11, created aux::array and refactor (#1649) 2017-02-04 22:05:53 -05:00
disk_io_thread_pool.cpp simplify disk thread a little bit (#1504) 2017-01-08 19:22:59 -05:00
disk_job_fence.cpp move disk_job_fence to its own file 2017-01-22 01:20:27 -05:00
disk_job_pool.cpp more std:: prefix, consts, auto refactor, formatting 2017-01-26 08:30:20 -05:00
entry.cpp wrap most instances of throw, and terminate on builds where exceptions are disabled (#1639) 2017-01-29 15:37:42 -05:00
enum_net.cpp consolidate address family checking (#1678) 2017-02-08 07:52:23 -05:00
error_code.cpp fix error handling in random.cpp and fix accidental openssl dependency 2017-01-16 21:33:57 -05:00
escape_string.cpp fixing sign-conversion warnings, part 11, created aux::array and refactor (#1649) 2017-02-04 22:05:53 -05: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 fixing sign-conversion warnings, part 11, created aux::array and refactor (#1649) 2017-02-04 22:05:53 -05:00
file_pool.cpp make disk_io_thread responsible for the storage object. torrents refer to it by index 2017-01-01 13:54:39 -05:00
file_progress.cpp back port file progress invariant checking to 1.1 2017-01-29 15:34:06 -05:00
file_storage.cpp fixing sign-conversion warnings, part 12, minor refactor, eol cleanup (#1670) 2017-02-07 00:22:30 -05:00
fingerprint.cpp merged RC_1_1 into master 2016-12-20 01:16:13 -05:00
gzip.cpp fixing sign-conversion warnings, part 4, minor refactor (#1549) 2017-01-14 18:53:25 -05:00
hasher.cpp consolidate windows crypto provider implementation into single header (#1495) 2017-01-07 01:53:39 -05:00
hasher512.cpp consolidate windows crypto provider implementation into single header (#1495) 2017-01-07 01:53:39 -05:00
hex.cpp added std:: prefix, end of file cleanup, formatting, consts 2017-01-14 05:59:26 -05:00
http_connection.cpp fixing sign-conversion warnings, part 5, minor refactor (#1559) 2017-01-16 21:51:49 -05:00
http_parser.cpp more std:: prefix, consts, auto refactor, formatting 2017-01-26 08:30:20 -05:00
http_seed_connection.cpp fixing sign-conversion warnings, part 13, minor refactor (#1675) 2017-02-07 23:36:13 -05:00
http_stream.cpp fixing sign-conversion warnings, part 4, minor refactor (#1549) 2017-01-14 18:53:25 -05:00
http_tracker_connection.cpp use 32 bit time points in torrent (#1662) 2017-02-05 19:18:06 -05:00
i2p_stream.cpp more std:: prefix, consts, auto refactor, formatting 2017-01-26 08:30:20 -05:00
identify_client.cpp move const data to readonly segment 2017-01-09 14:41:44 -05:00
instantiate_connection.cpp more boost types cleanup and handling of deprecated macos libcrypto (#1072) 2016-09-07 17:51:18 -04:00
ip_filter.cpp fixing sign-conversion warnings, part 12, minor refactor, eol cleanup (#1670) 2017-02-07 00:22:30 -05:00
ip_notifier.cpp wrap most instances of throw, and terminate on builds where exceptions are disabled (#1639) 2017-01-29 15:37:42 -05:00
ip_voter.cpp support separate external ip for each interface (#1383) 2016-12-04 15:58:51 -05:00
lazy_bdecode.cpp fixing sign-conversion warnings, part 13, minor refactor (#1675) 2017-02-07 23:36:13 -05:00
lsd.cpp fixing sign-conversion warnings, part 8, created aux::unique_ptr, refactor (#1616) 2017-01-26 08:31:20 -05:00
magnet_uri.cpp wrap most instances of throw, and terminate on builds where exceptions are disabled (#1639) 2017-01-29 15:37:42 -05:00
merkle.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
natpmp.cpp fixing sign-conversion warnings, part 12, minor refactor, eol cleanup (#1670) 2017-02-07 00:22:30 -05:00
packet_buffer.cpp cleanup packet_buffer class 2017-01-29 10:35:23 -05:00
parse_url.cpp generalize and improve http redirect support for web seeds (#1060) 2016-10-02 23:08:03 -07:00
part_file.cpp fixing sign-conversion warnings, part 5, minor refactor (#1559) 2017-01-16 21:51:49 -05:00
pe_crypto.cpp fixing sign-conversion warnings, part 13, minor refactor (#1675) 2017-02-07 23:36:13 -05:00
peer_class.cpp use strong_typedef for peer_class_t type (#1595) 2017-01-21 22:40:19 -05:00
peer_class_set.cpp refactor to more use of auto c++11 keyword (#1404) 2016-12-11 20:50:30 -05:00
peer_connection.cpp fixing sign-conversion warnings, part 13, minor refactor (#1675) 2017-02-07 23:36:13 -05:00
peer_connection_handle.cpp strengthened type safety in handling of piece and file indices (#1409) 2016-12-22 10:42:33 -05:00
peer_list.cpp fixing sign-conversion warnings, part 12, minor refactor, eol cleanup (#1670) 2017-02-07 00:22:30 -05:00
performance_counters.cpp fixing sign-conversion warnings, part 11, created aux::array and refactor (#1649) 2017-02-04 22:05:53 -05:00
piece_picker.cpp moved alloca.hpp to private aux_ and size refactor (#1634) 2017-01-27 12:43:34 -05:00
platform_util.cpp fixing shorten-64-to-32 warnings, part 3 2016-12-08 20:22:34 -05:00
proxy_base.cpp don't allocate handlers for proxy sockets in the heap, move them instead (#1342) 2016-11-19 22:56:34 -05:00
proxy_settings.cpp more integral type conversion warning fixes, now only needs shorten-64-to-32 (#1349) 2016-11-25 11:17:25 -05:00
puff.cpp fix building tarball 2016-08-21 20:21:50 -04:00
random.cpp wrap most instances of throw, and terminate on builds where exceptions are disabled (#1639) 2017-01-29 15:37:42 -05:00
read_resume_data.cpp fixing sign-conversion warnings, part 12, minor refactor, eol cleanup (#1670) 2017-02-07 00:22:30 -05:00
receive_buffer.cpp changelog note, typos and .gitignore 2016-12-13 08:11:09 -05:00
request_blocks.cpp strengthened type safety in handling of piece and file indices (#1409) 2016-12-22 10:42:33 -05:00
resolve_links.cpp fixing sign-conversion warnings, part 12, minor refactor, eol cleanup (#1670) 2017-02-07 00:22:30 -05:00
resolver.cpp more fixes in signed compare warnings (#1345) 2016-11-21 01:49:56 -05:00
session.cpp add function to get default settings 2017-02-05 11:31:43 -05:00
session_call.cpp refactor to use std unordered containers and minor cleanup (#1070) 2016-09-06 23:37:36 -04:00
session_handle.cpp wrap most instances of throw, and terminate on builds where exceptions are disabled (#1639) 2017-01-29 15:37:42 -05:00
session_impl.cpp use 32 bit time points in torrent (#1662) 2017-02-05 19:18:06 -05: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 added dht_invalid_find_node counter metric 2017-01-18 00:55:32 -05:00
settings_pack.cpp merged RC_1_1 into master 2017-02-05 12:51:48 -05:00
sha1.cpp make internal sha1 & sha512 implementation declarations match libcrypto api 2016-12-27 22:30:57 -08:00
sha1_hash.cpp aux::to_hex(sha1) -> sha1.to_hex() (#1418) 2016-12-22 10:44:36 -05:00
sha512.cpp added std:: prefix, end of file cleanup, formatting, consts 2017-01-14 05:59:26 -05:00
smart_ban.cpp fixing sign-conversion warnings, part 6 2017-01-17 20:51:26 -05:00
socket_io.cpp more fixes of integral type conversion warnings 2016-11-21 20:22:18 -05:00
socket_type.cpp use enum class for close reason 2017-02-04 11:24:35 -05:00
socks5_stream.cpp fixing sign-conversion warnings, part 5, minor refactor (#1559) 2017-01-16 21:51:49 -05:00
stat.cpp fixed a few warnings related to signed/unsigned conversions (#1338) 2016-11-19 21:14:16 -05:00
stat_cache.cpp fixing sign-conversion warnings, part 12, minor refactor, eol cleanup (#1670) 2017-02-07 00:22:30 -05:00
storage.cpp merged RC_1_1 into master 2017-01-28 14:36:23 -05:00
storage_piece_set.cpp factor out storage_piece_set into its own file 2017-01-22 09:29:52 -05:00
storage_utils.cpp fixing sign-conversion warnings, part 13, minor refactor (#1675) 2017-02-07 23:36:13 -05:00
string_util.cpp fixing sign-conversion warnings, part 5, minor refactor (#1559) 2017-01-16 21:51:49 -05:00
time.cpp use 32 bit time points in torrent (#1662) 2017-02-05 19:18:06 -05:00
timestamp_history.cpp enable /W4 warnings for msvc 2016-12-13 19:36:14 -05:00
torrent.cpp fixing sign-conversion warnings, part 12, minor refactor, eol cleanup (#1670) 2017-02-07 00:22:30 -05:00
torrent_handle.cpp fixing sign-conversion warnings, part 13, minor refactor (#1675) 2017-02-07 23:36:13 -05:00
torrent_info.cpp fixing sign-conversion warnings, part 13, minor refactor (#1675) 2017-02-07 23:36:13 -05:00
torrent_peer.cpp more fixes of integral type conversion warnings 2016-11-21 20:22:18 -05:00
torrent_peer_allocator.cpp more fixes in signed compare warnings (#1345) 2016-11-21 01:49:56 -05:00
torrent_status.cpp strengthened type safety in handling of piece and file indices (#1409) 2016-12-22 10:42:33 -05:00
tracker_manager.cpp use 32 bit time points in torrent (#1662) 2017-02-05 19:18:06 -05:00
udp_socket.cpp merged RC_1_1 into master 2016-12-20 01:16:13 -05:00
udp_tracker_connection.cpp use 32 bit time points in torrent (#1662) 2017-02-05 19:18:06 -05:00
upnp.cpp fix missed static array specifier 2017-01-23 08:21:34 -05:00
ut_metadata.cpp fix missed static array specifier 2017-01-23 08:21:34 -05:00
ut_pex.cpp fix missed static array specifier 2017-01-23 08:21:34 -05:00
utf8.cpp fixing sign-conversion warnings, part 12, minor refactor, eol cleanup (#1670) 2017-02-07 00:22:30 -05:00
utp_socket_manager.cpp fixing sign-conversion warnings, part 5, minor refactor (#1559) 2017-01-16 21:51:49 -05:00
utp_stream.cpp packet allocation pool (#1600) 2017-02-10 08:25:03 -05: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 generalize and improve http redirect support for web seeds (#1060) 2016-10-02 23:08:03 -07:00
web_peer_connection.cpp fix disabled "close_redundant_connections" web_seed disconnect exception (#1676) 2017-02-08 07:58:04 -05:00
xml_parse.cpp headers, end of file, code cleanup 2016-12-12 23:36:45 -05:00