Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-12 | List all the excluded files for make check-spaces | Sebastian Hahn | |
The file listing for excluded files was outdated. tree.h doesn't exist anymore, and several other files were missing. | |||
2009-09-23 | Make "make test" depend on "all". | Nick Mathewson | |
2009-09-23 | Move testing code into new src/test directory. | Nick Mathewson | |
2009-09-23 | Refactor unit tests to use the tinytest framework. | Nick Mathewson | |
"Tinytest" is a minimalist C unit testing framework I wrote for Libevent. It supports some generally useful features, like being able to run separate unit tests in their own processes. I tried to do the refactoring to change test.c as little as possible. Thus, we mostly don't call the tinytest macros directly. Instead, the test.h header is now a wrapper on tinytest.h to make our existing test_foo() macros work. The next step(s) here will be: - To break test.c into separate files, each with its own test group. - To look into which things we can test - To refactor the more fiddly tests to use the tinytest macros directly and/or run forked. - To see about writing unit tests for things we couldn't previously test without forking. | |||
2009-07-24 | Merge branch 'maint-0.2.1' into master | Roger Dingledine | |
2009-07-24 | make phobos's lines start with tabs again | Roger Dingledine | |
in case Make on openirix128 can't handle it otherwise | |||
2009-07-24 | added LIBS=-lrt to Makefile.am for static libevent in the tor rpms. | Andrew Lewman | |
2009-07-02 | Merge commit 'origin/maint-0.2.1' | Nick Mathewson | |
[Didn't take Karsten's full bug 1024 workaround, since 0.2.2 doesn't use v0 rend descs.] | |||
2009-06-30 | Update the year for the copyright statement in two more files | Peter Palfrader | |
2009-05-05 | Remove all svn metadata minus what I missed. | Sebastian Hahn | |
Tor doesn't use SVN anymore, making $Revision$, $Id$ and $Date$ meaningless. Remove them without replacement. | |||
2008-07-29 | r17426@tombo: nickm | 2008-07-28 20:34:03 -0400 | Nick Mathewson | |
More test coverage for tor_addr_t; fix a couple of bugs. svn:r16234 | |||
2008-06-04 | Make dist depend on check. | Nick Mathewson | |
svn:r14951 | |||
2008-02-19 | r14246@tombo: nickm | 2008-02-17 19:33:02 -0500 | Nick Mathewson | |
Fix a wide line in control.c; make the check-spaces target ignore the openbsd malloc file. svn:r13566 | |||
2008-02-07 | Update some copyright notices: it is now 2008. | Nick Mathewson | |
svn:r13412 | |||
2007-02-12 | r11775@catbus: nickm | 2007-02-12 16:39:09 -0500 | Nick Mathewson | |
Update copyright dates. svn:r9570 | |||
2007-01-25 | add a new file ReleaseNotes that contains just the | Roger Dingledine | |
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 | |||
2006-12-20 | r11651@Kushana: nickm | 2006-12-20 12:05:04 -0500 | Nick Mathewson | |
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 | |||
2006-10-08 | r8936@totoro: nickm | 2006-10-07 21:00:05 -0400 | Nick Mathewson | |
Make "make test" test. svn:r8645 | |||
2006-09-29 | r9021@Kushana: nickm | 2006-09-29 16:58:41 -0400 | Nick Mathewson | |
Add a perl script and a make target to find and check for duplicate log messages at level notice or higher. svn:r8539 | |||
2006-09-24 | Build correctly for use on OS X platforms with case-sensitive filesystems | Nick Mathewson | |
svn:r8487 | |||
2006-06-03 | More DNS fixes. Send meaningful TTLs back to the client when | Nick Mathewson | |
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 | |||
2006-05-04 | Reworked dist-rpm in order to duplicate what dist used to do, but don't ↵ | Andrew Lewman | |
actually require dist. svn:r6437 | |||
2006-04-13 | Temporary hacks to ensure make dist-rpm works from cvs until a better | Andrew Lewman | |
solution can be found. svn:r6383 | |||
2006-04-10 | Remove a dependency on dist and assume a tarball is in ".." for | Andrew Lewman | |
dist-rpm. svn:r6363 | |||
2006-02-16 | Fix up Makefile.am for the rpm target_cpu and target_os implementation. | Andrew Lewman | |
svn:r6024 | |||
2006-02-16 | Implement first version of the ability to target arch and OS in rpm | Andrew Lewman | |
builds. This also implements the resulting dist-rpm filename to match the target arch. svn:r6023 | |||
2006-02-09 | Happy new year! | Roger Dingledine | |
svn:r5949 | |||
2005-06-11 | make whitespace checker handle non-C too. | Nick Mathewson | |
svn:r4412 | |||
2005-04-01 | update copyright notices. | Nick Mathewson | |
svn:r3982 | |||
2005-01-05 | Forward-port OSX packaging stuff from maint branch | Nick Mathewson | |
svn:r3299 | |||
2004-12-18 | Forward-port last RPM change to mainline | Nick Mathewson | |
svn:r3178 | |||
2004-11-09 | Normalize whitespace; add a "tell me about all the unnormalized whitespace" ↵ | Nick Mathewson | |
target; fix a braino in dirserv.c svn:r2758 | |||
2004-11-04 | Finish applying jbash patch to Makefile.am; make dist-rpm work again | Nick Mathewson | |
svn:r2682 | |||
2004-11-04 | Merge RPM spec patch from jbash | Nick Mathewson | |
svn:r2674 | |||
2004-05-07 | Add Doxygen config file and make target, along with section in HACKING document | Nick Mathewson | |
svn:r1819 | |||
2004-03-02 | Integrate jbash's RPM spec into build process. (Requires "rpmbuild" to | Nick Mathewson | |
build properly. Works fine on redhat 9. YMMV.) svn:r1199 | |||
2004-02-17 | made these scripts know about config/Makefile.am | Steven Hazel | |
svn:r1090 | |||
2004-02-17 | include our ChangeLog file in make dist | Roger Dingledine | |
svn:r1070 | |||
2003-10-24 | figured out how to make autoconf a bit less viral | Roger Dingledine | |
(thanks cherub) svn:r666 | |||
2003-10-22 | force 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-16 | create var/lib/tor on "make install" -- this should allow | Steven Hazel | |
sample-server-torrc to Just Work svn:r605 | |||
2003-10-07 | some early bugfixes | Roger 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-19 | allow make dist to work, because we moved stuff to doc | Roger Dingledine | |
svn:r211 | |||
2002-09-27 | actually writing down the current license state | Roger Dingledine | |
svn:r116 | |||
2002-07-22 | Updated HACKING and README docs | Roger Dingledine | |
HACKING now explains bandwidth throttling, congestion control, and router twins. Read it and see if it makes sense. svn:r68 | |||
2002-06-28 | added automake/autoconf support. When in doubt, "aclocal && autoconf && ↵ | Felipe Bergo | |
autoheader && automake" from the top dir. svn:r10 |