.. |
kademlia
|
dht array index out of bound fix
|
2008-04-16 03:20:35 +00:00 |
GeoIP.c
|
made GeoIP build on windows by stripping out mmap support
|
2008-04-09 09:47:22 +00:00 |
Makefile.am
|
added AM_CFLAGS to makefile
|
2008-04-22 23:32:27 +00:00 |
alert.cpp
|
msvc build fixes and warning fixes
|
2008-04-05 21:18:27 +00:00 |
assert.cpp
|
demangles symbols in assert tracebacks
|
2007-12-27 06:15:52 +00:00 |
broadcast_socket.cpp
|
made peer connection order depend on ones external IP or be random (if we don't know our external IP). Should fix #281
|
2008-02-28 03:09:34 +00:00 |
bt_peer_connection.cpp
|
receive buffer optimization. added receive_buffer_size and used_receive_buffer to peer_info. changed plugin api to make use of new disk_buffer_holder type
|
2008-04-10 10:03:23 +00:00 |
connection_queue.cpp
|
msvc fix
|
2008-03-21 05:41:56 +00:00 |
disk_buffer_holder.cpp
|
storage fixes
|
2008-04-12 22:08:07 +00:00 |
disk_io_thread.cpp
|
disk IO thread error handling
|
2008-04-13 21:26:57 +00:00 |
entry.cpp
|
reverted last check in
|
2008-03-12 05:03:35 +00:00 |
enum_net.cpp
|
fixed FreeBSD build. #284
|
2008-03-04 04:29:03 +00:00 |
escape_string.cpp
|
made escape_string build without exception support
|
2007-12-29 01:35:50 +00:00 |
file.cpp
|
updated file_win and file_pool error handling
|
2008-02-25 04:41:21 +00:00 |
file_pool.cpp
|
updated file_win and file_pool error handling
|
2008-02-25 04:41:21 +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
|
made tests build and pass in trunk. fixed issues in trunk revealed by the tests. fixed failing torrent invariant check in trunk and rc0.13
|
2008-03-14 10:17:27 +00:00 |
http_parser.cpp
|
fixed http_parser to build on windows
|
2008-01-27 22:00:14 +00:00 |
http_stream.cpp
|
made http_stream and proxy_base support builds with exceptions disabled
|
2007-12-28 19:26:26 +00:00 |
http_tracker_connection.cpp
|
msvc build fixes and warning fixes
|
2008-04-05 21:18:27 +00:00 |
identify_client.cpp
|
added Miro to the identifiable clients
|
2007-11-22 02:29:44 +00:00 |
instantiate_connection.cpp
|
fixed http proxy (with authentication) bug
|
2008-01-26 18:48:00 +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 fixes
|
2008-04-20 03:18:49 +00:00 |
logger.cpp
|
merged back async_io branch into trunk
|
2007-06-10 20:46:09 +00:00 |
lsd.cpp
|
local service discovert resend fix
|
2008-03-26 21:40:58 +00:00 |
magnet_uri.cpp
|
fixed bug in make_magnet_uri
|
2007-12-09 04:45:55 +00:00 |
mapped_storage.cpp
|
storage fixes
|
2008-04-12 22:08:07 +00:00 |
memdebug.cpp
|
made memdebug work. include script to generate graph
|
2007-12-27 06:37:18 +00:00 |
metadata_transfer.cpp
|
removed exceptions from metadata extensions
|
2008-04-07 01:39:29 +00:00 |
natpmp.cpp
|
revamped part of the port mapping code (UPnP and NAT-PMP). Added documentation for start_{lsd,natpmp,upnp} and stop_{lsd,natpmp,upnp}
|
2008-04-06 19:17:58 +00:00 |
pe_crypto.cpp
|
fixed error handling in pe-crypto
|
2008-02-09 21:14:49 +00:00 |
peer_connection.cpp
|
logging improvements
|
2008-04-20 17:17:58 +00:00 |
piece_picker.cpp
|
removed checker thread
|
2008-03-08 06:06:31 +00:00 |
policy.cpp
|
connect candidate counter fix
|
2008-04-20 00:19:31 +00:00 |
session.cpp
|
some more ASNum additions
|
2008-04-22 00:05:23 +00:00 |
session_impl.cpp
|
Move the torrent_checked alert post to torrent::files_checked
|
2008-04-23 01:01:00 +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
|
changed the way connections are disconnected. improved logging. Does not depend on exceptions anymore
|
2008-01-07 01:10:46 +00:00 |
socks4_stream.cpp
|
made socks5 and socks4 streams ignore errors on close()
|
2007-11-25 19:09:00 +00:00 |
socks5_stream.cpp
|
socks5 update
|
2008-03-28 22:50: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 an asynchronous save_resume_data to make it easier to synchronize with the disk IO thread
|
2008-04-13 18:54:36 +00:00 |
torrent.cpp
|
Move the torrent_checked alert post to torrent::files_checked
|
2008-04-23 01:01:00 +00:00 |
torrent_handle.cpp
|
added an asynchronous save_resume_data to make it easier to synchronize with the disk IO thread
|
2008-04-13 18:54:36 +00:00 |
torrent_info.cpp
|
put the private flag in the right place. Fixes #303
|
2008-04-09 08:10:44 +00:00 |
tracker_manager.cpp
|
http_tracker_connection fix to use separate timeout when stopping a tracker
|
2008-03-30 19:00:37 +00:00 |
udp_socket.cpp
|
fixed typo
|
2008-04-22 21:02:05 +00:00 |
udp_tracker_connection.cpp
|
udp tracker connection fix
|
2008-04-22 17:30:28 +00:00 |
upnp.cpp
|
UPnP fix
|
2008-04-20 03:02:31 +00:00 |
ut_metadata.cpp
|
removed exceptions from metadata extensions
|
2008-04-07 01:39:29 +00:00 |
ut_pex.cpp
|
ut_pex exception fix
|
2008-04-07 03:31:41 +00:00 |
web_peer_connection.cpp
|
fixed windows build and removed msvc warnings
|
2008-02-25 10:28:53 +00:00 |