premiere-libtorrent/src
Arvid Norberg 53c125a9b3 made entry not require exceptions 2007-11-02 02:02:52 +00:00
..
kademlia replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert. 2007-10-05 00:30:00 +00:00
Makefile.am added chained buffer to makefiles 2007-09-29 21:08:05 +00:00
alert.cpp replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert. 2007-10-05 00:30:00 +00:00
assert.cpp replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert. 2007-10-05 00:30:00 +00:00
broadcast_socket.cpp broadcast socket fix 2007-10-30 10:07:26 +00:00
bt_peer_connection.cpp encryption fix 2007-10-31 23:51:45 +00:00
connection_queue.cpp shutdown improvements. Fixes stall 2007-11-02 00:27:53 +00:00
disk_io_thread.cpp cleanup. changed the connection map into a set of peer_connections. moved the policy object into the torrent (as opposed to being a pointer). Fixes issues with multiple peers on the same IP. Reduces some lookups. 2007-10-31 09:48:20 +00:00
entry.cpp made entry not require exceptions 2007-11-02 02:02:52 +00:00
enum_net.cpp added router_for_interface along with a proper windows implementation. NAT-PMP support is now good on windows 2007-10-01 17:21:19 +00:00
escape_string.cpp replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert. 2007-10-05 00:30:00 +00:00
file.cpp fixed static assert being hit on linux systems 2007-10-06 17:27:53 +00:00
file_pool.cpp replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert. 2007-10-05 00:30:00 +00:00
file_win.cpp replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert. 2007-10-05 00:30:00 +00:00
http_connection.cpp replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert. 2007-10-05 00:30:00 +00:00
http_stream.cpp added missing files from previous check-in 2007-04-25 18:57:13 +00:00
http_tracker_connection.cpp shutdown improvements. Fixes stall 2007-11-02 00:27:53 +00:00
identify_client.cpp replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert. 2007-10-05 00:30:00 +00:00
instantiate_connection.cpp cleanup. doesn't allocate sockets on the heap for no reason anymore 2007-10-22 04:17:26 +00:00
ip_filter.cpp replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert. 2007-10-05 00:30:00 +00:00
logger.cpp merged back async_io branch into trunk 2007-06-10 20:46:09 +00:00
lsd.cpp fixed lsd typo 2007-10-26 01:28:42 +00:00
metadata_transfer.cpp cleanup. changed the connection map into a set of peer_connections. moved the policy object into the torrent (as opposed to being a pointer). Fixes issues with multiple peers on the same IP. Reduces some lookups. 2007-10-31 09:48:20 +00:00
natpmp.cpp natpmp close fix 2007-10-26 01:30:12 +00:00
pe_crypto.cpp replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert. 2007-10-05 00:30:00 +00:00
peer_connection.cpp cleanup. changed the connection map into a set of peer_connections. moved the policy object into the torrent (as opposed to being a pointer). Fixes issues with multiple peers on the same IP. Reduces some lookups. 2007-10-31 09:48:20 +00:00
piece_picker.cpp removed useless asserts that triggered warnings on intel 2007-10-09 02:34:05 +00:00
policy.cpp cleanup. changed the connection map into a set of peer_connections. moved the policy object into the torrent (as opposed to being a pointer). Fixes issues with multiple peers on the same IP. Reduces some lookups. 2007-10-31 09:48:20 +00:00
session.cpp added option to delete files from disk as a torrent is removed 2007-10-13 03:33:33 +00:00
session_impl.cpp shutdown improvements. Fixes stall 2007-11-02 00:27:53 +00:00
sha1.cpp added optional use of openssl instead of public domain sha-1 implementation, ticket #13 2007-04-15 04:30:52 +00:00
socks4_stream.cpp added socks4 proxy support 2007-05-30 23:35:14 +00:00
socks5_stream.cpp replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert. 2007-10-05 00:30:00 +00:00
stat.cpp prepared for precompiled headers support. fixed issue where storage didn't lock the session properly. fixed typo in natpmp.cpp 2007-03-17 17:15:16 +00:00
storage.cpp replaced std::vector with buffer 2007-10-30 17:30:49 +00:00
torrent.cpp cleanup. changed the connection map into a set of peer_connections. moved the policy object into the torrent (as opposed to being a pointer). Fixes issues with multiple peers on the same IP. Reduces some lookups. 2007-10-31 09:48:20 +00:00
torrent_handle.cpp cleanup. changed the connection map into a set of peer_connections. moved the policy object into the torrent (as opposed to being a pointer). Fixes issues with multiple peers on the same IP. Reduces some lookups. 2007-10-31 09:48:20 +00:00
torrent_info.cpp replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert. 2007-10-05 00:30:00 +00:00
tracker_manager.cpp shutdown improvements. Fixes stall 2007-11-02 00:27:53 +00:00
udp_tracker_connection.cpp asio handlers are now properly cancelled when destructing the session object, race conditions are avoided by waiting for the io service to complete all tasks 2007-10-26 07:14:19 +00:00
upnp.cpp upnp fixes and more debug asserts and more logging. Might fix #167 2007-10-26 00:47:30 +00:00
ut_pex.cpp ut_pex sends peers sooner 2007-10-31 20:30:09 +00:00
web_peer_connection.cpp replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert. 2007-10-05 00:30:00 +00:00