index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
test.h
Age
Commit message (
Expand
)
Author
2009-05-04
Update copyright to 2009.
Karsten Loesing
2009-01-13
Fix a leak memory on the failing case of test_memeq_hex
Nick Mathewson
2009-01-04
Remove svn $Id$s from our source, and remove tor --version --version.
Nick Mathewson
2008-12-29
Use a consistent naming standard for header file guard macros, taking care no...
Nick Mathewson
2008-12-22
Make freelist_len in memarea.c static; document a few variables.
Nick Mathewson
2008-12-22
Add DOCDOC entries for undocumented static and global variables.
Nick Mathewson
2008-12-11
Change test_memeq macro to not leak memory. Addresses coverity CID 47.
Nick Mathewson
2008-09-09
Refactor unit test macros and tor_free_all() logic a bit so as to make it eas...
Nick Mathewson
2008-03-25
r19041@catbus: nickm | 2008-03-25 16:20:42 -0400
Nick Mathewson
2008-03-25
r19039@catbus: nickm | 2008-03-25 12:15:58 -0400
Nick Mathewson
2008-02-27
r14516@tombo: nickm | 2008-02-27 03:10:26 -0500
Nick Mathewson
2008-02-08
r17968@catbus: nickm | 2008-02-07 14:11:02 -0500
Nick Mathewson
2008-02-07
Update some copyright notices: it is now 2008.
Nick Mathewson
2007-12-12
clean up copyrights, and assign 2007 copyrights to The Tor Project, Inc
Roger Dingledine
2007-08-08
r14093@catbus: nickm | 2007-08-08 01:49:54 -0400
Nick Mathewson
2007-06-17
r13477@catbus: nickm | 2007-06-17 14:22:03 -0400
Nick Mathewson
2007-06-13
r13384@catbus: nickm | 2007-06-13 13:53:26 -0400
Nick Mathewson
2007-03-06
r12468@Kushana: nickm | 2007-03-06 15:24:00 -0500
Nick Mathewson
2007-02-12
r11775@catbus: nickm | 2007-02-12 16:39:09 -0500
Nick Mathewson
2006-02-09
Happy new year!
Roger Dingledine
2005-08-12
Make GCC very happy, even with lots of warnings set. Also, try to fix some re...
Nick Mathewson
2005-06-11
flesh out the source file descriptions for doxygen
Roger Dingledine
2005-06-09
Change end-of-file NLNL convention. It turns out arma I and I agree.
Nick Mathewson
2005-06-09
New whitespace normalization rule: no blank line at EOF.
Nick Mathewson
2005-04-03
Fix unterminated comment
Nick Mathewson
2005-04-01
update copyright notices.
Nick Mathewson
2004-12-22
Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name out
Nick Mathewson
2004-11-29
Suggestion from weasel: Make tor --version --version dump the cvs Id of every...
Nick Mathewson
2004-11-28
Normalize space: add one between every control keyword and control clause.
Nick Mathewson
2004-11-26
remove emacs droppings, since nick says he doesn't need them anymore
Roger Dingledine
2004-11-02
Use a stricter set of warnings; make them all pass.
Nick Mathewson
2004-05-10
doxygen markup for common/*.h
Roger Dingledine
2004-04-26
The dots are there so you see test doing something. Therefore we should flus...
Peter Palfrader
2004-03-19
Add some wrappers around SPLAY_* for the common map-from-string-to-X case.
Nick Mathewson
2004-03-01
make 'make test' exit(1) if a test fails.
Nick Mathewson
2003-12-13
clean up some copyrights
Roger Dingledine
2003-10-08
Update LICENSE and copyright dates.
Nick Mathewson
2003-08-12
Start of port to win32. Missing are:
Nick Mathewson
2003-05-06
Refactor directories; add unit tests; add router keyword
Nick Mathewson
2003-04-17
Fix test.h to have once-only evalutation of arguments
Nick Mathewson
2003-04-16
Tests for crypto; more tests for buffers
Nick Mathewson
2003-04-15
Introduce a few unit tests (from older code), refactor compression setup/tear...
Nick Mathewson
2003-04-07
First test added
Nick Mathewson