.. |
kademlia
|
fixed test build and some clang warnings
|
2011-03-09 07:51:04 +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
|
replaced std::rand() with custom random generator
|
2011-02-26 07:55:51 +00:00 |
alert.cpp
|
introduced pop_alerts() which pops the entire alert queue in a single call
|
2011-03-14 02:59:46 +00:00 |
allocator.cpp
|
cross compiling fixes
|
2011-02-14 04:12:26 +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
|
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
|
experimental support for the BitTyrant choking algorithm
|
2010-02-09 03:04:41 +00:00 |
bandwidth_queue_entry.cpp
|
fixed build warnings
|
2011-02-14 01:59:01 +00:00 |
bloom_filter.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 |
broadcast_socket.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 |
bt_peer_connection.cpp
|
replaced std::rand() with custom random generator
|
2011-02-26 07:55:51 +00:00 |
connection_queue.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 |
create_torrent.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 |
disk_buffer_holder.cpp
|
fully support unbuffered I/O
|
2011-02-22 02:53:26 +00:00 |
disk_io_thread.cpp
|
fix bug in read cache expiration logic
|
2011-03-15 02:54:41 +00:00 |
entry.cpp
|
fixed build warnings
|
2011-02-14 01:59:01 +00:00 |
enum_net.cpp
|
some warning fixes and cleanup
|
2011-02-24 04:25:35 +00:00 |
error_code.cpp
|
improve error reporting for save resume data for torrents with no metadata
|
2011-03-04 06:17:55 +00:00 |
escape_string.cpp
|
replaced std::rand() with custom random generator
|
2011-02-26 07:55:51 +00:00 |
file.cpp
|
clean up some dead code and fix windows build
|
2011-02-28 00:35:58 +00:00 |
file_pool.cpp
|
windows build fixes
|
2010-12-01 05:47:18 +00:00 |
file_storage.cpp
|
add comments to the pad file logic
|
2011-02-21 06:57:03 +00:00 |
gzip.cpp
|
dropped dependency on zlib
|
2010-03-16 06:14:22 +00:00 |
http_connection.cpp
|
fixed typo
|
2011-02-21 05:28:43 +00:00 |
http_parser.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 |
http_seed_connection.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 |
http_stream.cpp
|
improved SOCKS5 support
|
2010-08-03 09:08:37 +00:00 |
http_tracker_connection.cpp
|
fix ip filter exemption for trackers. also add a global setting to always exempt trackers
|
2011-03-04 06:55:39 +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
|
support a separate option to use proxies for peers or not
|
2011-01-24 03:24:28 +00:00 |
ip_filter.cpp
|
fixed building with no IPv6 support
|
2009-11-27 18:46:29 +00:00 |
lazy_bdecode.cpp
|
fixed build warnings
|
2011-02-14 01:59:01 +00:00 |
logger.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 |
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
|
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 |
magnet_uri.cpp
|
some warning fixes and cleanup
|
2011-02-24 04:25:35 +00:00 |
metadata_transfer.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 |
mpi.c
|
changed includes for tommath to point into the libtorrent directory
|
2009-11-10 17:14:53 +00:00 |
natpmp.cpp
|
replaced std::rand() with custom random generator
|
2011-02-26 07:55:51 +00:00 |
packet_buffer.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 |
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 suggest piece bug
|
2011-03-15 01:58:48 +00:00 |
piece_picker.cpp
|
replaced std::rand() with custom random generator
|
2011-02-26 07:55:51 +00:00 |
policy.cpp
|
fix to IP filter exemptions
|
2011-03-02 17:37:10 +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 |
rss.cpp
|
some warning fixes and cleanup
|
2011-02-24 04:25:35 +00:00 |
session.cpp
|
update high_performance_seed preset
|
2011-03-15 07:47:03 +00:00 |
session_impl.cpp
|
measure disk sort time (phys_offset)
|
2011-03-15 02:21:28 +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
|
endianness define fix
|
2009-10-18 20:35:18 +00:00 |
smart_ban.cpp
|
replaced std::rand() with custom random generator
|
2011-02-26 07:55:51 +00:00 |
socket_io.cpp
|
more robust mechanism to determine external IP
|
2010-12-24 01:31:41 +00:00 |
socket_type.cpp
|
merged uTP branch into trunk (yay)
|
2010-11-29 01:33:05 +00:00 |
socks5_stream.cpp
|
some warning fixes and cleanup
|
2011-02-24 04:25:35 +00:00 |
stat.cpp
|
one last stats fix
|
2010-10-24 04:15:10 +00:00 |
storage.cpp
|
fixed some build warnings
|
2011-02-24 18:47:02 +00:00 |
thread.cpp
|
fix message posting to work from multiple threads
|
2010-08-26 17:00:24 +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 suggest piece bug
|
2011-03-15 01:58:48 +00:00 |
torrent_handle.cpp
|
support having torrents that the IP filter doesn't apply to
|
2011-02-27 17:26:57 +00:00 |
torrent_info.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 |
tracker_manager.cpp
|
add debug configuration to debug shutdown-stall bugs / outstanding async operations
|
2010-11-28 01:47:30 +00:00 |
udp_socket.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 |
udp_tracker_connection.cpp
|
fix ip filter exemption for trackers. also add a global setting to always exempt trackers
|
2011-03-04 06:55:39 +00:00 |
upnp.cpp
|
fix no-exceptions build
|
2011-03-10 05:01:36 +00:00 |
ut_metadata.cpp
|
clean up some dead code and fix windows build
|
2011-02-28 00:35:58 +00:00 |
ut_pex.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 |
utp_socket_manager.cpp
|
replaced std::rand() with custom random generator
|
2011-02-26 07:55:51 +00:00 |
utp_stream.cpp
|
replaced std::rand() with custom random generator
|
2011-02-26 07:55:51 +00:00 |
web_connection_base.cpp
|
added new option 'always_send_user_agent'
|
2011-02-26 18:17:55 +00:00 |
web_peer_connection.cpp
|
some warning fixes and cleanup
|
2011-02-24 04:25:35 +00:00 |