premiere-libtorrent/src
Arvid Norberg 723aba6c24 solved issue with pausing checking torrents. Introduced a new state, checkin_resume_data, which a torrent is in while waiting for the disk io thread to verify the resume data, but before it has been determined wheter it should be queued for checking or not 2008-11-19 00:46:48 +00:00
..
kademlia estimate TCP/IP overhead more accurately 2008-11-14 20:51:49 +00:00
ConvertUTF.cpp fix utf8 build 2008-11-14 05:22:04 +00:00
GeoIP.c Fix building with gcc 4.3 2008-07-30 05:44:50 +00:00
Makefile.am replaced utf8 conversion with code from unicode.org 2008-11-13 06:39:08 +00:00
alert.cpp applied patch from Sergei Vorobyov to allow changing the limit on outstanding alerts 2008-10-07 05:46:42 +00:00
assert.cpp Fix building on gcc 4.3 2008-04-29 21:46:32 +00:00
broadcast_socket.cpp moved UPNP_LOGGING out of upnp.cpp and added alerts for when upnp logs something 2008-10-22 01:12:14 +00:00
bt_peer_connection.cpp fixed typo 2008-11-17 19:19:45 +00:00
connection_queue.cpp added accessor to query for the max number of connections 2008-11-08 07:40:55 +00:00
create_torrent.cpp added another constructor to create_torrent that copies a torrent_info. 2008-09-24 17:05:12 +00:00
disk_buffer_holder.cpp disk receive buffer cleanup 2008-05-05 06:25:22 +00:00
disk_io_thread.cpp fix for when aborting torrents that are being checked. Fix in client_test when removing torrents that are checking. 2008-11-17 01:19:46 +00:00
entry.cpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
enum_net.cpp fix to previous check-in 2008-08-16 23:02:03 +00:00
error_code.cpp added missing file error_code.cpp 2008-07-18 14:41:08 +00:00
escape_string.cpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
file.cpp simplified the file interface 2008-10-19 05:03:17 +00:00
file_pool.cpp simplified the file interface 2008-10-19 05:03:17 +00:00
file_storage.cpp added support for bitcomet padding files. simplified storage read/write code. 2008-10-03 05:49:41 +00:00
gzip.cpp refactored gzip code and added gzip support to http_connection 2008-01-30 18:32:13 +00:00
http_connection.cpp removed incorrect assert 2008-10-31 23:14:36 +00:00
http_parser.cpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
http_stream.cpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
http_tracker_connection.cpp applies ip filter to trackers as well 2008-10-22 19:40:32 +00:00
identify_client.cpp fix isprint() build issue with msvc 2008-08-24 08:41:48 +00:00
instantiate_connection.cpp changed variant_stream to return a pointer instead of a reference when querying for underlying type (avoids exceptions) 2008-10-18 07:12:04 +00:00
ip_filter.cpp attempt to fix #212. Store 4 bytes and 16 bytes arrays instead of in_addr in ip-filter 2007-12-24 21:49:46 +00:00
lazy_bdecode.cpp lazy_decode memory allocation tuning 2008-11-10 04:15:29 +00:00
logger.cpp exception related fixes. Avoiding functions that may throw in places where exceptions shouldn't be thrown 2008-10-21 08:45:42 +00:00
lsd.cpp exception fixes 2008-11-05 05:39:18 +00:00
magnet_uri.cpp made dump torrent create magnet links 2008-08-27 18:44:35 +00:00
mapped_storage.cpp fix build 2008-07-01 22:44:17 +00:00
memdebug.cpp made memdebug work. include script to generate graph 2007-12-27 06:37:18 +00:00
metadata_transfer.cpp changed torrent::set_metadata() to reduce code duplication in metadata extensions. Exposed torrent_handle::set_metadata() to the public interface 2008-09-24 02:32:33 +00:00
natpmp.cpp improved natpmp logging and handling of mapped ports in session 2008-11-16 02:11:04 +00:00
parse_url.cpp added missing include 2008-05-17 16:33:28 +00:00
pe_crypto.cpp optimized encryption 2008-08-20 23:05:12 +00:00
peer_connection.cpp consider 0-sized piece messages to be reject messages 2008-11-17 19:29:14 +00:00
piece_picker.cpp fixed assert in piece_picker 2008-10-18 22:29:56 +00:00
policy.cpp added option to set peers in a state where it doesn't download 2008-11-06 08:34:56 +00:00
session.cpp added option to set alert mask when constructing session 2008-11-16 02:09:53 +00:00
session_impl.cpp solved issue with pausing checking torrents. Introduced a new state, checkin_resume_data, which a torrent is in while waiting for the disk io thread to verify the resume data, but before it has been determined wheter it should be queued for checking or not 2008-11-19 00:46:48 +00:00
sha1.cpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
smart_ban.cpp optimized policy::peer 2008-07-14 11:15:35 +00:00
socks4_stream.cpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
socks5_stream.cpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
stat.cpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
storage.cpp fix for when aborting torrents that are being checked. Fix in client_test when removing torrents that are checking. 2008-11-17 01:19:46 +00:00
torrent.cpp solved issue with pausing checking torrents. Introduced a new state, checkin_resume_data, which a torrent is in while waiting for the disk io thread to verify the resume data, but before it has been determined wheter it should be queued for checking or not 2008-11-19 00:46:48 +00:00
torrent_handle.cpp added accessor to query for the max number of connections 2008-11-08 07:40:55 +00:00
torrent_info.cpp comment about file name truncation 2008-11-17 18:31:42 +00:00
tracker_manager.cpp applies ip filter to trackers as well 2008-10-22 19:40:32 +00:00
udp_socket.cpp DHT rate limiter fixes 2008-11-09 00:37:03 +00:00
udp_tracker_connection.cpp applies ip filter to trackers as well 2008-10-22 19:40:32 +00:00
upnp.cpp improved natpmp logging and handling of mapped ports in session 2008-11-16 02:11:04 +00:00
ut_metadata.cpp changed torrent::set_metadata() to reduce code duplication in metadata extensions. Exposed torrent_handle::set_metadata() to the public interface 2008-09-24 02:32:33 +00:00
ut_pex.cpp switched over pex parsing to use lazy_bdecode 2008-07-01 09:02:03 +00:00
web_peer_connection.cpp keeps track of the number of requests waiting in the send buffer and adjusts bandwidht priority accordingly in the bandwidth limiter 2008-07-08 00:03:08 +00:00