descriptionlibtorrent fork
ownerchongyc27@gmail.com
last changeMon, 25 Aug 2008 22:32:50 +0000 (25 22:32 +0000)
content tags
add:
README
libtorrent is a C++ library that aims to be a good alternative to all the
other bittorrent implementations around. It is a
library and not a full featured client, although it comes with a working
example client.

The main goals of libtorrent are:

	* to be cpu efficient
	* to be memory efficient
	* to be very easy to use

See docs/manual.html for more detailed build and usage instructions.

To build with autotools, run:

   ./configure

Followed by

   make

When libtorrent is built, finish off by running the tests:

   make check
shortlog
2008-08-25 arvidnfixes bug where priorities where lost when force-rechec... master
2008-08-25 arvidnfixed http_connection test
2008-08-25 arvidnenables alerts earlier in test_swarm
2008-08-25 arvidnchanged alert messages to use asio to string conversion...
2008-08-25 arvidnfilter loopback and local network IPs as external addre...
2008-08-25 arvidnfixed typo
2008-08-25 arvidnfixed bug in piece time-out code. Fixes #388
2008-08-25 andrewreschRemove 'connecting_to_tracker' state from bindings
2008-08-24 arvidnfix isprint() build issue with msvc
2008-08-24 arvidnadded test that exposes bug where priorities are cleare...
2008-08-21 arvidnfixed type cast for std::isprint, to avoid assert
2008-08-21 arvidnreplaced std::isprint with one that is not dependent...
2008-08-21 arvidnremoved incorrect assert. Fixes #309
2008-08-21 arvidnfixed warnings in bencode
2008-08-21 arvidnfixed typo
2008-08-21 arvidnfixed the definition of torrent_handle::is_paused(...
...
tags
15 years ago 0.13.1
16 years ago 0.13
16 years ago 0.12.1
17 years ago 0.12
heads
15 years ago master
15 years ago 0.13rc
15 years ago 0.12rc