premiere-libtorrent/src
Arvid Norberg cd4adae4ed add and fix some documentation. regenerate html. remove bittorrent_utp as a connection type, there's already a utp_socket flag 2014-02-02 09:33:19 +00:00
..
kademlia change peer priority to use crc32c instead of sha1 2014-01-23 02:28:04 +00:00
ConvertUTF.cpp fix utf8 build 2008-11-14 05:22:04 +00:00
GeoIP.c merged silencing of warnings from RC_0_16 2013-06-14 16:41:47 +00:00
Makefile.am DHT refactoring and support for storing arbitrary data with put 2013-12-27 04:28:25 +00:00
alert.cpp fix bug in dht_error_alert 2014-01-31 06:01:29 +00:00
alert_manager.cpp remove unused member of alert_manager 2013-07-19 23:31:44 +00:00
allocator.cpp back-port allocator patch from libtorrent_aio to make the buffer debugging code generic and platform-independent 2014-01-20 03:55:24 +00:00
asio.cpp merged boost.asio fix from RC_0_16 2013-02-06 09:35:22 +00:00
asio_ssl.cpp merged compatibility fix from RC_0_16 2012-04-11 17:39:13 +00:00
assert.cpp clean up assert related defines and debuf-only fields less error-prone. fix missing initialization in file_pool caused by mistake in defines under which the debug field was initialized 2014-01-19 19:45:50 +00:00
bandwidth_limit.cpp rate limiter overflow fix (for very high limits) 2014-01-13 06:49:47 +00:00
bandwidth_manager.cpp invariant check macro fixes 2014-01-21 19:26:09 +00:00
bandwidth_queue_entry.cpp update copyright 2013-12-25 17:07:16 +00:00
bloom_filter.cpp update copyright 2013-12-25 17:07:16 +00:00
broadcast_socket.cpp update copyright 2013-12-25 17:07:16 +00:00
bt_peer_connection.cpp add and fix some documentation. regenerate html. remove bittorrent_utp as a connection type, there's already a utp_socket flag 2014-02-02 09:33:19 +00:00
chained_buffer.cpp clean up assert related defines and debuf-only fields less error-prone. fix missing initialization in file_pool caused by mistake in defines under which the debug field was initialized 2014-01-19 19:45:50 +00:00
connection_queue.cpp invariant check macro fixes 2014-01-21 19:26:09 +00:00
create_torrent.cpp update copyright 2013-12-25 17:07:16 +00:00
disk_buffer_holder.cpp update copyright 2013-12-25 17:07:16 +00:00
disk_buffer_pool.cpp clean up assert related defines and debuf-only fields less error-prone. fix missing initialization in file_pool caused by mistake in defines under which the debug field was initialized 2014-01-19 19:45:50 +00:00
disk_io_thread.cpp don't print stuff to stdout in debug builds. when waking up from completing a connection attempt, exit immediately if the connection is disconnecting, or disconnect if we're in graceful pause mode. some test cleanups 2014-01-26 08:18:13 +00:00
entry.cpp update copyright 2013-12-25 17:07:16 +00:00
enum_net.cpp update copyright 2013-12-25 17:07:16 +00:00
error_code.cpp cleaned up i2p_category to encapsulate it in i2p_stream.cpp, as well as the socks5 erro_category. added some documentation to torrent_handle and session. fixed reference documentation mapping of get_*_category() functions. regenerate documentation 2014-02-02 04:07:36 +00:00
escape_string.cpp update copyright 2013-12-25 17:07:16 +00:00
file.cpp attempt to speed up client_test's loading of torrents 2014-01-19 04:11:49 +00:00
file_pool.cpp clean up assert related defines and debuf-only fields less error-prone. fix missing initialization in file_pool caused by mistake in defines under which the debug field was initialized 2014-01-19 19:45:50 +00:00
file_storage.cpp update copyright 2013-12-25 17:07:16 +00:00
gzip.cpp update copyright 2013-12-25 17:07:16 +00:00
hasher.cpp update copyright 2013-12-25 17:07:16 +00:00
http_connection.cpp update copyright 2013-12-25 17:07:16 +00:00
http_parser.cpp update copyright 2013-12-25 17:07:16 +00:00
http_seed_connection.cpp update copyright 2013-12-25 17:07:16 +00:00
http_stream.cpp update copyright 2013-12-25 17:07:16 +00:00
http_tracker_connection.cpp update copyright 2013-12-25 17:07:16 +00:00
i2p_stream.cpp cleaned up i2p_category to encapsulate it in i2p_stream.cpp, as well as the socks5 erro_category. added some documentation to torrent_handle and session. fixed reference documentation mapping of get_*_category() functions. regenerate documentation 2014-02-02 04:07:36 +00:00
identify_client.cpp update copyright 2013-12-25 17:07:16 +00:00
instantiate_connection.cpp update copyright 2013-12-25 17:07:16 +00:00
ip_filter.cpp update copyright 2013-12-25 17:07:16 +00:00
ip_voter.cpp fix ipv6-off build 2013-06-16 00:59:29 +00:00
lazy_bdecode.cpp fix lazy_bdecode build 2013-12-26 18:43:48 +00:00
logger.cpp update copyright 2013-12-25 17:07:16 +00:00
lsd.cpp update copyright 2013-12-25 17:07:16 +00:00
lt_trackers.cpp merged lt_tex fix from RC_0_16 2014-01-26 01:17:58 +00:00
magnet_uri.cpp update copyright 2013-12-25 17:07:16 +00:00
metadata_transfer.cpp update copyright 2013-12-25 17:07:16 +00:00
mpi.c changed includes for tommath to point into the libtorrent directory 2009-11-10 17:14:53 +00:00
natpmp.cpp update copyright 2013-12-25 17:07:16 +00:00
packet_buffer.cpp invariant check macro fixes 2014-01-21 19:26:09 +00:00
parse_url.cpp merged lt_tex fix from RC_0_16 2014-01-26 01:17:58 +00:00
pe_crypto.cpp update copyright 2013-12-25 17:07:16 +00:00
peer_connection.cpp cleaned up i2p_category to encapsulate it in i2p_stream.cpp, as well as the socks5 erro_category. added some documentation to torrent_handle and session. fixed reference documentation mapping of get_*_category() functions. regenerate documentation 2014-02-02 04:07:36 +00:00
piece_picker.cpp fix typo 2014-01-25 08:16:51 +00:00
policy.cpp fix crc32 typo 2014-01-23 08:10:09 +00:00
puff.cpp dropped dependency on zlib 2010-03-16 06:14:22 +00:00
random.cpp update copyright 2013-12-25 17:07:16 +00:00
rss.cpp update copyright 2013-12-25 17:07:16 +00:00
session.cpp fix port mapping functions in session 2013-12-31 22:24:56 +00:00
session_impl.cpp update peer ranks when our external IP changes 2014-01-23 03:31:36 +00:00
settings.cpp update copyright 2013-12-25 17:07:16 +00:00
sha1.cpp make built-in sha functions not conflict with libcrypto 2012-12-10 08:05:39 +00:00
smart_ban.cpp update copyright 2013-12-25 17:07:16 +00:00
socket_io.cpp update copyright 2013-12-25 17:07:16 +00:00
socket_type.cpp update copyright 2013-12-25 17:07:16 +00:00
socks5_stream.cpp cleaned up i2p_category to encapsulate it in i2p_stream.cpp, as well as the socks5 erro_category. added some documentation to torrent_handle and session. fixed reference documentation mapping of get_*_category() functions. regenerate documentation 2014-02-02 04:07:36 +00:00
stat.cpp update copyright 2013-12-25 17:07:16 +00:00
storage.cpp fix merge error 2014-01-26 02:40:09 +00:00
string_util.cpp update copyright 2013-12-25 17:07:16 +00:00
thread.cpp update copyright 2013-12-25 17:07:16 +00:00
time.cpp update copyright 2013-12-25 17:07:16 +00:00
timestamp_history.cpp update copyright 2013-12-25 17:07:16 +00:00
torrent.cpp fixed verbose logging format string issue 2014-01-26 09:17:59 +00:00
torrent_handle.cpp allow force_announce to only affect a single tracker 2014-01-02 02:16:31 +00:00
torrent_info.cpp support magnet links wrapped in .torrent files 2014-02-01 03:47:29 +00:00
tracker_manager.cpp update copyright 2013-12-25 17:07:16 +00:00
udp_socket.cpp more build fixes and cleaning up 2014-01-19 20:19:15 +00:00
udp_tracker_connection.cpp update copyright 2013-12-25 17:07:16 +00:00
upnp.cpp clean up upnp error category by moving it into upnp.cpp, it's not properly encapsulated. added some documentation to torrent_handle. reformatted some documentation comments to honor an 80 column display 2014-02-02 03:05:55 +00:00
ut_metadata.cpp update copyright 2013-12-25 17:07:16 +00:00
ut_pex.cpp update copyright 2013-12-25 17:07:16 +00:00
utf8.cpp update copyright 2013-12-25 17:07:16 +00:00
utp_socket_manager.cpp merged uTP fixes from RC_0_16 2013-12-29 19:35:39 +00:00
utp_stream.cpp invariant check macro fixes 2014-01-21 19:26:09 +00:00
web_connection_base.cpp invariant check macro fixes 2014-01-21 19:26:09 +00:00
web_peer_connection.cpp merged chunked encoding fix from RC_0_16 2014-01-21 09:14:00 +00:00