.. |
aux_
|
use enum class for ssl bool in listen socket (#1960)
|
2017-04-30 21:11:42 -04:00 |
extensions
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
kademlia
|
make DHT bootstrapping more robust by not throwing away nodes
|
2017-04-25 23:03:52 -04:00 |
ConvertUTF.h
|
modernize: remove redundant smart ptr get(), use fixed-width integer types (#900)
|
2016-07-10 07:31:58 -04:00 |
Makefile.am
|
create a separate DHT node for each listen socket
|
2017-04-23 19:49:49 -04:00 |
add_torrent_params.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
address.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
alert.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
alert_manager.hpp
|
avoid flooding the alert queue in client_test
|
2017-03-26 21:48:27 -04:00 |
alert_types.hpp
|
add support for utp over multiple interfaces (#1944)
|
2017-04-25 23:00:41 -04:00 |
allocator.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
announce_entry.hpp
|
announce to trackers for all listen interfaces
|
2017-04-30 08:11:56 -04:00 |
assert.hpp
|
headers, end of file, code cleanup
|
2016-12-12 23:36:45 -05:00 |
bandwidth_limit.hpp
|
fixing sign-conversion warnings, part 12, minor refactor, eol cleanup (#1670)
|
2017-02-07 00:22:30 -05:00 |
bandwidth_manager.hpp
|
make single-argument constructors explicit (#1194)
|
2016-10-08 14:07:11 -04:00 |
bandwidth_queue_entry.hpp
|
some refactor and cleanup (#1065)
|
2016-09-05 22:25:20 -04:00 |
bandwidth_socket.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
bdecode.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
bencode.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
bitfield.hpp
|
minor code cleanup (#1933)
|
2017-04-22 21:33:38 -04:00 |
block_cache.hpp
|
merged RC_1_1 into master
|
2017-04-21 01:21:31 -04:00 |
bloom_filter.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
broadcast_socket.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
bt_peer_connection.hpp
|
use span<> for peer_connection::send_buffer
|
2017-04-25 23:02:32 -04:00 |
buffer.hpp
|
minor code cleanup (#1933)
|
2017-04-22 21:33:38 -04:00 |
build_config.hpp
|
extend link compatibility check to export-extra configurations (#876)
|
2016-07-03 11:42:57 -04:00 |
chained_buffer.hpp
|
use span<> for peer_connection::send_buffer
|
2017-04-25 23:02:32 -04:00 |
choker.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
close_reason.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
config.hpp
|
introduce lt namespace alias
|
2017-04-23 23:43:58 -04:00 |
copy_ptr.hpp
|
minor code cleanup (#1933)
|
2017-04-22 21:33:38 -04:00 |
crc32c.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
create_torrent.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
deadline_timer.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
debug.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
disk_buffer_holder.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
disk_buffer_pool.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
disk_interface.hpp
|
use boost::variant for disk_io_job in/out parameter, to support holding a proper disk io buffer handle and string
|
2017-04-17 15:08:27 -04:00 |
disk_io_job.hpp
|
use boost::variant for disk_io_job in/out parameter, to support holding a proper disk io buffer handle and string
|
2017-04-17 15:08:27 -04:00 |
disk_io_thread.hpp
|
use boost::variant for disk_io_job in/out parameter, to support holding a proper disk io buffer handle and string
|
2017-04-17 15:08:27 -04:00 |
disk_io_thread_pool.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
disk_job_pool.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
disk_observer.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
ed25519.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
entry.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
enum_net.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
error.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
error_code.hpp
|
discourage forward declarations of libtorrent types, introduce forward declaration header (#1910)
|
2017-04-13 06:48:01 -07:00 |
export.hpp
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
extensions.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
file.hpp
|
make iovec_t an alias for span<char>, in preparation for removing it altogether in favour of span
|
2017-04-30 11:49:08 -04:00 |
file_pool.hpp
|
merged RC_1_1 into master
|
2017-04-21 01:21:31 -04:00 |
file_storage.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
fingerprint.hpp
|
minor code cleanup (#1933)
|
2017-04-22 21:33:38 -04:00 |
fwd.hpp
|
merged RC_1_1 into master
|
2017-04-13 07:42:32 -07:00 |
gzip.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
hasher.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
hasher512.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
heterogeneous_queue.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
hex.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
http_connection.hpp
|
announce to trackers for all listen interfaces
|
2017-04-30 08:11:56 -04:00 |
http_parser.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
http_seed_connection.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
http_stream.hpp
|
don't allocate handlers for proxy sockets in the heap, move them instead (#1342)
|
2016-11-19 22:56:34 -05:00 |
http_tracker_connection.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
i2p_stream.hpp
|
fixing sign-conversion warnings, part 5, minor refactor (#1559)
|
2017-01-16 21:51:49 -05:00 |
identify_client.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
instantiate_connection.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
invariant_check.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
io.hpp
|
merge send_message utility functions in bt_peer_connections into a template
|
2017-04-19 22:27:30 -04:00 |
io_service.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
io_service_fwd.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
ip_filter.hpp
|
fix MSVC 14.1 warnings-as-errors=on build (#1939)
|
2017-04-23 20:52:37 -04:00 |
ip_voter.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
lazy_entry.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
link.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
linked_list.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
lsd.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
magnet_uri.hpp
|
merged RC_1_1 into master
|
2017-04-13 07:42:32 -07:00 |
natpmp.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
netlink.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
operations.hpp
|
minor code cleanup (#1933)
|
2017-04-22 21:33:38 -04:00 |
packet_buffer.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
packet_pool.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
parse_url.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
part_file.hpp
|
generalize part_file::export_file to pass back the buffers to a callback function
|
2017-04-15 20:01:18 -04:00 |
pe_crypto.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
peer.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
peer_class.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
peer_class_set.hpp
|
improve deprecated markup (#1823)
|
2017-03-17 20:41:47 -04:00 |
peer_class_type_filter.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
peer_connection.hpp
|
use span<> for peer_connection::send_buffer
|
2017-04-25 23:02:32 -04:00 |
peer_connection_handle.hpp
|
merge send_message utility functions in bt_peer_connections into a template
|
2017-04-19 22:27:30 -04:00 |
peer_connection_interface.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
peer_id.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
peer_info.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
peer_list.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
peer_request.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
performance_counters.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
piece_block.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
piece_block_progress.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
piece_picker.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
platform_util.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
proxy_base.hpp
|
don't allocate handlers for proxy sockets in the heap, move them instead (#1342)
|
2016-11-19 22:56:34 -05:00 |
puff.hpp
|
update puff.c for gzip inflation (#1022)
|
2016-08-21 14:43:44 -04:00 |
random.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
read_resume_data.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
receive_buffer.hpp
|
make single-argument constructors explicit (#1194)
|
2016-10-08 14:07:11 -04:00 |
request_blocks.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
resolve_links.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
resolver.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
resolver_interface.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
session.hpp
|
discourage forward declarations of libtorrent types, introduce forward declaration header (#1910)
|
2017-04-13 06:48:01 -07:00 |
session_handle.hpp
|
avoid connections to trackers when the event is stopped and stop_tracker_timeout <= 0 (#1932)
|
2017-04-22 18:33:26 -04:00 |
session_settings.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
session_stats.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
session_status.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
settings_pack.hpp
|
create a separate DHT node for each listen socket
|
2017-04-23 19:49:49 -04:00 |
sha1.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
sha1_hash.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
sha512.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
sliding_average.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
socket.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
socket_io.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
socket_type.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
socket_type_fwd.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
socks5_stream.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
span.hpp
|
improve span container constructor
|
2017-04-28 08:17:57 -04:00 |
ssl_stream.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
stack_allocator.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
stat.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
stat_cache.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
storage.hpp
|
merged RC_1_1 into master
|
2017-04-21 01:21:31 -04:00 |
storage_defs.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
string_util.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
string_view.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
tailqueue.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
time.hpp
|
use 32 bit time points in torrent (#1662)
|
2017-02-05 19:18:06 -05:00 |
timestamp_history.hpp
|
general modernization (#836)
|
2016-06-20 11:32:06 -04:00 |
torrent.hpp
|
need_save_resume_data() will no longer return true every 15 minutes. If clients want to save resume data regularly, they can call save_resume_data() with whatever interval they choose
|
2017-04-23 20:53:09 -04:00 |
torrent_handle.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
torrent_info.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
torrent_peer.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
torrent_peer_allocator.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
torrent_status.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
tracker_manager.hpp
|
announce to trackers for all listen interfaces
|
2017-04-30 08:11:56 -04:00 |
udp_socket.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
udp_tracker_connection.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
union_endpoint.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
units.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
upnp.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
utf8.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
utp_socket_manager.hpp
|
add support for utp over multiple interfaces (#1944)
|
2017-04-25 23:00:41 -04:00 |
utp_stream.hpp
|
add support for utp over multiple interfaces (#1944)
|
2017-04-25 23:00:41 -04:00 |
vector_utils.hpp
|
modernize vector_utils.hpp
|
2016-12-23 17:37:44 -08:00 |
version.hpp
|
introduce lt namespace alias
|
2017-04-23 23:43:58 -04:00 |
web_connection_base.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
web_peer_connection.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
write_resume_data.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
xml_parse.hpp
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |