premiere-libtorrent/src
Arvid Norberg 3f36dd0395 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
..
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 fixed incorrect assert in file_win.cpp, added windows-unicode function for file_size 2005-10-17 20:37:40 +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 fix for unkown clients using shadow's style 2005-10-13 21:37:32 +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 fixed unchecked input 2005-10-18 18:16:36 +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 big change in the way storage is checked. The checker thread can now check the fastresume data of a new torrent without waiting for a currently checking one 2005-10-13 07:59:05 +00:00
session.cpp added metadata_failed_alert and allcoating torrent state 2005-10-17 13:45:53 +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 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_handle.cpp all functions on torrent_handle are now const. restored r, p, u keys in client_test 2005-10-19 13:58:41 +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