aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_microdesc.c
Commit message (Collapse)AuthorAge
* Make the get_options() return constNick Mathewson2011-06-14
| | | | | | | | This lets us make a lot of other stuff const, allows the compiler to generate (slightly) better code, and will make me get slightly fewer patches from folks who stick mutable stuff into or_options_t. const: because not every input is an output!
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-03
| | | | | Conflicts: src/or/microdesc.c
* Bump copyright statements to 2011 (master)Nick Mathewson2011-01-03
|
* Make check-spaces happySebastian Hahn2010-10-14
|
* Actually add test_microdesc.c file.Nick Mathewson2010-10-07