.. |
kademlia
|
updated disk IO to support unbuffered files
|
2009-01-11 02:02:34 +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
|
removed mapped_storage
|
2009-01-10 07:14:02 +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
|
made session stats config build
|
2008-12-26 07:00:21 +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 extension for file attributes. Fixes problem when sharing Application bundles on OSX or hidden files on windows
|
2009-01-11 22:27:43 +00:00 |
disk_buffer_holder.cpp
|
updated disk IO to support unbuffered files
|
2009-01-11 02:02:34 +00:00 |
disk_io_thread.cpp
|
fixed storage to generate a proper error when the read operation
|
2009-01-14 03:05:35 +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
|
file fixes
|
2009-01-13 19:40:14 +00:00 |
file_pool.cpp
|
updated disk IO to support unbuffered files
|
2009-01-11 02:02:34 +00:00 |
file_storage.cpp
|
map_file fix
|
2009-01-14 06:55:28 +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
|
only accept gzip encoding for bottled http requests
|
2008-12-29 07:31:33 +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_seed_connection.cpp
|
added support for http seeds (BEP 17)
|
2008-12-30 03:54:07 +00:00 |
http_stream.cpp
|
…
|
|
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
|
replace std::isdigit() to avoid asserts on windows
|
2009-01-11 20:40:43 +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
|
…
|
|
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 |
memdebug.cpp
|
…
|
|
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
|
…
|
|
pe_crypto.cpp
|
optimized encryption
|
2008-08-20 23:05:12 +00:00 |
peer_connection.cpp
|
IP overhead calculation fix
|
2008-12-28 20:06:59 +00:00 |
piece_picker.cpp
|
workaround for sparse files issue on Windows vista
|
2009-01-05 01:08:09 +00:00 |
policy.cpp
|
made session stats config build
|
2008-12-26 07:00: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
|
made disk_io_settings be synchronized through the job queue
|
2009-01-10 05:46:02 +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
|
…
|
|
socks5_stream.cpp
|
…
|
|
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 storage to generate a proper error when the read operation
|
2009-01-14 03:05:35 +00:00 |
torrent.cpp
|
minor bytes_done fix
|
2009-01-12 02:22:11 +00:00 |
torrent_handle.cpp
|
fix bug when calling torrent_handle::queue_position_up() on the torrent at the top of the queue. #455
|
2009-01-05 18:45:05 +00:00 |
torrent_info.cpp
|
added extension for file attributes. Fixes problem when sharing Application bundles on OSX or hidden files on windows
|
2009-01-11 22:27:43 +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
|
fixed dead-lock when setting DHT proxy
|
2009-01-06 17:45:32 +00:00 |
udp_tracker_connection.cpp
|
fixed typo in last check-in
|
2008-12-30 17:45:58 +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
|
added support for http seeds (BEP 17)
|
2008-12-30 03:54:07 +00:00 |