premiere-libtorrent/test
Arvid Norberg d29fbdc453 added tests for fast extension features + fixes 2007-10-04 09:32:09 +00:00
..
Jamfile added tests for fast extension features + fixes 2007-10-04 09:32:09 +00:00
Makefile.am
main.cpp
setup_transfer.cpp added tests for fast extension features + fixes 2007-10-04 09:32:09 +00:00
setup_transfer.hpp added tests for fast extension features + fixes 2007-10-04 09:32:09 +00:00
test.hpp
test_bandwidth_limiter.cpp
test_bencoding.cpp
test_buffer.cpp changed the double send buffers to a chained buffer using iovec send operations. buffers are recycled (saves memory and cpu) and memory copies are avoided (saves cpu). More statistics is added to track buffer usage 2007-09-29 16:14:03 +00:00
test_fast_extension.cpp added tests for fast extension features + fixes 2007-10-04 09:32:09 +00:00
test_hasher.cpp
test_ip_filter.cpp
test_lsd.cpp added test for local service discovery 2007-10-01 02:09:12 +00:00
test_metadata_extension.cpp
test_pe_crypto.cpp
test_piece_picker.cpp
test_primitives.cpp changed http_parser slightly. uses http_parser in lsd.cpp. added more tests to the http_parser 2007-09-25 03:14:05 +00:00
test_storage.cpp
test_swarm.cpp more output in test_swarm 2007-09-21 19:10:38 +00:00
test_upnp.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
test_web_seed.cpp