premiere-libtorrent/src
Arvid Norberg 4ac08f393a simplified the piece picker by initializing it properly in its constructor. Removed natpmp reporting port map success when removing mappings. fix where incoming connections before the files were completely checked would cause an assert. 2007-03-16 23:28:26 +00:00
..
kademlia removed unnecessary assert(false) from rpc_manager 2007-03-10 20:23:16 +00:00
Makefile.am added natpmp support. bumped version number to 0.13. added piece priority support to the piece picker. optmized and simplified the piece picker in the process. 2007-03-15 22:03:56 +00:00
alert.cpp *** empty log message *** 2004-10-14 01:17:04 +00:00
allocate_resources.cpp fixed problem in quota management for upload and download bandwidth 2006-11-21 00:42:52 +00:00
bandwidth_manager.cpp bandwidth management fix + improved string conversion fallback in case strings are incorrect in torrent 2007-02-19 23:06:20 +00:00
bt_peer_connection.cpp added natpmp support. bumped version number to 0.13. added piece priority support to the piece picker. optmized and simplified the piece picker in the process. 2007-03-15 22:03:56 +00:00
entry.cpp refactored extensions and added a plugin interface. fixed file.cpp for windows 2006-11-14 00:08:16 +00:00
escape_string.cpp merged back the asio development branch 2006-04-25 21:04:48 +00:00
file.cpp refactored extensions and added a plugin interface. fixed file.cpp for windows 2006-11-14 00:08:16 +00:00
file_pool.cpp improved logging, fixed option to allow multiple connections from the same IP 2006-11-15 21:39:58 +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_tracker_connection.cpp updated warning messages 2007-03-03 00:49:15 +00:00
identify_client.cpp merged fixes from RC_0_12 branch 2007-03-12 01:05:15 +00:00
ip_filter.cpp fixed some warnings 2006-09-24 11:32:08 +00:00
logger.cpp refactored extensions and added a plugin interface. fixed file.cpp for windows 2006-11-14 00:08:16 +00:00
metadata_transfer.cpp made the dht be a fallback by default, fixed glitch in earlier fix to make sure block requests are sent properly, fixed problem in peer_connection::second_tick if the piece picker was removed because of the torrent becoming a seed 2007-02-12 09:20:49 +00:00
natpmp.cpp simplified the piece picker by initializing it properly in its constructor. Removed natpmp reporting port map success when removing mappings. fix where incoming connections before the files were completely checked would cause an assert. 2007-03-16 23:28:26 +00:00
peer_connection.cpp simplified the piece picker by initializing it properly in its constructor. Removed natpmp reporting port map success when removing mappings. fix where incoming connections before the files were completely checked would cause an assert. 2007-03-16 23:28:26 +00:00
piece_picker.cpp simplified the piece picker by initializing it properly in its constructor. Removed natpmp reporting port map success when removing mappings. fix where incoming connections before the files were completely checked would cause an assert. 2007-03-16 23:28:26 +00:00
policy.cpp made the dht be a fallback by default, fixed glitch in earlier fix to make sure block requests are sent properly, fixed problem in peer_connection::second_tick if the piece picker was removed because of the torrent becoming a seed 2007-02-12 09:20:49 +00:00
session.cpp made the storage into a customization point. it is now interchangable for a custom implementation 2007-03-16 05:29:23 +00:00
session_impl.cpp fixes related to nat port mapping and having dht and bittorrent listen on the same port number 2007-03-16 21:45:29 +00:00
sha1.cpp added the ability to build libtorrent as a shared library. Fixed bugs with deleting of incomplete types (replaced auto_ptr with scoped_ptr). Made the string converter fall back on windows local code page if utf-8 decoding failed. 2005-11-01 18:30:39 +00:00
stat.cpp merged back the asio development branch 2006-04-25 21:04:48 +00:00
storage.cpp made the storage into a customization point. it is now interchangable for a custom implementation 2007-03-16 05:29:23 +00:00
torrent.cpp simplified the piece picker by initializing it properly in its constructor. Removed natpmp reporting port map success when removing mappings. fix where incoming connections before the files were completely checked would cause an assert. 2007-03-16 23:28:26 +00:00
torrent_handle.cpp fixes in DHT to make it work when the number of transaction slots are full (very rare case). Added a feature to (optionally) resolve the countries of peers and updated the docs (see peer_info::country). 2007-01-29 07:39:33 +00:00
torrent_info.cpp added a web seed test (requires manual environment setup for web server). fixed bug in torrent_info where file offsets could be left uninitialized. Fixed bug in torrent which would cause a crash in case a torrent without any trackers would be aborted. 2007-02-20 01:42:12 +00:00
tracker_manager.cpp fixed gcc warning on initialization order 2007-03-02 20:39:23 +00:00
udp_tracker_connection.cpp updated warning messages 2007-03-03 00:49:15 +00:00
ut_pex.cpp fixed typo 2007-01-03 11:43:00 +00:00
web_peer_connection.cpp fixed issue with single file web seeds with pre-urlencoded paths. Now, the url in the torrent file is assumed to be url-encoded. 2007-03-07 00:21:36 +00:00