premiere-libtorrent/src
Arvid Norberg e8380e1d0b 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
..
kademlia 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
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 add missing file to makefile 2016-05-05 00:28:31 -04:00
alert.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
alert_manager.cpp made alerts move-only and remove dispatch function and other deprecated alert functions requiring alert to be copyable (#721) 2016-05-13 08:19:44 -04:00
allocator.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
announce_entry.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
assert.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
bandwidth_limit.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
bandwidth_manager.cpp fix x64 build with VS2015 UP2 compiler (#640) 2016-04-25 17:22:09 -04:00
bandwidth_queue_entry.cpp fix some build warnings in python binding 2016-04-07 22:45:23 -04:00
bdecode.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
bitfield.cpp dial up cppcheck (#663) 2016-04-30 00:24:45 -04:00
block_cache.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
bloom_filter.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
broadcast_socket.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
bt_peer_connection.cpp Msvc warnings (#685) 2016-05-02 12:36:21 -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 Msvc warnings (#685) 2016-05-02 12:36:21 -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 fix default release build with VS2015 UP2 compiler warnings (#624) 2016-04-17 16:56:07 -04:00
crc32c.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
create_torrent.cpp merged RC_1_1 into master 2016-05-06 01:08:05 -04:00
disk_buffer_holder.cpp remove the timestamps and file sizes from the resume data. This makes saving resume data alot cheaper, since it doesn't have to go via the disk thread. It also removes an old-standing API usage issue where there was easily a race condition introduced between saving resume data and pausing a torrent. 2016-02-06 15:50:55 -05:00
disk_buffer_pool.cpp use move to avoid heap allocating the vector when posting watermark_callback (#700) 2016-05-07 00:55:38 -04:00
disk_io_job.cpp remove the timestamps and file sizes from the resume data. This makes saving resume data alot cheaper, since it doesn't have to go via the disk thread. It also removes an old-standing API usage issue where there was easily a race condition introduced between saving resume data and pausing a torrent. 2016-02-06 15:50:55 -05:00
disk_io_thread.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
disk_job_pool.cpp Threads (#671) 2016-04-30 18:54:23 -04:00
entry.cpp transition to system_error as the exception type (#730) 2016-05-15 00:33:06 -04:00
enum_net.cpp merged RC_1_1 into master 2016-05-09 00:30:30 -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 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
file.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
file_pool.cpp Threads (#671) 2016-04-30 18:54:23 -04:00
file_progress.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
file_storage.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
gzip.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
hasher.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
hex.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
http_connection.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
http_parser.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
http_seed_connection.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
http_stream.cpp use standard array container (#676) 2016-04-30 23:10:47 -04:00
http_tracker_connection.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
i2p_stream.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
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 Msvc warnings (#685) 2016-05-02 12:36:21 -04:00
ip_filter.cpp Msvc warnings (#685) 2016-05-02 12:36:21 -04:00
ip_voter.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
lazy_bdecode.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
lsd.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
lt_trackers.cpp fix x64 build with VS2015 UP2 compiler (#640) 2016-04-25 17:22:09 -04:00
magnet_uri.cpp transition to system_error as the exception type (#730) 2016-05-15 00:33:06 -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 override and final keywords (unconditionally) (#668) 2016-04-30 11:05:54 -04:00
mpi.c build with gcc/mingw on appveyor (#722) 2016-05-15 13:28:22 -04:00
natpmp.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
packet_buffer.cpp fix x64 build with VS2015 UP2 compiler (#640) 2016-04-25 17:22:09 -04:00
parse_url.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
part_file.cpp Msvc warnings (#685) 2016-05-02 12:36:21 -04:00
pe_crypto.cpp build with gcc/mingw on appveyor (#722) 2016-05-15 13:28:22 -04:00
peer_class.cpp fix peer class leak in torrent and widen peer_class_t to allow for mo… (#707) 2016-05-07 14:52:10 -04:00
peer_class_set.cpp Msvc warnings (#685) 2016-05-02 12:36:21 -04:00
peer_connection.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
peer_connection_handle.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
peer_list.cpp some general C++ 11 cleanup. some typedefs and for loops (#709) 2016-05-07 18:46:42 -04:00
performance_counters.cpp use std::atomic instead of boost::atomic (#678) 2016-05-01 03:38:35 -04:00
piece_picker.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
platform_util.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05: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 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
random.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
read_resume_data.cpp remove RSS feature (#662) 2016-04-29 15:54:21 -04:00
receive_buffer.cpp don't support older than msvc-14 (2015) (#727) 2016-05-12 21:24:45 -04:00
request_blocks.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
resolve_links.cpp fix some clang build warnings 2016-04-02 12:27:42 -04:00
resolver.cpp clean up the annotations used for asio debugging (#639) 2016-04-23 17:29:25 -04:00
session.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
session_call.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
session_handle.cpp transition to system_error as the exception type (#730) 2016-05-15 00:33:06 -04:00
session_impl.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
session_settings.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
session_stats.cpp merge RC_1_1 into master 2016-03-08 01:10:48 -05:00
settings_pack.cpp Msvc warnings (#685) 2016-05-02 12:36:21 -04:00
sha1.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
sha1_hash.cpp improve node-id operations (#693) 2016-05-03 08:29:27 -04:00
smart_ban.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
socket_io.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
socket_type.cpp Msvc warnings (#685) 2016-05-02 12:36:21 -04:00
socks5_stream.cpp fix warning 2016-05-07 09:24:05 -04:00
stat.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
stat_cache.cpp fix x64 build with VS2015 UP2 compiler (#640) 2016-04-25 17:22:09 -04:00
storage.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
string_util.cpp use standard array container (#676) 2016-04-30 23:10:47 -04:00
tailqueue.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
thread.cpp Threads (#671) 2016-04-30 18:54:23 -04:00
time.cpp make the cached current time thread-safe 2016-05-01 08:50:23 -04:00
timestamp_history.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
torrent.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
torrent_handle.cpp transition to system_error as the exception type (#730) 2016-05-15 00:33:06 -04:00
torrent_info.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
torrent_peer.cpp merged RC_1_1 into master 2016-04-08 02:20:24 -04:00
torrent_peer_allocator.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05: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 remove mutex from tracker_manager (#690) 2016-05-02 22:22:13 -04:00
udp_socket.cpp Msvc warnings (#685) 2016-05-02 12:36:21 -04:00
udp_tracker_connection.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
upnp.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
ut_metadata.cpp use override and final keywords (unconditionally) (#668) 2016-04-30 11:05:54 -04:00
ut_pex.cpp use override and final keywords (unconditionally) (#668) 2016-04-30 11:05:54 -04:00
utf8.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
utp_socket_manager.cpp use array_view more along the udp packet paths (#655) 2016-04-28 08:20:10 -04:00
utp_stream.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
version.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
web_connection_base.cpp fix x64 build with VS2015 UP2 compiler (#640) 2016-04-25 17:22:09 -04:00
web_peer_connection.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
xml_parse.cpp fix x64 build with VS2015 UP2 compiler (#640) 2016-04-25 17:22:09 -04:00