.. |
kademlia
|
removed DHT mutex since everything is in the network thread now
|
2010-07-19 05:27:33 +00:00 |
ConvertUTF.cpp
|
fix utf8 build
|
2008-11-14 05:22:04 +00:00 |
GeoIP.c
|
another GeoIP fix
|
2008-12-22 09:53:30 +00:00 |
Makefile.am
|
fix message posting to work from multiple threads
|
2010-08-26 17:00:24 +00:00 |
alert.cpp
|
fixed typo
|
2010-09-25 17:58:55 +00:00 |
allocator.cpp
|
added asserts to catch broken peer allocations and frees as well as disk buffer corruption
|
2010-07-18 19:28:22 +00:00 |
assert.cpp
|
make the assert macro also be able to print a value
|
2010-09-25 17:46:13 +00:00 |
bandwidth_limit.cpp
|
rate limiter fix
|
2010-08-27 14:52:42 +00:00 |
bandwidth_manager.cpp
|
experimental support for the BitTyrant choking algorithm
|
2010-02-09 03:04:41 +00:00 |
bandwidth_queue_entry.cpp
|
experimental support for the BitTyrant choking algorithm
|
2010-02-09 03:04:41 +00:00 |
broadcast_socket.cpp
|
ignore errors when setting broadcast option
|
2010-07-18 14:58:07 +00:00 |
bt_peer_connection.cpp
|
added initial support for share-mode
|
2010-09-05 16:01:36 +00:00 |
connection_queue.cpp
|
fixed UPnP shutdown issue
|
2010-09-30 08:57:12 +00:00 |
create_torrent.cpp
|
optimized struct layout of torrent_info. removed boost.date_type types from public interface (replaced by time_t)
|
2010-08-21 22:10:16 +00:00 |
disk_buffer_holder.cpp
|
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.cpp
|
attempt to support disk IO priority on linux
|
2010-07-24 02:54:42 +00:00 |
entry.cpp
|
made the struct layout of entry be the same in debug builds as release builds to make that part of the ABI stable
|
2010-06-06 00:47:39 +00:00 |
enum_net.cpp
|
fixed building with no IPv6 support
|
2009-11-27 18:46:29 +00:00 |
error_code.cpp
|
made tracker errors use error_code
|
2010-02-23 21:53:45 +00:00 |
escape_string.cpp
|
added anonymous mode to disable some particular features that might give away the user's and the client's identity
|
2010-04-13 04:30:34 +00:00 |
file.cpp
|
potential 64 bit build issue related to zlib
|
2010-09-07 03:37:33 +00:00 |
file_pool.cpp
|
optimized file_pool lookups and string handling
|
2010-08-23 08:48:02 +00:00 |
file_storage.cpp
|
optimized file_pool lookups and string handling
|
2010-08-23 08:48:02 +00:00 |
gzip.cpp
|
dropped dependency on zlib
|
2010-03-16 06:14:22 +00:00 |
http_connection.cpp
|
improved web seed retry behavior
|
2010-09-21 06:34:13 +00:00 |
http_parser.cpp
|
improved web seed retry behavior
|
2010-09-21 06:34:13 +00:00 |
http_seed_connection.cpp
|
improved web seed retry behavior
|
2010-09-21 06:34:13 +00:00 |
http_stream.cpp
|
improved SOCKS5 support
|
2010-08-03 09:08:37 +00:00 |
http_tracker_connection.cpp
|
no peers from tracker when stopping is no longer an error
|
2010-09-23 16:38:50 +00:00 |
i2p_stream.cpp
|
split socket.hpp up in multiple headers to lower build time somewhat
|
2009-09-16 03:46:36 +00:00 |
identify_client.cpp
|
recognizes more clients in identify_client()
|
2010-04-28 16:14:27 +00:00 |
instantiate_connection.cpp
|
added I2P support
|
2009-08-20 03:19:12 +00:00 |
ip_filter.cpp
|
fixed building with no IPv6 support
|
2009-11-27 18:46:29 +00:00 |
lazy_bdecode.cpp
|
fixed bug in bdecoder
|
2010-06-15 17:00:23 +00:00 |
logger.cpp
|
optimized header dependencies to lower build time
|
2009-11-23 08:38:50 +00:00 |
lsd.cpp
|
fixed vs 2010 build
|
2010-04-30 19:08:16 +00:00 |
lt_trackers.cpp
|
added initial support for share-mode
|
2010-09-05 16:01:36 +00:00 |
magnet_uri.cpp
|
fix std::string::size_type type
|
2010-03-06 03:57:48 +00:00 |
metadata_transfer.cpp
|
some sunPRO compiler support
|
2010-03-07 06:00:12 +00:00 |
mpi.c
|
changed includes for tommath to point into the libtorrent directory
|
2009-11-10 17:14:53 +00:00 |
natpmp.cpp
|
fixed natpmp retry issue
|
2010-09-30 06:33:42 +00:00 |
parse_url.cpp
|
error_code fix. added is_error_code_enum template specialization and using the abbreviated syntax to build error_codes
|
2009-11-29 07:06:38 +00:00 |
pe_crypto.cpp
|
changed includes for tommath to point into the libtorrent directory
|
2009-11-10 17:14:53 +00:00 |
peer_connection.cpp
|
deprecated setters for max connections, max half-open, upload and download rates and unchoke slots. These are now set through session_settings
|
2010-10-09 19:09:38 +00:00 |
piece_picker.cpp
|
fixed failing invariant check in peer_connection's download queue
|
2010-10-03 22:06:53 +00:00 |
policy.cpp
|
deprecated setters for max connections, max half-open, upload and download rates and unchoke slots. These are now set through session_settings
|
2010-10-09 19:09:38 +00:00 |
puff.cpp
|
dropped dependency on zlib
|
2010-03-16 06:14:22 +00:00 |
session.cpp
|
deprecated setters for max connections, max half-open, upload and download rates and unchoke slots. These are now set through session_settings
|
2010-10-09 19:09:38 +00:00 |
session_impl.cpp
|
deprecated setters for max connections, max half-open, upload and download rates and unchoke slots. These are now set through session_settings
|
2010-10-09 19:09:38 +00:00 |
sha1.cpp
|
endianness define fix
|
2009-10-18 20:35:18 +00:00 |
smart_ban.cpp
|
removed the session mutex for improved performance
|
2010-07-14 04:16:38 +00:00 |
socket_io.cpp
|
windows build fixes
|
2010-01-10 05:06:13 +00:00 |
socket_type.cpp
|
optimized header dependencies to lower build time
|
2009-11-23 08:38:50 +00:00 |
socks5_stream.cpp
|
post alerts for socks failures. fix unit tests
|
2010-08-25 06:22:49 +00:00 |
stat.cpp
|
added stats_alert reporting raw transfer stats per torrent every second
|
2010-01-02 14:16:35 +00:00 |
storage.cpp
|
remove udp_socket mutex
|
2010-09-25 21:39:27 +00:00 |
thread.cpp
|
fix message posting to work from multiple threads
|
2010-08-26 17:00:24 +00:00 |
time.cpp
|
fix windows DLL build
|
2010-03-31 00:31:46 +00:00 |
torrent.cpp
|
deprecated setters for max connections, max half-open, upload and download rates and unchoke slots. These are now set through session_settings
|
2010-10-09 19:09:38 +00:00 |
torrent_handle.cpp
|
added functions to query an individual peer's upload and download limit
|
2010-10-01 16:09:22 +00:00 |
torrent_info.cpp
|
fixed announce issue
|
2010-09-11 04:16:29 +00:00 |
tracker_manager.cpp
|
improved SOCKS5 support
|
2010-08-03 09:08:37 +00:00 |
udp_socket.cpp
|
remove udp_socket mutex
|
2010-09-25 21:39:27 +00:00 |
udp_tracker_connection.cpp
|
added comment
|
2010-10-07 01:05:53 +00:00 |
upnp.cpp
|
fixed UPnP DeletePortmapping issue
|
2010-09-30 07:06:54 +00:00 |
ut_metadata.cpp
|
fixed bug in metadata extensions combined with encryption
|
2010-06-18 05:44:08 +00:00 |
ut_pex.cpp
|
error_code fix. added is_error_code_enum template specialization and using the abbreviated syntax to build error_codes
|
2009-11-29 07:06:38 +00:00 |
web_peer_connection.cpp
|
improved web seed retry behavior
|
2010-09-21 06:34:13 +00:00 |