aboutsummaryrefslogtreecommitdiff
path: root/src/or/dnsserv.h
Commit message (Collapse)AuthorAge
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
|
* Move entry-only fields from edge_connection_t to entry_connection_tNick Mathewson2011-07-21
| | | | Also, refactor the code accordingly.
* Bump copyright statements to 2011 (0.2.2)Nick Mathewson2011-01-03
|
* Fix typos, make all \brief's conformant, end sentences with a period.Linus Nordberg2010-07-28
|
* Split headers for dnsserv.c functions out of or.hSebastian Hahn2010-07-27
The next series of commits begins addressing the issue that we're currently including the complete or.h file in all of our source files. To change that, we're splitting function definitions into new header files (one header file per source file).