.. |
aux_
|
merged i2p fix from RC_0_16
|
2013-10-27 19:56:37 +00:00 |
extensions
|
fixed DLL link issues
|
2009-11-30 07:03:34 +00:00 |
kademlia
|
improve obfuscated get_peers
|
2013-10-26 22:59:55 +00:00 |
ConvertUTF.h
|
more work on minimizing shared object export symbol table
|
2012-03-20 03:53:07 +00:00 |
GeoIP.h
|
merged mingw fix from RC_0_16
|
2012-08-21 21:54:07 +00:00 |
Makefile.am
|
fix bug in ed25519 DHT signature verification. removed RSA code as it's no longer used. add CAS feature (compare and swap) to DHT put command. update dht_store documentation
|
2013-09-03 00:45:48 +00:00 |
add_torrent_params.hpp
|
documentation fixes
|
2013-08-17 07:01:03 +00:00 |
address.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
alert.hpp
|
added some documentation
|
2013-09-01 17:34:05 +00:00 |
alert_dispatcher.hpp
|
added missing file
|
2012-05-01 05:45:05 +00:00 |
alert_manager.hpp
|
remove unused member of alert_manager
|
2013-07-19 23:31:44 +00:00 |
alert_types.hpp
|
add info_hash to torrent_delete_failed_alert
|
2013-10-27 23:39:24 +00:00 |
alloca.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
allocator.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
assert.hpp
|
minor rearranging and comments
|
2013-07-19 16:30:26 +00:00 |
bandwidth_limit.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
bandwidth_manager.hpp
|
merged some rate limiter polish from libtorrent_aio
|
2013-11-02 03:26:53 +00:00 |
bandwidth_queue_entry.hpp
|
merged some rate limiter polish from libtorrent_aio
|
2013-11-02 03:26:53 +00:00 |
bandwidth_socket.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
bencode.hpp
|
added some documentation
|
2013-08-17 02:00:41 +00:00 |
bitfield.hpp
|
documented bitfield
|
2013-09-06 02:29:21 +00:00 |
bloom_filter.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
broadcast_socket.hpp
|
low level network primitives should not be exported. Moved enum_if into tests (since it uses internal functions)
|
2013-07-20 01:02:15 +00:00 |
bt_peer_connection.hpp
|
disable invariant_check functions when invariant checks are disabled
|
2013-02-25 04:13:46 +00:00 |
buffer.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
build_config.hpp
|
move out alert_manager to its own compilation unit. remove TORRENT_DISABLE_EXTENSIONS from affecting the public API
|
2013-04-09 02:38:11 +00:00 |
chained_buffer.hpp
|
compact chained_buffer::buffer_t
|
2013-10-05 04:49:00 +00:00 |
config.hpp
|
documentation: hide internal functions, include inline functions, support section overviews, hide detail namespace
|
2013-07-21 21:23:21 +00:00 |
connection_queue.hpp
|
a bunch of fixes to make test_web_seeds a lot faster, and fail slightly fewer tests
|
2013-08-19 03:54:45 +00:00 |
copy_ptr.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
create_torrent.hpp
|
added some documentation
|
2013-08-17 02:00:41 +00:00 |
deadline_timer.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
debug.hpp
|
fix release with assert-debugging build
|
2013-03-10 20:41:26 +00:00 |
disk_buffer_holder.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
disk_buffer_pool.hpp
|
optimize some invariant checks and make test_utp shorted, to complete much faster
|
2013-10-20 06:03:23 +00:00 |
disk_io_thread.hpp
|
fix reference documentation generation
|
2013-08-04 09:02:19 +00:00 |
entry.hpp
|
documentation fixes
|
2013-08-17 07:01:03 +00:00 |
enum_net.hpp
|
low level network primitives should not be exported. Moved enum_if into tests (since it uses internal functions)
|
2013-07-20 01:02:15 +00:00 |
error.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
error_code.hpp
|
break out bdecode errors into its own category
|
2013-10-22 23:57:12 +00:00 |
escape_string.hpp
|
documentation: hide internal functions, include inline functions, support section overviews, hide detail namespace
|
2013-07-21 21:23:21 +00:00 |
extensions.hpp
|
added some documentation
|
2013-09-01 17:34:05 +00:00 |
file.hpp
|
fix python binding with shared linking
|
2013-10-04 15:45:47 +00:00 |
file_pool.hpp
|
fix build with internal_file_entry being deprecated without deprecated functions
|
2013-08-12 07:30:57 +00:00 |
file_storage.hpp
|
fix deprecation warning
|
2013-10-07 07:45:36 +00:00 |
fingerprint.hpp
|
move more documentation into headers
|
2013-08-08 01:03:54 +00:00 |
gzip.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
hasher.hpp
|
merged tracker key patch from RC_0_16
|
2013-08-31 21:06:43 +00:00 |
http_connection.hpp
|
merged shutdown fix from libtorrent_aio
|
2013-08-12 00:51:49 +00:00 |
http_parser.hpp
|
improved support for web seeds that don't support keep-alive
|
2013-10-20 02:40:43 +00:00 |
http_seed_connection.hpp
|
improved support for web seeds that don't support keep-alive
|
2013-10-20 02:40:43 +00:00 |
http_stream.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
http_tracker_connection.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
i2p_stream.hpp
|
merged i2p fix from RC_0_16
|
2013-10-28 02:41:54 +00:00 |
identify_client.hpp
|
move more documentation into headers
|
2013-08-08 01:03:54 +00:00 |
instantiate_connection.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
intrusive_ptr_base.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +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
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
io_service.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
io_service_fwd.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
ip_filter.hpp
|
move more documentation into headers
|
2013-08-08 01:03:54 +00:00 |
ip_voter.hpp
|
prioritize some more todo mark-ups
|
2013-01-21 01:40:59 +00:00 |
lazy_entry.hpp
|
break out bdecode errors into its own category
|
2013-10-22 23:57:12 +00:00 |
lsd.hpp
|
merged lsd patch from RC_0_16
|
2012-10-09 04:51:04 +00:00 |
magnet_uri.hpp
|
move some documentation over to headers and make all links in reference documentation work
|
2013-08-11 06:04:24 +00:00 |
max.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
natpmp.hpp
|
don't count pad-files as partial download pieces in the piece picker. prioritize which immutable dht items to keep also based on distance from our ID. remove some todo comments that probably should not be done
|
2013-09-14 10:08:31 +00:00 |
packet_buffer.hpp
|
disable invariant_check functions when invariant checks are disabled
|
2013-02-25 04:13:46 +00:00 |
parse_url.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
pch.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
pe_crypto.hpp
|
merged removal of AES code from RC_0_16
|
2013-08-31 20:23:58 +00:00 |
peer.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
peer_connection.hpp
|
merged some rate limiter polish from libtorrent_aio
|
2013-11-02 03:26:53 +00:00 |
peer_id.hpp
|
renamed big_number -> sha1_hash
|
2013-08-02 05:26:13 +00:00 |
peer_info.hpp
|
merged i2p fix from RC_0_16
|
2013-10-27 19:56:37 +00:00 |
peer_request.hpp
|
moved alert documentation into headers
|
2013-08-09 01:44:42 +00:00 |
piece_block_progress.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
piece_picker.hpp
|
fix valgrind build with stats logging enabled
|
2013-10-03 15:39:19 +00:00 |
policy.hpp
|
fix invalid read passed the allocation of peer_info in web_seed_entry
|
2013-10-04 04:20:50 +00:00 |
proxy_base.hpp
|
fix tests
|
2013-09-03 16:02:24 +00:00 |
ptime.hpp
|
moved alert documentation into headers
|
2013-08-09 01:44:42 +00:00 |
puff.hpp
|
dropped dependency on zlib
|
2010-03-16 06:14:22 +00:00 |
random.hpp
|
fix link error of test_dht
|
2013-09-17 08:46:50 +00:00 |
rss.hpp
|
added documentations to headers
|
2013-08-16 05:07:09 +00:00 |
session.hpp
|
add info_hash to torrent_delete_failed_alert
|
2013-10-27 23:39:24 +00:00 |
session_settings.hpp
|
add option to enforce node ID in the DHT
|
2013-10-14 01:03:43 +00:00 |
session_status.hpp
|
add more utp statistics and make the congestion controller less aggressive when the up-link is not saturated
|
2013-09-14 10:06:48 +00:00 |
settings.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
sha1_hash.hpp
|
added some documentation
|
2013-09-01 17:34:05 +00:00 |
size_type.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
sliding_average.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
socket.hpp
|
merged IPV6_V6ONLY fix from RC_0_16
|
2012-11-19 04:58:46 +00:00 |
socket_io.hpp
|
merged DHT change from RC_0_16
|
2013-10-13 23:04:40 +00:00 |
socket_type.hpp
|
merged i2p fix from RC_0_16
|
2013-10-27 19:56:37 +00:00 |
socket_type_fwd.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
socks5_stream.hpp
|
merge build fix with C++11 from RC_0_16
|
2013-09-25 19:44:29 +00:00 |
ssl_stream.hpp
|
fix ssl_stream typo
|
2013-09-03 18:14:17 +00:00 |
stat.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
storage.hpp
|
added some documentation
|
2013-09-01 17:34:05 +00:00 |
storage_defs.hpp
|
added documentations to headers
|
2013-08-16 05:07:09 +00:00 |
string_util.hpp
|
fix python binding build with shared linking
|
2013-10-06 01:30:39 +00:00 |
struct_debug.hpp
|
pull in an ed25519 implementation and replace use of RSA in the DHT with ECC. fix up makefiles
|
2013-08-18 16:01:20 +00:00 |
thread.hpp
|
added documentations to headers
|
2013-08-16 05:07:09 +00:00 |
time.hpp
|
fix integer overflow issue in timers
|
2013-11-01 09:13:14 +00:00 |
timestamp_history.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +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 missed function call in previous check-in
|
2013-09-06 05:44:38 +00:00 |
torrent_handle.hpp
|
fix some deprecation issues (use interfa)
|
2013-10-14 02:25:21 +00:00 |
torrent_info.hpp
|
improved support for web seeds that don't support keep-alive
|
2013-10-20 02:40:43 +00:00 |
tracker_manager.hpp
|
merged fix from RC_0_16
|
2013-11-02 23:08:26 +00:00 |
udp_socket.hpp
|
if setting socket send or receive buffer size fails, reset it to the previous value
|
2013-09-03 08:39:30 +00:00 |
udp_tracker_connection.hpp
|
remove unused member in udp_tracker_connection
|
2012-11-29 06:27:25 +00:00 |
union_endpoint.hpp
|
DHT memory optimization
|
2013-01-28 04:00:23 +00:00 |
upnp.hpp
|
merge build fix with C++11 from RC_0_16
|
2013-09-25 19:44:29 +00:00 |
utf8.hpp
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
utp_socket_manager.hpp
|
add more utp statistics and make the congestion controller less aggressive when the up-link is not saturated
|
2013-09-14 10:06:48 +00:00 |
utp_stream.hpp
|
if setting socket send or receive buffer size fails, reset it to the previous value
|
2013-09-03 08:39:30 +00:00 |
version.hpp
|
bump version
|
2012-11-18 04:32:22 +00:00 |
web_connection_base.hpp
|
improved support for web seeds that don't support keep-alive
|
2013-10-20 02:40:43 +00:00 |
web_peer_connection.hpp
|
improved support for web seeds that don't support keep-alive
|
2013-10-20 02:40:43 +00:00 |
xml_parse.hpp
|
split up test_primitives into more tests (in an attempt to get the link-time down within the regression test time limit)
|
2013-09-01 01:10:50 +00:00 |