premiere-libtorrent/src
Arvid Norberg 34473aad1b fixed bug in recent piece picker optimization when used in combination with sequenced download threshold 2007-04-17 00:20:39 +00:00
..
kademlia removed some more unecessary boost.date_time dependencies 2007-04-10 07:52:58 +00:00
Makefile.am Test added to allow conditional compilation of sources in src/kademlia. 2007-04-13 16:11:11 +00:00
alert.cpp added a timer abstraction and replaced the use of boost.date_time. the timers used now are QueryPerformanceCounter on windows, mach_absolute_time on darwin and currently falls back on boost.date_time on other platforms. This has the advantage of being a monotonic clock, and also slightly more efficient 2007-04-04 22:27:36 +00:00
allocate_resources.cpp prepared for precompiled headers support. fixed issue where storage didn't lock the session properly. fixed typo in natpmp.cpp 2007-03-17 17:15:16 +00:00
bandwidth_manager.cpp added a timer abstraction and replaced the use of boost.date_time. the timers used now are QueryPerformanceCounter on windows, mach_absolute_time on darwin and currently falls back on boost.date_time on other platforms. This has the advantage of being a monotonic clock, and also slightly more efficient 2007-04-04 22:27:36 +00:00
bt_peer_connection.cpp failcount is reset on a peer that successfully connects. documented max_failcount and min_reconnect_time. implemented seed optimization for piece_picker (inc_refcount_all and dec_refcount_all), ticket #17 2007-04-15 02:14:02 +00:00
entry.cpp prepared for precompiled headers support. fixed issue where storage didn't lock the session properly. fixed typo in natpmp.cpp 2007-03-17 17:15:16 +00:00
escape_string.cpp prepared for precompiled headers support. fixed issue where storage didn't lock the session properly. fixed typo in natpmp.cpp 2007-03-17 17:15:16 +00:00
file.cpp reverted last check-in 2007-03-30 20:03:18 +00:00
file_pool.cpp turned file collisions into a runtime error rather than an assert. fixes #14 2007-04-15 07:15:49 +00:00
file_win.cpp added a setting for max outstanding requests, and a limit for BitComet since it's known to have a very low limit, also added an extension header to specify it. Fixed another unnecessary delay spotted by Tianhao Qiu. Cleaned up the logging class a bit. Fixed a bug that would cause an assert when removing a torrent queued for checking. 2006-05-14 22:30:05 +00:00
http_connection.cpp completed previous fix 2007-04-10 19:22:08 +00:00
http_tracker_connection.cpp removed unnecessary asserts from http_tracker_connection 2007-04-14 20:11:46 +00:00
identify_client.cpp prepared for precompiled headers support. fixed issue where storage didn't lock the session properly. fixed typo in natpmp.cpp 2007-03-17 17:15:16 +00:00
ip_filter.cpp prepared for precompiled headers support. fixed issue where storage didn't lock the session properly. fixed typo in natpmp.cpp 2007-03-17 17:15:16 +00:00
logger.cpp removed some more unecessary boost.date_time dependencies 2007-04-10 07:52:58 +00:00
lsd.cpp removed some more unecessary boost.date_time dependencies 2007-04-10 07:52:58 +00:00
metadata_transfer.cpp added a timer abstraction and replaced the use of boost.date_time. the timers used now are QueryPerformanceCounter on windows, mach_absolute_time on darwin and currently falls back on boost.date_time on other platforms. This has the advantage of being a monotonic clock, and also slightly more efficient 2007-04-04 22:27:36 +00:00
natpmp.cpp exception fixes for UPnP and NAT-PMP. port fix for lsd 2007-04-14 15:51:36 +00:00
peer_connection.cpp removed unnecessary fill of the have bitfield 2007-04-15 04:40:45 +00:00
piece_picker.cpp fixed bug in recent piece picker optimization when used in combination with sequenced download threshold 2007-04-17 00:20:39 +00:00
policy.cpp introduced failcount and retry time settings for peers 2007-04-14 21:47:07 +00:00
session.cpp removed some more unecessary boost.date_time dependencies 2007-04-10 07:52:58 +00:00
session_impl.cpp fixed issue where lsd, natpmp and upnp would only be rebound if dht was enabled 2007-04-14 17:30:57 +00:00
sha1.cpp added optional use of openssl instead of public domain sha-1 implementation, ticket #13 2007-04-15 04:30:52 +00:00
stat.cpp prepared for precompiled headers support. fixed issue where storage didn't lock the session properly. fixed typo in natpmp.cpp 2007-03-17 17:15:16 +00:00
storage.cpp removed some more unecessary boost.date_time dependencies 2007-04-10 07:52:58 +00:00
torrent.cpp failcount is reset on a peer that successfully connects. documented max_failcount and min_reconnect_time. implemented seed optimization for piece_picker (inc_refcount_all and dec_refcount_all), ticket #17 2007-04-15 02:14:02 +00:00
torrent_handle.cpp added source to peer_info, which is a bitmask of the sources where the peer has been acquired from 2007-04-10 21:23:13 +00:00
torrent_info.cpp removed the dependency on the compiled boost.date_time library 2007-04-10 09:11:32 +00:00
tracker_manager.cpp added a timer abstraction and replaced the use of boost.date_time. the timers used now are QueryPerformanceCounter on windows, mach_absolute_time on darwin and currently falls back on boost.date_time on other platforms. This has the advantage of being a monotonic clock, and also slightly more efficient 2007-04-04 22:27:36 +00:00
udp_tracker_connection.cpp removed some more unecessary boost.date_time dependencies 2007-04-10 07:52:58 +00:00
upnp.cpp exception fixes for UPnP and NAT-PMP. port fix for lsd 2007-04-14 15:51:36 +00:00
ut_pex.cpp added source to peer_info, which is a bitmask of the sources where the peer has been acquired from 2007-04-10 21:23:13 +00:00
web_peer_connection.cpp added failcount to peer_info. fixes #31 2007-04-13 20:19:04 +00:00