premiere-libtorrent/src
Arvid Norberg b362795f9d web seed fix 2010-02-20 16:53:38 +00:00
..
kademlia DHT bootstrapping and refresh fix 2010-02-20 16:37:50 +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 add socket_type.cpp to makefile 2009-12-05 16:50:07 +00:00
alert.cpp alert message fixes 2010-02-18 03:49:22 +00:00
allocator.cpp more beos fixes 2009-12-15 13:11:07 +00:00
assert.cpp some GCC 2.95 support fixes and some BeOS support 2009-11-28 22:41:21 +00:00
bandwidth_limit.cpp Build fixes. 2009-09-17 11:22:18 +00:00
bandwidth_manager.cpp experimental support for the BitTyrant choking algorithm 2010-02-09 03:04:41 +00:00
bandwidth_queue_entry.cpp experimental support for the BitTyrant choking algorithm 2010-02-09 03:04:41 +00:00
broadcast_socket.cpp IPv6 build fix 2009-12-13 16:29:58 +00:00
bt_peer_connection.cpp no need to disconnect peers that send DHT_PORT message without advertising support for it 2010-02-18 05:27:58 +00:00
connection_queue.cpp optimized header dependencies to lower build time 2009-11-23 08:38:50 +00:00
create_torrent.cpp more wide character and mingw fixes 2010-02-15 05:49:10 +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 volatile cache improvement 2010-02-06 17:56:58 +00:00
entry.cpp improved sun studio support (it seems to lack a lot of stl) 2009-08-30 07:38:52 +00:00
enum_net.cpp fixed building with no IPv6 support 2009-11-27 18:46:29 +00:00
error_code.cpp reorganized error codes 2009-12-05 23:03:48 +00:00
escape_string.cpp more wide character and mingw fixes 2010-02-15 05:49:10 +00:00
file.cpp more wide character and mingw fixes 2010-02-15 05:49:10 +00:00
file_pool.cpp fix windows build 2010-02-03 17:13:22 +00:00
file_storage.cpp header dependency fix 2009-11-26 18:31:27 +00:00
gzip.cpp http_connection gzip fix 2009-12-06 02:38:10 +00:00
http_connection.cpp http_connection gzip fix 2009-12-06 02:38:10 +00:00
http_parser.cpp improved sun studio support (it seems to lack a lot of stl) 2009-08-30 07:38:52 +00:00
http_seed_connection.cpp simplified web seed logic 2010-02-12 06:10:20 +00:00
http_stream.cpp split socket.hpp up in multiple headers to lower build time somewhat 2009-09-16 03:46:36 +00:00
http_tracker_connection.cpp support option to report redundant bytes or not to tracker as well as 'corrupt' argument 2010-02-18 06:45:07 +00:00
i2p_stream.cpp split socket.hpp up in multiple headers to lower build time somewhat 2009-09-16 03:46:36 +00:00
identify_client.cpp some GCC 2.95 support fixes and some BeOS support 2009-11-28 22:41:21 +00:00
instantiate_connection.cpp added I2P support 2009-08-20 03:19:12 +00:00
ip_filter.cpp fixed building with no IPv6 support 2009-11-27 18:46:29 +00:00
lazy_bdecode.cpp optimized memory usage for torrent objects 2010-02-14 01:39:55 +00:00
logger.cpp optimized header dependencies to lower build time 2009-11-23 08:38:50 +00:00
lsd.cpp fixed logging bug in local service discovery 2009-11-24 18:42:36 +00:00
lt_trackers.cpp fixed DLL link issues 2009-11-30 07:03:34 +00:00
magnet_uri.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
metadata_transfer.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
mpi.c changed includes for tommath to point into the libtorrent directory 2009-11-10 17:14:53 +00:00
natpmp.cpp fixed nat-pmp bug 2009-12-07 04:40:36 +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 changed includes for tommath to point into the libtorrent directory 2009-11-10 17:14:53 +00:00
peer_connection.cpp fixed merge error 2010-02-18 05:19:20 +00:00
piece_picker.cpp made end-game mode less aggressive 2010-02-18 17:26:21 +00:00
policy.cpp use a stricted condition when to enter end-game mode. Made it configurable in RC_0_15+ 2010-02-18 19:25:15 +00:00
session.cpp experimental support for the BitTyrant choking algorithm 2010-02-09 03:04:41 +00:00
session_impl.cpp lsd and dht announce timer fixes 2010-02-14 17:24:53 +00:00
sha1.cpp endianness define fix 2009-10-18 20:35:18 +00:00
smart_ban.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
socket_io.cpp windows build fixes 2010-01-10 05:06:13 +00:00
socket_type.cpp optimized header dependencies to lower build time 2009-11-23 08:38:50 +00:00
socks5_stream.cpp split socket.hpp up in multiple headers to lower build time somewhat 2009-09-16 03:46:36 +00:00
stat.cpp added stats_alert reporting raw transfer stats per torrent every second 2010-01-02 14:16:35 +00:00
storage.cpp support O_NOATIME on linux and use it by default 2010-02-02 19:44:52 +00:00
time.cpp fix log_time string formatting issue 2010-01-18 04:59:55 +00:00
torrent.cpp support option to report redundant bytes or not to tracker as well as 'corrupt' argument 2010-02-18 06:45:07 +00:00
torrent_handle.cpp optimized memory usage for torrent objects 2010-02-14 01:39:55 +00:00
torrent_info.cpp optimized memory usage for torrent objects 2010-02-14 01:39:55 +00:00
tracker_manager.cpp fixed support for min-interval on tracker failures 2009-12-21 09:47:32 +00:00
udp_socket.cpp fixed issue with UDP over SOCKS5. Added a udp tracker to the unit test to make sure it works. Added tracker tests for all proxies 2010-02-18 04:37:02 +00:00
udp_tracker_connection.cpp fixed issue with UDP over SOCKS5. Added a udp tracker to the unit test to make sure it works. Added tracker tests for all proxies 2010-02-18 04:37:02 +00:00
upnp.cpp fixed windows upnp test. added test for is_space 2010-01-24 17:31:06 +00:00
ut_metadata.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
ut_pex.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
web_peer_connection.cpp web seed fix 2010-02-20 16:53:38 +00:00