.. |
kademlia
|
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 |
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
|
added tracker exchange (tex) extension
|
2008-11-27 20:51:59 +00:00 |
alert.cpp
|
added session::set_alert_dispatch() for system specific message loop integration
|
2008-12-15 07:12:08 +00:00 |
assert.cpp
|
fix assert.cpp mac build to take sdk version into account
|
2008-12-19 09:17:55 +00:00 |
broadcast_socket.cpp
|
moved UPNP_LOGGING out of upnp.cpp and added alerts for when upnp logs something
|
2008-10-22 01:12:14 +00:00 |
bt_peer_connection.cpp
|
initial super seeding support
|
2008-12-08 06:36:22 +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
|
added another constructor to create_torrent that copies a torrent_info.
|
2008-09-24 17:05:12 +00:00 |
disk_buffer_holder.cpp
|
disk receive buffer cleanup
|
2008-05-05 06:25:22 +00:00 |
disk_io_thread.cpp
|
fixed disk_io_thread over-allocation
|
2008-12-03 06:42:53 +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
|
fix to previous check-in
|
2008-08-16 23:02:03 +00:00 |
error_code.cpp
|
added missing file error_code.cpp
|
2008-07-18 14:41:08 +00:00 |
escape_string.cpp
|
fixed illegal type conversion
|
2008-12-01 20:37:06 +00:00 |
file.cpp
|
fixed preprocessor defines using UNICODE instead of TORRENT_USE_WPATH. Removed old boost.filesystem replacement code to support boost 1.33
|
2008-12-09 03:45:58 +00:00 |
file_pool.cpp
|
simplified the file interface
|
2008-10-19 05:03:17 +00:00 |
file_storage.cpp
|
added wpath and wstring overloads for functions dealing with paths for more complete wide character support. #432
|
2008-11-30 08:12:26 +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
|
added resolver cancellation to http_connection and udp_socket. might prevent potential shutdown stalls
|
2008-12-20 18:27:09 +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
|
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 |
identify_client.cpp
|
fix isprint() build issue with msvc
|
2008-08-24 08:41:48 +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
|
lazy_decode memory allocation tuning
|
2008-11-10 04:15:29 +00:00 |
logger.cpp
|
exception related fixes. Avoiding functions that may throw in places where exceptions shouldn't be thrown
|
2008-10-21 08:45:42 +00:00 |
lsd.cpp
|
exception fixes
|
2008-11-05 05:39:18 +00:00 |
lt_trackers.cpp
|
changed how trackers are handled. Implements #297 by setting session_settings::announce_to_all_trackers to true
|
2008-11-29 08:38:40 +00:00 |
magnet_uri.cpp
|
made dump torrent create magnet links
|
2008-08-27 18:44:35 +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
|
added tracker exchange (tex) extension
|
2008-11-27 20:51:59 +00:00 |
natpmp.cpp
|
fixed natpmp (broken in [3023])
|
2008-12-19 19:27:58 +00:00 |
parse_url.cpp
|
added missing include
|
2008-05-17 16:33:28 +00:00 |
pe_crypto.cpp
|
optimized encryption
|
2008-08-20 23:05:12 +00:00 |
peer_connection.cpp
|
fixed seeding choking algorithm to be more fair (proper round robin)
|
2008-12-10 23:07:44 +00:00 |
piece_picker.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 |
policy.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 |
session.cpp
|
support for wide character paths for the GeoIP databases. Fixes #431
|
2008-12-21 08:48:06 +00:00 |
session_impl.cpp
|
modified fix for #431 to make it actually build and work
|
2008-12-21 19:15:53 +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
|
optimized policy::peer
|
2008-07-14 11:15:35 +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
|
fixed potential problem in storage where it sometimes checks files without first initializing
|
2008-12-13 03:32:57 +00:00 |
torrent.cpp
|
added resolver cancellation to http_connection and udp_socket. might prevent potential shutdown stalls
|
2008-12-20 18:27:09 +00:00 |
torrent_handle.cpp
|
added torrent_handle::read_piece(). #441
|
2008-12-14 19:47:02 +00:00 |
torrent_info.cpp
|
fixed bug when torrent file have announce-list but no valid trackers. #444
|
2008-12-16 01:26:35 +00:00 |
tracker_manager.cpp
|
applies ip filter to trackers as well
|
2008-10-22 19:40:32 +00:00 |
udp_socket.cpp
|
added resolver cancellation to http_connection and udp_socket. might prevent potential shutdown stalls
|
2008-12-20 18:27:09 +00:00 |
udp_tracker_connection.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 |
upnp.cpp
|
various fixes for potential shutdown freezes
|
2008-12-07 20:25:04 +00:00 |
ut_metadata.cpp
|
ut_metadata fix to not send metadata for private torrents
|
2008-11-25 19:25:49 +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
|
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 |