premiere-libtorrent/include/libtorrent
Arvid Norberg 2b7bef0f7b fix support for web servers not supporting keepalive 2014-06-15 18:02:59 +00:00
..
aux_ fix int64_t -> boost::int64_t and run distcheck on build_dist.sh script 2014-05-11 08:20:42 +00:00
extensions minor ifdef tweaks and DHT logging 2013-12-21 07:18:49 +00:00
kademlia fix warning 2014-03-23 01:41:00 +00:00
ConvertUTF.h fix build 2014-05-05 07:32:01 +00:00
GeoIP.h merged mingw fix from RC_0_16 2012-08-21 21:54:07 +00:00
Makefile.am DHT refactoring and support for storing arbitrary data with put 2013-12-27 04:28:25 +00:00
add_torrent_params.hpp support storing save_path in resume data 2014-06-12 22:39:41 +00:00
address.hpp update copyright 2014-02-23 19:12:25 +00:00
alert.hpp reference documentation cleanup 2014-04-28 04:46:33 +00:00
alert_dispatcher.hpp update copyright 2014-02-23 19:12:25 +00:00
alert_manager.hpp fix some msvc warnings 2014-05-10 03:23:05 +00:00
alert_types.hpp merged i2p_alert fix from RC_0_16 2014-03-15 22:20:19 +00:00
alloca.hpp update copyright 2014-02-23 19:12:25 +00:00
allocator.hpp update copyright 2014-02-23 19:12:25 +00:00
assert.hpp improve messaging of assert caused by precondition violation 2014-03-23 07:40:43 +00:00
bandwidth_limit.hpp update copyright 2014-02-23 19:12:25 +00:00
bandwidth_manager.hpp fix some msvc warnings 2014-05-10 03:23:05 +00:00
bandwidth_queue_entry.hpp update copyright 2014-02-23 19:12:25 +00:00
bandwidth_socket.hpp update copyright 2014-02-23 19:12:25 +00:00
bencode.hpp factor out address/endpoint I/O into it's own unit test. merge write_string from bencode and socket_io. extend unit test 2014-05-04 06:46:47 +00:00
bitfield.hpp reference documentation cleanup 2014-04-28 04:46:33 +00:00
bloom_filter.hpp update copyright 2014-02-23 19:12:25 +00:00
broadcast_socket.hpp update copyright 2014-02-23 19:12:25 +00:00
bt_peer_connection.hpp clean up peer-id in bt_peer_connection (for privacy mode) and reduce dependency on session 2014-04-22 23:37:21 +00:00
buffer.hpp update copyright 2014-02-23 19:12:25 +00:00
build_config.hpp update copyright 2014-02-23 19:12:25 +00:00
chained_buffer.hpp update copyright 2014-02-23 19:12:25 +00:00
config.hpp INT16_MIN and INT16_MAX macros for windows 2014-05-20 02:46:13 +00:00
connection_queue.hpp update copyright 2014-02-23 19:12:25 +00:00
copy_ptr.hpp update copyright 2014-02-23 19:12:25 +00:00
create_torrent.hpp update copyright 2014-02-23 19:12:25 +00:00
deadline_timer.hpp update copyright 2014-02-23 19:12:25 +00:00
debug.hpp update copyright 2014-02-23 19:12:25 +00:00
disk_buffer_holder.hpp update copyright 2014-02-23 19:12:25 +00:00
disk_buffer_pool.hpp update copyright 2014-02-23 19:12:25 +00:00
disk_io_thread.hpp merged file priority fix from RC_0_16 and keep the disk thread's file priorities up to date 2014-02-28 10:19:29 +00:00
entry.hpp fix dht_bootstrap_alert being posted. add additional alert for dht put completion. add utility to test immutable put/get. fix issue in DHT preventing stores on router nodes (even when they return write tokens). immutable put and get confirmed to be working 2014-02-28 04:02:48 +00:00
enum_net.hpp update copyright 2014-02-23 19:12:25 +00:00
error.hpp update copyright 2014-02-23 19:12:25 +00:00
error_code.hpp merged bdecode fix from RC_0_16 2014-04-04 03:21:15 +00:00
escape_string.hpp update copyright 2014-02-23 19:12:25 +00:00
extensions.hpp merged some of steven siloti's changes. expose optimistic unchoke logic to plugins 2014-05-12 07:28:34 +00:00
file.hpp merged SetFileValidData fix from RC_0_16 2014-02-23 19:13:53 +00:00
file_pool.hpp documentation fixes, and remove debug dependency on file_pool structure layout 2014-05-26 01:02:26 +00:00
file_storage.hpp merge bitfield issue fix from RC_0_16 2014-06-11 08:32:24 +00:00
fingerprint.hpp update copyright 2014-02-23 19:12:25 +00:00
gzip.hpp update copyright 2014-02-23 19:12:25 +00:00
hasher.hpp remove some old unmaintained example code. make examples depend less on libtorrent internals 2014-05-10 20:20:57 +00:00
http_connection.hpp update copyright 2014-02-23 19:12:25 +00:00
http_parser.hpp update copyright 2014-02-23 19:12:25 +00:00
http_seed_connection.hpp update copyright 2014-02-23 19:12:25 +00:00
http_stream.hpp update copyright 2014-02-23 19:12:25 +00:00
http_tracker_connection.hpp update copyright 2014-02-23 19:12:25 +00:00
i2p_stream.hpp update copyright 2014-02-23 19:12:25 +00:00
identify_client.hpp reference documentation cleanup 2014-04-28 04:46:33 +00:00
instantiate_connection.hpp update copyright 2014-02-23 19:12:25 +00:00
intrusive_ptr_base.hpp update copyright 2014-02-23 19:12:25 +00:00
invariant_check.hpp invariant check macro fixes 2014-01-21 19:26:09 +00:00
io.hpp factor out address/endpoint I/O into it's own unit test. merge write_string from bencode and socket_io. extend unit test 2014-05-04 06:46:47 +00:00
io_service.hpp update copyright 2014-02-23 19:12:25 +00:00
io_service_fwd.hpp update copyright 2014-02-23 19:12:25 +00:00
ip_filter.hpp update copyright 2014-02-23 19:12:25 +00:00
ip_voter.hpp fix ip_voter to detect changing IPs 2014-03-03 09:49:58 +00:00
lazy_entry.hpp remove some old unmaintained example code. make examples depend less on libtorrent internals 2014-05-10 20:20:57 +00:00
lsd.hpp update copyright 2014-02-23 19:12:25 +00:00
magnet_uri.hpp update copyright 2014-02-23 19:12:25 +00:00
max.hpp update copyright 2014-02-23 19:12:25 +00:00
natpmp.hpp update copyright 2014-02-23 19:12:25 +00:00
packet_buffer.hpp update copyright 2014-02-23 19:12:25 +00:00
parse_url.hpp update copyright 2014-02-23 19:12:25 +00:00
pch.hpp update copyright 2014-02-23 19:12:25 +00:00
pe_crypto.hpp update copyright 2014-02-23 19:12:25 +00:00
peer.hpp update copyright 2014-02-23 19:12:25 +00:00
peer_connection.hpp removed set_ratio feature 2014-05-03 17:11:55 +00:00
peer_id.hpp update copyright 2014-02-23 19:12:25 +00:00
peer_info.hpp removed set_ratio feature 2014-05-03 17:11:55 +00:00
peer_request.hpp update copyright 2014-02-23 19:12:25 +00:00
piece_block_progress.hpp update copyright 2014-02-23 19:12:25 +00:00
piece_picker.hpp merged streaming changes from libtorrent_aio into trunk 2014-06-06 01:26:18 +00:00
policy.hpp removed set_ratio feature 2014-05-03 17:11:55 +00:00
proxy_base.hpp update copyright 2014-02-23 19:12:25 +00:00
ptime.hpp update copyright 2014-02-23 19:12:25 +00:00
puff.hpp dropped dependency on zlib 2010-03-16 06:14:22 +00:00
random.hpp update copyright 2014-02-23 19:12:25 +00:00
rss.hpp update copyright 2014-02-23 19:12:25 +00:00
session.hpp attempt at msvc-10.0 build fix for test_dhy + small documentation note 2014-04-01 00:09:23 +00:00
session_settings.hpp improve queuing logic of inactive torrents (dont_count_slow_torrents) 2014-05-18 22:17:51 +00:00
session_status.hpp update copyright 2014-02-23 19:12:25 +00:00
settings.hpp update copyright 2014-02-23 19:12:25 +00:00
sha1_hash.hpp update copyright 2014-02-23 19:12:25 +00:00
size_type.hpp update copyright 2014-02-23 19:12:25 +00:00
sliding_average.hpp update copyright 2014-02-23 19:12:25 +00:00
socket.hpp update copyright 2014-02-23 19:12:25 +00:00
socket_io.hpp fix build and socket_io test 2014-05-04 08:20:31 +00:00
socket_type.hpp update copyright 2014-02-23 19:12:25 +00:00
socket_type_fwd.hpp update copyright 2014-02-23 19:12:25 +00:00
socks5_stream.hpp update copyright 2014-02-23 19:12:25 +00:00
ssl_stream.hpp update copyright 2014-02-23 19:12:25 +00:00
stat.hpp update copyright 2014-02-23 19:12:25 +00:00
storage.hpp reference documentation cleanup 2014-04-28 04:46:33 +00:00
storage_defs.hpp update copyright 2014-02-23 19:12:25 +00:00
string_util.hpp move string_tokenize out of i2p_stream and add unit test for it 2014-05-04 22:40:30 +00:00
thread.hpp update copyright 2014-02-23 19:12:25 +00:00
time.hpp documentation fixes 2014-04-27 20:18:11 +00:00
timestamp_history.hpp update copyright 2014-02-23 19:12:25 +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 support storing save_path in resume data 2014-06-12 22:39:41 +00:00
torrent_handle.hpp added clear_piece_deadlines() to remove all piece deadlines 2014-05-23 02:23:11 +00:00
torrent_info.hpp fix support for web servers not supporting keepalive 2014-06-15 18:02:59 +00:00
tracker_manager.hpp update copyright 2014-02-23 19:12:25 +00:00
udp_socket.hpp update copyright 2014-02-23 19:12:25 +00:00
udp_tracker_connection.hpp update copyright 2014-02-23 19:12:25 +00:00
union_endpoint.hpp update copyright 2014-02-23 19:12:25 +00:00
upnp.hpp make ignore_non_routers more forgiving in the case there are no UPnP devices at a known router. Should improve UPnP compatibility. 2014-03-10 06:47:01 +00:00
utf8.hpp update copyright 2014-02-23 19:12:25 +00:00
utp_socket_manager.hpp update copyright 2014-02-23 19:12:25 +00:00
utp_stream.hpp update copyright 2014-02-23 19:12:25 +00:00
version.hpp update copyright 2014-02-23 19:12:25 +00:00
web_connection_base.hpp update copyright 2014-02-23 19:12:25 +00:00
web_peer_connection.hpp fix support for web servers not supporting keepalive 2014-06-15 18:02:59 +00:00
xml_parse.hpp make xml_parse not be a template 2014-05-03 21:10:44 +00:00