mirror repository of the tor core protocol in case of issues
Go to file
Jacob Appelbaum 3eaa9a376c Changes to tor-fw-helper, some based on Nick's review
* MINIUPNPC rather than the generic UPNP
 * Nick suggested a better abstraction model for tor-fw-helper
 * Fix autoconf to build with either natpmp or miniupnpc
 * Add AM_PROG_CC_C_O to fix automake complaint
 * update spec to address nickm's concern
 * refactor nat-pmp to match upnp state
 * we prefer tor_snprintf to snprintf
 * link properlty for tor_snprintf
 * rename test_commandline_options to log_commandline_options
 * cast this uint as an int
 * detect possible FD_SETSIZE errors
 * make note about future enhancements for natpmp
 * add upnp enhancement note
 * ChangeLog entry
 * doxygen and check-spaces cleanup
 * create tor-fw-helper.1.txt
2010-09-30 11:39:34 -04:00
changes Changes to tor-fw-helper, some based on Nick's review 2010-09-30 11:39:34 -04:00
contrib Bump the Tor version in master to 0.2.3.0-alpha-dev 2010-09-24 15:15:07 -04:00
doc Changes to tor-fw-helper, some based on Nick's review 2010-09-30 11:39:34 -04:00
src Changes to tor-fw-helper, some based on Nick's review 2010-09-30 11:39:34 -04:00
.gitignore First implementation of tor-fw-helper. 2010-09-30 11:37:53 -04:00
acinclude.m4 Merge commit 'origin/maint-0.2.1' 2010-01-24 15:03:45 -05:00
autogen.sh Use autoreconf, not autoconf&&automake&&etc in autogen.sh 2010-09-27 11:20:12 -04:00
ChangeLog bump to 0.2.2.16-alpha-dev 2010-09-17 05:07:59 -04:00
configure.in Changes to tor-fw-helper, some based on Nick's review 2010-09-30 11:39:34 -04: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 First implementation of tor-fw-helper. 2010-09-30 11:37:53 -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 Updated spec file to remove AUTHORS and add myself as maintainer 2010-02-22 20:00:53 -08: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