summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" ↵Nick Mathewson
target; fix a braino in dirserv.c svn:r2758
2004-11-04Finish applying jbash patch to Makefile.am; make dist-rpm work againNick Mathewson
svn:r2682
2004-11-04Merge RPM spec patch from jbashNick Mathewson
svn:r2674
2004-05-07Add Doxygen config file and make target, along with section in HACKING documentNick Mathewson
svn:r1819
2004-03-02Integrate jbash's RPM spec into build process. (Requires "rpmbuild" toNick Mathewson
build properly. Works fine on redhat 9. YMMV.) svn:r1199
2004-02-17made these scripts know about config/Makefile.amSteven Hazel
svn:r1090
2004-02-17include our ChangeLog file in make distRoger Dingledine
svn:r1070
2003-10-24figured out how to make autoconf a bit less viralRoger Dingledine
(thanks cherub) svn:r666
2003-10-22force the admin to mkdir the datadirectory himself,Roger Dingledine
so he gets the permissions right. also this means clients will never need to make the datadirectory. also remind the admin to fix his clock before setting up his node. svn:r650
2003-10-16create var/lib/tor on "make install" -- this should allowSteven Hazel
sample-server-torrc to Just Work svn:r605
2003-10-07some early bugfixesRoger Dingledine
our log() conflicts with log(3) distribute only the correct files from doc/ and src/config/ sometimes laptops go back in time. i guess that's ok for now. and bump the version number because we're live. svn:r544
2003-03-19allow make dist to work, because we moved stuff to docRoger Dingledine
svn:r211
2002-09-27actually writing down the current license stateRoger Dingledine
svn:r116
2002-07-22Updated HACKING and README docsRoger Dingledine
HACKING now explains bandwidth throttling, congestion control, and router twins. Read it and see if it makes sense. svn:r68
2002-06-28added automake/autoconf support. When in doubt, "aclocal && autoconf && ↵Felipe Bergo
autoheader && automake" from the top dir. svn:r10