Code added to Tor to support PIR-based onion service descriptor lookups

Nick Mathewson a46dcc0709 Merge branch 'maint-0.3.2' před 6 roky
changes a46dcc0709 Merge branch 'maint-0.3.2' před 6 roky
contrib e00f12ec6c bump version on master to 0.3.3.0-alpha-dev před 6 roky
doc affaaa1968 Merge branch 'maint-0.3.2' před 6 roky
m4 be080a402f Replace obsolete macros with modern equivalents před 7 roky
scripts b601eeda0e all the other lines here had a tab; make this one blend in před 6 roky
src a46dcc0709 Merge branch 'maint-0.3.2' před 6 roky
.gitignore e8682c8594 Add a small library to emulate tor_run_main() with exec() před 6 roky
.gitlab-ci.yml 3ae5b32aaa Match .travis.yml more closely před 6 roky
.gitmodules 70c067102b Allow Rust build using locally supplied crates or crates.io před 7 roky
.travis.yml 1c5a76f0ce Merge branch 'maint-0.3.0' into maint-0.3.1 před 6 roky
ChangeLog d64297e4e0 forward-port the 0.3.2.3-alpha changelog před 6 roky
Doxyfile.in ed9845550e doxygen says these options are obsolete před 7 roky
INSTALL e97f78d789 Small fixes for the 2702 implementation před 13 roky
LICENSE 7505f452c8 Run the copyright update script. před 7 roky
Makefile.am 3a364529a4 Make distcleancheck pass with --enable-rust před 6 roky
Makefile.nmake 8391c96091 Clean up the MVSC nmake files so they work again. před 9 roky
README c751e5af4a Move hacking documentation into a new subdirectory. před 8 roky
ReleaseNotes 853bbb9112 reach into the past and fix a typo před 6 roky
acinclude.m4 7505f452c8 Run the copyright update script. před 7 roky
autogen.sh b4c95bb42a Report errors when updating configuration files před 7 roky
configure.ac acdd349dee rename {,TOR_}RUST_DEPENDENCIES před 6 roky

README

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

To build Tor from a just-cloned git repository:
sh autogen.sh && ./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 directory.