aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAge
* r11651@Kushana: nickm | 2006-12-20 12:05:04 -0500••• Add a maintainer script and a new make target "make check-docs" to get a quick dump of which options are undocumented where, and which documentation refers to nonexistent options. svn:r9160 Nick Mathewson2006-12-20
* r8936@totoro: nickm | 2006-10-07 21:00:05 -0400••• Make "make test" test. svn:r8645 Nick Mathewson2006-10-08
* r9021@Kushana: nickm | 2006-09-29 16:58:41 -0400••• Add a perl script and a make target to find and check for duplicate log messages at level notice or higher. svn:r8539 Nick Mathewson2006-09-29
* Build correctly for use on OS X platforms with case-sensitive filesystems•••svn:r8487 Nick Mathewson2006-09-24
* More DNS fixes. Send meaningful TTLs back to the client when•••possible. Cache at the server side independently from the TTL, to prevent attackers from probing the server to see who has been asking for what hostnames. (Hi, Dan Kaminski!) Also, clean some whitespace. svn:r6526 Nick Mathewson2006-06-03
* Reworked dist-rpm in order to duplicate what dist used to do, but don't actua...•••svn:r6437 Andrew Lewman2006-05-04
* Temporary hacks to ensure make dist-rpm works from cvs until a better•••solution can be found. svn:r6383 Andrew Lewman2006-04-13
* Remove a dependency on dist and assume a tarball is in ".." for•••dist-rpm. svn:r6363 Andrew Lewman2006-04-10
* Fix up Makefile.am for the rpm target_cpu and target_os implementation.•••svn:r6024 Andrew Lewman2006-02-16
* Implement first version of the ability to target arch and OS in rpm•••builds. This also implements the resulting dist-rpm filename to match the target arch. svn:r6023 Andrew Lewman2006-02-16
* Happy new year!•••svn:r5949 Roger Dingledine2006-02-09
* make whitespace checker handle non-C too.•••svn:r4412 Nick Mathewson2005-06-11
* update copyright notices.•••svn:r3982 Nick Mathewson2005-04-01
* Forward-port OSX packaging stuff from maint branch•••svn:r3299 Nick Mathewson2005-01-05
* Forward-port last RPM change to mainline•••svn:r3178 Nick Mathewson2004-12-18
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...•••svn:r2758 Nick Mathewson2004-11-09
* Finish applying jbash patch to Makefile.am; make dist-rpm work again•••svn:r2682 Nick Mathewson2004-11-04
* Merge RPM spec patch from jbash•••svn:r2674 Nick Mathewson2004-11-04
* Add Doxygen config file and make target, along with section in HACKING document•••svn:r1819 Nick Mathewson2004-05-07
* Integrate jbash's RPM spec into build process. (Requires "rpmbuild" to•••build properly. Works fine on redhat 9. YMMV.) svn:r1199 Nick Mathewson2004-03-02
* made these scripts know about config/Makefile.am•••svn:r1090 Steven Hazel2004-02-17
* include our ChangeLog file in make dist•••svn:r1070 Roger Dingledine2004-02-17
* figured out how to make autoconf a bit less viral•••(thanks cherub) svn:r666 Roger Dingledine2003-10-24
* force the admin to mkdir the datadirectory himself,•••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 Roger Dingledine2003-10-22
* create var/lib/tor on "make install" -- this should allow•••sample-server-torrc to Just Work svn:r605 Steven Hazel2003-10-16
* some early bugfixes•••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 Roger Dingledine2003-10-07
* allow make dist to work, because we moved stuff to doc•••svn:r211 Roger Dingledine2003-03-19
* actually writing down the current license state•••svn:r116 Roger Dingledine2002-09-27
* Updated HACKING and README docs•••HACKING now explains bandwidth throttling, congestion control, and router twins. Read it and see if it makes sense. svn:r68 Roger Dingledine2002-07-22
* added automake/autoconf support. When in doubt, "aclocal && autoconf && autoh...•••svn:r10 Felipe Bergo2002-06-28