aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAge
* Make dist depend on check.Nick Mathewson2008-06-04
| | | | svn:r14951
* r14246@tombo: nickm | 2008-02-17 19:33:02 -0500Nick Mathewson2008-02-19
| | | | | | | Fix a wide line in control.c; make the check-spaces target ignore the openbsd malloc file. svn:r13566
* Update some copyright notices: it is now 2008.Nick Mathewson2008-02-07
| | | | svn:r13412
* r11775@catbus: nickm | 2007-02-12 16:39:09 -0500Nick Mathewson2007-02-12
| | | | | | | Update copyright dates. svn:r9570
* add a new file ReleaseNotes that contains just theRoger Dingledine2007-01-25
| | | | | | | | | summary changelogs from the stable releases. we'll be removing these summaries from ChangeLog, in favor of more detailed per-sub-release changelogs. svn:r9405
* r11651@Kushana: nickm | 2006-12-20 12:05:04 -0500Nick Mathewson2006-12-20
| | | | | | | 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
* r8936@totoro: nickm | 2006-10-07 21:00:05 -0400Nick Mathewson2006-10-08
| | | | | | | Make "make test" test. svn:r8645
* r9021@Kushana: nickm | 2006-09-29 16:58:41 -0400Nick Mathewson2006-09-29
| | | | | | | Add a perl script and a make target to find and check for duplicate log messages at level notice or higher. svn:r8539
* Build correctly for use on OS X platforms with case-sensitive filesystemsNick Mathewson2006-09-24
| | | | svn:r8487
* More DNS fixes. Send meaningful TTLs back to the client whenNick Mathewson2006-06-03
| | | | | | | | | | | 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
* Reworked dist-rpm in order to duplicate what dist used to do, but don't ↵Andrew Lewman2006-05-04
| | | | | | actually require dist. svn:r6437
* Temporary hacks to ensure make dist-rpm works from cvs until a betterAndrew Lewman2006-04-13
| | | | | | | solution can be found. svn:r6383
* Remove a dependency on dist and assume a tarball is in ".." forAndrew Lewman2006-04-10
| | | | | | | dist-rpm. svn:r6363
* Fix up Makefile.am for the rpm target_cpu and target_os implementation.Andrew Lewman2006-02-16
| | | | svn:r6024
* Implement first version of the ability to target arch and OS in rpmAndrew Lewman2006-02-16
| | | | | | | | builds. This also implements the resulting dist-rpm filename to match the target arch. svn:r6023
* Happy new year!Roger Dingledine2006-02-09
| | | | svn:r5949
* make whitespace checker handle non-C too.Nick Mathewson2005-06-11
| | | | svn:r4412
* update copyright notices.Nick Mathewson2005-04-01
| | | | svn:r3982
* Forward-port OSX packaging stuff from maint branchNick Mathewson2005-01-05
| | | | svn:r3299
* Forward-port last RPM change to mainlineNick Mathewson2004-12-18
| | | | svn:r3178
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" ↵Nick Mathewson2004-11-09
| | | | | | target; fix a braino in dirserv.c svn:r2758
* Finish applying jbash patch to Makefile.am; make dist-rpm work againNick Mathewson2004-11-04
| | | | svn:r2682
* Merge RPM spec patch from jbashNick Mathewson2004-11-04
| | | | svn:r2674
* Add Doxygen config file and make target, along with section in HACKING documentNick Mathewson2004-05-07
| | | | svn:r1819
* Integrate jbash's RPM spec into build process. (Requires "rpmbuild" toNick Mathewson2004-03-02
| | | | | | | build properly. Works fine on redhat 9. YMMV.) svn:r1199
* made these scripts know about config/Makefile.amSteven Hazel2004-02-17
| | | | svn:r1090
* include our ChangeLog file in make distRoger Dingledine2004-02-17
| | | | svn:r1070
* figured out how to make autoconf a bit less viralRoger Dingledine2003-10-24
| | | | | | | (thanks cherub) svn:r666
* force the admin to mkdir the datadirectory himself,Roger Dingledine2003-10-22
| | | | | | | | | | | 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
* create var/lib/tor on "make install" -- this should allowSteven Hazel2003-10-16
| | | | | | | sample-server-torrc to Just Work svn:r605
* some early bugfixesRoger Dingledine2003-10-07
| | | | | | | | | | 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
* allow make dist to work, because we moved stuff to docRoger Dingledine2003-03-19
| | | | svn:r211
* actually writing down the current license stateRoger Dingledine2002-09-27
| | | | svn:r116
* Updated HACKING and README docsRoger Dingledine2002-07-22
| | | | | | | | HACKING now explains bandwidth throttling, congestion control, and router twins. Read it and see if it makes sense. svn:r68
* added automake/autoconf support. When in doubt, "aclocal && autoconf && ↵Felipe Bergo2002-06-28
autoheader && automake" from the top dir. svn:r10