premiere-libtorrent/src
Arvid Norberg ea1ce8172f Fixed preprocessor directive error. Fixes #273 2008-02-17 20:42:56 +00:00
..
kademlia asserts in dht 2008-02-09 21:04:24 +00:00
Makefile.am refactored gzip code and added gzip support to http_connection 2008-01-30 18:32:13 +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 improved network interface enumeration and upnp device filtering 2008-01-11 06:49:37 +00:00
bt_peer_connection.cpp improved support for out-of-memory conditions 2008-02-05 05:51:05 +00:00
connection_queue.cpp made connection queue build without exception support 2007-12-29 22:45:42 +00:00
disk_io_thread.cpp changed storage interface to not require exceptions 2008-02-14 03:48:20 +00:00
entry.cpp change to entry to support building client in debug mode and libtorrent in release mode 2008-01-03 03:10:25 +00:00
enum_net.cpp made enum_net build on mac again 2008-01-12 09:35:11 +00:00
escape_string.cpp made escape_string build without exception support 2007-12-29 01:35:50 +00:00
file.cpp changed storage interface to not require exceptions 2008-02-14 03:48:20 +00:00
file_pool.cpp changed storage interface to not require exceptions 2008-02-14 03:48:20 +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
gzip.cpp refactored gzip code and added gzip support to http_connection 2008-01-30 18:32:13 +00:00
http_connection.cpp add bind address support to http_connection and replace http_tracker_connection's code with http_connection 2008-01-31 08:24:01 +00:00
http_parser.cpp fixed http_parser to build on windows 2008-01-27 22:00:14 +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 http_tracker connection fix 2008-02-07 07:15:23 +00:00
identify_client.cpp added Miro to the identifiable clients 2007-11-22 02:29:44 +00:00
instantiate_connection.cpp fixed http proxy (with authentication) bug 2008-01-26 18:48:00 +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 add bind address support to http_connection and replace http_tracker_connection's code with http_connection 2008-01-31 08:24:01 +00:00
magnet_uri.cpp fixed bug in make_magnet_uri 2007-12-09 04:45:55 +00:00
mapped_storage.cpp mapped storage fix 2008-02-17 20:30:24 +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 proper default gateway discovery 2008-01-11 09:38:05 +00:00
pe_crypto.cpp fixed error handling in pe-crypto 2008-02-09 21:14:49 +00:00
peer_connection.cpp fixed assert. #271 2008-02-17 20:40:21 +00:00
piece_picker.cpp added asserts to piece picker around num_peers() 2008-02-11 06:52:40 +00:00
policy.cpp added asserts to piece picker around num_peers() 2008-02-11 06:52:40 +00:00
session.cpp added disk cache for write operations 2008-02-08 10:22:05 +00:00
session_impl.cpp changed storage interface to not require exceptions 2008-02-14 03:48:20 +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 changed the way connections are disconnected. improved logging. Does not depend on exceptions anymore 2008-01-07 01:10:46 +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 changed storage interface to not require exceptions 2008-02-14 03:48:20 +00:00
torrent.cpp Fixed preprocessor directive error. Fixes #273 2008-02-17 20:42:56 +00:00
torrent_handle.cpp added disk cache for write operations 2008-02-08 10:22:05 +00:00
torrent_info.cpp improves logic to handle slightly broken .torrent files and added tests 2008-01-06 07:35:32 +00:00
tracker_manager.cpp full proxy support for udp-trackers, and more reliable udp tracker code 2008-02-05 06:32:10 +00:00
udp_socket.cpp full proxy support for udp-trackers, and more reliable udp tracker code 2008-02-05 06:32:10 +00:00
udp_tracker_connection.cpp full proxy support for udp-trackers, and more reliable udp tracker code 2008-02-05 06:32:10 +00:00
upnp.cpp improved network interface enumeration and upnp device filtering 2008-01-11 06:49:37 +00:00
ut_metadata.cpp made it work properly when building with stats logging 2008-02-12 08:34:57 +00:00
ut_pex.cpp made ut_pex not rely on exceptions 2007-12-30 09:41:26 +00:00
web_peer_connection.cpp bandwidth limiter fixes. proper priority that cannot starve connections 2008-01-17 17:40:46 +00:00