aboutsummaryrefslogtreecommitdiff
path: root/src/common/test.h
Commit message (Collapse)AuthorAge
* Happy new year!Roger Dingledine2006-02-09
| | | | svn:r5949
* Make GCC very happy, even with lots of warnings set. Also, try to fix some ↵Nick Mathewson2005-08-12
| | | | | | reported Solaris x86 warnings. svn:r4770
* flesh out the source file descriptions for doxygenRoger Dingledine2005-06-11
| | | | svn:r4404
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
| | | | svn:r4382
* New whitespace normalization rule: no blank line at EOF.Nick Mathewson2005-06-09
| | | | svn:r4378
* Fix unterminated commentNick Mathewson2005-04-03
| | | | svn:r3991
* update copyright notices.Nick Mathewson2005-04-01
| | | | svn:r3982
* Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name outNick Mathewson2004-12-22
| | | | | | | of the warning messages. svn:r3199
* Suggestion from weasel: Make tor --version --version dump the cvs Id of ↵Nick Mathewson2004-11-29
| | | | | | every file. svn:r3019
* Normalize space: add one between every control keyword and control clause.Nick Mathewson2004-11-28
| | | | svn:r3003
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
| | | | svn:r2989
* Use a stricter set of warnings; make them all pass.Nick Mathewson2004-11-02
| | | | svn:r2645
* doxygen markup for common/*.hRoger Dingledine2004-05-10
| | | | svn:r1840
* The dots are there so you see test doing something. Therefore we should ↵Peter Palfrader2004-04-26
| | | | | | flush them after printing svn:r1720
* Add some wrappers around SPLAY_* for the common map-from-string-to-X case.Nick Mathewson2004-03-19
| | | | | | | | It will probably be less blindingly fast than using SPLAY_* directly, but only slightly so. svn:r1306
* make 'make test' exit(1) if a test fails.Nick Mathewson2004-03-01
| | | | svn:r1190
* clean up some copyrightsRoger Dingledine2003-12-13
| | | | svn:r907
* Update LICENSE and copyright dates.Nick Mathewson2003-10-08
| | | | svn:r560
* Start of port to win32. Missing are:Nick Mathewson2003-08-12
| | | | | | | | | | | | | | | | - 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
* Refactor directories; add unit tests; add router keywordNick Mathewson2003-05-06
| | | | svn:r266
* Fix test.h to have once-only evalutation of argumentsNick Mathewson2003-04-17
| | | | svn:r243
* Tests for crypto; more tests for buffersNick Mathewson2003-04-16
| | | | svn:r234
* Introduce a few unit tests (from older code), refactor compression ↵Nick Mathewson2003-04-15
| | | | | | setup/teardown svn:r232
* First test addedNick Mathewson2003-04-07
svn:r226