premiere-libtorrent/include/libtorrent
Arvid Norberg ac0f9d8f9c switched over buffer to use realloc/free 2009-11-11 05:24:57 +00:00
..
aux_ fixed some compiler warnings 2009-11-11 05:22:57 +00:00
extensions dropped some iostream dependencies 2009-04-04 09:52:25 +00:00
kademlia fixed msvc warning 2009-10-29 22:55:00 +00:00
ConvertUTF.h ConvertUTF.h fixes 2008-12-23 19:46:58 +00:00
GeoIP.h fixed build errors on Solaris 2009-01-27 08:24:48 +00:00
Makefile.am configure.ac: drop dependencies on boost.filesystem and boost.thread libraries 2009-11-02 02:10:38 +00:00
alert.hpp introduced alert_cast 2009-11-02 03:34:16 +00:00
alert_types.hpp improved alert message when torrent doesn't have metadata 2009-10-31 23:28:37 +00:00
alloca.hpp alloca build fixes 2009-09-06 23:56:07 +00:00
allocator.hpp add dllexport interface to page_aligned_allocator 2009-06-14 22:08:27 +00:00
assert.hpp 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
bandwidth_limit.hpp 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_manager.hpp 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
bandwidth_queue_entry.hpp 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_socket.hpp 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
bencode.hpp fixed leaking exception from bdecode on malformed input. Fixes #492 2009-04-01 03:37:54 +00:00
bitfield.hpp improved sun studio support (it seems to lack a lot of stl) 2009-08-30 07:38:52 +00:00
broadcast_socket.hpp split socket.hpp up in multiple headers to lower build time somewhat 2009-09-16 03:46:36 +00:00
bt_peer_connection.hpp made it possible to build without RTTI 2009-11-02 20:43:38 +00:00
buffer.hpp switched over buffer to use realloc/free 2009-11-11 05:24:57 +00:00
chained_buffer.hpp fixed boost version check. Fixes #337 2008-05-28 07:52:25 +00:00
config.hpp added support for using libtommath instead of libgcrypt or libcrypto for bittorrent encryption 2009-11-09 07:26:40 +00:00
connection_queue.hpp 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
create_torrent.hpp replaced boost.filesystem with custom functions (improves efficiency and drops unnecessary dependencies and improves libtorrent portability) 2009-10-26 01:29:39 +00:00
deadline_timer.hpp USE_BOOST_DATE_TIME fix 2009-10-19 03:01:15 +00:00
debug.hpp replaced boost.filesystem with custom functions (improves efficiency and drops unnecessary dependencies and improves libtorrent portability) 2009-10-26 01:29:39 +00:00
disk_buffer_holder.hpp some windows fixes for dynamic linking 2009-04-30 17:30:14 +00:00
disk_io_thread.hpp 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
entry.hpp build fix 2009-07-21 08:44:27 +00:00
enum_net.hpp split socket.hpp up in multiple headers to lower build time somewhat 2009-09-16 03:46:36 +00:00
error_code.hpp improved sun studio support (it seems to lack a lot of stl) 2009-08-30 07:38:52 +00:00
escape_string.hpp fixed web seed for windows 2009-10-30 03:42:29 +00:00
extensions.hpp switched extension handshake parsing over to use lazy_bdecode for improved performance 2008-07-01 08:04:12 +00:00
file.hpp 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_pool.hpp 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.hpp replaced boost.filesystem with custom functions (improves efficiency and drops unnecessary dependencies and improves libtorrent portability) 2009-10-26 01:29:39 +00:00
fingerprint.hpp removed some dependencies on stringstream 2009-04-13 04:22:03 +00:00
gzip.hpp gzip.hpp fix 2009-04-13 02:00:33 +00:00
hasher.hpp added support for libgcrypt 2009-11-08 03:09:19 +00:00
http_connection.hpp split socket.hpp up in multiple headers to lower build time somewhat 2009-09-16 03:46:36 +00:00
http_parser.hpp removed the last dependency on iostream and lexical cast 2009-08-25 18:13:46 +00:00
http_seed_connection.hpp made it possible to build without RTTI 2009-11-02 20:43:38 +00:00
http_stream.hpp removed the last dependency on iostream and lexical cast 2009-08-25 18:13:46 +00:00
http_tracker_connection.hpp added I2P support 2009-08-20 03:19:12 +00:00
i2p_stream.hpp split socket.hpp up in multiple headers to lower build time somewhat 2009-09-16 03:46:36 +00:00
identify_client.hpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
instantiate_connection.hpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
intrusive_ptr_base.hpp remove use of strand 2008-01-08 05:47:43 +00:00
invariant_check.hpp fixed compiler flags in pkg-config file and made header files not depend on the NDEBUG define 2008-11-29 21:33:21 +00:00
io.hpp improved sun studio support (it seems to lack a lot of stl) 2009-08-30 07:38:52 +00:00
ip_filter.hpp improved sun studio support (it seems to lack a lot of stl) 2009-08-30 07:38:52 +00:00
lazy_entry.hpp simplified and optimized the DHT implementation 2009-09-20 00:23:36 +00:00
lsd.hpp 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
magnet_uri.hpp replaced boost.filesystem with custom functions (improves efficiency and drops unnecessary dependencies and improves libtorrent portability) 2009-10-26 01:29:39 +00:00
natpmp.hpp 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
parse_url.hpp 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
pch.hpp replaced boost.filesystem with custom functions (improves efficiency and drops unnecessary dependencies and improves libtorrent portability) 2009-10-26 01:29:39 +00:00
pe_crypto.hpp added support for using libtommath instead of libgcrypt or libcrypto for bittorrent encryption 2009-11-09 07:26:40 +00:00
peer.hpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
peer_connection.hpp made it possible to build without RTTI 2009-11-02 20:43:38 +00:00
peer_id.hpp fixed msvc build 2009-10-04 23:46:29 +00:00
peer_info.hpp split socket.hpp up in multiple headers to lower build time somewhat 2009-09-16 03:46:36 +00:00
peer_request.hpp some compatibility fixes. 2009-10-20 16:44:11 +00:00
piece_block_progress.hpp added the ability to build libtorrent as a shared library. Fixed bugs with deleting of incomplete types (replaced auto_ptr with scoped_ptr). Made the string converter fall back on windows local code page if utf-8 decoding failed. 2005-11-01 18:30:39 +00:00
piece_picker.hpp some compatibility fixes. 2009-10-20 16:44:11 +00:00
policy.hpp improved sun studio support (it seems to lack a lot of stl) 2009-08-30 07:38:52 +00:00
proxy_base.hpp fixed some compiler warnings 2009-11-11 05:22:57 +00:00
random_sample.hpp replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert. 2007-10-05 00:30:00 +00:00
session.hpp more unicode and wstring fixes 2009-10-29 18:12:43 +00:00
session_settings.hpp increased the number of peers returned from the DHT 2009-10-26 22:44:49 +00:00
session_status.hpp more DHT fixes and simplifications 2009-10-09 02:34:25 +00:00
size_type.hpp fixes problem whith lexical_cast being locale dependent 2009-01-27 06:17:55 +00:00
socket.hpp split socket.hpp up in multiple headers to lower build time somewhat 2009-09-16 03:46:36 +00:00
socket_io.hpp simplified and optimized the DHT implementation 2009-09-20 00:23:36 +00:00
socket_type.hpp added I2P support 2009-08-20 03:19:12 +00:00
socks5_stream.hpp removed the last dependency on iostream and lexical cast 2009-08-25 18:13:46 +00:00
ssl_stream.hpp exception related fixes. Avoiding functions that may throw in places where exceptions shouldn't be thrown 2008-10-21 08:45:42 +00:00
stat.hpp fixed some msvc warnings 2009-10-26 02:26:15 +00:00
storage.hpp replaced boost.filesystem with custom functions (improves efficiency and drops unnecessary dependencies and improves libtorrent portability) 2009-10-26 01:29:39 +00:00
thread.hpp 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
time.hpp Build fixes. 2009-09-17 11:22:18 +00:00
tommath.h changed includes for tommath to point into the libtorrent directory 2009-11-10 17:14:53 +00:00
tommath_class.h changed includes for tommath to point into the libtorrent directory 2009-11-10 17:14:53 +00:00
tommath_superclass.h changed includes for tommath to point into the libtorrent directory 2009-11-10 17:14:53 +00:00
torrent.hpp fix comparison operator of web_seed_entry 2009-10-26 20:12:57 +00:00
torrent_handle.hpp 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.hpp replaced boost.filesystem with custom functions (improves efficiency and drops unnecessary dependencies and improves libtorrent portability) 2009-10-26 01:29:39 +00:00
tracker_manager.hpp fixed some compiler warnings 2009-11-11 05:22:57 +00:00
udp_socket.hpp 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
udp_tracker_connection.hpp improved IPv6 support by announcing twice when necessary 2009-05-15 21:23:41 +00:00
upnp.hpp 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
utf8.hpp replaced boost.filesystem with custom functions (improves efficiency and drops unnecessary dependencies and improves libtorrent portability) 2009-10-26 01:29:39 +00:00
variant_stream.hpp split socket.hpp up in multiple headers to lower build time somewhat 2009-09-16 03:46:36 +00:00
version.hpp bumped version number to 0.14.3 and updated set_version.py 2009-03-20 07:38:47 +00:00
web_peer_connection.hpp made it possible to build without RTTI 2009-11-02 20:43:38 +00:00
xml_parse.hpp replaced dependency on locale dependent isspace 2009-02-10 07:21:28 +00:00