Skip to content
unofficial git repo -- report bugs/issues/pull requests on https://trac.torproject.org/ --
C Objective-C C++ Python Shell M4 Other
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
changes Remove AssumeReachable from TestingTorNetwork. Jun 15, 2020
contrib Bump version to 0.4.5.0-alpha-dev Jun 9, 2020
doc Remove AssumeReachable from TestingTorNetwork. Jun 15, 2020
m4 Print summary at the end of the configure script Oct 17, 2019
scripts Merge branch 'maint-0.4.4' Jun 11, 2020
src Remove AssumeReachable from TestingTorNetwork. Jun 15, 2020
.appveyor.yml Merge branch 'maint-0.4.3' Jun 5, 2020
.clang-format Add a dire warning about not reformatting the whole codebase yet. Feb 12, 2020
.editorconfig Add .editorconfig to follow coding standards style Jun 17, 2018
.gitignore Remove tor.sh from .gitignore Jun 5, 2020
.gitlab-ci.yml gitlab-ci: purge old job for mirroring, its unused and obsolete Oct 29, 2019
.gitmodules Update the .gitmodules to refer to project-level tor-rust-dependencies Feb 21, 2018
.travis.yml Merge branch 'maint-0.4.3' into maint-0.4.4 Jun 12, 2020
CODE_OF_CONDUCT Add CODE_OF_CONDUCT file Jul 5, 2018
CONTRIBUTING improve a URL May 11, 2018
ChangeLog forward-port the changelog for 0.4.4.1-alpha Jun 16, 2020
Doxyfile.in Doxyfile: skip CHECK_PRINTF() Dec 9, 2019
INSTALL Remove old instructions from INSTALL Jul 3, 2018
LICENSE clarify that tor's license is free software Aug 24, 2019
Makefile.am Merge branch 'ticket33316_squashed' Feb 24, 2020
Makefile.nmake Clean up the MVSC nmake files so they work again. Sep 9, 2014
README Update README files with common style. Mar 22, 2020
ReleaseNotes forward-port changelog and release-notes from 0.4.3.5 Jun 15, 2020
acinclude.m4 Bump copyright date to 2019 Jan 16, 2019
autogen.sh Merge branch 'bug30649_040' into bug30649_maint_041 Sep 5, 2019
config.rust.in Make the rust tests link. Jul 31, 2018
configure.ac Bump version to 0.4.5.0-alpha-dev Jun 9, 2020
warning_flags.in Try @warning_flags to avoid bloating verbose make logs Dec 21, 2018

README

Tor protects your privacy on the internet by hiding the connection
between your Internet address and the services you use. We believe Tor
is reasonably secure, but please ensure you read the instructions and
configure it properly.

To build Tor from source:
        ./configure && make && make install

To build Tor from a just-cloned git repository:
        sh autogen.sh && ./configure && make && make install

Home page:
        https://www.torproject.org/

Download new versions:
        https://www.torproject.org/download/download.html

Documentation, including links to installation and setup instructions:
        https://www.torproject.org/docs/documentation.html

Making applications work with Tor:
        https://wiki.torproject.org/projects/tor/wiki/doc/TorifyHOWTO

Frequently Asked Questions:
        https://www.torproject.org/docs/faq.html

Release timeline:
         https://trac.torproject.org/projects/tor/wiki/org/teams/NetworkTeam/CoreTorReleases

To get started working on Tor development:
        See the doc/HACKING directory.
You can’t perform that action at this time.