.. |
kademlia
|
DHT bugfix, more logging and less frequent private key generation. Fixed typo in identify_client
|
2007-05-14 17:49:36 +00:00 |
Makefile.am
|
updated makefile to name the target so file properly
|
2007-05-21 08:16:13 +00:00 |
alert.cpp
|
added a timer abstraction and replaced the use of boost.date_time. the timers used now are QueryPerformanceCounter on windows, mach_absolute_time on darwin and currently falls back on boost.date_time on other platforms. This has the advantage of being a monotonic clock, and also slightly more efficient
|
2007-04-04 22:27:36 +00:00 |
allocate_resources.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 |
bandwidth_manager.cpp
|
added a timer abstraction and replaced the use of boost.date_time. the timers used now are QueryPerformanceCounter on windows, mach_absolute_time on darwin and currently falls back on boost.date_time on other platforms. This has the advantage of being a monotonic clock, and also slightly more efficient
|
2007-04-04 22:27:36 +00:00 |
bt_peer_connection.cpp
|
added option to disable country resolving
|
2007-05-02 19:47:38 +00:00 |
connection_queue.cpp
|
fixed typo in previous check-in
|
2007-05-17 16:04:09 +00:00 |
entry.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 |
escape_string.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 |
file.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 |
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
|
added support for authentication in the url_parser and added a test for it
|
2007-05-22 20:44: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
|
http_parser fix
|
2007-05-22 19:39:06 +00:00 |
identify_client.cpp
|
DHT bugfix, more logging and less frequent private key generation. Fixed typo in identify_client
|
2007-05-14 17:49:36 +00:00 |
instantiate_connection.cpp
|
added missing files from previous check-in
|
2007-04-25 18:57:13 +00:00 |
ip_filter.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 |
logger.cpp
|
removed some more unecessary boost.date_time dependencies
|
2007-04-10 07:52:58 +00:00 |
lsd.cpp
|
refactoring in natpmp, upnp and lsd. made lsd (probably) work on windows
|
2007-05-17 02:54:13 +00:00 |
metadata_transfer.cpp
|
most of the metadata is now freed when a torrent becomes a seed. #44
|
2007-05-09 22:54:26 +00:00 |
natpmp.cpp
|
refactoring in natpmp, upnp and lsd. made lsd (probably) work on windows
|
2007-05-17 02:54:13 +00:00 |
peer_connection.cpp
|
added support for authentication in the url_parser and added a test for it
|
2007-05-22 20:44:18 +00:00 |
piece_picker.cpp
|
speed categories are now disabled before 1% of the pieces have been downloaded
|
2007-05-14 10:54:18 +00:00 |
policy.cpp
|
#47. introduced parole mode for peers that fails the hash check.
|
2007-05-16 04:12:13 +00:00 |
session.cpp
|
introduced a proper half open TCP connection limit. Also exposed the connection queue to let clients use the same connection limiter as libtorrent. UPnP connections and tracker connection are now also limited as well as peer connections and web seeds
|
2007-05-05 00:29:33 +00:00 |
session_impl.cpp
|
added shutdown logging and tracker manager shutdown flag
|
2007-05-23 01:02:46 +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 |
socks5_stream.cpp
|
added missing files from previous check-in
|
2007-04-25 18:57:13 +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
|
introduced swap_slots and swap_slots3 on storage_interface. All reads that needs it, should now be EOF safe (when using sparse files).
|
2007-05-16 01:16:08 +00:00 |
torrent.cpp
|
added support for authentication in the url_parser and added a test for it
|
2007-05-22 20:44:18 +00:00 |
torrent_handle.cpp
|
optimized heap allocations in piece_picker. #42
|
2007-05-09 00:49:13 +00:00 |
torrent_info.cpp
|
most of the metadata is now freed when a torrent becomes a seed. #44
|
2007-05-09 22:54:26 +00:00 |
tracker_manager.cpp
|
added shutdown logging and tracker manager shutdown flag
|
2007-05-23 01:02:46 +00:00 |
udp_tracker_connection.cpp
|
removed some more unecessary boost.date_time dependencies
|
2007-04-10 07:52:58 +00:00 |
upnp.cpp
|
fixed bug in recent UPnP change
|
2007-05-23 06:23:22 +00:00 |
ut_pex.cpp
|
added source to peer_info, which is a bitmask of the sources where the peer has been acquired from
|
2007-04-10 21:23:13 +00:00 |
web_peer_connection.cpp
|
added support for authentication in the url_parser and added a test for it
|
2007-05-22 20:44:18 +00:00 |