premiere-libtorrent/src
Arvid Norberg 6c71a3797f USE_I2P fix 2009-10-19 02:53:36 +00:00
..
kademlia USE_IPV6 fixes 2009-10-19 02:49:20 +00:00
ConvertUTF.cpp fix utf8 build 2008-11-14 05:22:04 +00:00
GeoIP.c another GeoIP fix 2008-12-22 09:53:30 +00:00
Makefile.am simplified and optimized the DHT implementation 2009-09-20 00:23:36 +00:00
alert.cpp converted some recursive mutexes to regular ones 2009-05-23 21:36:09 +00:00
allocator.cpp fixed infinite recursion in allocator 2009-01-15 18:25:27 +00:00
assert.cpp fixed missing new line in assert message 2009-01-15 04:45:28 +00:00
bandwidth_limit.cpp Build fixes. 2009-09-17 11:22:18 +00:00
bandwidth_manager.cpp improved compile time by moving rate limiter implementation to a cpp file and making it a non-template 2009-09-16 04:41:35 +00:00
bandwidth_queue_entry.cpp Build fixes. 2009-09-17 11:22:18 +00:00
broadcast_socket.cpp fixed typo in previous check-in 2009-08-02 00:43:12 +00:00
bt_peer_connection.cpp improved sun studio support (it seems to lack a lot of stl) 2009-08-30 07:38:52 +00:00
connection_queue.cpp split socket.hpp up in multiple headers to lower build time somewhat 2009-09-16 03:46:36 +00:00
create_torrent.cpp fox windows code for get_symlink_path() (the previous implementation caused infinite recursion on windows) 2009-07-20 02:07:32 +00:00
disk_buffer_holder.cpp factor out disk_buffer_pool from disk_io_thread. refactored the file open modes to be platform independent. gave the disk_io_thread its own copy of session_settings that it shares with storage. added an unaligned_read implementation to storage. Added options to session_settings on when to open files in unbuffered mode. Added unit tests for unaligned reads 2009-01-21 07:31:49 +00:00
disk_io_thread.cpp msvc build fixes 2009-09-06 00:57:01 +00:00
entry.cpp improved sun studio support (it seems to lack a lot of stl) 2009-08-30 07:38:52 +00:00
enum_net.cpp split socket.hpp up in multiple headers to lower build time somewhat 2009-09-16 03:46:36 +00:00
error_code.cpp added I2P support 2009-08-20 03:19:12 +00:00
escape_string.cpp initial support for torrent tag store in DHT 2009-09-27 03:38:41 +00:00
file.cpp fix windows physical disk offset support 2009-09-07 05:31:29 +00:00
file_pool.cpp added missing include 2009-05-14 20:31:44 +00:00
file_storage.cpp added new alert when individual files complete 2009-07-04 04:58:24 +00:00
gzip.cpp made assert tied to the new TORRENT_DEBUG define. Fixed two include problems that surfaced as a result 2008-11-30 04:50:52 +00:00
http_connection.cpp fixed assert in http_connection 2009-09-18 19:55:41 +00:00
http_parser.cpp improved sun studio support (it seems to lack a lot of stl) 2009-08-30 07:38:52 +00:00
http_seed_connection.cpp fixed issue where web seed connections might have been disconnected in the constructor (which causes problems) 2009-08-08 15:27:07 +00:00
http_stream.cpp split socket.hpp up in multiple headers to lower build time somewhat 2009-09-16 03:46:36 +00:00
http_tracker_connection.cpp don't send stats to trackers received through tracker exchange 2009-09-25 18:17:59 +00:00
i2p_stream.cpp split socket.hpp up in multiple headers to lower build time somewhat 2009-09-16 03:46:36 +00:00
identify_client.cpp improved sun studio support (it seems to lack a lot of stl) 2009-08-30 07:38:52 +00:00
instantiate_connection.cpp added I2P support 2009-08-20 03:19:12 +00:00
ip_filter.cpp cut out more IPv6 code if not supported 2009-04-04 16:59:53 +00:00
lazy_bdecode.cpp fix print formatting bug in print_entry 2009-10-07 07:16:18 +00:00
logger.cpp dropped some iostream dependencies 2009-04-04 09:52:25 +00:00
lsd.cpp build fixes 2009-09-20 15:21:31 +00:00
lt_trackers.cpp don't send stats to trackers received through tracker exchange 2009-09-25 18:17:59 +00:00
magnet_uri.cpp fixed magnet link parser to accept hex encoded info-hashes 2009-05-02 18:36:51 +00:00
memdebug.cpp made memdebug work. include script to generate graph 2007-12-27 06:37:18 +00:00
metadata_transfer.cpp converted a whole lot of error strings into error_codes. Documented some previously undocumented alerts as well as all the error codes 2009-06-12 16:40:38 +00:00
natpmp.cpp fixed deadlock in natpmp implementation 2009-09-22 04:01:01 +00:00
parse_url.cpp converted a whole lot of error strings into error_codes. Documented some previously undocumented alerts as well as all the error codes 2009-06-12 16:40:38 +00:00
pe_crypto.cpp optimized encryption 2008-08-20 23:05:12 +00:00
peer_connection.cpp fixed division by zero in get_peer_info() 2009-10-03 15:24:59 +00:00
piece_picker.cpp fixed download piece performance bug in piece picker 2009-09-08 02:38:53 +00:00
policy.cpp USE_I2P fix 2009-10-19 02:53:36 +00:00
session.cpp fixed natpmp/upnp message typo 2009-08-28 06:48:37 +00:00
session_impl.cpp automatically caps files and connections by default to rlimit 2009-10-03 19:02:31 +00:00
sha1.cpp endianness define fix 2009-10-18 20:35:18 +00:00
smart_ban.cpp fixed disk buffer leak in smart_ban extension 2009-09-14 17:07:39 +00:00
socket_io.cpp split socket.hpp up in multiple headers to lower build time somewhat 2009-09-16 03:46:36 +00:00
socks5_stream.cpp split socket.hpp up in multiple headers to lower build time somewhat 2009-09-16 03:46:36 +00:00
stat.cpp fixed overflow issue in stats and inserted asserts to avoid similar bugs in the future 2009-07-26 23:36:55 +00:00
storage.cpp fixed incorrect error when deleting files from a torrent where not all files have been created 2009-10-08 18:21:13 +00:00
torrent.cpp added torrent_status::finished_time 2009-09-30 17:21:59 +00:00
torrent_handle.cpp add torrent priority to adjust bandwidth allocation of torrent's peers 2009-09-13 02:24:25 +00:00
torrent_info.cpp improved invalid filename character replacement 2009-09-25 15:08:28 +00:00
tracker_manager.cpp added I2P support 2009-08-20 03:19:12 +00:00
udp_socket.cpp split socket.hpp up in multiple headers to lower build time somewhat 2009-09-16 03:46:36 +00:00
udp_tracker_connection.cpp don't send stats to trackers received through tracker exchange 2009-09-25 18:17:59 +00:00
upnp.cpp split socket.hpp up in multiple headers to lower build time somewhat 2009-09-16 03:46:36 +00:00
ut_metadata.cpp converted a whole lot of error strings into error_codes. Documented some previously undocumented alerts as well as all the error codes 2009-06-12 16:40:38 +00:00
ut_pex.cpp split socket.hpp up in multiple headers to lower build time somewhat 2009-09-16 03:46:36 +00:00
web_peer_connection.cpp add filename to web seed urls that don't have one 2009-08-18 22:00:52 +00:00