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

Roger Dingledine 0a8d58138d changes to support sendme cells 24 yıl önce
src 0a8d58138d changes to support sendme cells 24 yıl önce
.cvsignore 35f90b7820 More cleanup. Thanks for your help, Felipe. 24 yıl önce
AUTHORS f09e25e9f5 added automake/autoconf support. When in doubt, "aclocal && autoconf && autoheader && automake" from the top dir. 24 yıl önce
COPYING f09e25e9f5 added automake/autoconf support. When in doubt, "aclocal && autoconf && autoheader && automake" from the top dir. 24 yıl önce
ChangeLog f09e25e9f5 added automake/autoconf support. When in doubt, "aclocal && autoconf && autoheader && automake" from the top dir. 24 yıl önce
INSTALL f09e25e9f5 added automake/autoconf support. When in doubt, "aclocal && autoconf && autoheader && automake" from the top dir. 24 yıl önce
Makefile.am f09e25e9f5 added automake/autoconf support. When in doubt, "aclocal && autoconf && autoheader && automake" from the top dir. 24 yıl önce
NEWS f09e25e9f5 added automake/autoconf support. When in doubt, "aclocal && autoconf && autoheader && automake" from the top dir. 24 yıl önce
README 53cec4caef 24 yıl önce
TODO 0abef43647 removed a pair of includes that we don't actually use 24 yıl önce
acconfig.h de76e4b901 added acconfig.h to fix incompatibility 24 yıl önce
autogen.sh dcc9fa8657 ./autogen.sh runs auto* and then ./configure 24 yıl önce
configure.in f6e2ed2316 removed mention of src/op/ from configure 24 yıl önce
depcomp f09e25e9f5 added automake/autoconf support. When in doubt, "aclocal && autoconf && autoheader && automake" from the top dir. 24 yıl önce
install-sh f09e25e9f5 added automake/autoconf support. When in doubt, "aclocal && autoconf && autoheader && automake" from the top dir. 24 yıl önce
missing f09e25e9f5 added automake/autoconf support. When in doubt, "aclocal && autoconf && autoheader && automake" from the top dir. 24 yıl önce
mkinstalldirs f09e25e9f5 added automake/autoconf support. When in doubt, "aclocal && autoconf && autoheader && automake" from the top dir. 24 yıl önce

README

README
------

> ./autogen.sh

runs auto* and then ./configure

It should be all you need to do to get working Makefiles on your
platform, whatever your platform is. :)

Then just do

> make

Roger:

The summary is that I'm requiring all developers to have auto*
(aclocal, autoconf, automake) installed on their machine.

Since different versions of auto* generate vastly different output,
I'm going to leave its output out of the repository. This means that
whenever you check out a repository, you need to run auto* to generate
a configure file, then run ./configure to get a Makefile, then build.