Go to file
2017-12-21 10:39:29 -05:00
changes Move destroy cells into a separate queue type of their own, to save RAM 2017-12-21 10:29:01 -05:00
contrib bump to 0.2.5.16-dev 2017-12-01 09:33:41 -05:00
doc Documenting reject6 and accept6 ExitPolicy entries in manpage. 2014-09-02 18:58:00 -04:00
m4
scripts
src Move free to end of test function so coverity won't complain. 2017-12-21 10:39:29 -05:00
.gitignore Add cscope generated files to .gitignore. 2014-09-08 15:07:54 -04:00
.travis.yml Point travis to #tor-ci, not #tor-bots 2017-07-26 15:39:50 -04:00
acinclude.m4
autogen.sh
ChangeLog
configure.ac bump to 0.2.5.16-dev 2017-12-01 09:33:41 -05:00
Doxyfile.in
INSTALL
LICENSE
Makefile.am
Makefile.nmake Clean up the MVSC nmake files so they work again. 2014-09-09 10:27:05 -04:00
README
ReleaseNotes

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

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


To get started working on Tor development:
        See the doc/HACKING file.