premiere-libtorrent/src
Arvid Norberg 28be72e7b6 added ; for msvc-7.1 2007-09-10 06:56:30 +00:00
..
kademlia fixed debug assert on linux 2007-09-10 06:12:41 +00:00
Makefile.am fixed makefile 2007-08-17 00:54:51 +00:00
alert.cpp added a timer abstraction and replaced the use of boost.date_time. the timers used now are QueryPerformanceCounter on windows, mach_absolute_time on darwin and currently falls back on boost.date_time on other platforms. This has the advantage of being a monotonic clock, and also slightly more efficient 2007-04-04 22:27:36 +00:00
assert.cpp upnp more logging and error recovery 2007-09-01 04:08:39 +00:00
broadcast_socket.cpp fixed debug assert on linux 2007-09-10 06:12:41 +00:00
bt_peer_connection.cpp fixed #151 2007-09-09 22:45:31 +00:00
connection_queue.cpp fixed potential dead-lock in connection queue 2007-09-09 23:03:49 +00:00
disk_io_thread.cpp added some extra checks for buffer overrun in disk_io_thread 2007-08-02 01:42:19 +00:00
entry.cpp merged back async_io branch into trunk 2007-06-10 20:46:09 +00:00
enum_net.cpp upnp and lsd update. added a broadcast_socket and made the upnp connection use the locally bound ip to specify its address in the soap requests 2007-09-09 23:52:34 +00:00
escape_string.cpp fixed debug assert on linux 2007-09-10 06:12:41 +00:00
file.cpp fixed issue where file::set_size would update the file modification date even when the size was not changed (fixes #105) 2007-08-11 15:22:06 +00:00
file_pool.cpp improvements and fixes to sparse files support. made the test pass again 2007-04-19 03:32:20 +00:00
file_win.cpp sparse files fixes. now sets the size of the files in case sparse files are supported 2007-04-19 03:06:15 +00:00
http_connection.cpp upnp and lsd update. added a broadcast_socket and made the upnp connection use the locally bound ip to specify its address in the soap requests 2007-09-09 23:52:34 +00:00
http_stream.cpp added missing files from previous check-in 2007-04-25 18:57:13 +00:00
http_tracker_connection.cpp added parenthesis around std::min and std::max for msvc compatibility 2007-08-16 22:14:17 +00:00
identify_client.cpp refactored identify_client 2007-08-24 02:11:41 +00:00
instantiate_connection.cpp added socks4 proxy support 2007-05-30 23:35:14 +00:00
ip_filter.cpp added port filter for outgoing connections 2007-06-01 01:05:57 +00:00
logger.cpp merged back async_io branch into trunk 2007-06-10 20:46:09 +00:00
lsd.cpp upnp and lsd update. added a broadcast_socket and made the upnp connection use the locally bound ip to specify its address in the soap requests 2007-09-09 23:52:34 +00:00
metadata_transfer.cpp attempt to fix build errors on windows. #134 2007-08-21 04:46:17 +00:00
natpmp.cpp fixed debug assert on linux 2007-09-10 06:12:41 +00:00
pe_crypto.cpp upnp more logging and error recovery 2007-09-01 04:08:39 +00:00
peer_connection.cpp block_downloading_alert change 2007-09-06 18:33:15 +00:00
piece_picker.cpp piece picker fix 2007-09-09 23:46:28 +00:00
policy.cpp piece picker updates and more tests 2007-09-05 23:32:05 +00:00
session.cpp fixed debug assert on linux 2007-09-10 06:12:41 +00:00
session_impl.cpp made max half open connections default to 8 on windows and added query function for that limit on session. 2007-09-10 01:57:40 +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 fixed debug assert on linux 2007-09-10 06:12:41 +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 made torrent_info reference counted and held by a boost::intrusive_ptr 2007-09-01 03:00:31 +00:00
torrent.cpp fixed debug assert on linux 2007-09-10 06:12:41 +00:00
torrent_handle.cpp fixed mutex locking order issue 2007-08-27 01:05:11 +00:00
torrent_info.cpp fixed recent change to torrent_info.cpp 2007-08-27 16:12:42 +00:00
tracker_manager.cpp added parenthesis around std::min and std::max for msvc compatibility 2007-08-16 22:14:17 +00:00
udp_tracker_connection.cpp support for ip address in announce 2007-06-13 00:20:06 +00:00
upnp.cpp added ; for msvc-7.1 2007-09-10 06:56:30 +00:00
ut_pex.cpp made libtorrent build on msvc-8 sp1 2007-08-08 21:22:59 +00:00
web_peer_connection.cpp removed incorrect assert 2007-09-05 22:43:07 +00:00