.. |
kademlia
|
made bdecode not throw
|
2008-06-23 22:00:27 +00:00 |
GeoIP.c
|
GeoIP fixes
|
2008-05-12 07:14:03 +00:00 |
Makefile.am
|
* improved --with-asio configure option behaviour;
|
2008-06-23 00:09:12 +00:00 |
alert.cpp
|
changed the alerts to have categories and to be filtered with a bitmask instead of having a severity and be filtered by a severity level.
|
2008-07-06 12:22:56 +00:00 |
assert.cpp
|
Fix building on gcc 4.3
|
2008-04-29 21:46:32 +00:00 |
broadcast_socket.cpp
|
boost 1.35 related fixes
|
2008-05-20 09:45:55 +00:00 |
bt_peer_connection.cpp
|
keeps track of the number of requests waiting in the send buffer and adjusts bandwidht priority accordingly in the bandwidth limiter
|
2008-07-08 00:03:08 +00:00 |
connection_queue.cpp
|
switched over to asio from boost-1.35
|
2008-05-03 16:05:42 +00:00 |
create_torrent.cpp
|
separated file_storage from torrent_info and create_torrent
|
2008-05-28 08:44:40 +00:00 |
disk_buffer_holder.cpp
|
disk receive buffer cleanup
|
2008-05-05 06:25:22 +00:00 |
disk_io_thread.cpp
|
switched resume data parsing over to use lazy_bdecode. Improves memory allocation performance, especially noticable when heap allocations are expensive. Makes it more practical to run with malloc debug. Changed resume data interface to take a vector as opposed to a parsed structure
|
2008-06-30 23:14:31 +00:00 |
entry.cpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
enum_net.cpp
|
Make libtorrent build with boost <1.35
|
2008-05-20 06:03:46 +00:00 |
escape_string.cpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
file.cpp
|
moved load_file into torrent_info.cpp to make it available on windows too. Fixed the exception free path in torrent_info
|
2008-07-01 11:00:00 +00:00 |
file_pool.cpp
|
separated file_storage from torrent_info and create_torrent
|
2008-05-28 08:44:40 +00:00 |
file_storage.cpp
|
fix to file_progress improvement
|
2008-07-09 15:23:42 +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
|
disable endpoint sorting in http_connection for msvc, since it ICEs the compiler. Fixes #361
|
2008-07-03 10:05:19 +00:00 |
http_parser.cpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
http_stream.cpp
|
switched over to asio from boost-1.35
|
2008-05-03 16:05:42 +00:00 |
http_tracker_connection.cpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
identify_client.cpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
instantiate_connection.cpp
|
switched over to asio from boost-1.35
|
2008-05-03 16:05:42 +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
|
factored out constants to enums in lazy_bdecode
|
2008-07-02 21:19:50 +00:00 |
logger.cpp
|
switched extension handshake parsing over to use lazy_bdecode for improved performance
|
2008-07-01 08:04:12 +00:00 |
lsd.cpp
|
Make libtorrent build with boost <1.35
|
2008-05-20 06:03:46 +00:00 |
magnet_uri.cpp
|
fixed bug in make_magnet_uri
|
2007-12-09 04:45:55 +00:00 |
mapped_storage.cpp
|
fix build
|
2008-07-01 22:44:17 +00:00 |
memdebug.cpp
|
made memdebug work. include script to generate graph
|
2007-12-27 06:37:18 +00:00 |
metadata_transfer.cpp
|
changed the alerts to have categories and to be filtered with a bitmask instead of having a severity and be filtered by a severity level.
|
2008-07-06 12:22:56 +00:00 |
natpmp.cpp
|
fix natpmp stall at shutdown
|
2008-06-24 13:52:14 +00:00 |
parse_url.cpp
|
added missing include
|
2008-05-17 16:33:28 +00:00 |
pe_crypto.cpp
|
removed exceptions from pe_crypto and improved error handling
|
2008-06-28 10:10:05 +00:00 |
peer_connection.cpp
|
make 'snubbed' more sticky by only giving one request_timeout back when a new block is being received
|
2008-07-10 19:31:22 +00:00 |
piece_picker.cpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
policy.cpp
|
invariant check fix
|
2008-07-08 21:33:36 +00:00 |
session.cpp
|
changed the alerts to have categories and to be filtered with a bitmask instead of having a severity and be filtered by a severity level.
|
2008-07-06 12:22:56 +00:00 |
session_impl.cpp
|
timeout incoming connections
|
2008-07-10 10:35:11 +00:00 |
sha1.cpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
smart_ban.cpp
|
fix smart ban assert when closing a torrent with a failing piece
|
2008-06-22 20:30:43 +00:00 |
socks4_stream.cpp
|
switched over to asio from boost-1.35
|
2008-05-03 16:05:42 +00:00 |
socks5_stream.cpp
|
switched over to asio from boost-1.35
|
2008-05-03 16:05:42 +00:00 |
stat.cpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
storage.cpp
|
switched resume data parsing over to use lazy_bdecode. Improves memory allocation performance, especially noticable when heap allocations are expensive. Makes it more practical to run with malloc debug. Changed resume data interface to take a vector as opposed to a parsed structure
|
2008-06-30 23:14:31 +00:00 |
torrent.cpp
|
fix to file_progress improvement
|
2008-07-09 15:23:42 +00:00 |
torrent_handle.cpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
torrent_info.cpp
|
moved load_file into torrent_info.cpp to make it available on windows too. Fixed the exception free path in torrent_info
|
2008-07-01 11:00:00 +00:00 |
tracker_manager.cpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
udp_socket.cpp
|
Make libtorrent build with boost <1.35
|
2008-05-20 06:03:46 +00:00 |
udp_tracker_connection.cpp
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
|
2008-06-25 14:15:21 +00:00 |
upnp.cpp
|
fixed typo. Fixes #355
|
2008-06-27 09:44:14 +00:00 |
ut_metadata.cpp
|
changed the alerts to have categories and to be filtered with a bitmask instead of having a severity and be filtered by a severity level.
|
2008-07-06 12:22:56 +00:00 |
ut_pex.cpp
|
switched over pex parsing to use lazy_bdecode
|
2008-07-01 09:02:03 +00:00 |
web_peer_connection.cpp
|
keeps track of the number of requests waiting in the send buffer and adjusts bandwidht priority accordingly in the bandwidth limiter
|
2008-07-08 00:03:08 +00:00 |