premiere-libtorrent/src
Arvid Norberg 6381eaee54 clean up in magnet_uri.cpp 2009-11-24 18:42:58 +00:00
..
kademlia optimized header dependencies to lower build time 2009-11-23 08:38:50 +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 configure.ac: drop dependencies on boost.filesystem and boost.thread libraries 2009-11-02 02:10:38 +00:00
alert.cpp optimized header dependencies to lower build time 2009-11-23 08:38:50 +00:00
allocator.cpp fixed infinite recursion in allocator 2009-01-15 18:25:27 +00:00
assert.cpp some compatibility fixes. 2009-10-20 16:44:11 +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 fix build issue with older versions of boost 2009-11-16 07:42:50 +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 optimized header dependencies to lower build time 2009-11-23 08:38:50 +00:00
create_torrent.cpp some vs2010 fixes 2009-11-22 23:55:54 +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 optimized header dependencies to lower build time 2009-11-23 08:38:50 +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 optimized header dependencies to lower build time 2009-11-23 08:38:50 +00:00
file.cpp some vs2010 fixes 2009-11-22 23:55:54 +00:00
file_pool.cpp replaced boost.filesystem with custom functions (improves efficiency and drops unnecessary dependencies and improves libtorrent portability) 2009-10-26 01:29:39 +00:00
file_storage.cpp replaced boost.filesystem with custom functions (improves efficiency and drops unnecessary dependencies and improves libtorrent portability) 2009-10-26 01:29:39 +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 optimized header dependencies to lower build time 2009-11-23 08:38:50 +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 optimized header dependencies to lower build time 2009-11-23 08:38:50 +00:00
lsd.cpp fixed logging bug in local service discovery 2009-11-24 18:42:36 +00:00
lt_trackers.cpp made it possible to build without RTTI 2009-11-02 20:43:38 +00:00
magnet_uri.cpp clean up in magnet_uri.cpp 2009-11-24 18:42:58 +00:00
metadata_transfer.cpp made it possible to build without RTTI 2009-11-02 20:43:38 +00:00
mpi.c changed includes for tommath to point into the libtorrent directory 2009-11-10 17:14:53 +00:00
natpmp.cpp optimized header dependencies to lower build time 2009-11-23 08:38:50 +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 changed includes for tommath to point into the libtorrent directory 2009-11-10 17:14:53 +00:00
peer_connection.cpp optimized header dependencies to lower build time 2009-11-23 08:38:50 +00:00
piece_picker.cpp got rid of the last recursive mutexes. abstracted the threading primitives (and switched over to use asio's internal ones). 2009-10-20 02:49:56 +00:00
policy.cpp optimized header dependencies to lower build time 2009-11-23 08:38:50 +00:00
session.cpp optimized header dependencies to lower build time 2009-11-23 08:38:50 +00:00
session_impl.cpp optimized header dependencies to lower build time 2009-11-23 08:38:50 +00:00
sha1.cpp endianness define fix 2009-10-18 20:35:18 +00:00
smart_ban.cpp another header optimization 2009-11-23 17:05:26 +00:00
socket_io.cpp optimized header dependencies to lower build time 2009-11-23 08:38:50 +00:00
socket_type.cpp optimized header dependencies to lower build time 2009-11-23 08:38:50 +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 some msvc warnings 2009-10-26 02:26:15 +00:00
storage.cpp optimized header dependencies to lower build time 2009-11-23 08:38:50 +00:00
torrent.cpp optimized header dependencies to lower build time 2009-11-23 08:38:50 +00:00
torrent_handle.cpp replaced boost.filesystem with custom functions (improves efficiency and drops unnecessary dependencies and improves libtorrent portability) 2009-10-26 01:29:39 +00:00
torrent_info.cpp optimized header dependencies to lower build time 2009-11-23 08:38:50 +00:00
tracker_manager.cpp optimized header dependencies to lower build time 2009-11-23 08:38:50 +00:00
udp_socket.cpp removed floating point operation in rate limited udp socket 2009-11-01 03:18:00 +00:00
udp_tracker_connection.cpp optimized header dependencies to lower build time 2009-11-23 08:38:50 +00:00
upnp.cpp got rid of the last recursive mutexes. abstracted the threading primitives (and switched over to use asio's internal ones). 2009-10-20 02:49:56 +00:00
ut_metadata.cpp made it possible to build without RTTI 2009-11-02 20:43:38 +00:00
ut_pex.cpp made it possible to build without RTTI 2009-11-02 20:43:38 +00:00
web_peer_connection.cpp fixed web seed for windows 2009-10-30 03:42:29 +00:00