premiere-libtorrent/src
Arvid Norberg a3751cfcbe fixed bug in peer_connection::incoming_piece() in case blocks were skipped. Fixed warnings. 2008-09-25 20:12:53 +00:00
..
kademlia added more bandwidth monitoring of DHT and TCP/IP overhead. added monitoring of the running DHT lookups 2008-09-20 17:42:25 +00:00
GeoIP.c Fix building with gcc 4.3 2008-07-30 05:44:50 +00:00
Makefile.am moved the error_category to error_code.cpp and added the new files (error_code.{hpp|.cpp}) to the Jamfile and makefiles 2008-07-18 10:22:16 +00:00
alert.cpp removed invalid assert 2008-09-06 21:09:01 +00:00
assert.cpp Fix building on gcc 4.3 2008-04-29 21:46:32 +00:00
broadcast_socket.cpp fixed bug in broadcast socket (made local service discovery not work) 2008-09-22 17:43:57 +00:00
bt_peer_connection.cpp fixed stats reporting in bt_peer_connection 2008-09-24 02:38:20 +00:00
connection_queue.cpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +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 fixed stats miscount when deleting files 2008-09-17 02:29:05 +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 fixed typecast typo in file.cpp 2008-09-25 00:16:41 +00:00
file_pool.cpp fixed bug in windows path of file.cpp 2008-07-20 16:34:01 +00:00
file_storage.cpp fix build with boost-1.36 2008-08-16 21:11:27 +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 disable endpoint sorting in http_connection for msvc, since it ICEs the compiler. Fixes #361 2008-07-03 10:05:19 +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 report tracker bandwidth usage and include it in rate limiter 2008-09-22 00:15:05 +00:00
identify_client.cpp fix isprint() build issue with msvc 2008-08-24 08:41:48 +00:00
instantiate_connection.cpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +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 cosmetic improvement when printing bdecoded structures 2008-09-22 17:37:12 +00:00
logger.cpp switched extension handshake parsing over to use lazy_bdecode for improved performance 2008-07-01 08:04:12 +00:00
lsd.cpp Make libtorrent build with boost <1.35 2008-05-20 06:03:46 +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 fixed bug in nat-pmp where it could access an out-of-bound vector element on shutdown 2008-09-24 02:20:13 +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 fixed bug in peer_connection::incoming_piece() in case blocks were skipped. Fixed warnings. 2008-09-25 20:12:53 +00:00
piece_picker.cpp prioritize partials once they reach a certain threshold, to keep them from growing 2008-09-22 00:41:36 +00:00
policy.cpp added assert in policy 2008-09-25 18:35:28 +00:00
session.cpp adds ut_pex, ut_metadata and smart_ban by default in session constructor. Also starts upnp and nat-pmp by default. Fixes #399 2008-09-21 23:19:58 +00:00
session_impl.cpp fixed bug in peer_connection::incoming_piece() in case blocks were skipped. Fixed warnings. 2008-09-25 20:12:53 +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 fixed bug in verify_fast_resume. Fixes #397 2008-09-20 06:02:40 +00:00
torrent.cpp fixed bind_port for outgoing peer connections 2008-09-25 07:40:55 +00:00
torrent_handle.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
torrent_info.cpp fix build with boost-1.36 2008-08-16 21:11:27 +00:00
tracker_manager.cpp report tracker bandwidth usage and include it in rate limiter 2008-09-22 00:15:05 +00:00
udp_socket.cpp fixed release build of udp_socket 2008-09-24 17:25:45 +00:00
udp_tracker_connection.cpp report tracker bandwidth usage and include it in rate limiter 2008-09-22 00:15:05 +00:00
upnp.cpp don't take the ip_interface vector by reference when it's returned by value 2008-08-16 21:26:23 +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