.. |
kademlia
|
use random instead of rand()
|
2012-05-03 03:16:31 +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
|
merged makefile fix from RC_0_16
|
2012-04-11 05:09:25 +00:00 |
alert.cpp
|
add performance warning when hitting the file descriptor limit. Log the total number of peers, including half-open TCP connections
|
2012-03-04 11:18:27 +00:00 |
allocator.cpp
|
fixed bug in buffer debug code in allocator
|
2011-04-17 08:39:52 +00:00 |
asio.cpp
|
some more FreeBSD fixes
|
2012-04-15 02:20:23 +00:00 |
asio_ssl.cpp
|
merged compatibility fix from RC_0_16
|
2012-04-11 17:39:13 +00:00 |
assert.cpp
|
expose print_backtrace in debug builds for the tests
|
2012-04-28 21:10:15 +00:00 |
bandwidth_limit.cpp
|
fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way
|
2011-02-21 05:24:41 +00:00 |
bandwidth_manager.cpp
|
support release asserts
|
2011-05-08 09:04:59 +00:00 |
bandwidth_queue_entry.cpp
|
fix some overflow and division by zero issues
|
2012-04-28 05:05:39 +00:00 |
bloom_filter.cpp
|
support DHT scrape
|
2011-05-23 00:45:36 +00:00 |
broadcast_socket.cpp
|
fix potential invalid access when shutting down broadcast socket
|
2011-11-19 22:17:13 +00:00 |
bt_peer_connection.cpp
|
make super-seeding a bit more robust
|
2012-04-23 05:48:46 +00:00 |
chained_buffer.cpp
|
move the code of chained buffer out to its own cpp file
|
2011-08-13 23:01:38 +00:00 |
connection_queue.cpp
|
fixed connection_queue invariant check issue on shutdown
|
2012-02-21 06:47:48 +00:00 |
create_torrent.cpp
|
fix build
|
2012-04-28 21:27:29 +00:00 |
disk_buffer_holder.cpp
|
fully support unbuffered I/O
|
2011-02-22 02:53:26 +00:00 |
disk_buffer_pool.cpp
|
serve cache hits without a round-trip to the disk thread for improved seeding performance
|
2011-11-16 07:09:12 +00:00 |
disk_io_thread.cpp
|
merged FreeBSD fix from RC_0_16
|
2012-04-15 00:48:44 +00:00 |
entry.cpp
|
fixed build warnings
|
2011-02-14 01:59:01 +00:00 |
enum_net.cpp
|
fix mingw build
|
2011-04-10 03:45:13 +00:00 |
error_code.cpp
|
landed ssl branch back into trunk
|
2012-01-14 16:04:25 +00:00 |
escape_string.cpp
|
more work on minimizing shared object export symbol table
|
2012-03-20 03:53:07 +00:00 |
file.cpp
|
canonicalize paths when using UNC paths
|
2012-04-28 21:13:55 +00:00 |
file_pool.cpp
|
fixed typo breaking the build on vista+, in file pool's IO priority code
|
2012-04-18 03:52:34 +00:00 |
file_storage.cpp
|
make the file_storage interface a bit more sane, and fixed typos in make_torrent documentation
|
2012-03-26 16:07:55 +00:00 |
gzip.cpp
|
dropped dependency on zlib
|
2010-03-16 06:14:22 +00:00 |
http_connection.cpp
|
merged SSL fix from RC_0_16
|
2012-04-05 04:17:19 +00:00 |
http_parser.cpp
|
don't inline large functions
|
2012-03-19 06:06:52 +00:00 |
http_seed_connection.cpp
|
initialize uninitialized members
|
2012-05-03 02:05:34 +00:00 |
http_stream.cpp
|
improved SOCKS5 support
|
2010-08-03 09:08:37 +00:00 |
http_tracker_connection.cpp
|
fix bug
|
2012-03-31 07:21:58 +00:00 |
i2p_stream.cpp
|
no need to close and re-open the listen socket when starting the DHT. Report the actual port we ended up listening on if the system chose one. don't try to listen on i2p
|
2011-03-07 07:02:30 +00:00 |
identify_client.cpp
|
recognizes more clients in identify_client()
|
2010-04-28 16:14:27 +00:00 |
instantiate_connection.cpp
|
remove unused variable
|
2012-05-03 03:22:19 +00:00 |
ip_filter.cpp
|
fixed building with no IPv6 support
|
2009-11-27 18:46:29 +00:00 |
lazy_bdecode.cpp
|
remove left-over debug printf from bdecoder
|
2012-02-17 06:52:08 +00:00 |
logger.cpp
|
fixed typo
|
2012-03-19 00:30:02 +00:00 |
lsd.cpp
|
cleaned up some exception handling and introduced macros like BOOST_TRY/BOOST_CATCH to make the optional exception handling nicer
|
2011-02-25 17:00:36 +00:00 |
lt_trackers.cpp
|
optimize send buffer allocation and deallocation by not allowing requiring contiguous buffers
|
2011-05-19 02:41:28 +00:00 |
magnet_uri.cpp
|
fixed bug in magnet link parser, and improved unit test
|
2012-03-21 16:27:50 +00:00 |
metadata_transfer.cpp
|
optimize send buffer allocation and deallocation by not allowing requiring contiguous buffers
|
2011-05-19 02:41:28 +00:00 |
mpi.c
|
changed includes for tommath to point into the libtorrent directory
|
2009-11-10 17:14:53 +00:00 |
natpmp.cpp
|
cleanup, fix warnings
|
2012-02-15 10:57:49 +00:00 |
packet_buffer.cpp
|
fix uTP bug
|
2012-03-24 16:08:49 +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
|
clean up some dead code and fix windows build
|
2011-02-28 00:35:58 +00:00 |
peer_connection.cpp
|
fix unsigned comparison warnings
|
2012-05-03 01:51:56 +00:00 |
piece_picker.cpp
|
fix unsigned comparison warnings
|
2012-05-03 01:51:56 +00:00 |
policy.cpp
|
fixed possible crash when enabling multiple connections per IP
|
2012-04-21 03:49:27 +00:00 |
puff.cpp
|
dropped dependency on zlib
|
2010-03-16 06:14:22 +00:00 |
random.cpp
|
fix random.cpp build errors on non C99 compilers
|
2011-02-26 18:15:31 +00:00 |
rsa.cpp
|
fixed build issue
|
2011-05-28 00:55:47 +00:00 |
rss.cpp
|
don't inline large functions
|
2012-03-19 06:06:52 +00:00 |
session.cpp
|
send redundant have messages, otherwise super seeding breaks (broke test_swarm)
|
2012-04-26 16:37:45 +00:00 |
session_impl.cpp
|
back-ported part of the alert_dispatcher patch for the DHT
|
2012-04-30 05:39:35 +00:00 |
settings.cpp
|
fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way
|
2011-02-21 05:24:41 +00:00 |
sha1.cpp
|
fix some clang warnings
|
2012-02-18 08:23:48 +00:00 |
smart_ban.cpp
|
add debug option to log hash failures
|
2012-03-26 03:57:15 +00:00 |
socket_io.cpp
|
more robust mechanism to determine external IP
|
2010-12-24 01:31:41 +00:00 |
socket_type.cpp
|
merged fix from RC_0_16 to support older openssl
|
2012-04-06 04:11:04 +00:00 |
socks5_stream.cpp
|
don't fail socks5 on 'socket already open'
|
2011-09-17 23:01:39 +00:00 |
stat.cpp
|
fix potential overflow in stats averaging
|
2011-04-22 08:12:19 +00:00 |
storage.cpp
|
work on test_web_seed
|
2012-03-22 01:48:17 +00:00 |
thread.cpp
|
fix beos build
|
2011-07-20 05:14:25 +00:00 |
time.cpp
|
fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way
|
2011-02-21 05:24:41 +00:00 |
timestamp_history.cpp
|
fixed some uninitalized variables
|
2010-12-24 23:54:03 +00:00 |
torrent.cpp
|
fix to previous patch
|
2012-04-29 04:23:29 +00:00 |
torrent_handle.cpp
|
don't inline large functions
|
2012-03-19 06:06:52 +00:00 |
torrent_info.cpp
|
initialize uninitialized members
|
2012-05-03 02:05:34 +00:00 |
tracker_manager.cpp
|
fix tracker stopping issue on session shutdown
|
2011-09-16 08:34:17 +00:00 |
udp_socket.cpp
|
fix potential overflow issue in rate_limited_udp_socket (only if the computer locks up for a long time or you're debugging)
|
2012-04-04 04:24:29 +00:00 |
udp_tracker_connection.cpp
|
improved struct layout debug logging and optimized some structs
|
2011-09-21 09:27:07 +00:00 |
upnp.cpp
|
fix upnp snprintf issue
|
2012-02-18 20:35:06 +00:00 |
ut_metadata.cpp
|
don't disconnect peers that don't have metadata
|
2012-02-07 09:18:07 +00:00 |
ut_pex.cpp
|
rename is_local to is_outgoing and m_active to m_outgoing
|
2012-02-07 03:46:21 +00:00 |
utf8.cpp
|
fixed typo in utf8.cpp
|
2012-03-22 15:51:56 +00:00 |
utp_socket_manager.cpp
|
fix warnings
|
2012-02-16 06:12:36 +00:00 |
utp_stream.cpp
|
more work on minimizing shared object export symbol table
|
2012-03-20 03:53:07 +00:00 |
web_connection_base.cpp
|
fixed bug in web_connection_base when receiving chunked encoding and made sure the unit tests pass
|
2011-03-24 16:46:26 +00:00 |
web_peer_connection.cpp
|
initialize uninitialized members
|
2012-05-03 02:05:34 +00:00 |