premiere-libtorrent/src
Arvid Norberg ecb770eca7 always unlock while waiting for disk-IO 2009-12-25 16:13:35 +00:00
..
kademlia more header dependency optimizations 2009-11-25 06:55:34 +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 add socket_type.cpp to makefile 2009-12-05 16:50:07 +00:00
alert.cpp some GCC 2.95 support fixes and some BeOS support 2009-11-28 22:41:21 +00:00
allocator.cpp more beos fixes 2009-12-15 13:11:07 +00:00
assert.cpp some GCC 2.95 support fixes and some BeOS support 2009-11-28 22:41:21 +00:00
bandwidth_limit.cpp Build fixes. 2009-09-17 11:22:18 +00:00
bandwidth_manager.cpp some GCC 2.95 support fixes and some BeOS support 2009-11-28 22:41:21 +00:00
bandwidth_queue_entry.cpp Build fixes. 2009-09-17 11:22:18 +00:00
broadcast_socket.cpp IPv6 build fix 2009-12-13 16:29:58 +00:00
bt_peer_connection.cpp upload only fix 2009-12-05 16:46:10 +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 always unlock while waiting for disk-IO 2009-12-25 16:13:35 +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 fixed building with no IPv6 support 2009-11-27 18:46:29 +00:00
error_code.cpp reorganized error codes 2009-12-05 23:03:48 +00:00
escape_string.cpp more header dependency fixes and some configure header cleanup 2009-12-09 09:55:19 +00:00
file.cpp factor out page size function and make aligned allocator configurable to use posix_memalign and memalign 2009-12-09 01:55:30 +00:00
file_pool.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
file_storage.cpp header dependency fix 2009-11-26 18:31:27 +00:00
gzip.cpp http_connection gzip fix 2009-12-06 02:38:10 +00:00
http_connection.cpp http_connection gzip fix 2009-12-06 02:38:10 +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 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
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 fixed support for min-interval on tracker failures 2009-12-21 09:47:32 +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 some GCC 2.95 support fixes and some BeOS support 2009-11-28 22:41:21 +00:00
instantiate_connection.cpp added I2P support 2009-08-20 03:19:12 +00:00
ip_filter.cpp fixed building with no IPv6 support 2009-11-27 18:46:29 +00:00
lazy_bdecode.cpp improved printing of bencoded structures 2009-12-03 05:08:24 +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 fixed DLL link issues 2009-11-30 07:03:34 +00:00
magnet_uri.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
metadata_transfer.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
mpi.c changed includes for tommath to point into the libtorrent directory 2009-11-10 17:14:53 +00:00
natpmp.cpp fixed nat-pmp bug 2009-12-07 04:40:36 +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 upload only fix 2009-12-05 16:46:10 +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 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
session.cpp added session saving and loading functions 2009-12-03 05:11:57 +00:00
session_impl.cpp fix trunk build and tests build without exceptions 2009-12-16 10:42:34 +00:00
sha1.cpp endianness define fix 2009-10-18 20:35:18 +00:00
smart_ban.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
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 fixed deadlock in piece_manager 2009-12-25 16:02:45 +00:00
time.cpp more header dependency fixes and some configure header cleanup 2009-12-09 09:55:19 +00:00
torrent.cpp fixed support for min-interval on tracker failures 2009-12-21 09:47:32 +00:00
torrent_handle.cpp add load_state/save_state to python bindings and made them build 2009-12-05 07:24:22 +00:00
torrent_info.cpp fixed support for min-interval on tracker failures 2009-12-21 09:47:32 +00:00
tracker_manager.cpp fixed support for min-interval on tracker failures 2009-12-21 09:47:32 +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 added support for min_interval 2009-12-02 04:05:24 +00:00
upnp.cpp fixed more link issues on windows. examples build with shared linking on windows 2009-12-02 17:46:25 +00:00
ut_metadata.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
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 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