premiere-libtorrent/src
Arvid Norberg 4fcb26c8ad revert file_too_short error message, since it breaks checking 2011-04-28 04:31:45 +00:00
..
kademlia fix shadowed variable warning 2011-04-08 04:47:26 +00:00
ConvertUTF.cpp fix utf8 build 2008-11-14 05:22:04 +00:00
GeoIP.c another GeoIP fix 2008-12-22 09:53:30 +00:00
Makefile.am replaced std::rand() with custom random generator 2011-02-26 07:55:51 +00:00
alert.cpp add performance warning when disk write queue exceeds half of the write cache size 2011-03-16 07:45:51 +00:00
allocator.cpp fixed bug in buffer debug code in allocator 2011-04-17 08:39:52 +00:00
assert.cpp fix windows build issue (one more try) 2011-04-25 02:01:36 +00:00
bandwidth_limit.cpp fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way 2011-02-21 05:24:41 +00:00
bandwidth_manager.cpp first step to remove recursion in bandwidth channel 2011-04-21 03:13:53 +00:00
bandwidth_queue_entry.cpp fixed build warnings 2011-02-14 01:59:01 +00:00
bloom_filter.cpp fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way 2011-02-21 05:24:41 +00:00
broadcast_socket.cpp cleaned up some exception handling and introduced macros like BOOST_TRY/BOOST_CATCH to make the optional exception handling nicer 2011-02-25 17:00:36 +00:00
bt_peer_connection.cpp make is_upload_only() be accurate and deal with super seeding special case only where necessary. Fix pointless assert in invariant check 2011-04-09 23:57:56 +00:00
connection_queue.cpp cleaned up some exception handling and introduced macros like BOOST_TRY/BOOST_CATCH to make the optional exception handling nicer 2011-02-25 17:00:36 +00:00
create_torrent.cpp fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way 2011-02-21 05:24:41 +00:00
disk_buffer_holder.cpp fully support unbuffered I/O 2011-02-22 02:53:26 +00:00
disk_io_thread.cpp added support for fadvise/F_RDADVISE for improved disk read performance 2011-04-26 07:03:05 +00:00
entry.cpp fixed build warnings 2011-02-14 01:59:01 +00:00
enum_net.cpp fix mingw build 2011-04-10 03:45:13 +00:00
error_code.cpp improve error reporting for save resume data for torrents with no metadata 2011-03-04 06:17:55 +00:00
escape_string.cpp replaced std::rand() with custom random generator 2011-02-26 07:55:51 +00:00
file.cpp added support for fadvise/F_RDADVISE for improved disk read performance 2011-04-26 07:03:05 +00:00
file_pool.cpp don't turn off read-ahead by default on files. Might impact hash checking 2011-04-25 02:15:18 +00:00
file_storage.cpp use snprintf instead of sprintf 2011-03-30 16:04:24 +00:00
gzip.cpp dropped dependency on zlib 2010-03-16 06:14:22 +00:00
http_connection.cpp fixed redirect bug in http connection 2011-03-21 02:11:39 +00:00
http_parser.cpp fixed bug in web_connection_base when receiving chunked encoding and made sure the unit tests pass 2011-03-24 16:46:26 +00:00
http_seed_connection.cpp fixed some shadowed variable warnings 2011-03-30 16:03:35 +00:00
http_stream.cpp improved SOCKS5 support 2010-08-03 09:08:37 +00:00
http_tracker_connection.cpp fix ip filter exemption for trackers. also add a global setting to always exempt trackers 2011-03-04 06:55:39 +00:00
i2p_stream.cpp no need to close and re-open the listen socket when starting the DHT. Report the actual port we ended up listening on if the system chose one. don't try to listen on i2p 2011-03-07 07:02:30 +00:00
identify_client.cpp recognizes more clients in identify_client() 2010-04-28 16:14:27 +00:00
instantiate_connection.cpp support a separate option to use proxies for peers or not 2011-01-24 03:24:28 +00:00
ip_filter.cpp fixed building with no IPv6 support 2009-11-27 18:46:29 +00:00
lazy_bdecode.cpp fixed build warnings 2011-02-14 01:59:01 +00:00
logger.cpp fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way 2011-02-21 05:24:41 +00:00
lsd.cpp cleaned up some exception handling and introduced macros like BOOST_TRY/BOOST_CATCH to make the optional exception handling nicer 2011-02-25 17:00:36 +00:00
lt_trackers.cpp fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way 2011-02-21 05:24:41 +00:00
magnet_uri.cpp some warning fixes and cleanup 2011-02-24 04:25:35 +00:00
metadata_transfer.cpp fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way 2011-02-21 05:24:41 +00:00
mpi.c changed includes for tommath to point into the libtorrent directory 2009-11-10 17:14:53 +00:00
natpmp.cpp replaced std::rand() with custom random generator 2011-02-26 07:55:51 +00:00
packet_buffer.cpp fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way 2011-02-21 05:24:41 +00:00
parse_url.cpp error_code fix. added is_error_code_enum template specialization and using the abbreviated syntax to build error_codes 2009-11-29 07:06:38 +00:00
pe_crypto.cpp clean up some dead code and fix windows build 2011-02-28 00:35:58 +00:00
peer_connection.cpp clean up disk callbacks a bit with regards to whether the torrent is still alive 2011-04-28 03:23:14 +00:00
piece_picker.cpp remove invalid assert 2011-04-24 23:08:23 +00:00
policy.cpp prefer purging peer entries that are not connectable 2011-04-25 00:13:30 +00:00
puff.cpp dropped dependency on zlib 2010-03-16 06:14:22 +00:00
random.cpp fix random.cpp build errors on non C99 compilers 2011-02-26 18:15:31 +00:00
rss.cpp rss fixes 2011-03-23 02:46:22 +00:00
session.cpp for high performance preset, support accepting many connections simultaneously 2011-04-27 08:06:44 +00:00
session_impl.cpp removed invalid assert 2011-04-26 16:22:21 +00:00
settings.cpp fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way 2011-02-21 05:24:41 +00:00
sha1.cpp endianness define fix 2009-10-18 20:35:18 +00:00
smart_ban.cpp replaced std::rand() with custom random generator 2011-02-26 07:55:51 +00:00
socket_io.cpp more robust mechanism to determine external IP 2010-12-24 01:31:41 +00:00
socket_type.cpp merged uTP branch into trunk (yay) 2010-11-29 01:33:05 +00:00
socks5_stream.cpp some warning fixes and cleanup 2011-02-24 04:25:35 +00:00
stat.cpp fix potential overflow in stats averaging 2011-04-22 08:12:19 +00:00
storage.cpp revert file_too_short error message, since it breaks checking 2011-04-28 04:31:45 +00:00
thread.cpp fix message posting to work from multiple threads 2010-08-26 17:00:24 +00:00
time.cpp fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way 2011-02-21 05:24:41 +00:00
timestamp_history.cpp fixed some uninitalized variables 2010-12-24 23:54:03 +00:00
torrent.cpp always post cache_flushed_alert when removing a torrent 2011-04-26 16:26:53 +00:00
torrent_handle.cpp support having torrents that the IP filter doesn't apply to 2011-02-27 17:26:57 +00:00
torrent_info.cpp fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way 2011-02-21 05:24:41 +00:00
tracker_manager.cpp add debug configuration to debug shutdown-stall bugs / outstanding async operations 2010-11-28 01:47:30 +00:00
udp_socket.cpp stack SOCKS5 UDP header buffer needs to fit at least 22 bytes 2011-04-10 02:29:35 +00:00
udp_tracker_connection.cpp fix ip filter exemption for trackers. also add a global setting to always exempt trackers 2011-03-04 06:55:39 +00:00
upnp.cpp fixed some shadowed variable warnings 2011-03-30 16:03:35 +00:00
ut_metadata.cpp bump default .torrent file size limit for magnet files to 3 MB and add more verbose logging to ut_metadata.cpp 2011-04-02 08:13:35 +00:00
ut_pex.cpp add missing include 2011-03-25 02:59:59 +00:00
utp_socket_manager.cpp replaced std::rand() with custom random generator 2011-02-26 07:55:51 +00:00
utp_stream.cpp replaced std::rand() with custom random generator 2011-02-26 07:55:51 +00:00
web_connection_base.cpp fixed bug in web_connection_base when receiving chunked encoding and made sure the unit tests pass 2011-03-24 16:46:26 +00:00
web_peer_connection.cpp just some comments 2011-03-25 04:08:43 +00:00