Нет описания

Tor CI Release 7c354390f9 version: Bump version to 0.4.7.16-dev 8 месяцев назад
.gitlab 7f32ae0eb5 Remove Proposal.md. 3 лет назад
changes 6901949d38 fallbackdir: Update list generated on November 03, 2023 8 месяцев назад
contrib 7c354390f9 version: Bump version to 0.4.7.16-dev 8 месяцев назад
doc 94f4d0968b Change git.tpo URLs to gitlab.tpo 1 год назад
m4 4382e977f7 Add the compiler name, version and libs used to compile 3 лет назад
scripts d1fb8fb32a ci-driver: fix running doxygen and stem tests on 0.4.8 9 месяцев назад
src 7c354390f9 version: Bump version to 0.4.7.16-dev 8 месяцев назад
.appveyor.yml 537be1da33 CI: Remove VS2015 AppVeyor build 3 лет назад
.clang-format b5ccdd978e Add a dire warning about not reformatting the whole codebase yet. 4 лет назад
.editorconfig dd69e74e3f Add .editorconfig to follow coding standards style 6 лет назад
.gitignore d60fab8c9e gitignore: Add .cache used by clangd LSP 1 год назад
.gitlab-ci.yml 890c31ceba use physical runner for i386 jobs 9 месяцев назад
.travis.yml ae9042abbf rust: Remove Rust support from tree 2 лет назад
CODE_OF_CONDUCT 287b64ee10 Add CODE_OF_CONDUCT file 6 лет назад
CONTRIBUTING b3e591dca1 improve a URL 6 лет назад
ChangeLog edde188cf2 release: ChangeLog and ReleaseNotes for 0.4.7.8 2 лет назад
Doxyfile.in d0d3b028d5 Remove last artifacts of Rust related code 2 лет назад
INSTALL 5028a52b54 Remove old instructions from INSTALL 6 лет назад
LICENSE 9f59b6f458 Merge branch 'maint-0.3.5' into maint-0.4.4 3 лет назад
Makefile.am 94f4d0968b Change git.tpo URLs to gitlab.tpo 1 год назад
Makefile.nmake 8391c96091 Clean up the MVSC nmake files so they work again. 9 лет назад
README.md a04987dd8c readme: Fix sentence in Releases section 2 лет назад
ReleaseNotes edde188cf2 release: ChangeLog and ReleaseNotes for 0.4.7.8 2 лет назад
acinclude.m4 c5817a0daf m4: Change LIBS order of TOR_SEARCH_LIBRARY() 3 лет назад
autogen.sh 88818eacbd Cleanup shellcheck warnings in autogen.sh 5 лет назад
configure.ac 7c354390f9 version: Bump version to 0.4.7.16-dev 8 месяцев назад
warning_flags.in 97c9ced70a Try @warning_flags to avoid bloating verbose make logs 5 лет назад

README.md

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.

Build

To build Tor from source:

./configure
make
make install

To build Tor from a just-cloned git repository:

./autogen.sh
./configure
make
make install

Releases

The tarballs, checksums and signatures can be found here: https://dist.torproject.org

  • Checksum: <tarball-name>.sha256sum
  • Signatures: <tarball-name>.sha256sum.asc

Schedule

You can find our release schedule here:

Keys that CAN sign a release

The following keys are the maintainers of this repository. One or many of these keys can sign the releases, do NOT expect them all:

Development

See our hacking documentation in doc/HACKING/.

Resources

Home page:

Download new versions:

Documentation, including links to installation and setup instructions:

Frequently Asked Questions: