premiere-libtorrent/src
Arvid Norberg 28e32b57b6 merged UDP socket fix from RC_0_16 2012-09-25 18:57:50 +00:00
..
kademlia merged UDP socket fix from RC_0_16 2012-09-25 18:57:50 +00:00
ConvertUTF.cpp fix utf8 build 2008-11-14 05:22:04 +00:00
GeoIP.c OS/2 (eCS) support 2012-09-24 16:13:57 +00:00
Makefile.am merged string function cleanup from RC_0_16 2012-08-26 15:26:17 +00:00
alert.cpp merged fix from RC_0_16 2012-08-30 01:54:35 +00:00
allocator.cpp fixed bug in buffer debug code in allocator 2011-04-17 08:39:52 +00:00
asio.cpp merged fix from RC_0_16 2012-07-27 16:35:31 +00:00
asio_ssl.cpp merged compatibility fix from RC_0_16 2012-04-11 17:39:13 +00:00
assert.cpp fix msvc-8 debug build 2012-06-14 15:08:21 +00:00
bandwidth_limit.cpp fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way 2011-02-21 05:24:41 +00:00
bandwidth_manager.cpp support release asserts 2011-05-08 09:04:59 +00:00
bandwidth_queue_entry.cpp fix some overflow and division by zero issues 2012-04-28 05:05:39 +00:00
bloom_filter.cpp support DHT scrape 2011-05-23 00:45:36 +00:00
broadcast_socket.cpp OS/2 (eCS) support 2012-09-24 16:13:57 +00:00
bt_peer_connection.cpp use random peer IDs in anonymous mode 2012-07-08 22:47:25 +00:00
chained_buffer.cpp move the code of chained buffer out to its own cpp file 2011-08-13 23:01:38 +00:00
connection_queue.cpp fix connection queue timeout logic 2012-07-16 13:59:26 +00:00
create_torrent.cpp improve torrent file creator optimizer a bit 2012-08-12 21:18:38 +00:00
disk_buffer_holder.cpp fully support unbuffered I/O 2011-02-22 02:53:26 +00:00
disk_buffer_pool.cpp fix build with disk stats enabled 2012-05-05 19:36:04 +00:00
disk_io_thread.cpp fix write cache flush issue 2012-05-23 14:59:56 +00:00
entry.cpp fixed build warnings 2011-02-14 01:59:01 +00:00
enum_net.cpp OS/2 (eCS) support 2012-09-24 16:13:57 +00:00
error_code.cpp landed ssl branch back into trunk 2012-01-14 16:04:25 +00:00
escape_string.cpp merged string function cleanup from RC_0_16 2012-08-26 15:26:17 +00:00
file.cpp OS/2 (eCS) support 2012-09-24 16:13:57 +00:00
file_pool.cpp fixed typo breaking the build on vista+, in file pool's IO priority code 2012-04-18 03:52:34 +00:00
file_storage.cpp add file_name() to file_storage 2012-08-31 02:31:37 +00:00
gzip.cpp fix some compiler warnings 2012-06-25 14:17:51 +00:00
http_connection.cpp attempt at fixing shutdown hang caused by connection_queue 2012-07-15 23:22:23 +00:00
http_parser.cpp factor out removing chunk headers from http streams and fix chunked encoding support when adding torrents by url 2012-05-16 05:32:12 +00:00
http_seed_connection.cpp initialize uninitialized members 2012-05-03 02:05:34 +00:00
http_stream.cpp improved SOCKS5 support 2010-08-03 09:08:37 +00:00
http_tracker_connection.cpp move tracker default interval logic to make sense 2012-06-26 03:35:31 +00:00
i2p_stream.cpp fix some compiler warnings 2012-06-25 14:17:51 +00:00
identify_client.cpp merged string function cleanup from RC_0_16 2012-08-26 15:26:17 +00:00
instantiate_connection.cpp remove unused variable 2012-05-03 03:22:19 +00:00
ip_filter.cpp fixed building with no IPv6 support 2009-11-27 18:46:29 +00:00
lazy_bdecode.cpp remove left-over debug printf from bdecoder 2012-02-17 06:52:08 +00:00
logger.cpp fixed typo 2012-03-19 00:30:02 +00:00
lsd.cpp cleaned up some exception handling and introduced macros like BOOST_TRY/BOOST_CATCH to make the optional exception handling nicer 2011-02-25 17:00:36 +00:00
lt_trackers.cpp optimize send buffer allocation and deallocation by not allowing requiring contiguous buffers 2011-05-19 02:41:28 +00:00
magnet_uri.cpp fix build without deprecated functions 2012-06-14 15:16:59 +00:00
metadata_transfer.cpp optimize send buffer allocation and deallocation by not allowing requiring contiguous buffers 2011-05-19 02:41:28 +00:00
mpi.c changed includes for tommath to point into the libtorrent directory 2009-11-10 17:14:53 +00:00
natpmp.cpp OS/2 (eCS) support 2012-09-24 16:13:57 +00:00
packet_buffer.cpp fix uTP bug 2012-03-24 16:08:49 +00:00
parse_url.cpp error_code fix. added is_error_code_enum template specialization and using the abbreviated syntax to build error_codes 2009-11-29 07:06:38 +00:00
pe_crypto.cpp clean up some dead code and fix windows build 2011-02-28 00:35:58 +00:00
peer_connection.cpp metadata extension fix 2012-08-09 22:30:45 +00:00
piece_picker.cpp fixed compiler warning 2012-06-25 15:34:56 +00:00
policy.cpp fix one more issue with end-game mode when some pieces that are no longer selected for download have been downloaded 2012-07-02 03:27:32 +00:00
puff.cpp dropped dependency on zlib 2010-03-16 06:14:22 +00:00
random.cpp added missing license headers 2012-06-04 06:30:45 +00:00
rsa.cpp fixed build issue 2011-05-28 00:55:47 +00:00
rss.cpp don't inline large functions 2012-03-19 06:06:52 +00:00
session.cpp disable support for large MTUs in uTP until it is more reliable 2012-08-12 15:54:59 +00:00
session_impl.cpp merged logging improvement from RC_0_16 2012-09-25 02:49:40 +00:00
settings.cpp fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way 2011-02-21 05:24:41 +00:00
sha1.cpp fix some clang warnings 2012-02-18 08:23:48 +00:00
smart_ban.cpp minor fix 2012-06-27 01:13:50 +00:00
socket_io.cpp more robust mechanism to determine external IP 2010-12-24 01:31:41 +00:00
socket_type.cpp merged fix from RC_0_16 to support older openssl 2012-04-06 04:11:04 +00:00
socks5_stream.cpp don't fail socks5 on 'socket already open' 2011-09-17 23:01:39 +00:00
stat.cpp fix potential overflow in stats averaging 2011-04-22 08:12:19 +00:00
storage.cpp fix move_storage bugs 2012-06-29 23:35:11 +00:00
string_util.cpp merge fix from RC_0_16 2012-08-27 05:39:34 +00:00
thread.cpp fix beos build 2011-07-20 05:14:25 +00:00
time.cpp fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way 2011-02-21 05:24:41 +00:00
timestamp_history.cpp fixed some uninitalized variables 2010-12-24 23:54:03 +00:00
torrent.cpp fix invariant check 2012-09-11 05:27:14 +00:00
torrent_handle.cpp back-ported add_torrent_params extension from libtorrent_aio 2012-08-31 17:04:02 +00:00
torrent_info.cpp fix some compiler warnings 2012-06-25 14:17:51 +00:00
tracker_manager.cpp clean up the udp socket and its consumers by adding an observer interface and have the udp tracker, utp socket manager and dht tracker subscribe to it instead of going through the session_impl. This probably improves performance a tiny bit but primarily improves modularization and testability 2012-06-22 04:21:20 +00:00
udp_socket.cpp merged UDP socket fix from RC_0_16 2012-09-25 18:57:50 +00:00
udp_tracker_connection.cpp new, proper, udp tracker extension 2012-09-18 02:03:24 +00:00
upnp.cpp fix upnp snprintf issue 2012-02-18 20:35:06 +00:00
ut_metadata.cpp merged ut_metadata fix from RC_0_16 2012-08-14 16:06:32 +00:00
ut_pex.cpp fixed typo in verbose logging code 2012-06-09 00:42:38 +00:00
utf8.cpp fixed typo in utf8.cpp 2012-03-22 15:51:56 +00:00
utp_socket_manager.cpp fix uTP edge case where udp socket buffer fills up 2012-07-01 18:44:46 +00:00
utp_stream.cpp PMTUD improvements 2012-08-13 16:49:28 +00:00
web_connection_base.cpp fixed bug in web_connection_base when receiving chunked encoding and made sure the unit tests pass 2011-03-24 16:46:26 +00:00
web_peer_connection.cpp proper web seed stats fix 2012-08-14 05:23:20 +00:00