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
7ac43da2ed151d05affed364a4fdc12236ee3d80
libtorrent
/
examples
History
Arvid Norberg
4d19f7ff0f
storage optimization. introduced a nother allocation mode: sparse. Now there is allocate, compact and sparse. Unless compact is used, the memory structures used to keep track of pieces are no longer allocated. sparse storage mode is now the default
2007-10-08 20:01:36 +00:00
..
client_test.cpp
storage optimization. introduced a nother allocation mode: sparse. Now there is allocate, compact and sparse. Unless compact is used, the memory structures used to keep track of pieces are no longer allocated. sparse storage mode is now the default
2007-10-08 20:01:36 +00:00
dump_torrent.cpp
added first and last piece to dump_torrent
2007-08-03 08:43:22 +00:00
enum_if.cpp
added router_for_interface along with a proper windows implementation. NAT-PMP support is now good on windows
2007-10-01 17:21:19 +00:00
Jamfile
updates to enum_net
2007-09-20 16:25:07 +00:00
make_torrent.cpp
made torrent_info reference counted and held by a boost::intrusive_ptr
2007-09-01 03:00:31 +00:00
Makefile.am
added compiler flag to disable inclusion of boost.serialization headers
2007-08-01 07:26:10 +00:00
simple_client.cpp
some boost 1.34 preprocessor conditions and fixed assert in piece_picker
2007-04-23 17:14:40 +00:00