premiere-libtorrent/src
Arvid Norberg f2ec6b5adb added option to use a single block buffer when hashing, instead of for the entire piece 2009-05-03 19:09:06 +00:00
..
kademlia cut out more IPv6 code if not supported 2009-04-04 16:59:53 +00:00
ConvertUTF.cpp fix utf8 build 2008-11-14 05:22:04 +00:00
GeoIP.c another GeoIP fix 2008-12-22 09:53:30 +00:00
Makefile.am moved page_aligned_allocator to its own file and uses it in set_piece_hashes to not pass in unaligned buffers to storage read 2009-01-15 17:09:36 +00:00
alert.cpp added missing include statement 2009-01-17 19:32:03 +00:00
allocator.cpp fixed infinite recursion in allocator 2009-01-15 18:25:27 +00:00
assert.cpp fixed missing new line in assert message 2009-01-15 04:45:28 +00:00
broadcast_socket.cpp improved IPv6 support (skips unsupported tests on windows) 2009-04-13 05:11:44 +00:00
bt_peer_connection.cpp greatly optimised memory usage for peer list 2009-04-30 05:49:46 +00:00
connection_queue.cpp fixed corruption of the connection queue when a peer_connection fails immediately in its connect() function 2009-04-26 02:46:10 +00:00
create_torrent.cpp fixed windows build 2009-03-14 08:19:17 +00:00
disk_buffer_holder.cpp factor out disk_buffer_pool from disk_io_thread. refactored the file open modes to be platform independent. gave the disk_io_thread its own copy of session_settings that it shares with storage. added an unaligned_read implementation to storage. Added options to session_settings on when to open files in unbuffered mode. Added unit tests for unaligned reads 2009-01-21 07:31:49 +00:00
disk_io_thread.cpp added validation check to disk_buffer_pool (and disk_io_thread in 0.14). This should catch any reference to the disk_io_thread after it has been destructed 2009-05-03 03:16:15 +00:00
entry.cpp dropped some iostream dependencies 2009-04-04 09:52:25 +00:00
enum_net.cpp add compile time option to disable IPv6 support 2009-03-31 07:45:54 +00:00
error_code.cpp some windows fixes for dynamic linking 2009-04-30 17:30:14 +00:00
escape_string.cpp fix to_hex() 2009-04-13 02:13:17 +00:00
file.cpp removed some dependencies on stringstream 2009-04-13 04:22:03 +00:00
file_pool.cpp dropped some iostream dependencies 2009-04-04 09:52:25 +00:00
file_storage.cpp improved support for platforms with no wchar_t and std::wstring 2009-03-31 08:12:35 +00:00
gzip.cpp made assert tied to the new TORRENT_DEBUG define. Fixed two include problems that surfaced as a result 2008-11-30 04:50:52 +00:00
http_connection.cpp replaced stringstream with sprintf in http_connection 2009-04-12 09:00:16 +00:00
http_parser.cpp moved content-range parsing into http_parser and added unittest 2009-04-12 17:52:25 +00:00
http_seed_connection.cpp greatly simplified the rate limiter and generalized all rate limits (peer, torrent, global) to allow for arbitrary rate limit configurations 2009-04-26 00:21:59 +00:00
http_stream.cpp fixed build errors on Solaris 2009-01-27 08:24:48 +00:00
http_tracker_connection.cpp greatly optimised memory usage for peer list 2009-04-30 05:49:46 +00:00
identify_client.cpp added unit tests for identify_client. replaced iostream for rendering. renamed 'Deluge Torrent' -> 'Deluge' 2009-04-12 18:46:07 +00:00
instantiate_connection.cpp merged socks4 and socks5 code and improved SOCKS error messages 2009-04-08 04:18:45 +00:00
ip_filter.cpp cut out more IPv6 code if not supported 2009-04-04 16:59:53 +00:00
lazy_bdecode.cpp dropped some iostream dependencies 2009-04-04 09:52:25 +00:00
logger.cpp dropped some iostream dependencies 2009-04-04 09:52:25 +00:00
lsd.cpp dropped some iostream dependencies 2009-04-04 09:52:25 +00:00
lt_trackers.cpp fixes problem whith lexical_cast being locale dependent 2009-01-27 06:17:55 +00:00
magnet_uri.cpp fixed magnet link parser to accept hex encoded info-hashes 2009-05-02 18:36:51 +00:00
memdebug.cpp made memdebug work. include script to generate graph 2007-12-27 06:37:18 +00:00
metadata_transfer.cpp removed some dependencies on stringstream 2009-04-13 04:22:03 +00:00
natpmp.cpp removed some dependencies on stringstream 2009-04-13 04:22:03 +00:00
parse_url.cpp fixed build errors on Solaris 2009-01-27 08:24:48 +00:00
pe_crypto.cpp optimized encryption 2008-08-20 23:05:12 +00:00
peer_connection.cpp fixed unchoke bug. made the automatic unchoke strategy the default 2009-05-02 03:15:52 +00:00
piece_picker.cpp debug define fix in piece_picker 2009-04-04 21:50:36 +00:00
policy.cpp added comments to #endifs 2009-05-03 06:57:58 +00:00
session.cpp more C bindings and added getters for max_uploads on session and torrent 2009-04-07 15:55:05 +00:00
session_impl.cpp fixed unchoke bug. made the automatic unchoke strategy the default 2009-05-02 03:15:52 +00:00
sha1.cpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
smart_ban.cpp greatly optimised memory usage for peer list 2009-04-30 05:49:46 +00:00
socks5_stream.cpp experimental support for incoming connections over socks (untested) 2009-04-09 01:04:49 +00:00
stat.cpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
storage.cpp added option to use a single block buffer when hashing, instead of for the entire piece 2009-05-03 19:09:06 +00:00
torrent.cpp made get_download_queue() use considerably less memory and scale with larger piece_sizes 2009-05-03 09:45:07 +00:00
torrent_handle.cpp more C bindings and added getters for max_uploads on session and torrent 2009-04-07 15:55:05 +00:00
torrent_info.cpp dropped some iostream dependencies 2009-04-04 09:52:25 +00:00
tracker_manager.cpp dropped some iostream dependencies 2009-04-04 09:52:25 +00:00
udp_socket.cpp fixed assert in udp_socket 2009-04-13 17:52:45 +00:00
udp_tracker_connection.cpp fixed debug logging bug 2009-04-24 17:04:20 +00:00
upnp.cpp removed some dependencies on stringstream 2009-04-13 04:22:03 +00:00
ut_metadata.cpp removed some dependencies on stringstream 2009-04-13 04:22:03 +00:00
ut_pex.cpp cut out more IPv6 code if not supported 2009-04-04 16:59:53 +00:00
web_peer_connection.cpp greatly simplified the rate limiter and generalized all rate limits (peer, torrent, global) to allow for arbitrary rate limit configurations 2009-04-26 00:21:59 +00:00