.. |
aux_
|
added redundant and failed byte counters to session
|
2008-07-11 07:30:04 +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
|
Make libtorrent build with boost <1.35
|
2008-05-20 06:03:46 +00:00 |
GeoIP.h
|
GeoIP fixes
|
2008-05-12 07:14:03 +00:00 |
alert.hpp
|
changed the alerts to have categories and to be filtered with a bitmask instead of having a severity and be filtered by a severity level.
|
2008-07-06 12:22:56 +00:00 |
alert_types.hpp
|
fixed torrent alert assert
|
2008-07-12 11:04:23 +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
|
take an estimate of the IP ACK traffic into account when rate limiting (allows setting rate limits closer to the capacity)
|
2008-05-05 17:08:14 +00:00 |
bandwidth_queue_entry.hpp
|
fixed build issue on msvc
|
2008-01-27 21:03:33 +00:00 |
bencode.hpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
bitfield.hpp
|
replaced vector<bool> with a custom bitfield type
|
2008-05-28 02:35:02 +00:00 |
broadcast_socket.hpp
|
switched over to asio from boost-1.35
|
2008-05-03 16:05:42 +00:00 |
bt_peer_connection.hpp
|
keeps track of the number of requests waiting in the send buffer and adjusts bandwidht priority accordingly in the bandwidth limiter
|
2008-07-08 00:03:08 +00:00 |
buffer.hpp
|
receive buffer optimization. added receive_buffer_size and used_receive_buffer to peer_info. changed plugin api to make use of new disk_buffer_holder type
|
2008-04-10 10:03:23 +00:00 |
chained_buffer.hpp
|
fixed boost version check. Fixes #337
|
2008-05-28 07:52:25 +00:00 |
config.hpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
connection_queue.hpp
|
switched over to asio from boost-1.35
|
2008-05-03 16:05:42 +00:00 |
create_torrent.hpp
|
separated file_storage from torrent_info and create_torrent
|
2008-05-28 08:44:40 +00:00 |
debug.hpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
disk_buffer_holder.hpp
|
disk receive buffer cleanup
|
2008-05-05 06:25:22 +00:00 |
disk_io_thread.hpp
|
exposed read cache info as well as write cache
|
2008-07-11 10:29:26 +00:00 |
entry.hpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
enum_net.hpp
|
windows fix
|
2008-05-04 16:10:13 +00:00 |
escape_string.hpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
extensions.hpp
|
switched extension handshake parsing over to use lazy_bdecode for improved performance
|
2008-07-01 08:04:12 +00:00 |
file.hpp
|
moved load_file into torrent_info.cpp to make it available on windows too. Fixed the exception free path in torrent_info
|
2008-07-01 11:00:00 +00:00 |
file_pool.hpp
|
separated file_storage from torrent_info and create_torrent
|
2008-05-28 08:44:40 +00:00 |
file_storage.hpp
|
improved accuracy of the file progress report to include completed blocks from incomplete pieces (but not partial blocks)
|
2008-07-09 10:45:07 +00:00 |
fingerprint.hpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
gzip.hpp
|
refactored gzip code and added gzip support to http_connection
|
2008-01-30 18:32:13 +00:00 |
hasher.hpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
http_connection.hpp
|
http_connection now supports connecting to all IPs a hostname resolves to, as fallbacks
|
2008-05-18 22:14:55 +00:00 |
http_parser.hpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
http_stream.hpp
|
switched over to asio from boost-1.35
|
2008-05-03 16:05:42 +00:00 |
http_tracker_connection.hpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +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
|
switched over to asio from boost-1.35
|
2008-05-03 16:05:42 +00:00 |
intrusive_ptr_base.hpp
|
remove use of strand
|
2008-01-08 05:47:43 +00:00 |
invariant_check.hpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
io.hpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +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 |
lazy_entry.hpp
|
switched resume data parsing over to use lazy_bdecode. Improves memory allocation performance, especially noticable when heap allocations are expensive. Makes it more practical to run with malloc debug. Changed resume data interface to take a vector as opposed to a parsed structure
|
2008-06-30 23:14:31 +00:00 |
lsd.hpp
|
switched over to asio from boost-1.35
|
2008-05-03 16:05:42 +00:00 |
magnet_uri.hpp
|
added magnet-uri functions and a base32 decode function
|
2007-12-03 06:03:16 +00:00 |
natpmp.hpp
|
switched over to asio from boost-1.35
|
2008-05-03 16:05:42 +00:00 |
parse_url.hpp
|
improved error handling with regards to parse_url_components. For trunk, moved that function to its own file
|
2008-05-17 14:19:34 +00:00 |
pch.hpp
|
added copyright notices in files missing them
|
2008-07-01 18:59:13 +00:00 |
pe_crypto.hpp
|
removed exceptions from pe_crypto and improved error handling
|
2008-06-28 10:10:05 +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
|
fixes to previous connection timeout check-in
|
2008-07-10 10:58:30 +00:00 |
peer_id.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_info.hpp
|
keeps track of the number of requests waiting in the send buffer and adjusts bandwidht priority accordingly in the bandwidth limiter
|
2008-07-08 00:03:08 +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
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
policy.hpp
|
improved piece timeout and peer snubbing logic
|
2008-07-07 12:04:06 +00:00 |
proxy_base.hpp
|
Make libtorrent build with boost <1.35
|
2008-05-20 06:03:46 +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
|
changed the alerts to have categories and to be filtered with a bitmask instead of having a severity and be filtered by a severity level.
|
2008-07-06 12:22:56 +00:00 |
session_settings.hpp
|
fixed parole mode with timeouts and made it optional
|
2008-07-11 09:23:22 +00:00 |
session_status.hpp
|
added redundant and failed byte counters to session
|
2008-07-11 07:30:04 +00:00 |
size_type.hpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
socket.hpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
socket_type.hpp
|
added socks4 proxy support
|
2007-05-30 23:35:14 +00:00 |
socks4_stream.hpp
|
switched over to asio from boost-1.35
|
2008-05-03 16:05:42 +00:00 |
socks5_stream.hpp
|
switched over to asio from boost-1.35
|
2008-05-03 16:05:42 +00:00 |
ssl_stream.hpp
|
Make libtorrent build with boost <1.35
|
2008-05-20 06:03:46 +00:00 |
stat.hpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
storage.hpp
|
switched resume data parsing over to use lazy_bdecode. Improves memory allocation performance, especially noticable when heap allocations are expensive. Makes it more practical to run with malloc debug. Changed resume data interface to take a vector as opposed to a parsed structure
|
2008-06-30 23:14:31 +00:00 |
time.hpp
|
make 'snubbed' more sticky by only giving one request_timeout back when a new block is being received
|
2008-07-10 19:31:22 +00:00 |
torrent.hpp
|
don't allow force_tracker_request when paused
|
2008-07-12 18:45:58 +00:00 |
torrent_handle.hpp
|
added torrent_handle::clear_error() to retry a torrent that is in an error state (torrent_status::error is set)
|
2008-07-12 17:00:52 +00:00 |
torrent_info.hpp
|
improved accuracy of the file progress report to include completed blocks from incomplete pieces (but not partial blocks)
|
2008-07-09 10:45:07 +00:00 |
tracker_manager.hpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
udp_socket.hpp
|
switched over to asio from boost-1.35
|
2008-05-03 16:05:42 +00:00 |
udp_tracker_connection.hpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
upnp.hpp
|
made it possible to export the upnp state and insert it into a different upnp instance
|
2008-06-20 16:14:10 +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
|
Make libtorrent build with boost <1.35
|
2008-05-20 06:03:46 +00:00 |
version.hpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
web_peer_connection.hpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +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 |