premiere-libtorrent/src
Arvid Norberg 477d5ec238 merged in differences from release branch 2005-11-18 01:12:21 +00:00
..
Makefile.am Removed buffer.cpp, it does not exist 2005-09-29 16:31:24 +00:00
alert.cpp *** empty log message *** 2004-10-14 01:17:04 +00:00
allocate_resources.cpp *** empty log message *** 2005-08-23 09:59:56 +00:00
entry.cpp added the ability to build libtorrent as a shared library. Fixed bugs with deleting of incomplete types (replaced auto_ptr with scoped_ptr). Made the string converter fall back on windows local code page if utf-8 decoding failed. 2005-11-01 18:30:39 +00:00
escape_string.cpp removed olf workarounds for vc6.5 and added documentation for building with autotools 2005-08-15 18:03:57 +00:00
file.cpp *** empty log message *** 2005-08-23 09:59:56 +00:00
file_win.cpp merged fixes from release branch 2005-11-02 16:46:45 +00:00
http_tracker_connection.cpp fixed two bugs related to http proxy requests and ports 2005-09-27 12:42:30 +00:00
identify_client.cpp merged fixes from release branch 2005-11-02 23:24:18 +00:00
ip_filter.cpp updated docs, added an attempt for better unicode support on windows 2005-08-16 18:39:38 +00:00
peer_connection.cpp more asserts in peer_connection 2005-11-04 00:14:55 +00:00
piece_picker.cpp optimized session::add_torrent() by putting more info in torrent_info, to make it possible to reproduce the exact info section from an torrent_info object. The result is that the .torrent file is only parsed once. 2005-10-16 16:58:41 +00:00
policy.cpp peers that throw in the connection attempt are now removed from the policy's list. added more asserts to session. disabled SIGPIPE on darwin 2005-11-07 02:18:39 +00:00
session.cpp merged in differences from release branch 2005-11-18 01:12:21 +00:00
sha1.cpp added the ability to build libtorrent as a shared library. Fixed bugs with deleting of incomplete types (replaced auto_ptr with scoped_ptr). Made the string converter fall back on windows local code page if utf-8 decoding failed. 2005-11-01 18:30:39 +00:00
stat.cpp *** empty log message *** 2004-10-10 00:42:48 +00:00
storage.cpp added the ability to build libtorrent as a shared library. Fixed bugs with deleting of incomplete types (replaced auto_ptr with scoped_ptr). Made the string converter fall back on windows local code page if utf-8 decoding failed. 2005-11-01 18:30:39 +00:00
torrent.cpp more asserts in order to catch an error I can't reproduce 2005-11-09 12:40:07 +00:00
torrent_handle.cpp added the ability to limit the number of half-open tcp connections 2005-11-02 16:28:39 +00:00
torrent_info.cpp optimized session::add_torrent() by putting more info in torrent_info, to make it possible to reproduce the exact info section from an torrent_info object. The result is that the .torrent file is only parsed once. 2005-10-16 16:58:41 +00:00
tracker_manager.cpp rollback 2005-08-25 13:11:39 +00:00
udp_tracker_connection.cpp rollback 2005-08-25 13:11:39 +00:00