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

..03-May-2022-

contrib/H26-Oct-2021-968784

doc/H03-May-2022-17,94516,255

m4/H26-Oct-2021-1,2471,154

scripts/H26-Oct-2021-2,2181,552

src/H26-Oct-2021-697,210556,124

CODE_OF_CONDUCTH A D15-Apr-2021282 85

CONTRIBUTINGH A D15-Apr-20211.2 KiB4027

ChangeLogH A D26-Oct-20211.9 MiB38,39233,319

Doxyfile.inH A D20-Oct-2021107.5 KiB2,5141,947

INSTALLH A D15-Apr-2021547 1913

LICENSEH A D20-Oct-202119.2 KiB390315

Makefile.amH A D20-Oct-202124.3 KiB742588

Makefile.inH A D26-Oct-20212.6 MiB25,18422,863

Makefile.nmakeH A D15-Apr-2021410 2018

READMEH A D20-Oct-20211 KiB3222

ReleaseNotesH A D26-Oct-20211.4 MiB27,89424,641

acinclude.m4H A D20-Oct-20219.1 KiB289264

aclocal.m4H A D26-Oct-202144.3 KiB1,2511,137

ar-libH A D13-Aug-20215.7 KiB272211

compileH A D13-Aug-20217.2 KiB349259

config.guessH A D13-Aug-202143.2 KiB1,4811,288

config.rust.inH A D15-Apr-2021767 2423

config.subH A D13-Aug-202135.3 KiB1,8021,661

configureH A D03-May-2022820.5 KiB35,40625,411

configure.acH A D26-Oct-202194.2 KiB2,9122,543

depcompH A D13-Aug-202123 KiB792502

install-shH A D13-Aug-202115 KiB542352

missingH A D13-Aug-20216.7 KiB216143

orconfig.h.inH A D03-May-202223.3 KiB860590

test-driverH A D13-Aug-20214.6 KiB15188

warning_flags.inH A D15-Apr-202119 11

README

1Tor protects your privacy on the internet by hiding the connection
2between your Internet address and the services you use. We believe Tor
3is reasonably secure, but please ensure you read the instructions and
4configure it properly.
5
6To build Tor from source:
7        ./configure && make && make install
8
9To build Tor from a just-cloned git repository:
10        sh autogen.sh && ./configure && make && make install
11
12Home page:
13        https://www.torproject.org/
14
15Download new versions:
16        https://www.torproject.org/download/download.html
17
18Documentation, including links to installation and setup instructions:
19        https://www.torproject.org/docs/documentation.html
20
21Making applications work with Tor:
22        https://gitlab.torproject.org/legacy/trac/-/wikis/doc/TorifyHOWTO
23
24Frequently Asked Questions:
25        https://www.torproject.org/docs/faq.html
26
27Release timeline:
28        https://gitlab.torproject.org/tpo/core/team/-/wikis/NetworkTeam/CoreTorReleases
29
30To get started working on Tor development:
31        See the doc/HACKING directory.
32