mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-14 14:12:31 +00:00
c627d6dc0c78c80a639e15e15ab164cfc3632bd0
* Fixes a segfault when configure finds execinfo.h. * Fix compile errors and warnings with g++ 4.3.x. * Fixes an interoperability issue in the get_peers handling, now it behaves according to the clarified BEP-0005. Also fixes a minor issue of not being able to generate error packets. * Fix a crash in scgi_local or scgi_port when calling freeaddrinfo with a NULL pointer. * Only check the filename cache for loading tied torrents (e.g. from watch dirs) but not manually loaded ones via <enter>/<bs>, to allow loading those again (ticket #1227). * Fix display of multi-byte characters with attributes (i.e. utf-8 filenames in the file list), and make the list aware of characters occupying two screen positions. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1064 e378c898-3ddf-0310-93e7-cc216c733640
BUILDING
Run "./autogen.sh" to generate the configure scripts if
nessesary. The man page "doc/rtorrent.1" must be generated with
"docbook2man rtorrent.1.xml" if it is missing.
Note that rtorrent follows the development of libtorrent closely, and
thus the versions must be in sync. This should not be nessesary in the
future, when the library API stabilizes.
USAGE
See the man page or website for instructions.
LICENSE
GNU GPL, see COPYING. "libtorrent/src/utils/sha_fast.{cc,h}" is
originally from the Mozilla NSS and is under a triple license; MPL,
LGPL and GPL. An exception to non-NSS code has been added for linking
to OpenSSL as requested by Debian, though the author considers that
library to be part of the Operative System and thus linking is allowed
according to the GPL.
Use whatever fits your purpose, the code required to compile with
Mozilla's NSS implementation of SHA1 has been retained and can be
compiled if the user wishes to avoid using OpenSSL.
DEPENDENCIES
libcurl >= 7.12.0
ncurses
CONTACT
Send bug reports, suggestions and patches to <jaris@ifi.uio.no> or
to the mailinglist.
Description
Languages
C++
93.5%
M4
5.9%
Makefile
0.3%
Lua
0.2%
C
0.1%