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

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
changes Merge remote-tracking branch 'tor-github/pr/1899/head' May 21, 2020
contrib Stop assuming that /usr/bin/python exists Feb 16, 2020
doc Merge branch 'tor-github/pr/1850' May 21, 2020
m4 Print summary at the end of the configure script Oct 17, 2019
scripts Fix a python warning in format_changelog.py. May 14, 2020
src Merge remote-tracking branch 'tor-github/pr/1899/head' May 21, 2020
.appveyor.yml Merge branch 'maint-0.4.3' Mar 25, 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 Put *.a wildcard entry into .gitignore instead of listing all .a files Mar 28, 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' May 14, 2020
CODE_OF_CONDUCT Add CODE_OF_CONDUCT file Jul 5, 2018
CONTRIBUTING improve a URL May 11, 2018
ChangeLog copy 0.4.3.4-rc changelog forward. Apr 13, 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 remove 0.4.3.3-alpha from the release notes: alphas do not go there. May 14, 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 Merge branch 'maint-0.4.3' May 15, 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.