.. |
aux_
|
auto upload slots. opens up more slots if upload rate is not met. On by default
|
2008-01-13 11:18:18 +00:00 |
extensions
|
added a plugin 'smart_ban' that can ban peers sending bad data with higher accuracy
|
2007-12-18 06:04:54 +00:00 |
kademlia
|
removed stray space
|
2008-01-14 17:25:08 +00:00 |
alert.hpp
|
added wait_for_alert() to session. If there is at least one alert in the queue, it returns the front one in the queue, if the queue is empty, it waits until a new alert is posted and returns that one, or returns 0 if the time expires first.
|
2007-11-25 08:18:57 +00:00 |
alert_types.hpp
|
added scrape support
|
2007-11-20 22:46:27 +00:00 |
assert.hpp
|
put back #include <cassert>
|
2007-12-27 10:50:12 +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 build issue on msvc
|
2008-01-27 21:03:33 +00:00 |
bandwidth_queue_entry.hpp
|
fixed build issue on msvc
|
2008-01-27 21:03:33 +00:00 |
bencode.hpp
|
added asserts that the type of a bencoded entry is not assumed when built with no exceptions
|
2007-12-28 19:07:28 +00:00 |
broadcast_socket.hpp
|
broadcast socket header file update
|
2008-01-09 18:51:54 +00:00 |
bt_peer_connection.hpp
|
initial support for ut_metadata
|
2007-12-02 04:16:51 +00:00 |
buffer.hpp
|
fixed warning in intel-9.0
|
2007-10-07 16:42:31 +00:00 |
chained_buffer.hpp
|
replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert.
|
2007-10-05 00:30:00 +00:00 |
config.hpp
|
added TORRENT_EXPORT to assert_fail
|
2007-09-17 18:19:08 +00:00 |
connection_queue.hpp
|
asio handlers are now properly cancelled when destructing the session object, race conditions are avoided by waiting for the io service to complete all tasks
|
2007-10-26 07:14:19 +00:00 |
debug.hpp
|
made debug.hpp build without exception support
|
2007-12-29 02:03:13 +00:00 |
disk_io_thread.hpp
|
fixes #234. properly shuts down the disk io thread
|
2007-12-24 08:15:10 +00:00 |
entry.hpp
|
change to entry to support building client in debug mode and libtorrent in release mode
|
2008-01-03 03:10:25 +00:00 |
enum_net.hpp
|
proper default gateway discovery
|
2008-01-11 09:38:05 +00:00 |
escape_string.hpp
|
added magnet-uri functions and a base32 decode function
|
2007-12-03 06:03:16 +00:00 |
extensions.hpp
|
added reject and suggest hooks to peer plugins
|
2007-09-14 03:38:38 +00:00 |
file.hpp
|
merged back async_io branch into trunk
|
2007-06-10 20:46:09 +00:00 |
file_pool.hpp
|
fixed threading problem in file_pool
|
2007-04-12 05:08:23 +00:00 |
fingerprint.hpp
|
replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert.
|
2007-10-05 00:30:00 +00:00 |
hasher.hpp
|
replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert.
|
2007-10-05 00:30:00 +00:00 |
http_connection.hpp
|
fixed http_connection redirection support and added test (still requires lighttp)
|
2008-01-12 01:41:56 +00:00 |
http_parser.hpp
|
separated http_parser to its own file
|
2008-01-12 09:36:03 +00:00 |
http_stream.hpp
|
cleaned up the proxies. Factor out common code into a base class and added include guards
|
2007-05-30 09:07:33 +00:00 |
http_tracker_connection.hpp
|
separated http_parser to its own file
|
2008-01-12 09:36:03 +00:00 |
identify_client.hpp
|
fixed the tests to build with the latest version of asio. added a missing include to identify_client.hpp
|
2006-05-21 15:35:11 +00:00 |
instantiate_connection.hpp
|
cleanup. doesn't allocate sockets on the heap for no reason anymore
|
2007-10-22 04:17:26 +00:00 |
intrusive_ptr_base.hpp
|
remove use of strand
|
2008-01-08 05:47:43 +00:00 |
invariant_check.hpp
|
added option to disable invariant checks and added more build documentation
|
2008-01-13 06:17:56 +00:00 |
io.hpp
|
first attempt to implement SOCKS5 and proper HTTP proxy support. fixes #22
|
2007-04-25 18:26:35 +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 |
lsd.hpp
|
upnp, natpmp and lsd now have proper lifetime management by using intrusive_ptr
|
2007-09-29 21:31:51 +00:00 |
magnet_uri.hpp
|
added magnet-uri functions and a base32 decode function
|
2007-12-03 06:03:16 +00:00 |
natpmp.hpp
|
made natpmp build without exception support
|
2007-12-29 07:26:36 +00:00 |
pch.hpp
|
remove use of strand
|
2008-01-08 05:47:43 +00:00 |
pe_crypto.hpp
|
turned assert into TORRENT_ASSERT
|
2007-12-27 03:43:02 +00:00 |
peer.hpp
|
merged back the asio development branch
|
2006-04-25 21:04:48 +00:00 |
peer_connection.hpp
|
fixed build issue on msvc
|
2008-01-27 21:03:33 +00:00 |
peer_id.hpp
|
fixed missing include
|
2007-11-18 01:34:43 +00:00 |
peer_info.hpp
|
generalized peer read/write state
|
2008-01-13 23:46:43 +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
|
piece picker priority fix
|
2007-10-23 22:10:08 +00:00 |
policy.hpp
|
changed the way connections are disconnected. improved logging. Does not depend on exceptions anymore
|
2008-01-07 01:10:46 +00:00 |
proxy_base.hpp
|
made http_stream and proxy_base support builds with exceptions disabled
|
2007-12-28 19:26:26 +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
|
added wait_for_alert() to session. If there is at least one alert in the queue, it returns the front one in the queue, if the queue is empty, it waits until a new alert is posted and returns that one, or returns 0 if the time expires first.
|
2007-11-25 08:18:57 +00:00 |
session_settings.hpp
|
auto upload slots. opens up more slots if upload rate is not met. On by default
|
2008-01-13 11:18:18 +00:00 |
session_status.hpp
|
bandwidth limiter fixes. proper priority that cannot starve connections
|
2008-01-17 17:40:46 +00:00 |
size_type.hpp
|
removed olf workarounds for vc6.5 and added documentation for building with autotools
|
2005-08-15 18:03:57 +00:00 |
socket.hpp
|
remove use of strand
|
2008-01-08 05:47:43 +00:00 |
socket_type.hpp
|
added socks4 proxy support
|
2007-05-30 23:35:14 +00:00 |
socks4_stream.hpp
|
cleanup. doesn't allocate sockets on the heap for no reason anymore
|
2007-10-22 04:17:26 +00:00 |
socks5_stream.hpp
|
cleanup. doesn't allocate sockets on the heap for no reason anymore
|
2007-10-22 04:17:26 +00:00 |
stat.hpp
|
replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert.
|
2007-10-05 00:30:00 +00:00 |
storage.hpp
|
added first try of a mapped storage
|
2007-11-30 00:35:09 +00:00 |
time.hpp
|
added abuse protection to DHT. nodes that hammer will be ignored
|
2007-12-04 02:53:10 +00:00 |
torrent.hpp
|
fixed build issue on msvc
|
2008-01-27 21:03:33 +00:00 |
torrent_handle.hpp
|
bandwidth limiter fixes. proper priority that cannot starve connections
|
2008-01-17 17:40:46 +00:00 |
torrent_info.hpp
|
made torrent_info not rely on exception support
|
2007-12-28 20:11:10 +00:00 |
tracker_manager.hpp
|
remove use of strand
|
2008-01-08 05:47:43 +00:00 |
udp_socket.hpp
|
socks5 support for udp messages
|
2007-12-09 04:15:24 +00:00 |
udp_tracker_connection.hpp
|
remove use of strand
|
2008-01-08 05:47:43 +00:00 |
upnp.hpp
|
improved network interface enumeration and upnp device filtering
|
2008-01-11 06:49:37 +00:00 |
utf8.hpp
|
fix to previous dht fix. removed some deprication warnings on msvc-8. various fixes
|
2007-03-02 01:16:59 +00:00 |
variant_stream.hpp
|
variant_stream fix
|
2007-10-26 00:43:28 +00:00 |
version.hpp
|
added natpmp support. bumped version number to 0.13. added piece priority support to the piece picker. optmized and simplified the piece picker in the process.
|
2007-03-15 22:03:56 +00:00 |
web_peer_connection.hpp
|
fast extension fix, added some logging for fast extension messages, improved test to catch the problem
|
2008-01-02 03:18:29 +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 |