.. |
aux_
|
improved support for platforms with no wchar_t and std::wstring
|
2009-03-31 08:12:35 +00:00 |
extensions
|
…
|
|
kademlia
|
small dht status cleanup
|
2009-01-23 10:36:07 +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
|
alert improvements
|
2009-02-21 10:21:28 +00:00 |
alert_types.hpp
|
logging build fix and indentation fix
|
2009-03-27 17:14:15 +00:00 |
alloca.hpp
|
remove unnecessary semicolon
|
2009-01-13 09:31:35 +00:00 |
allocator.hpp
|
added include guards to allocator.hpp
|
2009-01-17 01:40:06 +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
|
…
|
|
bandwidth_manager.hpp
|
fixed invariant checks in bandiwdth_manager
|
2008-12-14 22:59:47 +00:00 |
bandwidth_queue_entry.hpp
|
…
|
|
bencode.hpp
|
replaced std::isdigit with is_digit, to avoid asserts on windows and locale dependency. Fixes #484
|
2009-02-18 06:01:24 +00:00 |
bitfield.hpp
|
memcpy/memset build issue in bitfield.hpp
|
2009-02-22 21:01:51 +00:00 |
broadcast_socket.hpp
|
…
|
|
bt_peer_connection.hpp
|
initial support for merkle hash tree torrents
|
2009-03-13 06:09:39 +00:00 |
buffer.hpp
|
first implementation of set_piece_deadline
|
2009-03-17 09:34:44 +00:00 |
chained_buffer.hpp
|
…
|
|
config.hpp
|
add compile time option to disable IPv6 support
|
2009-03-31 07:45:54 +00:00 |
connection_queue.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 |
create_torrent.hpp
|
added error handling for set_piece_hashes
|
2009-03-19 17:32:40 +00:00 |
debug.hpp
|
…
|
|
disk_buffer_holder.hpp
|
factor out disk_buffer_pool from disk_io_thread. refactored the file open modes to be platform independent. gave the disk_io_thread its own copy of session_settings that it shares with storage. added an unaligned_read implementation to storage. Added options to session_settings on when to open files in unbuffered mode. Added unit tests for unaligned reads
|
2009-01-21 07:31:49 +00:00 |
disk_io_thread.hpp
|
reverted bug introduced a few check-ins ago. Fixed case when recursive_copy fails (don't remove the original files). Cleaned up callback dispatching in disk_io_thread in trunk. Improved unit tests for move_storage
|
2009-03-31 08:05:46 +00:00 |
entry.hpp
|
added more error codes. consolidated exception classes into one. moved over more places to use error_code instead of strings. fixed proper error handling for torrent_info
|
2009-02-23 01:21:19 +00:00 |
enum_net.hpp
|
…
|
|
error_code.hpp
|
fixed boost-1.34.1 build
|
2009-03-06 08:57:00 +00:00 |
escape_string.hpp
|
uses iconv by default on linux to convert filenames from utf-8 to the current locale
|
2009-03-01 00:02:33 +00:00 |
extensions.hpp
|
…
|
|
file.hpp
|
windows boost-1.38 build fix
|
2009-02-21 10:23:25 +00:00 |
file_pool.hpp
|
…
|
|
file_storage.hpp
|
improved support for platforms with no wchar_t and std::wstring
|
2009-03-31 08:12:35 +00:00 |
fingerprint.hpp
|
…
|
|
gzip.hpp
|
…
|
|
hasher.hpp
|
…
|
|
http_connection.hpp
|
…
|
|
http_parser.hpp
|
…
|
|
http_seed_connection.hpp
|
added support for http seeds (BEP 17)
|
2008-12-30 03:54:07 +00:00 |
http_stream.hpp
|
…
|
|
http_tracker_connection.hpp
|
added tracker IP to tracker_response callback and added filtering of local IPs in pex and tracker responses. #409
|
2008-12-01 08:48:54 +00:00 |
identify_client.hpp
|
…
|
|
instantiate_connection.hpp
|
…
|
|
intrusive_ptr_base.hpp
|
…
|
|
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
|
…
|
|
ip_filter.hpp
|
…
|
|
lazy_entry.hpp
|
added missing export directives to lazy_entry
|
2009-01-06 22:44:32 +00:00 |
lsd.hpp
|
…
|
|
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
|
fix logging build
|
2008-12-28 03:01:36 +00:00 |
parse_url.hpp
|
…
|
|
pch.hpp
|
…
|
|
pe_crypto.hpp
|
formatting fixes for pe_crypto.cpp
|
2008-12-27 16:44:20 +00:00 |
peer.hpp
|
…
|
|
peer_connection.hpp
|
attempt to fix #493 by keeping io_service running while there are still peer connections
|
2009-03-31 08:02:25 +00:00 |
peer_id.hpp
|
initial support for merkle hash tree torrents
|
2009-03-13 06:09:39 +00:00 |
peer_info.hpp
|
first implementation of set_piece_deadline
|
2009-03-17 09:34:44 +00:00 |
peer_request.hpp
|
…
|
|
piece_block_progress.hpp
|
…
|
|
piece_picker.hpp
|
made the sequential download mode slightly more sequential (by letting more categories of peers request early pieces). Disabled speed affinity and prefer_whole_pieces when in sequential download mode
|
2009-01-14 09:07:27 +00:00 |
policy.hpp
|
add compile time option to disable IPv6 support
|
2009-03-31 07:45:54 +00:00 |
proxy_base.hpp
|
…
|
|
random_sample.hpp
|
…
|
|
session.hpp
|
improved support for platforms with no wchar_t and std::wstring
|
2009-03-31 08:12:35 +00:00 |
session_settings.hpp
|
fixed bug related to ignoring upload slots and made the piece rejection code more robust to handle similar bugs better
|
2009-03-12 17:06:41 +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
|
fix MinGW build issue on windows (IPV6_PROTECTION_LEVEL)
|
2009-03-08 02:16:35 +00:00 |
socket_type.hpp
|
…
|
|
socks4_stream.hpp
|
…
|
|
socks5_stream.hpp
|
…
|
|
ssl_stream.hpp
|
…
|
|
stat.hpp
|
tcp/ip overhead calculation fix
|
2008-12-10 22:54:49 +00:00 |
storage.hpp
|
uses iconv by default on linux to convert filenames from utf-8 to the current locale
|
2009-03-01 00:02:33 +00:00 |
time.hpp
|
fixed bug in time_duration operator*
|
2009-03-16 03:36:20 +00:00 |
torrent.hpp
|
added documentation to explain how paused and auto_managed are overridden by resume_data. Added a mechanism to trunk to ignore the resume data for those two settings. Updated documentation in trunk to include more fields in the resume data. Fixed broken links in the trunk docs
|
2009-03-21 04:33:53 +00:00 |
torrent_handle.hpp
|
improved support for platforms with no wchar_t and std::wstring
|
2009-03-31 08:12:35 +00:00 |
torrent_info.hpp
|
improved support for platforms with no wchar_t and std::wstring
|
2009-03-31 08:12:35 +00:00 |
tracker_manager.hpp
|
added asserts to make sure tracker_connections are shut down correctly (#451)
|
2008-12-25 02:05:23 +00:00 |
udp_socket.hpp
|
udp_socket fix believed to fix #445
|
2008-12-28 01:50:55 +00:00 |
udp_tracker_connection.hpp
|
…
|
|
upnp.hpp
|
fix logging build
|
2008-12-28 03:01:36 +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
|
…
|
|
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
|
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 |
xml_parse.hpp
|
replaced dependency on locale dependent isspace
|
2009-02-10 07:21:28 +00:00 |