premiere-libtorrent/src
Arvid Norberg 315a4cdd1e some extra precaution for m_outstanding_bytes 2009-06-28 21:50:18 +00:00
..
kademlia exception and IPv6 fixes 2009-05-14 20:38:42 +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 fixed makefiles 2009-05-25 07:47:24 +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
broadcast_socket.cpp improved IPv6 support (skips unsupported tests on windows) 2009-04-13 05:11:44 +00:00
bt_peer_connection.cpp trim tracker urls and renamed isprint to is_print 2009-06-23 01:53:47 +00:00
connection_queue.cpp fix build with boost-1.34.1 2009-06-03 07:22:43 +00:00
create_torrent.cpp merkle tree torrents use 64 kiB piece sizes 2009-06-24 21:39:15 +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 turned fast-resume errors into error_codes. fixed typo in documentation 2009-06-28 00:36:41 +00:00
entry.cpp trim tracker urls and renamed isprint to is_print 2009-06-23 01:53:47 +00:00
enum_net.cpp add compile time option to disable IPv6 support 2009-03-31 07:45:54 +00:00
error_code.cpp turned fast-resume errors into error_codes. fixed typo in documentation 2009-06-28 00:36:41 +00:00
escape_string.cpp handle torrents with duplicate filenames 2009-06-26 16:20:57 +00:00
file.cpp merged utf8_native and convert_to_native 2009-06-22 02:19:11 +00:00
file_pool.cpp added missing include 2009-05-14 20:31:44 +00:00
file_storage.cpp added support for preserving modification time of files in torrents 2009-06-23 02:50:41 +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 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
http_parser.cpp moved content-range parsing into http_parser and added unittest 2009-04-12 17:52:25 +00:00
http_seed_connection.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
http_stream.cpp fixed build errors on Solaris 2009-01-27 08:24:48 +00:00
http_tracker_connection.cpp &supportcrypto=1 fix 2009-06-19 16:38:06 +00:00
identify_client.cpp trim tracker urls and renamed isprint to is_print 2009-06-23 01:53:47 +00:00
instantiate_connection.cpp merged socks4 and socks5 code and improved SOCKS error messages 2009-04-08 04:18:45 +00:00
ip_filter.cpp cut out more IPv6 code if not supported 2009-04-04 16:59:53 +00:00
lazy_bdecode.cpp trim tracker urls and renamed isprint to is_print 2009-06-23 01:53:47 +00:00
logger.cpp dropped some iostream dependencies 2009-04-04 09:52:25 +00:00
lsd.cpp dropped some iostream dependencies 2009-04-04 09:52:25 +00:00
lt_trackers.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
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 potential deadlock in natpmp and upnp 2009-06-13 08:04:53 +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 some extra precaution for m_outstanding_bytes 2009-06-28 21:50:18 +00:00
piece_picker.cpp fixed rare piece picker bug 2009-06-28 00:32:14 +00:00
policy.cpp connect candidate counter fix 2009-06-26 05:58:24 +00:00
session.cpp fix deadlock when upnp or natpmp fails to start 2009-06-13 10:45:07 +00:00
session_impl.cpp cleaned up left-over logging 2009-06-27 19:35:20 +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 fixed bug in connect candidate counter 2009-06-18 16:16:41 +00:00
socks5_stream.cpp fix build with boost-1.34.1 2009-06-03 07:22:43 +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 turned fast-resume errors into error_codes. fixed typo in documentation 2009-06-28 00:36:41 +00:00
torrent.cpp added support for uTorrent interpretation of multi-tracker torrents (off by default) 2009-06-28 20:21:55 +00:00
torrent_handle.cpp added upload mode 2009-06-18 22:32:55 +00:00
torrent_info.cpp handle torrents with duplicate filenames 2009-06-26 16:20:57 +00:00
tracker_manager.cpp fixed tracker error race condition 2009-06-23 01:52:44 +00:00
udp_socket.cpp udp_socket fix 2009-05-31 23:48:24 +00:00
udp_tracker_connection.cpp removed unused enums 2009-06-27 21:36:31 +00:00
upnp.cpp handle torrents with duplicate filenames 2009-06-26 16:20:57 +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 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
web_peer_connection.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