• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H19-Jul-2019-603511

rak/H19-Jul-2019-3,8532,341

scripts/H19-Jul-2019-2,4322,154

src/H19-Jul-2019-35,92521,587

test/H19-Jul-2019-1,6591,360

AUTHORSH A D19-Jul-201942 21

COPYINGH A D19-Jul-201917.6 KiB341281

ChangeLogH A D19-Jul-20190

INSTALLH A D19-Jul-20199 KiB230175

Makefile.amH A D19-Jul-2019514 3027

Makefile.inH A D19-Jul-201926.2 KiB871771

NEWSH A D19-Jul-20190

READMEH A D19-Jul-20191.2 KiB4228

aclocal.m4H A D19-Jul-2019373.8 KiB10,4519,445

autogen.shH A D19-Jul-20191 KiB5237

compileH A D19-Jul-20197.2 KiB349259

config.guessH A D19-Jul-201943.1 KiB1,4771,284

config.h.inH A D19-Jul-20196.8 KiB287191

config.subH A D19-Jul-201935.3 KiB1,8021,661

configureH A D03-May-2022678.2 KiB22,63318,778

configure.acH A D19-Jul-20192 KiB7959

depcompH A D19-Jul-201923 KiB792502

install-shH A D19-Jul-201915 KiB519337

ltmain.shH A D19-Jul-2019316.6 KiB11,1507,980

missingH A D19-Jul-20196.7 KiB216143

test-driverH A D19-Jul-20194.5 KiB14987

README

1BUILDING
2
3 Run "./autogen.sh" to generate the configure scripts if
4necessary. The man page "doc/rtorrent.1" must be generated with
5"docbook2man rtorrent.1.xml" if it is missing.
6
7 Note that rtorrent follows the development of libtorrent closely, and
8thus the versions must be in sync. This should not be nessesary in the
9future, when the library API stabilizes.
10
11USAGE
12
13 See the man page or website for instructions.
14
15LICENSE
16
17 GNU GPL, see COPYING. "libtorrent/src/utils/sha_fast.{cc,h}" is
18originally from the Mozilla NSS and is under a triple license; MPL,
19LGPL and GPL. An exception to non-NSS code has been added for linking
20to OpenSSL as requested by Debian, though the author considers that
21library to be part of the Operative System and thus linking is allowed
22according to the GPL.
23
24 Use whatever fits your purpose, the code required to compile with
25Mozilla's NSS implementation of SHA1 has been retained and can be
26compiled if the user wishes to avoid using OpenSSL.
27
28DEPENDENCIES
29
30  libcurl >= 7.12.0
31  ncurses
32
33CONTACT
34
35 Jari Sundell
36
37 Skomakerveien 33
38 3185 Skoppum, NORWAY
39
40 Send bug reports, suggestions and patches to
41<sundell.software@gmail.com> or to the mailinglist.
42