premiere-libtorrent/include/libtorrent
Arvid Norberg 9a9f08f70f enables teredo support on windows 2009-01-21 01:39:13 +00:00
..
aux_ reverted async. call to torrent::start() since it creates an undesirable race condition for file operations 2009-01-02 08:58:51 +00:00
extensions added tracker exchange (tex) extension 2008-11-27 20:51:59 +00:00
kademlia added default constructor to node_entry to make it build with vs 2008 sp1 2008-12-25 22:29:06 +00:00
ConvertUTF.h ConvertUTF.h fixes 2008-12-23 19:46:58 +00:00
GeoIP.h GeoIP fixes 2008-05-12 07:14:03 +00:00
alert.hpp added missing include directive 2009-01-17 19:45:14 +00:00
alert_types.hpp added torrent_handle::read_piece(). #441 2008-12-14 19:47:02 +00:00
alloca.hpp remove unnecessary semicolon 2009-01-13 09:31:35 +00:00
allocator.hpp added include guards to allocator.hpp 2009-01-17 01:40:06 +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 separated bandwidth_manager into bandwidht_limit and bandwidth_queue_entry and fixed problems related to #225 2007-12-31 09:41:50 +00:00
bandwidth_manager.hpp fixed invariant checks in bandiwdth_manager 2008-12-14 22:59:47 +00:00
bandwidth_queue_entry.hpp fixed build issue on msvc 2008-01-27 21:03:33 +00:00
bencode.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
bitfield.hpp fixed bug in bitfield and updated test 2008-08-29 12:19:21 +00:00
broadcast_socket.hpp moved UPNP_LOGGING out of upnp.cpp and added alerts for when upnp logs something 2008-10-22 01:12:14 +00:00
bt_peer_connection.hpp removed unused member 2008-12-09 00:27:42 +00:00
buffer.hpp receive buffer optimization. added receive_buffer_size and used_receive_buffer to peer_info. changed plugin api to make use of new disk_buffer_holder type 2008-04-10 10:03:23 +00:00
chained_buffer.hpp fixed boost version check. Fixes #337 2008-05-28 07:52:25 +00:00
config.hpp fix logging build 2008-12-28 03:01:36 +00:00
connection_queue.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
create_torrent.hpp prevent torrent optimization in unit test 2009-01-19 08:46:45 +00:00
debug.hpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
disk_buffer_holder.hpp updated disk IO to support unbuffered files 2009-01-11 02:02:34 +00:00
disk_io_thread.hpp moved page_aligned_allocator to its own file and uses it in set_piece_hashes to not pass in unaligned buffers to storage read 2009-01-15 17:09:36 +00:00
entry.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
enum_net.hpp windows fix 2008-05-04 16:10:13 +00:00
error_code.hpp fix build with boost-1.36 2008-08-16 21:11:27 +00:00
escape_string.hpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +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 separate alignment requirements for file offset and buffer address 2009-01-19 09:21:21 +00:00
file_pool.hpp simplified the file interface 2008-10-19 05:03:17 +00:00
file_storage.hpp added extension for file attributes. Fixes problem when sharing Application bundles on OSX or hidden files on windows 2009-01-11 22:27:43 +00:00
fingerprint.hpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
gzip.hpp refactored gzip code and added gzip support to http_connection 2008-01-30 18:32:13 +00:00
hasher.hpp added tracker exchange (tex) extension 2008-11-27 20:51:59 +00:00
http_connection.hpp applies ip filter to trackers as well 2008-10-22 19:40:32 +00:00
http_parser.hpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
http_seed_connection.hpp added support for http seeds (BEP 17) 2008-12-30 03:54:07 +00:00
http_stream.hpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
http_tracker_connection.hpp added tracker IP to tracker_response callback and added filtering of local IPs in pex and tracker responses. #409 2008-12-01 08:48:54 +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 Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
ip_filter.hpp attempt to fix #212. Store 4 bytes and 16 bytes arrays instead of in_addr in ip-filter 2007-12-24 21:49:46 +00:00
lazy_entry.hpp added missing export directives to lazy_entry 2009-01-06 22:44:32 +00:00
lsd.hpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
magnet_uri.hpp made dump torrent create magnet links 2008-08-27 18:44:35 +00:00
natpmp.hpp fix logging build 2008-12-28 03:01:36 +00:00
parse_url.hpp improved error handling with regards to parse_url_components. For trunk, moved that function to its own file 2008-05-17 14:19:34 +00:00
pch.hpp added copyright notices in files missing them 2008-07-01 18:59:13 +00:00
pe_crypto.hpp formatting fixes for pe_crypto.cpp 2008-12-27 16:44:20 +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 session stats config build 2008-12-26 07:00:21 +00:00
peer_id.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_info.hpp added support for http seeds (BEP 17) 2008-12-30 03:54:07 +00:00
peer_request.hpp fixed overflow bug in file_progress() and bug in the parsing of dht nodes from torrent files 2006-08-27 18:38:30 +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 made the sequential download mode slightly more sequential (by letting more categories of peers request early pieces). Disabled speed affinity and prefer_whole_pieces when in sequential download mode 2009-01-14 09:07:27 +00:00
policy.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
proxy_base.hpp Make libtorrent build with boost <1.35 2008-05-20 06:03:46 +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 support for wide character paths for the GeoIP databases. Fixes #431 2008-12-21 08:48:06 +00:00
session_settings.hpp updated disk IO to support unbuffered files 2009-01-11 02:02:34 +00:00
session_status.hpp added queued bytes to bandwidth manager and session_stats 2008-12-13 05:12:12 +00:00
size_type.hpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
socket.hpp enables teredo support on windows 2009-01-21 01:39:13 +00:00
socket_type.hpp added socks4 proxy support 2007-05-30 23:35:14 +00:00
socks4_stream.hpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
socks5_stream.hpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +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 tcp/ip overhead calculation fix 2008-12-10 22:54:49 +00:00
storage.hpp added support for generating torrent files with padding files in them 2009-01-11 10:32:57 +00:00
time.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
torrent.hpp improved support for padding files by not counting them in total_wanted_done and total_wanted or progress 2009-01-14 07:41:25 +00:00
torrent_handle.hpp workaround for sparse files issue on Windows vista 2009-01-05 01:08:09 +00:00
torrent_info.hpp remove (deprecated) non-const files() from torrent_info since it opens a loop-hole to modifying the filenames without preserving the original ones 2008-12-30 17:50:34 +00:00
tracker_manager.hpp added asserts to make sure tracker_connections are shut down correctly (#451) 2008-12-25 02:05:23 +00:00
udp_socket.hpp udp_socket fix believed to fix #445 2008-12-28 01:50:55 +00:00
udp_tracker_connection.hpp applies ip filter to trackers as well 2008-10-22 19:40:32 +00:00
upnp.hpp fix logging build 2008-12-28 03:01:36 +00:00
utf8.hpp added python converter from unicode to path 2008-11-30 00:17:21 +00:00
variant_stream.hpp #ifdef out parts of variant_stream that requires exceptions, when exceptions are turned off 2008-10-21 08:50:01 +00:00
version.hpp added libtorrent version and svn revision to assert output 2009-01-14 08:41:14 +00:00
web_peer_connection.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
xml_parse.hpp replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert. 2007-10-05 00:30:00 +00:00