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