premiere-libtorrent/src
Arvid Norberg 45864b15ec fixed incorrect assert in bytes_done() 2006-12-31 14:48:18 +00:00
..
kademlia added a strand for all async operations for thread safety 2006-12-15 17:47:21 +00:00
Makefile.am added uTorrent Peer exchange support, implemented by MassaRoddel 2006-11-26 17:44:51 +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
bt_peer_connection.cpp improved support for multiple connections per ip 2006-11-30 11:56:19 +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 fixed so that both session constructors initializes boost.filesystem. Fixed the case where the file check throws exceptions, the torrent is no longer removed, but paused 2006-12-30 23:02:21 +00:00
identify_client.cpp added clients to identify_client and a minor fix 2006-12-27 15:14:17 +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 refactored extensions and added a plugin interface. fixed file.cpp for windows 2006-11-14 00:08:16 +00:00
peer_connection.cpp fixed incorrect assert in bytes_done() 2006-12-31 14:48:18 +00:00
piece_picker.cpp fixed incorrect assert in bytes_done() 2006-12-31 14:48:18 +00:00
policy.cpp fixed incorrect assert in bytes_done() 2006-12-31 14:48:18 +00:00
session.cpp fixed so that both session constructors initializes boost.filesystem. Fixed the case where the file check throws exceptions, the torrent is no longer removed, but paused 2006-12-30 23:02:21 +00:00
session_impl.cpp commented out an expensive invariant check. Fixed http parser to accept responses with only LF (and not CRLF) 2006-12-29 23:40:56 +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 improved logging, fixed option to allow multiple connections from the same IP 2006-11-15 21:39:58 +00:00
torrent.cpp fixed incorrect assert in bytes_done() 2006-12-31 14:48:18 +00:00
torrent_handle.cpp fixed bugs introduced in the http tracker refactoring and the fastresume data writer when the piece picker was deallocated, reported by Massaroddel 2006-12-12 12:56:18 +00:00
torrent_info.cpp refactored extensions and added a plugin interface. fixed file.cpp for windows 2006-11-14 00:08:16 +00:00
tracker_manager.cpp added a strand for all async operations for thread safety 2006-12-15 17:47:21 +00:00
udp_tracker_connection.cpp added a strand for all async operations for thread safety 2006-12-15 17:47:21 +00:00
ut_pex.cpp fixed incorrectly named members of session_status, fixed compilation error in ut_pex, documentation updates 2006-11-28 18:18:37 +00:00
web_peer_connection.cpp since the web seed downloader now calls incoming_piece with correct block sizes, incoming piece can be reverted to not allow incorrect block sizes 2006-12-21 11:37:03 +00:00