aboutsummaryrefslogtreecommitdiff
path: root/src/common/test.h
Commit message (Expand)AuthorAge
* r17968@catbus: nickm | 2008-02-07 14:11:02 -0500••• Clean up IPv6-testing code in test.c; resolve a bunch of XXX020s. svn:r13425 Nick Mathewson2008-02-08
* Update some copyright notices: it is now 2008.•••svn:r13412 Nick Mathewson2008-02-07
* clean up copyrights, and assign 2007 copyrights to The Tor Project, Inc•••svn:r12786 Roger Dingledine2007-12-12
* r14093@catbus: nickm | 2007-08-08 01:49:54 -0400••• Include fewer redundant headers; use the compiler search paths better. svn:r11060 Nick Mathewson2007-08-08
* r13477@catbus: nickm | 2007-06-17 14:22:03 -0400••• Sun CC likes to give warnings for the do { } while(0) construction for making statement-like macros. Define STMT_BEGIN/STMT_END macros that do the right thing, and use them everywhere. svn:r10645 Nick Mathewson2007-06-17
* r13384@catbus: nickm | 2007-06-13 13:53:26 -0400••• make test_* functions stop conflicting with variables named v1 and v2. svn:r10584 Nick Mathewson2007-06-13
* r12468@Kushana: nickm | 2007-03-06 15:24:00 -0500••• More unit tests: gcov is fun. svn:r9748 Nick Mathewson2007-03-06
* r11775@catbus: nickm | 2007-02-12 16:39:09 -0500••• Update copyright dates. svn:r9570 Nick Mathewson2007-02-12
* Happy new year!•••svn:r5949 Roger Dingledine2006-02-09
* Make GCC very happy, even with lots of warnings set. Also, try to fix some re...•••svn:r4770 Nick Mathewson2005-08-12
* flesh out the source file descriptions for doxygen•••svn:r4404 Roger Dingledine2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.•••svn:r4382 Nick Mathewson2005-06-09
* New whitespace normalization rule: no blank line at EOF.•••svn:r4378 Nick Mathewson2005-06-09
* Fix unterminated comment•••svn:r3991 Nick Mathewson2005-04-03
* update copyright notices.•••svn:r3982 Nick Mathewson2005-04-01
* Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name out•••of the warning messages. svn:r3199 Nick Mathewson2004-12-22
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...•••svn:r3019 Nick Mathewson2004-11-29
* Normalize space: add one between every control keyword and control clause.•••svn:r3003 Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymore•••svn:r2989 Roger Dingledine2004-11-26
* Use a stricter set of warnings; make them all pass.•••svn:r2645 Nick Mathewson2004-11-02
* doxygen markup for common/*.h•••svn:r1840 Roger Dingledine2004-05-10
* The dots are there so you see test doing something. Therefore we should flus...•••svn:r1720 Peter Palfrader2004-04-26
* Add some wrappers around SPLAY_* for the common map-from-string-to-X case.•••It will probably be less blindingly fast than using SPLAY_* directly, but only slightly so. svn:r1306 Nick Mathewson2004-03-19
* make 'make test' exit(1) if a test fails.•••svn:r1190 Nick Mathewson2004-03-01
* clean up some copyrights•••svn:r907 Roger Dingledine2003-12-13
* Update LICENSE and copyright dates.•••svn:r560 Nick Mathewson2003-10-08
* Start of port to win32. Missing are:••• - signal support - forking for DNS farm - changes for async IO - daemonizing In other words, some files still don't build, and the ones that do build, do nonblocking IO incorrectly. I'm also not checking in the project files till I have a good place for them. svn:r380 Nick Mathewson2003-08-12
* Refactor directories; add unit tests; add router keyword•••svn:r266 Nick Mathewson2003-05-06
* Fix test.h to have once-only evalutation of arguments•••svn:r243 Nick Mathewson2003-04-17
* Tests for crypto; more tests for buffers•••svn:r234 Nick Mathewson2003-04-16
* Introduce a few unit tests (from older code), refactor compression setup/tear...•••svn:r232 Nick Mathewson2003-04-15
* First test added•••svn:r226 Nick Mathewson2003-04-07