.. |
kademlia
|
fixed build errors on Solaris
|
2009-01-27 08:24:48 +00:00 |
ConvertUTF.cpp
|
fix utf8 build
|
2008-11-14 05:22:04 +00:00 |
GeoIP.c
|
another GeoIP fix
|
2008-12-22 09:53:30 +00:00 |
Makefile.am
|
moved page_aligned_allocator to its own file and uses it in set_piece_hashes to not pass in unaligned buffers to storage read
|
2009-01-15 17:09:36 +00:00 |
alert.cpp
|
added missing include statement
|
2009-01-17 19:32:03 +00:00 |
allocator.cpp
|
fixed infinite recursion in allocator
|
2009-01-15 18:25:27 +00:00 |
assert.cpp
|
fixed missing new line in assert message
|
2009-01-15 04:45:28 +00:00 |
broadcast_socket.cpp
|
fixed CIDR calculation
|
2009-03-25 23:58:39 +00:00 |
bt_peer_connection.cpp
|
fix on_piece to check if header is received before parsing it
|
2009-03-19 16:50:37 +00:00 |
connection_queue.cpp
|
fixed compiler flags in pkg-config file and made header files not depend on the NDEBUG define
|
2008-11-29 21:33:21 +00:00 |
create_torrent.cpp
|
fixed windows build
|
2009-03-14 08:19:17 +00:00 |
disk_buffer_holder.cpp
|
factor out disk_buffer_pool from disk_io_thread. refactored the file open modes to be platform independent. gave the disk_io_thread its own copy of session_settings that it shares with storage. added an unaligned_read implementation to storage. Added options to session_settings on when to open files in unbuffered mode. Added unit tests for unaligned reads
|
2009-01-21 07:31:49 +00:00 |
disk_io_thread.cpp
|
added compile time option for mlock support
|
2009-03-31 08:15:21 +00:00 |
entry.cpp
|
fixed compiler flags in pkg-config file and made header files not depend on the NDEBUG define
|
2008-11-29 21:33:21 +00:00 |
enum_net.cpp
|
add compile time option to disable IPv6 support
|
2009-03-31 07:45:54 +00:00 |
error_code.cpp
|
fixed boost-1.34.1 build
|
2009-03-06 08:57:00 +00:00 |
escape_string.cpp
|
uses iconv by default on linux to convert filenames from utf-8 to the current locale
|
2009-03-01 00:02:33 +00:00 |
file.cpp
|
compile time options to use readv/writev or not
|
2009-04-04 08:23:53 +00:00 |
file_pool.cpp
|
some file fixes
|
2009-02-16 11:04:54 +00:00 |
file_storage.cpp
|
improved support for platforms with no wchar_t and std::wstring
|
2009-03-31 08:12:35 +00:00 |
gzip.cpp
|
made assert tied to the new TORRENT_DEBUG define. Fixed two include problems that surfaced as a result
|
2008-11-30 04:50:52 +00:00 |
http_connection.cpp
|
fixed potential http compatibility issue
|
2009-02-27 09:03:05 +00:00 |
http_parser.cpp
|
fix to http_parser when used to parse requests instead of responses
|
2009-03-14 23:22:37 +00:00 |
http_seed_connection.cpp
|
first implementation of set_piece_deadline
|
2009-03-17 09:34:44 +00:00 |
http_stream.cpp
|
fixed build errors on Solaris
|
2009-01-27 08:24:48 +00:00 |
http_tracker_connection.cpp
|
IPv6 only tracker fix
|
2009-03-22 22:24:11 +00:00 |
identify_client.cpp
|
replaced std::isdigit with is_digit, to avoid asserts on windows and locale dependency. Fixes #484
|
2009-02-18 06:01:24 +00:00 |
instantiate_connection.cpp
|
changed variant_stream to return a pointer instead of a reference when querying for underlying type (avoids exceptions)
|
2008-10-18 07:12:04 +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
|
fix to lazy_entry print function
|
2009-03-22 05:31:28 +00:00 |
logger.cpp
|
fixes problem whith lexical_cast being locale dependent
|
2009-01-27 06:17:55 +00:00 |
lsd.cpp
|
fixed locale dependence in lsd.cpp
|
2009-02-11 18:16:55 +00:00 |
lt_trackers.cpp
|
fixes problem whith lexical_cast being locale dependent
|
2009-01-27 06:17:55 +00:00 |
magnet_uri.cpp
|
build fix
|
2009-02-27 07:03:00 +00:00 |
memdebug.cpp
|
made memdebug work. include script to generate graph
|
2007-12-27 06:37:18 +00:00 |
metadata_transfer.cpp
|
fixes problem whith lexical_cast being locale dependent
|
2009-01-27 06:17:55 +00:00 |
natpmp.cpp
|
fixed natpmp (broken in [3023])
|
2008-12-19 19:27:58 +00:00 |
parse_url.cpp
|
fixed build errors on Solaris
|
2009-01-27 08:24:48 +00:00 |
pe_crypto.cpp
|
optimized encryption
|
2008-08-20 23:05:12 +00:00 |
peer_connection.cpp
|
auto unchoke improvement
|
2009-04-04 07:55:34 +00:00 |
piece_picker.cpp
|
first implementation of set_piece_deadline
|
2009-03-17 09:34:44 +00:00 |
policy.cpp
|
add compile time option to disable IPv6 support
|
2009-03-31 07:45:54 +00:00 |
session.cpp
|
improved support for platforms with no wchar_t and std::wstring
|
2009-03-31 08:12:35 +00:00 |
session_impl.cpp
|
auto unchoke improvement
|
2009-04-04 07:55:34 +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
|
fixed #488
|
2009-02-25 05:53:24 +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
|
storage compact mode resume data fix
|
2009-03-31 08:20:34 +00:00 |
torrent.cpp
|
generate partial resume data for torrents that haven't been checked
|
2009-03-27 18:40:05 +00:00 |
torrent_handle.cpp
|
improved support for platforms with no wchar_t and std::wstring
|
2009-03-31 08:12:35 +00:00 |
torrent_info.cpp
|
improved support for platforms with no wchar_t and std::wstring
|
2009-03-31 08:12:35 +00:00 |
tracker_manager.cpp
|
added asserts to make sure tracker_connections are shut down correctly (#451)
|
2008-12-25 02:05:23 +00:00 |
udp_socket.cpp
|
fixes problem whith lexical_cast being locale dependent
|
2009-01-27 06:17:55 +00:00 |
udp_tracker_connection.cpp
|
fixed build error introduced in lexical_cast fix (logging builds would fail)
|
2009-01-28 05:49:21 +00:00 |
upnp.cpp
|
fixed UPnP issue where the control url contained the base url
|
2009-03-12 20:15:05 +00:00 |
ut_metadata.cpp
|
fixes problem whith lexical_cast being locale dependent
|
2009-01-27 06:17:55 +00:00 |
ut_pex.cpp
|
added tracker IP to tracker_response callback and added filtering of local IPs in pex and tracker responses. #409
|
2008-12-01 08:48:54 +00:00 |
web_peer_connection.cpp
|
first implementation of set_piece_deadline
|
2009-03-17 09:34:44 +00:00 |