.. |
kademlia
|
fixed kademlia announce bug
|
2008-05-26 15:23:06 +00:00 |
GeoIP.c
|
GeoIP fixes
|
2008-05-12 07:14:03 +00:00 |
Makefile.am
|
* improved --with-asio configure option behaviour;
|
2008-06-23 00:09:12 +00:00 |
alert.cpp
|
msvc build fixes and warning fixes
|
2008-04-05 21:18:27 +00:00 |
assert.cpp
|
Fix building on gcc 4.3
|
2008-04-29 21:46:32 +00:00 |
broadcast_socket.cpp
|
boost 1.35 related fixes
|
2008-05-20 09:45:55 +00:00 |
bt_peer_connection.cpp
|
fixed bug related to m_have_piece optimization. Renamed num_pieces() to num_have() to avoid confusion
|
2008-06-07 14:03:21 +00:00 |
connection_queue.cpp
|
switched over to asio from boost-1.35
|
2008-05-03 16:05:42 +00:00 |
create_torrent.cpp
|
separated file_storage from torrent_info and create_torrent
|
2008-05-28 08:44:40 +00:00 |
disk_buffer_holder.cpp
|
disk receive buffer cleanup
|
2008-05-05 06:25:22 +00:00 |
disk_io_thread.cpp
|
simplified the disk-io mutexes and made it more efficient. separated the disk io mutex into a buffer mutex, queue mutex and the piece cache mutex.
|
2008-06-12 04:40:37 +00:00 |
entry.cpp
|
factored out to_hex into the escape_string header file
|
2008-05-19 07:36:04 +00:00 |
enum_net.cpp
|
Make libtorrent build with boost <1.35
|
2008-05-20 06:03:46 +00:00 |
escape_string.cpp
|
factored out to_hex into the escape_string header file
|
2008-05-19 07:36:04 +00:00 |
file.cpp
|
updated file_win and file_pool error handling
|
2008-02-25 04:41:21 +00:00 |
file_pool.cpp
|
separated file_storage from torrent_info and create_torrent
|
2008-05-28 08:44:40 +00:00 |
file_storage.cpp
|
separated file_storage from torrent_info and create_torrent
|
2008-05-28 08:44:40 +00:00 |
file_win.cpp
|
fixed windows build and removed msvc warnings
|
2008-02-25 10:28:53 +00:00 |
gzip.cpp
|
refactored gzip code and added gzip support to http_connection
|
2008-01-30 18:32:13 +00:00 |
http_connection.cpp
|
fixed http_connection assert
|
2008-06-07 17:47:05 +00:00 |
http_parser.cpp
|
fixed bug in web_peer_connection where an incorrect number of bytes would be reported as downloaded
|
2008-06-03 15:17:09 +00:00 |
http_stream.cpp
|
switched over to asio from boost-1.35
|
2008-05-03 16:05:42 +00:00 |
http_tracker_connection.cpp
|
fixed exception issue when tracker sends invalid response
|
2008-06-03 20:03:51 +00:00 |
identify_client.cpp
|
added Miro to the identifiable clients
|
2007-11-22 02:29:44 +00:00 |
instantiate_connection.cpp
|
switched over to asio from boost-1.35
|
2008-05-03 16:05:42 +00:00 |
ip_filter.cpp
|
attempt to fix #212. Store 4 bytes and 16 bytes arrays instead of in_addr in ip-filter
|
2007-12-24 21:49:46 +00:00 |
lazy_bdecode.cpp
|
lazy_bdecode fix. #336
|
2008-05-24 04:36:59 +00:00 |
logger.cpp
|
merged back async_io branch into trunk
|
2007-06-10 20:46:09 +00:00 |
lsd.cpp
|
Make libtorrent build with boost <1.35
|
2008-05-20 06:03:46 +00:00 |
magnet_uri.cpp
|
fixed bug in make_magnet_uri
|
2007-12-09 04:45:55 +00:00 |
mapped_storage.cpp
|
separated file_storage from torrent_info and create_torrent
|
2008-05-28 08:44:40 +00:00 |
memdebug.cpp
|
made memdebug work. include script to generate graph
|
2007-12-27 06:37:18 +00:00 |
metadata_transfer.cpp
|
factored out torrent creation functionality from torrent_info into create_torrent. Modified torrent_info to use lazy_bdecoder for increased performance
|
2008-05-14 05:29:42 +00:00 |
natpmp.cpp
|
boost 1.35 fix
|
2008-05-20 16:43:09 +00:00 |
parse_url.cpp
|
added missing include
|
2008-05-17 16:33:28 +00:00 |
pe_crypto.cpp
|
fixed error handling in pe-crypto
|
2008-02-09 21:14:49 +00:00 |
peer_connection.cpp
|
simplified policy and optimized case when a piece fails hash check
|
2008-06-22 20:28:03 +00:00 |
piece_picker.cpp
|
piece picker fix
|
2008-06-23 13:02:41 +00:00 |
policy.cpp
|
simplified policy and optimized case when a piece fails hash check
|
2008-06-22 20:28:03 +00:00 |
session.cpp
|
factored out torrent creation functionality from torrent_info into create_torrent. Modified torrent_info to use lazy_bdecoder for increased performance
|
2008-05-14 05:29:42 +00:00 |
session_impl.cpp
|
Make active_limit == -1 mean unlimited
|
2008-06-22 22:49:18 +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 |
smart_ban.cpp
|
fix smart ban assert when closing a torrent with a failing piece
|
2008-06-22 20:30:43 +00:00 |
socks4_stream.cpp
|
switched over to asio from boost-1.35
|
2008-05-03 16:05:42 +00:00 |
socks5_stream.cpp
|
switched over to asio from boost-1.35
|
2008-05-03 16:05:42 +00:00 |
stat.cpp
|
refactored stats class to be extensible with more channels
|
2008-05-04 17:57:06 +00:00 |
storage.cpp
|
storage fast resume check fix
|
2008-06-22 23:41:03 +00:00 |
torrent.cpp
|
simplified policy and optimized case when a piece fails hash check
|
2008-06-22 20:28:03 +00:00 |
torrent_handle.cpp
|
added is_sequential_download to torrent_handle
|
2008-06-17 08:30:04 +00:00 |
torrent_info.cpp
|
separated file_storage from torrent_info and create_torrent
|
2008-05-28 08:44:40 +00:00 |
tracker_manager.cpp
|
improved error handling with regards to parse_url_components. For trunk, moved that function to its own file
|
2008-05-17 14:19:34 +00:00 |
udp_socket.cpp
|
Make libtorrent build with boost <1.35
|
2008-05-20 06:03:46 +00:00 |
udp_tracker_connection.cpp
|
improved error handling with regards to parse_url_components. For trunk, moved that function to its own file
|
2008-05-17 14:19:34 +00:00 |
upnp.cpp
|
made it possible to export the upnp state and insert it into a different upnp instance
|
2008-06-20 16:14:10 +00:00 |
ut_metadata.cpp
|
factored out torrent creation functionality from torrent_info into create_torrent. Modified torrent_info to use lazy_bdecoder for increased performance
|
2008-05-14 05:29:42 +00:00 |
ut_pex.cpp
|
indentation fix
|
2008-05-12 06:03:31 +00:00 |
web_peer_connection.cpp
|
fixed bug in web_peer_connection where an incorrect number of bytes would be reported as downloaded
|
2008-06-03 15:17:09 +00:00 |