This website requires JavaScript.
Explore
Help
Sign In
jiigen666
/
libtorrent
Watch
1
Star
0
Fork
0
You've already forked libtorrent
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6d6656629894c0f389eb24bb803d856e4d7ad9e3
libtorrent
/
test
History
Arvid Norberg
6d66566298
fixed problem with file pool when files were opened with 0 as info hash and attempted to close with the correct one. the info hash is no longer used as the key in the file pool. Also updated Makefile.am to include the buffer.hpp and .cpp and to include the storage unit test
2005-09-28 21:46:35 +00:00
..
Jamfile
Added new send buffer class to avoid unecessary copying of outgoing data.
2005-09-14 19:33:16 +00:00
main.cpp
added some tests
2005-08-11 11:06:52 +00:00
Makefile.am
fixed problem with file pool when files were opened with 0 as info hash and attempted to close with the correct one. the info hash is no longer used as the key in the file pool. Also updated Makefile.am to include the buffer.hpp and .cpp and to include the storage unit test
2005-09-28 21:46:35 +00:00
test_bencoding.cpp
added some tests
2005-08-11 11:06:52 +00:00
test_buffer.cpp
Added new send buffer class to avoid unecessary copying of outgoing data.
2005-09-14 19:33:16 +00:00
test_hasher.cpp
added some tests
2005-08-11 11:06:52 +00:00
test_ip_filter.cpp
added some tests
2005-08-11 11:06:52 +00:00
test_piece_picker.cpp
fixed problem in piece_picker with filtered files, also optimzed it somewhat. Added more logging and added one test to the piece_picker test
2005-09-01 21:04:21 +00:00
test_storage.cpp
fixed problem with file pool when files were opened with 0 as info hash and attempted to close with the correct one. the info hash is no longer used as the key in the file pool. Also updated Makefile.am to include the buffer.hpp and .cpp and to include the storage unit test
2005-09-28 21:46:35 +00:00
test.hpp
added some tests
2005-08-11 11:06:52 +00:00