premiere-libtorrent/src
Arvid Norberg f27e24ba98 fixed rate limit bug for DHT 2010-07-28 18:43:56 +00:00
..
kademlia removed DHT mutex since everything is in the network thread now 2010-07-19 05:27:33 +00:00
ConvertUTF.cpp
GeoIP.c
Makefile.am dropped dependency on zlib 2010-03-16 06:14:22 +00:00
alert.cpp added incoming lsd alert 2010-07-15 05:56:29 +00:00
allocator.cpp added asserts to catch broken peer allocations and frees as well as disk buffer corruption 2010-07-18 19:28:22 +00:00
assert.cpp added feature to make asserts log to a file instead of breaking the process 2010-05-16 05:26:43 +00:00
bandwidth_limit.cpp
bandwidth_manager.cpp experimental support for the BitTyrant choking algorithm 2010-02-09 03:04:41 +00:00
bandwidth_queue_entry.cpp experimental support for the BitTyrant choking algorithm 2010-02-09 03:04:41 +00:00
broadcast_socket.cpp ignore errors when setting broadcast option 2010-07-18 14:58:07 +00:00
bt_peer_connection.cpp added upload and download activity timer stats for torrents 2010-07-08 19:29:38 +00:00
connection_queue.cpp refactored socket reading code to not use async. operations unnecessarily 2010-06-18 04:43:20 +00:00
create_torrent.cpp fixed vs 2010 build 2010-04-30 19:08:16 +00:00
disk_buffer_holder.cpp
disk_io_thread.cpp attempt to support disk IO priority on linux 2010-07-24 02:54:42 +00:00
entry.cpp made the struct layout of entry be the same in debug builds as release builds to make that part of the ABI stable 2010-06-06 00:47:39 +00:00
enum_net.cpp fixed building with no IPv6 support 2009-11-27 18:46:29 +00:00
error_code.cpp made tracker errors use error_code 2010-02-23 21:53:45 +00:00
escape_string.cpp added anonymous mode to disable some particular features that might give away the user's and the client's identity 2010-04-13 04:30:34 +00:00
file.cpp added compiler warning when unicode isn't available 2010-06-06 01:18:58 +00:00
file_pool.cpp fix windows build 2010-02-03 17:13:22 +00:00
file_storage.cpp header dependency fix 2009-11-26 18:31:27 +00:00
gzip.cpp dropped dependency on zlib 2010-03-16 06:14:22 +00:00
http_connection.cpp fixed vs 2010 build 2010-04-30 19:08:16 +00:00
http_parser.cpp
http_seed_connection.cpp added feature to not count downloaded bytes from web seeds in stats 2010-07-15 06:27:44 +00:00
http_stream.cpp
http_tracker_connection.cpp add back support for ip filter files to client_test. add some logging when tracker IPs are filtered 2010-06-06 02:31:20 +00:00
i2p_stream.cpp
identify_client.cpp recognizes more clients in identify_client() 2010-04-28 16:14:27 +00:00
instantiate_connection.cpp
ip_filter.cpp fixed building with no IPv6 support 2009-11-27 18:46:29 +00:00
lazy_bdecode.cpp fixed bug in bdecoder 2010-06-15 17:00:23 +00:00
logger.cpp optimized header dependencies to lower build time 2009-11-23 08:38:50 +00:00
lsd.cpp fixed vs 2010 build 2010-04-30 19:08:16 +00:00
lt_trackers.cpp fixed DLL link issues 2009-11-30 07:03:34 +00:00
magnet_uri.cpp fix std::string::size_type type 2010-03-06 03:57:48 +00:00
metadata_transfer.cpp some sunPRO compiler support 2010-03-07 06:00:12 +00:00
mpi.c changed includes for tommath to point into the libtorrent directory 2009-11-10 17:14:53 +00:00
natpmp.cpp refactored socket reading code to not use async. operations unnecessarily 2010-06-18 04:43:20 +00:00
parse_url.cpp error_code fix. added is_error_code_enum template specialization and using the abbreviated syntax to build error_codes 2009-11-29 07:06:38 +00:00
pe_crypto.cpp changed includes for tommath to point into the libtorrent directory 2009-11-10 17:14:53 +00:00
peer_connection.cpp improved support for multi-homed clients 2010-07-17 07:13:14 +00:00
piece_picker.cpp fixed synchronization issue between download queue and piece picker 2010-05-13 06:29:33 +00:00
policy.cpp vs2010 build fixes 2010-07-22 16:49:40 +00:00
puff.cpp dropped dependency on zlib 2010-03-16 06:14:22 +00:00
session.cpp fixed build errors from last check-in 2010-07-14 07:38:35 +00:00
session_impl.cpp vs2010 build fixes 2010-07-22 16:49:40 +00:00
sha1.cpp endianness define fix 2009-10-18 20:35:18 +00:00
smart_ban.cpp removed the session mutex for improved performance 2010-07-14 04:16:38 +00:00
socket_io.cpp windows build fixes 2010-01-10 05:06:13 +00:00
socket_type.cpp optimized header dependencies to lower build time 2009-11-23 08:38:50 +00:00
socks5_stream.cpp
stat.cpp added stats_alert reporting raw transfer stats per torrent every second 2010-01-02 14:16:35 +00:00
storage.cpp fixed bug on windows when verifying resume data for a torrent where one of its directories had been removed 2010-07-24 07:06:45 +00:00
time.cpp fix windows DLL build 2010-03-31 00:31:46 +00:00
torrent.cpp fix to tracker announce code 2010-07-17 23:32:17 +00:00
torrent_handle.cpp fixed bug in torrent_handle::write_resume_data since the session mutex was removed 2010-07-24 17:10:45 +00:00
torrent_info.cpp fixed vs 2010 build 2010-04-30 19:08:16 +00:00
tracker_manager.cpp removed the session mutex for improved performance 2010-07-14 04:16:38 +00:00
udp_socket.cpp fixed rate limit bug for DHT 2010-07-28 18:43:56 +00:00
udp_tracker_connection.cpp add back support for ip filter files to client_test. add some logging when tracker IPs are filtered 2010-06-06 02:31:20 +00:00
upnp.cpp fixed vs 2010 build 2010-04-30 19:08:16 +00:00
ut_metadata.cpp fixed bug in metadata extensions combined with encryption 2010-06-18 05:44:08 +00:00
ut_pex.cpp error_code fix. added is_error_code_enum template specialization and using the abbreviated syntax to build error_codes 2009-11-29 07:06:38 +00:00
web_peer_connection.cpp added feature to not count downloaded bytes from web seeds in stats 2010-07-15 06:27:44 +00:00