summaryrefslogtreecommitdiff
path: root/src/common/test.h
AgeCommit message (Collapse)Author
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
svn:r2989
2004-11-02Use a stricter set of warnings; make them all pass.Nick Mathewson
svn:r2645
2004-05-10doxygen markup for common/*.hRoger Dingledine
svn:r1840
2004-04-26The dots are there so you see test doing something. Therefore we should ↵Peter Palfrader
flush them after printing svn:r1720
2004-03-19Add some wrappers around SPLAY_* for the common map-from-string-to-X case.Nick Mathewson
It will probably be less blindingly fast than using SPLAY_* directly, but only slightly so. svn:r1306
2004-03-01make 'make test' exit(1) if a test fails.Nick Mathewson
svn:r1190
2003-12-13clean up some copyrightsRoger Dingledine
svn:r907
2003-10-08Update LICENSE and copyright dates.Nick Mathewson
svn:r560
2003-08-12Start of port to win32. Missing are:Nick Mathewson
- 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
2003-05-06Refactor directories; add unit tests; add router keywordNick Mathewson
svn:r266
2003-04-17Fix test.h to have once-only evalutation of argumentsNick Mathewson
svn:r243
2003-04-16Tests for crypto; more tests for buffersNick Mathewson
svn:r234
2003-04-15Introduce a few unit tests (from older code), refactor compression ↵Nick Mathewson
setup/teardown svn:r232
2003-04-07First test addedNick Mathewson
svn:r226