aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
AgeCommit message (Expand)Author
2004-04-01outline what bob does to initialize his hidden servicesRoger Dingledine
2004-03-31Add an ap_bridge function to do a socketpair and skip socks.Roger Dingledine
2004-03-31Add code to configure hidden services, parse configuration, generate keys and...Nick Mathewson
2004-03-30Refactor directory serversRoger Dingledine
2004-03-12inform unapproved servers when we reject their descriptorsRoger Dingledine
2004-03-05New, more flexible directory parsing backend. Uses a bit more RAM, but implem...Nick Mathewson
2004-03-04Store options->Address as IP, not hostnameRoger Dingledine
2004-02-18go back to a single exitpolicy parameterRoger Dingledine
2004-02-18Get rid of the notion of a separate default default exit policy.Roger Dingledine
2004-02-17Propagate yes/no/maybe a little farther forward.Nick Mathewson
2004-02-17Fix router_compare_addr_to_exit_policy, and name its return codes. The bug w...Nick Mathewson
2004-02-17prevent picking middleman nodes as the last node in the circuitRoger Dingledine
2004-01-10split the token bucket into 'rate' and 'burst' paramsRoger Dingledine
2003-12-17remove trailing whitespaceRoger Dingledine
2003-12-17make fetch_from_buf_http malloc its strings ratherRoger Dingledine
2003-12-15Make compile warning-free on cygwinNick Mathewson
2003-12-13Add port ranges to exit policiesNick Mathewson
2003-12-08Make router/directory parsing nondestructive and more const-friendlyNick Mathewson
2003-12-06break routers.c into router.c for stuff the router does,Roger Dingledine