.. |
kademlia
|
made dht requests be allocated in a pool allocator for heap and runtime efficiency. Fixes to DHT error responses
|
2007-05-23 08:45:12 +00:00 |
Makefile.am
|
updated Jamfile to support openssl on windows, added missing files to makefiles and made test_pe_crypto build when encryption is disabled
|
2007-06-13 01:48:24 +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 |
bt_peer_connection.cpp
|
Fixed #71
|
2007-06-30 07:28:44 +00:00 |
connection_queue.cpp
|
fixed typo in previous check-in
|
2007-05-17 16:04:09 +00:00 |
disk_io_thread.cpp
|
fixed mutex issue in disk io thread
|
2007-06-17 05:58:12 +00:00 |
entry.cpp
|
merged back async_io branch into trunk
|
2007-06-10 20:46:09 +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
|
merged back async_io branch into trunk
|
2007-06-10 20:46:09 +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
|
fixed semantics in http_connection
|
2007-06-05 01:25:46 +00:00 |
http_stream.cpp
|
added missing files from previous check-in
|
2007-04-25 18:57:13 +00:00 |
http_tracker_connection.cpp
|
support for ip address in announce
|
2007-06-13 00:20:06 +00:00 |
identify_client.cpp
|
changed identify client to say uTorrent instead of MicroTorrent
|
2007-07-02 16:47:32 +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
|
refactoring in natpmp, upnp and lsd. made lsd (probably) work on windows
|
2007-05-17 02:54:13 +00:00 |
metadata_transfer.cpp
|
merged back async_io branch into trunk
|
2007-06-10 20:46:09 +00:00 |
natpmp.cpp
|
refactoring in natpmp, upnp and lsd. made lsd (probably) work on windows
|
2007-05-17 02:54:13 +00:00 |
pe_crypto.cpp
|
merged back encryption branch to trunk
|
2007-06-06 00:41:20 +00:00 |
peer_connection.cpp
|
chamged peer representation from tcp::endpoint to policy::peer pointer in piece_picker's downloading piece. Saves memory, removes the need for lookup and improves the hash check fail/pass handling for closed connections
|
2007-07-04 02:16:49 +00:00 |
piece_picker.cpp
|
chamged peer representation from tcp::endpoint to policy::peer pointer in piece_picker's downloading piece. Saves memory, removes the need for lookup and improves the hash check fail/pass handling for closed connections
|
2007-07-04 02:16:49 +00:00 |
policy.cpp
|
chamged peer representation from tcp::endpoint to policy::peer pointer in piece_picker's downloading piece. Saves memory, removes the need for lookup and improves the hash check fail/pass handling for closed connections
|
2007-07-04 02:16:49 +00:00 |
session.cpp
|
merged back async_io branch into trunk
|
2007-06-10 20:46:09 +00:00 |
session_impl.cpp
|
improved bandwidth limiter and added a unit test for it
|
2007-07-02 23:48:06 +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
|
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
|
fixed typo
|
2007-06-18 17:15:33 +00:00 |
torrent.cpp
|
chamged peer representation from tcp::endpoint to policy::peer pointer in piece_picker's downloading piece. Saves memory, removes the need for lookup and improves the hash check fail/pass handling for closed connections
|
2007-07-04 02:16:49 +00:00 |
torrent_handle.cpp
|
chamged peer representation from tcp::endpoint to policy::peer pointer in piece_picker's downloading piece. Saves memory, removes the need for lookup and improves the hash check fail/pass handling for closed connections
|
2007-07-04 02:16:49 +00:00 |
torrent_info.cpp
|
merged back async_io branch into trunk
|
2007-06-10 20:46:09 +00:00 |
tracker_manager.cpp
|
merged back async_io branch into trunk
|
2007-06-10 20:46:09 +00:00 |
udp_tracker_connection.cpp
|
support for ip address in announce
|
2007-06-13 00:20:06 +00:00 |
upnp.cpp
|
fixed bug in recent UPnP change
|
2007-05-23 06:23:22 +00:00 |
ut_pex.cpp
|
merged back encryption branch to trunk
|
2007-06-06 00:41:20 +00:00 |
web_peer_connection.cpp
|
exposed some more peer info
|
2007-05-25 19:42:10 +00:00 |