Community driven twister-core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Miguel Freitas db62634635 return the peer list received from the tracker in dhtget 11 years ago
..
kademlia return the peer list received from the tracker in dhtget 11 years ago
ConvertUTF.cpp
GeoIP.c
Makefile.am partial untested torrent chages. will use leveldb for storage, no more multi-files per torrent, number of pieces may increase. 12 years ago
alert.cpp Fixed warning for snprintf call 11 years ago
alert_manager.cpp
allocator.cpp
asio.cpp
asio_ssl.cpp android compiling 11 years ago
assert.cpp
bandwidth_limit.cpp
bandwidth_manager.cpp
bandwidth_queue_entry.cpp
bloom_filter.cpp
broadcast_socket.cpp
bt_peer_connection.cpp fix compilation error (m_sent_bitfield) without libtorrent debug 11 years ago
chained_buffer.cpp
connection_queue.cpp
create_torrent.cpp use a single database for all swarms of the same libtorrent session. 11 years ago
disk_buffer_holder.cpp
disk_buffer_pool.cpp
disk_io_thread.cpp fix from upstream 11 years ago
entry.cpp
enum_net.cpp
error_code.cpp
escape_string.cpp
file.cpp android fixes 11 years ago
file_pool.cpp
file_storage.cpp partial untested torrent chages. will use leveldb for storage, no more multi-files per torrent, number of pieces may increase. 12 years ago
gzip.cpp
hasher.cpp enough of stack smashing segfault. openssl is required, period. fix #105. fix #97. fix #27. 11 years ago
http_connection.cpp
http_parser.cpp
http_seed_connection.cpp
http_stream.cpp
http_tracker_connection.cpp
i2p_stream.cpp
identify_client.cpp tweaks. increase m_desired_queue_size, maybe 2 is too low due to rounding 11 years ago
instantiate_connection.cpp
ip_filter.cpp
ip_voter.cpp
lazy_bdecode.cpp
logger.cpp
lsd.cpp
lt_trackers.cpp
magnet_uri.cpp
metadata_transfer.cpp
mpi.c
natpmp.cpp
packet_buffer.cpp
parse_url.cpp
pe_crypto.cpp
peer_connection.cpp recheck piece just before sending to other torrent peer. fix #15. 11 years ago
piece_picker.cpp keep track of rt and dm messages and filter dm from get_pieces (getposts rpc) 11 years ago
policy.cpp less noisy. disable some dht announce and already connected messages 11 years ago
puff.cpp
random.cpp
rsa.cpp
rss.cpp
session.cpp remove deprecated putData function from libtorrent 11 years ago
session_impl.cpp remove deprecated putData function from libtorrent 11 years ago
settings.cpp
sha1.cpp
smart_ban.cpp
socket_io.cpp
socket_type.cpp
socks5_stream.cpp
stat.cpp
storage.cpp use a single database for all swarms of the same libtorrent session. 11 years ago
string_util.cpp
thread.cpp apply patch from http://sourceforge.net/p/cygwin-ports/libtorrent-rasterbar/ci/master/tree/0.16.7-cygwin.patch 11 years ago
time.cpp
timestamp_history.cpp
torrent.cpp fix getpost memory leak. fixes miguelfreitas/twister-html#161 11 years ago
torrent_handle.cpp try to reduce the level of useless dht tracker requests by not announcing empty torrents we do not follow. 11 years ago
torrent_info.cpp more untested stuff: try to preserve piece_size when reading from disk. 12 years ago
tracker_manager.cpp
udp_socket.cpp apply upstream fix by Arvid 11 years ago
udp_tracker_connection.cpp
upnp.cpp
ut_metadata.cpp
ut_pex.cpp
utf8.cpp
utp_socket_manager.cpp
utp_stream.cpp android fixes 11 years ago
web_connection_base.cpp
web_peer_connection.cpp