premiere-libtorrent/src
Arvid Norberg 175fb8770b added peer_timeout and urlseed_timeout to session_settings, they control the timeout for peers and web seeds respectively. Added BitSlug to the projects page. Added more debug logging when resolving web seed hostnames. Updated documentation. 2006-06-28 23:27:44 +00:00
..
Makefile.am updated makefiles to hopefully install the headers in the correct place. Updated docs to use boost 1.33.1 in examples. Changed libtorrent version to 0.10 and updated ChangeLog to prepare for release. 2006-06-25 00:12:18 +00:00
alert.cpp *** empty log message *** 2004-10-14 01:17:04 +00:00
allocate_resources.cpp merged back the asio development branch 2006-04-25 21:04:48 +00:00
bt_peer_connection.cpp replaced http_settings with session_settings and introduced more settings 2006-05-20 23:24:19 +00:00
entry.cpp merged back the asio development branch 2006-04-25 21:04:48 +00:00
escape_string.cpp merged back the asio development branch 2006-04-25 21:04:48 +00:00
file.cpp merged back the asio development branch 2006-04-25 21:04:48 +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 *** empty log message *** 2006-06-17 23:42:01 +00:00
identify_client.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
ip_filter.cpp merged back the asio development branch 2006-04-25 21:04:48 +00:00
peer_connection.cpp added peer_timeout and urlseed_timeout to session_settings, they control the timeout for peers and web seeds respectively. Added BitSlug to the projects page. Added more debug logging when resolving web seed hostnames. Updated documentation. 2006-06-28 23:27:44 +00:00
piece_picker.cpp fixed bug spotted by Tianhao Qiu 2006-06-12 21:20:32 +00:00
policy.cpp fixed bug in tracker_connection (spotted by tianhao qui) and fixed a performance problem in the piece picker that takes over blocks from other peers (also spotted by tianhao qui) 2006-06-17 01:29:36 +00:00
session.cpp fixed a long standing (quite rare) bug, thanks to Massaroddel. Made the tests clean up their temporary files. 2006-06-24 22:30:59 +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 fixed a full-check bug in storage. Changed the asio includes to avoid require boost.regex headers 2006-06-24 14:15:11 +00:00
torrent.cpp added peer_timeout and urlseed_timeout to session_settings, they control the timeout for peers and web seeds respectively. Added BitSlug to the projects page. Added more debug logging when resolving web seed hostnames. Updated documentation. 2006-06-28 23:27:44 +00:00
torrent_handle.cpp added per file progress, added patch suggested by Tianhao Qui regarding unchoking when a peer becomes uninterested. Updated documentation and removed block quotes around bullet lists. 2006-06-11 23:24:36 +00:00
torrent_info.cpp moved the asio headers into the include directory, to have them installed when libtorrent is installed. improved the complexity of torrent_info::map_file(), It's now O(1). 2006-06-17 22:04:25 +00:00
tracker_manager.cpp *** empty log message *** 2006-06-19 22:34:25 +00:00
udp_tracker_connection.cpp *** empty log message *** 2006-06-17 23:42:01 +00:00
web_peer_connection.cpp added peer_timeout and urlseed_timeout to session_settings, they control the timeout for peers and web seeds respectively. Added BitSlug to the projects page. Added more debug logging when resolving web seed hostnames. Updated documentation. 2006-06-28 23:27:44 +00:00