.. |
kademlia
|
dht fix
|
2007-12-10 20:49:42 +00:00 |
Makefile.am
|
Changed configure script to not to modify LIBS, when checking for dependencies. Changed libtorrent.pc.in again, since the libraries used were
|
2007-12-14 20:53:56 +00:00 |
alert.cpp
|
added wait_for_alert() to session. If there is at least one alert in the queue, it returns the front one in the queue, if the queue is empty, it waits until a new alert is posted and returns that one, or returns 0 if the time expires first.
|
2007-11-25 08:18:57 +00:00 |
assert.cpp
|
replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert.
|
2007-10-05 00:30:00 +00:00 |
broadcast_socket.cpp
|
fixed potential call to empty boost.function
|
2007-11-15 22:33:58 +00:00 |
bt_peer_connection.cpp
|
fixed assert, #164
|
2007-11-19 07:07:57 +00:00 |
connection_queue.cpp
|
shutdown improvements. Fixes stall
|
2007-11-02 00:27:53 +00:00 |
disk_io_thread.cpp
|
attempt to fix potential deadlock in disk_io_thread
|
2007-12-13 04:05:25 +00:00 |
entry.cpp
|
fixed missing include in entry.cpp
|
2007-11-18 00:56:43 +00:00 |
enum_net.cpp
|
added router_for_interface along with a proper windows implementation. NAT-PMP support is now good on windows
|
2007-10-01 17:21:19 +00:00 |
escape_string.cpp
|
removed debug output
|
2007-12-15 13:49:28 +00:00 |
file.cpp
|
include fixes in file.cpp
|
2007-11-18 07:27:40 +00:00 |
file_pool.cpp
|
replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert.
|
2007-10-05 00:30:00 +00:00 |
file_win.cpp
|
replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert.
|
2007-10-05 00:30:00 +00:00 |
http_connection.cpp
|
fixed http_connection error handling and improved http parser
|
2007-12-12 19:29:19 +00:00 |
http_stream.cpp
|
added base32encode and moved it into escape_string.hpp
|
2007-12-02 18:34:37 +00:00 |
http_tracker_connection.cpp
|
fixed http_connection error handling and improved http parser
|
2007-12-12 19:29:19 +00:00 |
identify_client.cpp
|
added Miro to the identifiable clients
|
2007-11-22 02:29:44 +00:00 |
instantiate_connection.cpp
|
cleanup. doesn't allocate sockets on the heap for no reason anymore
|
2007-10-22 04:17:26 +00:00 |
ip_filter.cpp
|
replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert.
|
2007-10-05 00:30:00 +00:00 |
logger.cpp
|
merged back async_io branch into trunk
|
2007-06-10 20:46:09 +00:00 |
lsd.cpp
|
lsd fix
|
2007-11-18 04:11:47 +00:00 |
magnet_uri.cpp
|
fixed bug in make_magnet_uri
|
2007-12-09 04:45:55 +00:00 |
mapped_storage.cpp
|
removed debug output
|
2007-12-08 22:01:30 +00:00 |
metadata_transfer.cpp
|
fixed typo in plugin
|
2007-12-16 22:43:24 +00:00 |
natpmp.cpp
|
natpmp close fix
|
2007-10-26 01:30:12 +00:00 |
pe_crypto.cpp
|
replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert.
|
2007-10-05 00:30:00 +00:00 |
peer_connection.cpp
|
fix to bound check piece index before use in incoming_allowed_fast
|
2007-12-18 04:40:19 +00:00 |
piece_picker.cpp
|
piece picker fix (#228)
|
2007-12-16 01:35:42 +00:00 |
policy.cpp
|
cleanup. changed the connection map into a set of peer_connections. moved the policy object into the torrent (as opposed to being a pointer). Fixes issues with multiple peers on the same IP. Reduces some lookups.
|
2007-10-31 09:48:20 +00:00 |
session.cpp
|
added wait_for_alert() to session. If there is at least one alert in the queue, it returns the front one in the queue, if the queue is empty, it waits until a new alert is posted and returns that one, or returns 0 if the time expires first.
|
2007-11-25 08:18:57 +00:00 |
session_impl.cpp
|
socks5 support for udp messages
|
2007-12-09 04:15:24 +00:00 |
sha1.cpp
|
added optional use of openssl instead of public domain sha-1 implementation, ticket #13
|
2007-04-15 04:30:52 +00:00 |
socks4_stream.cpp
|
made socks5 and socks4 streams ignore errors on close()
|
2007-11-25 19:09:00 +00:00 |
socks5_stream.cpp
|
fixed bug in socks5 implementation when using user/pass authentication
|
2007-11-28 00:14:08 +00:00 |
stat.cpp
|
prepared for precompiled headers support. fixed issue where storage didn't lock the session properly. fixed typo in natpmp.cpp
|
2007-03-17 17:15:16 +00:00 |
storage.cpp
|
first version of 'part file' support. Can currently only be set when starting torrent
|
2007-11-25 10:47:05 +00:00 |
torrent.cpp
|
added more asserts to make sure m_num_pieces is >= the number of pieces the piece picker thinks we have
|
2007-12-15 22:51:03 +00:00 |
torrent_handle.cpp
|
simplified torrent_handle by using a macro and moving the big chunks of code into torrent (get_download_queue() and get_peer_info())
|
2007-11-25 18:48:43 +00:00 |
torrent_info.cpp
|
first version of 'part file' support. Can currently only be set when starting torrent
|
2007-11-25 10:47:05 +00:00 |
tracker_manager.cpp
|
added base32encode and moved it into escape_string.hpp
|
2007-12-02 18:34:37 +00:00 |
udp_socket.cpp
|
socks5 support for udp messages
|
2007-12-09 04:15:24 +00:00 |
udp_tracker_connection.cpp
|
added scrape support
|
2007-11-20 22:46:27 +00:00 |
upnp.cpp
|
upnp fixes and more debug asserts and more logging. Might fix #167
|
2007-10-26 00:47:30 +00:00 |
ut_metadata.cpp
|
fixed typo in plugin
|
2007-12-16 22:43:24 +00:00 |
ut_pex.cpp
|
ut_pex sends peers sooner
|
2007-10-31 20:30:09 +00:00 |
web_peer_connection.cpp
|
supports retry for web seeds that respond with 503
|
2007-11-27 03:37:47 +00:00 |