.. |
kademlia
|
DHT optimization by using unordered free instead of ordered free on the pool
|
2007-10-01 05:20:00 +00:00 |
Makefile.am
|
added chained buffer to makefiles
|
2007-09-29 21:08:05 +00:00 |
alert.cpp
|
more IPv6 fixes. support for multihomed machines by listening on multiple interfaces. added listen_succeeded_alert to advertize which interfaces are being listened on
|
2007-09-22 16:27:29 +00:00 |
assert.cpp
|
updated the assert macro to send SIGINT to the process (to break into the debugger) and also to be used on macos
|
2007-09-17 02:32:51 +00:00 |
broadcast_socket.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 |
bt_peer_connection.cpp
|
completed fast reconnect fix
|
2007-10-04 21:26:50 +00:00 |
connection_queue.cpp
|
fixed potential dead-lock in connection queue
|
2007-09-09 23:03:49 +00:00 |
disk_io_thread.cpp
|
disk io priority fix
|
2007-10-03 22:30:40 +00:00 |
entry.cpp
|
merged back async_io branch into trunk
|
2007-06-10 20:46:09 +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
|
fixed debug assert on linux
|
2007-09-10 06:12:41 +00:00 |
file.cpp
|
changed to use ftruncate to allocate files
|
2007-09-16 00:48:21 +00:00 |
file_pool.cpp
|
improvements and fixes to sparse files support. made the test pass again
|
2007-04-19 03:32:20 +00:00 |
file_win.cpp
|
sparse files fixes. now sets the size of the files in case sparse files are supported
|
2007-04-19 03:06:15 +00:00 |
http_connection.cpp
|
fix to http_connection
|
2007-10-03 22:23:18 +00:00 |
http_stream.cpp
|
added missing files from previous check-in
|
2007-04-25 18:57:13 +00:00 |
http_tracker_connection.cpp
|
changed http_parser slightly. uses http_parser in lsd.cpp. added more tests to the http_parser
|
2007-09-25 03:14:05 +00:00 |
identify_client.cpp
|
refactored identify_client
|
2007-08-24 02:11:41 +00:00 |
instantiate_connection.cpp
|
added socks4 proxy support
|
2007-05-30 23:35:14 +00:00 |
ip_filter.cpp
|
added port filter for outgoing connections
|
2007-06-01 01:05:57 +00:00 |
logger.cpp
|
merged back async_io branch into trunk
|
2007-06-10 20:46:09 +00:00 |
lsd.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 |
metadata_transfer.cpp
|
added a userdata parameter to add_torrent that is passed in to plugins
|
2007-09-14 00:11:33 +00:00 |
natpmp.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 |
pe_crypto.cpp
|
upnp more logging and error recovery
|
2007-09-01 04:08:39 +00:00 |
peer_connection.cpp
|
completed fast reconnect fix
|
2007-10-04 21:26:50 +00:00 |
piece_picker.cpp
|
fixed typo
|
2007-09-17 06:35:23 +00:00 |
policy.cpp
|
completed fast reconnect fix
|
2007-10-04 21:26:50 +00:00 |
session.cpp
|
moved log_time() into session.cpp instead of being inlined
|
2007-09-29 20:35:55 +00:00 |
session_impl.cpp
|
fix to recent 'store banned peers' check-in
|
2007-10-04 17:29:11 +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
|
added socks4 proxy support
|
2007-05-30 23:35:14 +00:00 |
socks5_stream.cpp
|
fixed debug assert on linux
|
2007-09-10 06:12:41 +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
|
fixed bug in storage
|
2007-10-03 18:27:07 +00:00 |
torrent.cpp
|
moved piece_finished_alert to debug level
|
2007-10-03 23:15:13 +00:00 |
torrent_handle.cpp
|
saves banned peers in resume data
|
2007-10-03 17:37:15 +00:00 |
torrent_info.cpp
|
fixes problem with torrents that have a name.utf-8 entry
|
2007-09-24 18:51:04 +00:00 |
tracker_manager.cpp
|
fixed race condition in tracker manager
|
2007-09-14 02:54:15 +00:00 |
udp_tracker_connection.cpp
|
fixed race condition in tracker manager
|
2007-09-14 02:54:15 +00:00 |
upnp.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 |
ut_pex.cpp
|
some more IPv6 support
|
2007-09-19 21:54:26 +00:00 |
web_peer_connection.cpp
|
changed the double send buffers to a chained buffer using iovec send operations. buffers are recycled (saves memory and cpu) and memory copies are avoided (saves cpu). More statistics is added to track buffer usage
|
2007-09-29 16:14:03 +00:00 |