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.
 
 
 
 
 
 
Chocobo1 55ece85ce9
Fix building libtorrent with boost >= 1.70
4 years ago
..
kademlia Fix building libtorrent with boost >= 1.70 4 years ago
ConvertUTF.cpp added libtorrent (svn rev 8690) 11 years ago
GeoIP.c added libtorrent (svn rev 8690) 11 years ago
Makefile.am partial untested torrent chages. will use leveldb for storage, no more multi-files per torrent, number of pieces may increase. 11 years ago
alert.cpp Fixed warning for snprintf call 11 years ago
alert_manager.cpp added libtorrent (svn rev 8690) 11 years ago
allocator.cpp merge upstream patch r8983 (merged mingw build fixes from RC_0_16) 11 years ago
asio.cpp added libtorrent (svn rev 8690) 11 years ago
asio_ssl.cpp android compiling 11 years ago
assert.cpp don't bother Arvid with our bastard fork :-) 9 years ago
bandwidth_limit.cpp added libtorrent (svn rev 8690) 11 years ago
bandwidth_manager.cpp added libtorrent (svn rev 8690) 11 years ago
bandwidth_queue_entry.cpp added libtorrent (svn rev 8690) 11 years ago
bloom_filter.cpp added libtorrent (svn rev 8690) 11 years ago
broadcast_socket.cpp added libtorrent (svn rev 8690) 11 years ago
bt_peer_connection.cpp implement new peek / hashcash extension in our libtorrent fork 9 years ago
chained_buffer.cpp added libtorrent (svn rev 8690) 11 years ago
connection_queue.cpp Fix building libtorrent with boost >= 1.70 4 years ago
create_torrent.cpp use a single database for all swarms of the same libtorrent session. 11 years ago
disk_buffer_holder.cpp added libtorrent (svn rev 8690) 11 years ago
disk_buffer_pool.cpp added libtorrent (svn rev 8690) 11 years ago
disk_io_thread.cpp update time.cpp/ptime from upstream (r10083) trying to fix non-monotonic time issues with win32. 11 years ago
entry.cpp added libtorrent (svn rev 8690) 11 years ago
enum_net.cpp added libtorrent (svn rev 8690) 11 years ago
error_code.cpp sync lazy_bdecode to 0.16 branch before applying security fix 9 years ago
escape_string.cpp added libtorrent (svn rev 8690) 11 years ago
file.cpp boost 1.66 patch... 7 years ago
file_pool.cpp added libtorrent (svn rev 8690) 11 years ago
file_storage.cpp partial untested torrent chages. will use leveldb for storage, no more multi-files per torrent, number of pieces may increase. 11 years ago
gzip.cpp added libtorrent (svn rev 8690) 11 years ago
hasher.cpp enough of stack smashing segfault. openssl is required, period. fix #105. fix #97. fix #27. 11 years ago
http_connection.cpp Fix building libtorrent with boost >= 1.70 4 years ago
http_parser.cpp added libtorrent (svn rev 8690) 11 years ago
http_seed_connection.cpp added libtorrent (svn rev 8690) 11 years ago
http_stream.cpp added libtorrent (svn rev 8690) 11 years ago
http_tracker_connection.cpp added libtorrent (svn rev 8690) 11 years ago
i2p_stream.cpp quick fix for #387 8 years ago
identify_client.cpp tweaks. increase m_desired_queue_size, maybe 2 is too low due to rounding 11 years ago
instantiate_connection.cpp added libtorrent (svn rev 8690) 11 years ago
ip_filter.cpp added libtorrent (svn rev 8690) 11 years ago
ip_voter.cpp update ip_voter from upstream to get this nice maybe_rotate method. 10 years ago
lazy_bdecode.cpp port lazy_bdecode from upstream to 'fix bound-checking issue in bdecoder' 9 years ago
logger.cpp added libtorrent (svn rev 8690) 11 years ago
lsd.cpp added libtorrent (svn rev 8690) 11 years ago
lt_trackers.cpp added libtorrent (svn rev 8690) 11 years ago
magnet_uri.cpp added libtorrent (svn rev 8690) 11 years ago
makefile.ios building for ios on linux 9 years ago
metadata_transfer.cpp added libtorrent (svn rev 8690) 11 years ago
mpi.c added libtorrent (svn rev 8690) 11 years ago
natpmp.cpp Fix building libtorrent with boost >= 1.70 4 years ago
packet_buffer.cpp added libtorrent (svn rev 8690) 11 years ago
parse_url.cpp added libtorrent (svn rev 8690) 11 years ago
pe_crypto.cpp added libtorrent (svn rev 8690) 11 years ago
peer_connection.cpp boost 1.66 patch... 7 years ago
piece_picker.cpp introducing a new torrent piece property to be persisted on disk: max_seen 10 years ago
policy.cpp implement new peek / hashcash extension in our libtorrent fork 9 years ago
puff.cpp added libtorrent (svn rev 8690) 11 years ago
random.cpp added libtorrent (svn rev 8690) 11 years ago
rsa.cpp added libtorrent (svn rev 8690) 11 years ago
rss.cpp added libtorrent (svn rev 8690) 11 years ago
session.cpp backport from upstream: fixed uTP vulnerability 9 years ago
session_impl.cpp boost 1.66 patch... 7 years ago
settings.cpp added libtorrent (svn rev 8690) 11 years ago
sha1.cpp added libtorrent (svn rev 8690) 11 years ago
smart_ban.cpp added libtorrent (svn rev 8690) 11 years ago
socket_io.cpp added libtorrent (svn rev 8690) 11 years ago
socket_type.cpp added libtorrent (svn rev 8690) 11 years ago
socks5_stream.cpp quick fix for #387 8 years ago
stat.cpp added libtorrent (svn rev 8690) 11 years ago
storage.cpp fix for picky compiler complaining about no return 10 years ago
string_util.cpp added libtorrent (svn rev 8690) 11 years ago
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 update time.cpp/ptime from upstream (r10083) trying to fix non-monotonic time issues with win32. 11 years ago
timestamp_history.cpp added libtorrent (svn rev 8690) 11 years ago
torrent.cpp boost 1.66 patch... 7 years ago
torrent_handle.cpp introducing a new torrent piece property to be persisted on disk: max_seen 10 years ago
torrent_info.cpp more untested stuff: try to preserve piece_size when reading from disk. 11 years ago
tracker_manager.cpp update time.cpp/ptime from upstream (r10083) trying to fix non-monotonic time issues with win32. 11 years ago
udp_socket.cpp boost 1.66 patch... 7 years ago
udp_tracker_connection.cpp added libtorrent (svn rev 8690) 11 years ago
upnp.cpp quick fix for #387 8 years ago
ut_metadata.cpp added libtorrent (svn rev 8690) 11 years ago
ut_pex.cpp added libtorrent (svn rev 8690) 11 years ago
utf8.cpp added libtorrent (svn rev 8690) 11 years ago
utp_socket_manager.cpp Fix building libtorrent with boost >= 1.70 4 years ago
utp_stream.cpp backport from upstream: fixed uTP vulnerability 9 years ago
web_connection_base.cpp added libtorrent (svn rev 8690) 11 years ago
web_peer_connection.cpp added libtorrent (svn rev 8690) 11 years ago