premiere-libtorrent/src
Alden Torres 591d9716c3 refactored windows based ip_notifier in a separated class 2017-04-12 13:53:16 -04:00
..
kademlia merged RC_1_1 into master 2017-03-27 01:24:43 -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 separate path and filesystem functions out into its own translation unit/header file pair, separating it from the file and directory class 2017-04-11 18:07:55 -04:00
alert.cpp deprecate add_torrent_params::url field. use parse_magnet_uri instead (#1864) 2017-03-29 02:16:07 -04:00
alert_manager.cpp fix alignment issues in heterogeneous_queue (#1834) 2017-03-20 17:41:00 -04:00
allocator.cpp more sign warnings fixes (#1775) 2017-03-09 07:46:52 -05:00
announce_entry.cpp minor general code cleanup and refactor 2017-03-27 23:38:09 -04:00
assert.cpp added reachability based ip_change_notifier_impl for iOS (#1902) 2017-04-11 23:53:13 -04: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 use span for read_resume_data() (#1867) 2017-03-29 16:10:32 -04:00
bitfield.cpp fixing sign-conversion warnings, part 9 2017-01-27 01:23:18 -05:00
block_cache.cpp return a reference instead of pointer to file_storage in storage_interface 2017-04-07 20:27:38 -04:00
bloom_filter.cpp fixing sign-conversion warnings, part 9 2017-01-27 01:23:18 -05:00
broadcast_socket.cpp is_ip_address refactor and minor code cleanup (#1828) 2017-03-18 11:07:17 -04:00
bt_peer_connection.cpp bdecode_node - add const 2017-02-27 19:44:12 -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 separate path and filesystem functions out into its own translation unit/header file pair, separating it from the file and directory class 2017-04-11 18:07:55 -04:00
disk_buffer_holder.cpp various cleanup (#1497) 2017-01-06 01:39:01 -05:00
disk_buffer_pool.cpp more sign warnings fixes (#1775) 2017-03-09 07:46:52 -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 use unsigned integer for file and storage flags (#1895) 2017-04-09 01:28:46 -04: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 fix simulator build warnings 2017-04-02 20:48:36 -04: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 imrove some test coverage and fix bug in trim() function 2017-03-31 09:43:25 -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 separate path and filesystem functions out into its own translation unit/header file pair, separating it from the file and directory class 2017-04-11 18:07:55 -04:00
file_pool.cpp separate path and filesystem functions out into its own translation unit/header file pair, separating it from the file and directory class 2017-04-11 18:07:55 -04:00
file_progress.cpp back port file progress invariant checking to 1.1 2017-01-29 15:34:06 -05:00
file_storage.cpp separate path and filesystem functions out into its own translation unit/header file pair, separating it from the file and directory class 2017-04-11 18:07:55 -04: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 minor code cleanup, std:: prefix, consts, typos 2017-04-04 23:12:48 -04:00
http_parser.cpp minor code cleanup, std:: prefix, consts, typos 2017-04-04 23:12:48 -04:00
http_seed_connection.cpp minor code cleanup, std:: prefix, consts, typos 2017-04-04 23:12:48 -04: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 merged RC_1_1 into master 2017-03-14 12:55:13 -04:00
i2p_stream.cpp use string_view instead of strcmp 2017-03-18 15:54:38 -04:00
identify_client.cpp Add const peer_request p -> peer_request const& p (#1705) 2017-02-14 00:17:02 -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 refactored windows based ip_notifier in a separated class 2017-04-12 13:53:16 -04:00
ip_voter.cpp support separate external ip for each interface (#1383) 2016-12-04 15:58:51 -05:00
lazy_bdecode.cpp use inline is_digit (#1770) 2017-03-04 12:42:48 -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 make parse_magnet_uri take a string_view instead of std::string (#1870) 2017-03-30 22:55:54 -04: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 fixing sign-conversion warnings, part 23, final (#1763) 2017-02-27 11:50:53 -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 separate path and filesystem functions out into its own translation unit/header file pair, separating it from the file and directory class 2017-04-11 18:07:55 -04:00
path.cpp separate path and filesystem functions out into its own translation unit/header file pair, separating it from the file and directory class 2017-04-11 18:07:55 -04:00
pe_crypto.cpp fix build from RC_1_1 merge 2017-02-17 19:06:51 -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 separate path and filesystem functions out into its own translation unit/header file pair, separating it from the file and directory class 2017-04-11 18:07:55 -04: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 use string_view instead of strcmp 2017-03-18 15:54:38 -04: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 use span<> to return the block_info for a piece (#1777) 2017-03-04 23:45:07 -05:00
platform_util.cpp more sign warnings fixes (#1775) 2017-03-09 07:46:52 -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 use span for read_resume_data() (#1867) 2017-03-29 16:10:32 -04:00
receive_buffer.cpp fixing sign-conversion warnings, part 14, minor refactor 2017-02-10 15:27:49 -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 added resolver_cache_timeout setting (#1878) 2017-04-04 18:23:37 -04:00
session.cpp merged RC_1_1 into master 2017-02-17 00:35:49 -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 separate path and filesystem functions out into its own translation unit/header file pair, separating it from the file and directory class 2017-04-11 18:07:55 -04:00
session_impl.cpp separate path and filesystem functions out into its own translation unit/header file pair, separating it from the file and directory class 2017-04-11 18:07:55 -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 use string_view instead of strcmp 2017-03-18 15:54:38 -04:00
settings_pack.cpp use unsigned type for file flags. make file_pool private to disk_io_thread (#1894) 2017-04-08 18:24:50 -04:00
sha1.cpp make internal sha1 & sha512 implementation declarations match libcrypto api 2016-12-27 22:30:57 -08:00
sha1_hash.cpp fixing sign-conversion warnings, part 18 2017-02-21 01:41:34 -05:00
sha512.cpp added std:: prefix, end of file cleanup, formatting, consts 2017-01-14 05:59:26 -05:00
smart_ban.cpp loop conversion #2 (#1804) 2017-03-12 11:34:42 -04:00
socket_io.cpp make parse_magnet_uri take a string_view instead of std::string (#1870) 2017-03-30 22:55:54 -04:00
socket_type.cpp use enum class for close reason 2017-02-04 11:24:35 -05:00
socks5_stream.cpp merged RC_1_1 into master 2017-03-30 18:07:24 -04:00
stat.cpp fixed a few warnings related to signed/unsigned conversions (#1338) 2016-11-19 21:14:16 -05:00
stat_cache.cpp separate path and filesystem functions out into its own translation unit/header file pair, separating it from the file and directory class 2017-04-11 18:07:55 -04:00
storage.cpp separate path and filesystem functions out into its own translation unit/header file pair, separating it from the file and directory class 2017-04-11 18:07:55 -04:00
storage_piece_set.cpp minor general code cleanup and refactor 2017-03-27 23:38:09 -04:00
storage_utils.cpp separate path and filesystem functions out into its own translation unit/header file pair, separating it from the file and directory class 2017-04-11 18:07:55 -04:00
string_util.cpp imrove some test coverage and fix bug in trim() function 2017-03-31 09:43:25 -04:00
time.cpp use 32 bit time points in torrent (#1662) 2017-02-05 19:18:06 -05:00
timestamp_history.cpp fixing sign-conversion warnings, part 20 (#1745) 2017-02-22 23:28:25 -05:00
torrent.cpp separate path and filesystem functions out into its own translation unit/header file pair, separating it from the file and directory class 2017-04-11 18:07:55 -04:00
torrent_handle.cpp use unsigned type for file flags. make file_pool private to disk_io_thread (#1894) 2017-04-08 18:24:50 -04:00
torrent_info.cpp separate path and filesystem functions out into its own translation unit/header file pair, separating it from the file and directory class 2017-04-11 18:07:55 -04:00
torrent_peer.cpp add limit for number of web seed connections (#1817) 2017-03-18 15:53:07 -04:00
torrent_peer_allocator.cpp more fixes in signed compare warnings (#1345) 2016-11-21 01:49:56 -05:00
torrent_status.cpp make torrent_status movable and don't allocate pieces unless it's asked for 2017-03-25 16:22:59 -04:00
tracker_manager.cpp use 32 bit time points in torrent (#1662) 2017-02-05 19:18:06 -05:00
udp_socket.cpp fixing sign-conversion warnings, part 14, minor refactor 2017-02-10 15:27:49 -05:00
udp_tracker_connection.cpp merged RC_1_1 into master 2017-03-14 12:55:13 -04:00
upnp.cpp clean up xml parser, to use string_view (#1731) 2017-02-19 07:34:55 -05:00
ut_metadata.cpp bdecode_node - add const 2017-02-27 19:44:12 -05:00
ut_pex.cpp loop conversion #2 (#1804) 2017-03-12 11:34:42 -04: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 loop conversion #2 (#1804) 2017-03-12 11:34:42 -04:00
utp_stream.cpp minor code cleanup, std:: prefix, consts, typos 2017-04-04 23:12:48 -04:00
version.cpp is_ip_address refactor and minor code cleanup (#1828) 2017-03-18 11:07:17 -04:00
web_connection_base.cpp merged RC_1_1 into master 2017-03-14 12:55:13 -04:00
web_peer_connection.cpp fix web_seed redirects (#1651) 2017-02-22 22:46:33 -05:00
write_resume_data.cpp add write_resume_data() function (#1776) 2017-03-05 09:31:28 -05:00
xml_parse.cpp fixing sign-conversion warnings, part 18 2017-02-21 01:41:34 -05:00