.. |
aux_
|
fix deadlock when upnp or natpmp fails to start
|
2009-06-13 10:45:07 +00:00 |
extensions
|
dropped some iostream dependencies
|
2009-04-04 09:52:25 +00:00 |
kademlia
|
fix missing boost:: qualifier
|
2009-05-24 19:38:27 +00:00 |
ConvertUTF.h
|
ConvertUTF.h fixes
|
2008-12-23 19:46:58 +00:00 |
GeoIP.h
|
fixed build errors on Solaris
|
2009-01-27 08:24:48 +00:00 |
alert.hpp
|
converted some recursive mutexes to regular ones
|
2009-05-23 21:36:09 +00:00 |
alert_types.hpp
|
converted a whole lot of error strings into error_codes. Documented some previously undocumented alerts as well as all the error codes
|
2009-06-12 16:40:38 +00:00 |
alloca.hpp
|
remove unnecessary semicolon
|
2009-01-13 09:31:35 +00:00 |
allocator.hpp
|
add dllexport interface to page_aligned_allocator
|
2009-06-14 22:08:27 +00:00 |
assert.hpp
|
made assert tied to the new TORRENT_DEBUG define. Fixed two include problems that surfaced as a result
|
2008-11-30 04:50:52 +00:00 |
bandwidth_limit.hpp
|
greatly simplified the rate limiter and generalized all rate limits (peer, torrent, global) to allow for arbitrary rate limit configurations
|
2009-04-26 00:21:59 +00:00 |
bandwidth_manager.hpp
|
slight memory optimization and some header cleanup
|
2009-05-03 20:21:24 +00:00 |
bandwidth_queue_entry.hpp
|
greatly simplified the rate limiter and generalized all rate limits (peer, torrent, global) to allow for arbitrary rate limit configurations
|
2009-04-26 00:21:59 +00:00 |
bencode.hpp
|
fixed leaking exception from bdecode on malformed input. Fixes #492
|
2009-04-01 03:37:54 +00:00 |
bitfield.hpp
|
build windows python bindings with geoip support. fixes some warnings in msvc
|
2009-04-26 21:21:31 +00:00 |
broadcast_socket.hpp
|
improved IPv6 support (skips unsupported tests on windows)
|
2009-04-13 05:11:44 +00:00 |
bt_peer_connection.hpp
|
slight memory optimization and some header cleanup
|
2009-05-03 20:21:24 +00:00 |
buffer.hpp
|
first implementation of set_piece_deadline
|
2009-03-17 09:34:44 +00:00 |
chained_buffer.hpp
|
fixed boost version check. Fixes #337
|
2008-05-28 07:52:25 +00:00 |
config.hpp
|
potentially fix snprintf related build error
|
2009-06-16 16:21:10 +00:00 |
connection_queue.hpp
|
converted some recursive mutexes to regular ones
|
2009-05-23 21:36:09 +00:00 |
create_torrent.hpp
|
fixed rename_file() bug where the new name would not be saved in the resume data in some cases
|
2009-06-22 00:52:57 +00:00 |
debug.hpp
|
fix release logging build
|
2009-05-24 20:34:02 +00:00 |
disk_buffer_holder.hpp
|
some windows fixes for dynamic linking
|
2009-04-30 17:30:14 +00:00 |
disk_io_thread.hpp
|
disk stats fix
|
2009-06-14 22:20:23 +00:00 |
entry.hpp
|
fixed inconsistent use of preprocessor macro for entry::print
|
2009-06-09 22:02:02 +00:00 |
enum_net.hpp
|
windows fix
|
2008-05-04 16:10:13 +00:00 |
error_code.hpp
|
converted a whole lot of error strings into error_codes. Documented some previously undocumented alerts as well as all the error codes
|
2009-06-12 16:40:38 +00:00 |
escape_string.hpp
|
encodes urls in torrent files that needs to be encoded
|
2009-06-19 18:18:49 +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
|
define WIN32_LEAN_AND_MEAN when including windows.h
|
2009-05-28 05:10:13 +00:00 |
file_pool.hpp
|
made file_pool use std::map instead of multi-index, and use std::string::operator< instead of the quite inefficient filesystem::path::operator<
|
2009-05-09 21:11:25 +00:00 |
file_storage.hpp
|
improved support for platforms with no wchar_t and std::wstring
|
2009-03-31 08:12:35 +00:00 |
fingerprint.hpp
|
removed some dependencies on stringstream
|
2009-04-13 04:22:03 +00:00 |
gzip.hpp
|
gzip.hpp fix
|
2009-04-13 02:00:33 +00:00 |
hasher.hpp
|
added tracker exchange (tex) extension
|
2008-11-27 20:51:59 +00:00 |
http_connection.hpp
|
improved IPv6 support by announcing twice when necessary
|
2009-05-15 21:23:41 +00:00 |
http_parser.hpp
|
moved content-range parsing into http_parser and added unittest
|
2009-04-12 17:52:25 +00:00 |
http_seed_connection.hpp
|
added support for http seeds (BEP 17)
|
2008-12-30 03:54:07 +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
|
improved IPv6 support by announcing twice when necessary
|
2009-05-15 21:23:41 +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
|
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
|
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
|
cut out more IPv6 code if not supported
|
2009-04-04 16:59:53 +00:00 |
lazy_entry.hpp
|
removed iostream and boost-regex dependency in client_test
|
2009-05-13 01:02:06 +00:00 |
lsd.hpp
|
switched over to asio from boost-1.35
|
2008-05-03 16:05:42 +00:00 |
magnet_uri.hpp
|
made the examples build without exception support. added overloads of add_torrent() and add_magnet_uri() that don't throw
|
2009-02-26 07:09:56 +00:00 |
natpmp.hpp
|
fixed potential deadlock in natpmp and upnp
|
2009-06-13 08:04:53 +00:00 |
parse_url.hpp
|
converted a whole lot of error strings into error_codes. Documented some previously undocumented alerts as well as all the error codes
|
2009-06-12 16:40:38 +00:00 |
pch.hpp
|
made file_pool use std::map instead of multi-index, and use std::string::operator< instead of the quite inefficient filesystem::path::operator<
|
2009-05-09 21:11:25 +00:00 |
pe_crypto.hpp
|
formatting fixes for pe_crypto.cpp
|
2008-12-27 16:44:20 +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
|
added upload mode
|
2009-06-18 22:32:55 +00:00 |
peer_id.hpp
|
fixed magnet link parser to accept hex encoded info-hashes
|
2009-05-02 18:36:51 +00:00 |
peer_info.hpp
|
improved disk error handling and expanded use of error_code in error reporting
|
2009-06-10 08:30:55 +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
|
improved disk error handling and expanded use of error_code in error reporting
|
2009-06-10 08:30:55 +00:00 |
policy.hpp
|
fixed bug in connect candidate counter
|
2009-06-18 16:16:41 +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
|
added upload mode
|
2009-06-18 22:32:55 +00:00 |
session_settings.hpp
|
added upload mode
|
2009-06-18 22:32:55 +00:00 |
session_status.hpp
|
added queued bytes to bandwidth manager and session_stats
|
2008-12-13 05:12:12 +00:00 |
size_type.hpp
|
fixes problem whith lexical_cast being locale dependent
|
2009-01-27 06:17:55 +00:00 |
socket.hpp
|
removed some dependencies on stringstream
|
2009-04-13 04:22:03 +00:00 |
socket_type.hpp
|
merged socks4 and socks5 code and improved SOCKS error messages
|
2009-04-08 04:18:45 +00:00 |
socks5_stream.hpp
|
fix build with boost-1.34.1
|
2009-06-03 07:22:43 +00:00 |
ssl_stream.hpp
|
exception related fixes. Avoiding functions that may throw in places where exceptions shouldn't be thrown
|
2008-10-21 08:45:42 +00:00 |
stat.hpp
|
tcp/ip overhead calculation fix
|
2008-12-10 22:54:49 +00:00 |
storage.hpp
|
fixed rename_file() bug where the new name would not be saved in the resume data in some cases
|
2009-06-22 00:52:57 +00:00 |
time.hpp
|
fix warning
|
2009-05-25 09:32:50 +00:00 |
torrent.hpp
|
added upload mode
|
2009-06-18 22:32:55 +00:00 |
torrent_handle.hpp
|
added upload mode
|
2009-06-18 22:32:55 +00:00 |
torrent_info.hpp
|
remove iostream dependency
|
2009-05-30 02:37:11 +00:00 |
tracker_manager.hpp
|
fixed deadlock in http_tracker_connection
|
2009-06-09 05:51:10 +00:00 |
udp_socket.hpp
|
fixed assert in udp_socket
|
2009-04-13 17:52:45 +00:00 |
udp_tracker_connection.hpp
|
improved IPv6 support by announcing twice when necessary
|
2009-05-15 21:23:41 +00:00 |
upnp.hpp
|
fixed potential deadlock in natpmp and upnp
|
2009-06-13 08:04:53 +00:00 |
utf8.hpp
|
improved support for platforms with no wchar_t and std::wstring
|
2009-03-31 08:12:35 +00:00 |
variant_stream.hpp
|
#ifdef out parts of variant_stream that requires exceptions, when exceptions are turned off
|
2008-10-21 08:50:01 +00:00 |
version.hpp
|
bumped version number to 0.14.3 and updated set_version.py
|
2009-03-20 07:38:47 +00:00 |
web_peer_connection.hpp
|
web seed fix
|
2009-04-11 20:45:14 +00:00 |
xml_parse.hpp
|
replaced dependency on locale dependent isspace
|
2009-02-10 07:21:28 +00:00 |