premiere-libtorrent/include/libtorrent
Arvid Norberg 92bcb9ebfd feature to encrypt peer connections with a secret AES-256 key stored in .torrent file 2011-09-05 05:50:41 +00:00
..
aux_ feature to encrypt peer connections with a secret AES-256 key stored in .torrent file 2011-09-05 05:50:41 +00:00
extensions fixed DLL link issues 2009-11-30 07:03:34 +00:00
kademlia updated IP->ID formula for DHT 2011-05-26 17:04:53 +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 add missing header file to makfile 2011-08-02 16:59:03 +00:00
add_torrent_params.hpp added option to replace trackers or add trackers when loading trackers from resume data 2011-04-10 21:33:29 +00:00
address.hpp include config.hpp 2009-11-27 22:02:26 +00:00
alert.hpp fix signature for set_alert_mask 2011-06-13 16:46:46 +00:00
alert_types.hpp add performance warning when disk write queue exceeds half of the write cache size 2011-03-16 07:45:51 +00:00
alloca.hpp some sunPRO compiler support 2010-03-07 06:00:12 +00:00
allocator.hpp fully support unbuffered I/O 2011-02-22 02:53:26 +00:00
assert.hpp fix production assert 2011-08-14 23:55:41 +00:00
bandwidth_limit.hpp fixed some msvc warnings 2010-10-16 15:24:45 +00:00
bandwidth_manager.hpp support release asserts 2011-05-08 09:04:59 +00:00
bandwidth_queue_entry.hpp fixed DLL link issues 2009-11-30 07:03:34 +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 some msvc warnings 2010-12-19 09:50:58 +00:00
bitfield.hpp make electric fence happy by not allocating 0 bytes 2011-01-19 08:41:39 +00:00
bloom_filter.hpp support DHT scrape 2011-05-23 00:45:36 +00:00
broadcast_socket.hpp clean up broadcasting 2011-02-17 06:47:26 +00:00
bt_peer_connection.hpp feature to encrypt peer connections with a secret AES-256 key stored in .torrent file 2011-09-05 05:50:41 +00:00
buffer.hpp fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way 2011-02-21 05:24:41 +00:00
build_config.hpp fixed performance counter macro 2010-10-24 08:08:24 +00:00
chained_buffer.hpp move the code of chained buffer out to its own cpp file 2011-08-13 23:01:38 +00:00
config.hpp honor IOV_MAX when using writev and readv 2011-09-05 05:47:50 +00:00
connection_queue.hpp attempt to fix crash in udp_socket when using a broken socks5 proxy 2011-05-14 22:25:49 +00:00
copy_ptr.hpp fixed some msvc warnings 2010-10-16 15:24:45 +00:00
create_torrent.hpp feature to encrypt peer connections with a secret AES-256 key stored in .torrent file 2011-09-05 05:50:41 +00:00
deadline_timer.hpp some GCC 2.95 support fixes and some BeOS support 2009-11-28 22:41:21 +00:00
debug.hpp debug logging fix 2011-01-16 22:28:31 +00:00
disk_buffer_holder.hpp fully support unbuffered I/O 2011-02-22 02:53:26 +00:00
disk_buffer_pool.hpp add missing files 2011-08-01 08:03:26 +00:00
disk_io_thread.hpp move disk_buffer_pool out to its own file 2011-07-31 02:24:36 +00:00
entry.hpp fixed typo 2010-06-06 01:39:05 +00:00
enum_net.hpp merged uTP branch into trunk (yay) 2010-11-29 01:33:05 +00:00
error.hpp fixed windows build 2009-11-27 07:08:47 +00:00
error_code.hpp support for dont-have extension message 2011-08-07 00:41:13 +00:00
escape_string.hpp generalized string conversion for libc 2011-02-22 03:09:13 +00:00
extensions.hpp support for dont-have extension message 2011-08-07 00:41:13 +00:00
file.hpp support locking files 2011-06-09 06:08:24 +00:00
file_pool.hpp close files in separate thread on systems where close() may block (Mac OS X for instance) 2011-08-07 04:41:10 +00:00
file_storage.hpp fix file_storage copy constructor (would break python bindings) 2011-06-06 07:47:29 +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 dropped dependency on zlib 2010-03-16 06:14:22 +00:00
http_connection.hpp initial attempt at verifying the certificate of ssl trackers, by including the certificate in the .torrent file 2011-08-28 21:06:15 +00:00
http_parser.hpp fixed bug in web_connection_base when receiving chunked encoding and made sure the unit tests pass 2011-03-24 16:46:26 +00:00
http_seed_connection.hpp fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way 2011-02-21 05:24:41 +00:00
http_stream.hpp windows build fixes 2010-12-01 05:47:18 +00:00
http_tracker_connection.hpp fixed tracker timeout handling 2010-11-18 01:06:33 +00:00
i2p_stream.hpp some more missing includes 2010-09-01 15:44:33 +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 support a separate option to use proxies for peers or not 2011-01-24 03:24:28 +00:00
intrusive_ptr_base.hpp fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way 2011-02-21 05:24:41 +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 fixed clang build warning 2011-03-09 03:59:59 +00:00
io_service.hpp fixed windows build 2009-11-27 07:08:47 +00:00
io_service_fwd.hpp optimized header dependencies to lower build time 2009-11-23 08:38:50 +00:00
ip_filter.hpp fixed some msvc warnings 2010-12-19 09:50:58 +00:00
lazy_entry.hpp fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way 2011-02-21 05:24:41 +00:00
lsd.hpp fixed broadcast_lsd option. in trunk, redefined it to only broadcast every 8th packet 2011-02-16 10:16:52 +00:00
magnet_uri.hpp fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way 2011-02-21 05:24:41 +00:00
max.hpp merged uTP branch into trunk (yay) 2010-11-29 01:33:05 +00:00
natpmp.hpp support requesting UPnP and NAT-PMP routers for our external IP address 2010-12-05 20:40:28 +00:00
packet_buffer.hpp packet buffer comment fix and support for inserting NULLs 2011-01-30 19:35:20 +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 dropped dependency on zlib 2010-03-16 06:14:22 +00:00
pe_crypto.hpp feature to encrypt peer connections with a secret AES-256 key stored in .torrent file 2011-09-05 05:50:41 +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 feature to encrypt peer connections with a secret AES-256 key stored in .torrent file 2011-09-05 05:50:41 +00:00
peer_id.hpp fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way 2011-02-21 05:24:41 +00:00
peer_info.hpp add more default reporting about the request and download queue of peers to track end-game stall issue 2011-06-06 04:24:12 +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 msvc build fix 2011-08-16 09:22:41 +00:00
policy.hpp memory usage optimization in policy::peer 2011-06-01 06:47:57 +00:00
proxy_base.hpp fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way 2011-02-21 05:24:41 +00:00
ptime.hpp fixed more link issues on windows. examples build with shared linking on windows 2009-12-02 17:46:25 +00:00
puff.hpp dropped dependency on zlib 2010-03-16 06:14:22 +00:00
random.hpp add missing files 2011-02-26 17:59:34 +00:00
rsa.hpp add support for mutable put/get functions in DHT 2011-05-25 02:26:07 +00:00
rss.hpp rss fixes 2011-03-23 02:46:22 +00:00
session.hpp fix build error caused by stupid openssl macro 2011-08-31 20:40:29 +00:00
session_settings.hpp clean up encryption code some 2011-08-29 02:00:17 +00:00
session_status.hpp report number of peers blocked on disk in session_status 2011-01-30 10:04:15 +00:00
settings.hpp fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way 2011-02-21 05:24:41 +00:00
size_type.hpp fixes problem whith lexical_cast being locale dependent 2009-01-27 06:17:55 +00:00
sliding_average.hpp make disk timing be average over the last second. fixed some other bugs in previous changes 2011-06-26 19:45:33 +00:00
socket.hpp merged uTP branch into trunk (yay) 2010-11-29 01:33:05 +00:00
socket_io.hpp more robust mechanism to determine external IP 2010-12-24 01:31:41 +00:00
socket_type.hpp merged uTP branch into trunk (yay) 2010-11-29 01:33:05 +00:00
socket_type_fwd.hpp optimized header dependencies to lower build time 2009-11-23 08:38:50 +00:00
socks5_stream.hpp windows build fixes 2010-12-01 05:47:18 +00:00
ssl_stream.hpp generalize SSL support to also include web seeds (and in theory regular peers) 2010-10-12 08:57:43 +00:00
stat.hpp introduce a lower pass download/upload rate and report in session log 2011-03-27 20:58:43 +00:00
storage.hpp solaris fixes 2011-09-04 23:29:47 +00:00
storage_defs.hpp deprecated compact storage allocation 2011-08-22 00:51:14 +00:00
thread.hpp fix beos build 2011-07-20 05:14:25 +00:00
time.hpp fixed more link issues on windows. examples build with shared linking on windows 2009-12-02 17:46:25 +00:00
timestamp_history.hpp merged uTP branch into trunk (yay) 2010-11-29 01:33:05 +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 feature to encrypt peer connections with a secret AES-256 key stored in .torrent file 2011-09-05 05:50:41 +00:00
torrent_handle.hpp back ported feature to expose which pieces have been verified in seed_mode and exposes it in client_test (initially implemented in the libtorrent_aio branch) 2011-08-07 07:19:18 +00:00
torrent_info.hpp feature to encrypt peer connections with a secret AES-256 key stored in .torrent file 2011-09-05 05:50:41 +00:00
tracker_manager.hpp initial attempt at verifying the certificate of ssl trackers, by including the certificate in the .torrent file 2011-08-28 21:06:15 +00:00
udp_socket.hpp support release asserts 2011-05-08 09:04:59 +00:00
udp_tracker_connection.hpp fixed tracker timeout handling 2010-11-18 01:06:33 +00:00
union_endpoint.hpp renamed union hack 2010-03-12 18:30:18 +00:00
upnp.hpp support release asserts 2011-05-08 09:04:59 +00:00
utf8.hpp don't dereference empty strings 2010-07-24 06:46:58 +00:00
utp_socket_manager.hpp merged uTP branch into trunk (yay) 2010-11-29 01:33:05 +00:00
utp_stream.hpp measure uTP send delay and log it in stats log. change unit on times to seconds (from milliseconds and microseconds) 2011-06-21 07:44:13 +00:00
version.hpp added option to set file priorities when adding torrents 2010-07-15 01:14:36 +00:00
web_connection_base.hpp generalize SSL support to also include web seeds (and in theory regular peers) 2010-10-12 08:57:43 +00:00
web_peer_connection.hpp fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way 2011-02-21 05:24:41 +00:00
xml_parse.hpp fix beos build 2011-07-20 05:14:25 +00:00