.. |
kademlia
|
fixed debug assert on linux
|
2007-09-10 06:12:41 +00:00 |
Makefile.am
|
added assert.cpp and .hpp to the makefiles
|
2007-09-17 06:39:04 +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 |
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
|
broadcast socket fix
|
2007-09-15 20:35:07 +00:00 |
bt_peer_connection.cpp
|
added 'incoming' peer source
|
2007-09-15 20:17:23 +00:00 |
connection_queue.cpp
|
fixed potential dead-lock in connection queue
|
2007-09-09 23:03:49 +00:00 |
disk_io_thread.cpp
|
added an option to generate a disk io log file
|
2007-09-17 08:15:54 +00:00 |
entry.cpp
|
merged back async_io branch into trunk
|
2007-06-10 20:46:09 +00:00 |
enum_net.cpp
|
upnp and lsd update. added a broadcast_socket and made the upnp connection use the locally bound ip to specify its address in the soap requests
|
2007-09-09 23:52:34 +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
|
made it possible to pass in custom buffers to piece_manager::async_read, increased the maximum buffer size on bottled http_requests
|
2007-09-11 17:45:20 +00:00 |
http_stream.cpp
|
added missing files from previous check-in
|
2007-04-25 18:57:13 +00:00 |
http_tracker_connection.cpp
|
fixed race condition in tracker manager
|
2007-09-14 02:54:15 +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
|
upnp and lsd update. added a broadcast_socket and made the upnp connection use the locally bound ip to specify its address in the soap requests
|
2007-09-09 23:52:34 +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
|
fixed debug assert on linux
|
2007-09-10 06:12:41 +00:00 |
pe_crypto.cpp
|
upnp more logging and error recovery
|
2007-09-01 04:08:39 +00:00 |
peer_connection.cpp
|
added a shorter timeout while waiting for a hanshake response from peers
|
2007-09-17 02:29:33 +00:00 |
piece_picker.cpp
|
fixed typo
|
2007-09-17 06:35:23 +00:00 |
policy.cpp
|
fixed piece picker problem when a downloading piece could not be picked with the right speed category
|
2007-09-10 08:07:18 +00:00 |
session.cpp
|
added a userdata parameter to add_torrent that is passed in to plugins
|
2007-09-14 00:11:33 +00:00 |
session_impl.cpp
|
added a userdata parameter to add_torrent that is passed in to plugins
|
2007-09-14 00:11:33 +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
|
added priority to disk io jobs
|
2007-09-16 01:34:06 +00:00 |
torrent.cpp
|
fixed debug assert on linux
|
2007-09-10 06:12:41 +00:00 |
torrent_handle.cpp
|
fixed mutex locking order issue
|
2007-08-27 01:05:11 +00:00 |
torrent_info.cpp
|
fixed recent change to torrent_info.cpp
|
2007-08-27 16:12:42 +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
|
upnp fix
|
2007-09-17 09:55:48 +00:00 |
ut_pex.cpp
|
added a userdata parameter to add_torrent that is passed in to plugins
|
2007-09-14 00:11:33 +00:00 |
web_peer_connection.cpp
|
removed incorrect assert
|
2007-09-05 22:43:07 +00:00 |