mirror repository of the tor core protocol in case of issues
Go to file
Nick Mathewson 96ab83d3b6 Improve accuracy of comment about aes_crypt performance
The old comment was from before I tried a huge pile of crazy stuff to
make the inner loop faster.  Short answer: GCC already knows how to
unroll loops pretty well.  Other short answer: we should have made the
relay payload size an even multiple of 4, 8, or ideally 16.
2010-10-15 13:44:25 -04:00
changes Merge remote branch 'arma/bug1982_2' 2010-10-13 16:07:37 -04:00
contrib bump to 0.2.2.17-alpha-dev 2010-10-01 04:59:11 -04:00
doc Merge branch 'nodes' 2010-10-13 16:04:25 -04:00
src Improve accuracy of comment about aes_crypt performance 2010-10-15 13:44:25 -04:00
.gitignore Add a unit test for tor_spawn_background 2010-10-10 19:08:44 +01:00
acinclude.m4 Fix warnings with new versions of autoconf 2010-10-11 12:36:02 +02:00
autogen.sh Use autoreconf, not autoconf&&automake&&etc in autogen.sh 2010-09-27 11:20:12 -04:00
ChangeLog retroactively declare the cbt fixes to be major 2010-10-01 04:53:23 -04:00
configure.in Raise libevent version needed for bufferevents 2010-10-15 02:46:19 +02:00
Doxyfile.in Remove all svn metadata minus what I missed. 2009-05-05 17:05:46 +02:00
INSTALL we changed autogen.sh's behavior, so update the INSTALL file 2008-01-23 19:08:53 +00:00
LICENSE move to maxmind geoip db 2010-05-06 07:15:22 -04:00
Makefile.am The build stuff for tor-fw-helper means we need automake 1.6 or later 2010-10-01 00:01:08 -04:00
README we have two faqs for now 2010-02-22 00:41:48 -05:00
ReleaseNotes release notes entry for 0.2.1.26 2010-05-05 03:19:41 -04:00
tor.spec.in Update rpm spec file so that it will build without manual intervention on all rpm-based distributions 2010-09-30 21:48:29 -04:00

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.html

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

Making applications work with Tor:
        https://wiki.torproject.org/noreply/TheOnionRouter/TorifyHOWTO

Frequently Asked Questions:
        https://www.torproject.org/faq.html
        https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ