premiere-libtorrent/src
Arvid Norberg 91e01442e8 added bandwidth_limit.hpp and bandwidth_queue_entry.hpp to makefiles 2008-01-01 21:15:23 +00:00
..
kademlia removed unused header 'packet_iterator.hpp' 2007-12-28 19:46:08 +00:00
Makefile.am added bandwidth_limit.hpp and bandwidth_queue_entry.hpp to makefiles 2008-01-01 21:15:23 +00:00
alert.cpp added wait_for_alert() to session. If there is at least one alert in the queue, it returns the front one in the queue, if the queue is empty, it waits until a new alert is posted and returns that one, or returns 0 if the time expires first. 2007-11-25 08:18:57 +00:00
assert.cpp demangles symbols in assert tracebacks 2007-12-27 06:15:52 +00:00
broadcast_socket.cpp attempt to fix #201. Uses separate sockets to send broadcast messages in order to be sure to receive unicast responses 2007-12-22 17:33:04 +00:00
bt_peer_connection.cpp fix bitfield assert 2007-12-22 19:10:38 +00:00
connection_queue.cpp made connection queue build without exception support 2007-12-29 22:45:42 +00:00
disk_io_thread.cpp fixes #234. properly shuts down the disk io thread 2007-12-24 08:15:10 +00:00
entry.cpp added asserts that the type of a bencoded entry is not assumed when built with no exceptions 2007-12-28 19:07:28 +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 made escape_string build without exception support 2007-12-29 01:35:50 +00:00
file.cpp include fixes in file.cpp 2007-11-18 07:27:40 +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 made http_connection build without exception support 2007-12-29 23:37:50 +00:00
http_stream.cpp made http_stream and proxy_base support builds with exceptions disabled 2007-12-28 19:26:26 +00:00
http_tracker_connection.cpp made udp and http tracker connections build without exception support 2007-12-30 01:57:57 +00:00
identify_client.cpp added Miro to the identifiable clients 2007-11-22 02:29:44 +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 attempt to fix #212. Store 4 bytes and 16 bytes arrays instead of in_addr in ip-filter 2007-12-24 21:49:46 +00:00
logger.cpp merged back async_io branch into trunk 2007-06-10 20:46:09 +00:00
lsd.cpp made lsd build without exception support 2007-12-29 23:30:39 +00:00
magnet_uri.cpp fixed bug in make_magnet_uri 2007-12-09 04:45:55 +00:00
mapped_storage.cpp removed debug output 2007-12-08 22:01:30 +00:00
memdebug.cpp made memdebug work. include script to generate graph 2007-12-27 06:37:18 +00:00
metadata_transfer.cpp made torrent_info not rely on exception support 2007-12-28 20:11:10 +00:00
natpmp.cpp made natpmp build without exception support 2007-12-29 07:26:36 +00:00
pe_crypto.cpp turned assert into TORRENT_ASSERT 2007-12-27 03:43:02 +00:00
peer_connection.cpp fixed broken assert 2007-12-31 10:11:10 +00:00
piece_picker.cpp piece picker fix (#228) 2007-12-16 01:35:42 +00:00
policy.cpp fix in the smart_ban to not use invalid pointers 2007-12-27 20:57:58 +00:00
session.cpp made memdebug work. include script to generate graph 2007-12-27 06:37:18 +00:00
session_impl.cpp more asserts around send buffers and fixes potential race condition 2007-12-27 21:43:11 +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
smart_ban.cpp fix in the smart_ban to not use invalid pointers 2007-12-27 20:57:58 +00:00
socks4_stream.cpp made socks5 and socks4 streams ignore errors on close() 2007-11-25 19:09:00 +00:00
socks5_stream.cpp fixed bug in socks5 implementation when using user/pass authentication 2007-11-28 00:14:08 +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 first version of 'part file' support. Can currently only be set when starting torrent 2007-11-25 10:47:05 +00:00
torrent.cpp separated bandwidth_manager into bandwidht_limit and bandwidth_queue_entry and fixed problems related to #225 2007-12-31 09:41:50 +00:00
torrent_handle.cpp simplified torrent_handle by using a macro and moving the big chunks of code into torrent (get_download_queue() and get_peer_info()) 2007-11-25 18:48:43 +00:00
torrent_info.cpp made torrent_info not rely on exception support 2007-12-28 20:11:10 +00:00
tracker_manager.cpp made tracker_manager build without exception support 2007-12-29 06:13:49 +00:00
udp_socket.cpp made udp_socket not use exception 2007-12-29 23:47:51 +00:00
udp_tracker_connection.cpp made udp and http tracker connections build without exception support 2007-12-30 01:57:57 +00:00
upnp.cpp made upnp build without exception support 2007-12-29 23:14:59 +00:00
ut_metadata.cpp made torrent_info not rely on exception support 2007-12-28 20:11:10 +00:00
ut_pex.cpp made ut_pex not rely on exceptions 2007-12-30 09:41:26 +00:00
web_peer_connection.cpp made http_parser not use exceptions 2007-12-29 18:24:50 +00:00