mirror repository of the tor core protocol in case of issues
Go to file
Karsten Loesing 8c29b7920a Add some fixes after discussion with Nick.
- Refactor geoip.c by moving duplicate code into rotate_request_period().
- Don't leak memory when cleaning up cell queues.
- Make sure that exit_(streams|bytes_(read|written)) are initialized in all
  places accessing these arrays.
- Read only the last block from *stats files and ensure that its timestamp
  is not more than 25 hours in the past and not more than 1 hour in the
  future.
- Stop truncating the last character when reading *stats files.

The only thing that's left now is to avoid reading whole *stats files into
memory.
2009-08-21 23:02:36 +02:00
contrib Merge branch 'maint-0.2.1' 2009-08-10 03:09:20 -04:00
debian Mention that this closes #538960 in the changelog 2009-07-29 12:49:52 +02:00
doc Some final (?) cleanups of proposal 166 implementation. 2009-08-19 23:36:27 +02:00
src Add some fixes after discussion with Nick. 2009-08-21 23:02:36 +02:00
Win32Build r8906@Kushana: nickm | 2006-09-21 21:23:22 -0400 2006-09-22 01:23:28 +00:00
.gitignore Update Tor to use Libevent 2.0 APIs when available. 2009-06-12 14:27:52 -04:00
acinclude.m4 Remove all svn metadata minus what I missed. 2009-05-05 17:05:46 +02:00
AUTHORS r16997@catbus: nickm | 2007-12-06 18:56:33 -0500 2007-12-06 23:56:36 +00:00
autogen.sh r14641@catbus: nickm | 2007-08-17 17:53:14 -0400 2007-08-17 21:55:24 +00:00
ChangeLog Some final (?) cleanups of proposal 166 implementation. 2009-08-19 23:36:27 +02:00
configure.in Remove ./configure option for cell statistics. 2009-08-17 13:30:09 +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 Update the year for the copyright statement in two more files 2009-06-30 10:35:10 -04:00
Makefile.am Merge branch 'maint-0.2.1' into master 2009-07-24 18:37:12 -04:00
README update the (not very useful) readme 2008-12-07 23:41:10 +00:00
ReleaseNotes credit optimist for the bug 1038 diagnosis 2009-07-28 20:44:51 -04:00
tor.spec.in Merge commit 'origin/maint-0.2.1' 2009-06-12 11:27:48 -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://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ