aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
Commit message (Expand)AuthorAge
* Bugfix: "Okay, I just shut down like you told me. Now let me verify your sig...Nick Mathewson2004-08-04
* put a comment by routerlist_update_from_runningrouters() toRoger Dingledine2004-08-04
* clean whitespace and tabsRoger Dingledine2004-07-22
* Chek for overlong nicknames in add_nickname_list_to_smartlistNick Mathewson2004-07-22
* Add notion of "longest nickname-or-hex-digest-with-$"Nick Mathewson2004-07-22
* Add noisy debug log to hunt for bug in router_update_status_from_smartlistNick Mathewson2004-07-22
* Never use time(NULL) as assumed publication time for a directory.Nick Mathewson2004-07-22
* populate router_get_my_routerinfo()->is_verifiedRoger Dingledine2004-07-22
* solve the authdirserver initialization precedence problemRoger Dingledine2004-07-21
* disallow picking unverified routers in circuitsRoger Dingledine2004-07-21
* authdirservers accept the uploading of unverified descriptors.Roger Dingledine2004-07-21
* rearrange to prepare to solve the authdirserver initializationRoger Dingledine2004-07-21
* Remember list of digests for trusted dirservers; use this list to tell whethe...Nick Mathewson2004-07-20
* clients can now pick non-authdirservers for fetching directories.Roger Dingledine2004-07-20
* abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod...Nick Mathewson2004-07-18
* Remove 1024-router limit in routerparse.c; unify handling of running-routers ...Nick Mathewson2004-07-16
* Resolve all DOCDOCs.Nick Mathewson2004-07-16
* tor now tolerates down dirservers betterRoger Dingledine2004-07-12
* if connecting to an OR fails immediately, mark it as downRoger Dingledine2004-07-12
* touchups all overRoger Dingledine2004-07-04
* When tor_lookup_hostname says 0.0.0.0, treat it as an error.Nick Mathewson2004-07-04
* More digest/nickname fixesNick Mathewson2004-07-02
* Switch most uses of *_by_addr_port to *_by_identity_digestNick Mathewson2004-07-01
* Track routers by hash of identity key; use hex hash of identity key in place ...Nick Mathewson2004-07-01
* cleanups on 008pre1 itemsRoger Dingledine2004-06-30
* Use arguments to routerlist_update_from_runningrouters correctlyNick Mathewson2004-06-30
* Remaining 008pre1 items done; deferred where more design is needed.Nick Mathewson2004-06-25
* Implement several 008pre1 items: needs more testingNick Mathewson2004-06-21
* router->is_trusted_dir implies router->dir_port>0Roger Dingledine2004-06-16
* Check directory signatures based on name of signer, not on whom we got the di...Nick Mathewson2004-06-02
* Check recommended-software string *early*, before actually parsing the direct...Nick Mathewson2004-06-01
* router_choose_random_node() was ignoring its routerlist argument.Roger Dingledine2004-05-20
* don't ever expire dirserver routerinfos!Roger Dingledine2004-05-20
* non-dirservers expire routerinfo's that are more than a day oldRoger Dingledine2004-05-20
* Allow multiple exit policy lines; mostly add support for AP policiesNick Mathewson2004-05-20
* fix a seg fault, add another XXX for nick ;)Roger Dingledine2004-05-18
* Fix segfault and logic error in last patch.Nick Mathewson2004-05-17
* Make directory functions update routerlist, not replace it. Add notion of OR...Nick Mathewson2004-05-17
* break part of circuit.c into relay.cRoger Dingledine2004-05-12
* Split directory/router parsing functionality into separate file from routerli...Nick Mathewson2004-05-10
* More doxygenation.Nick Mathewson2004-05-10
* more doxygen markupRoger Dingledine2004-05-09
* bugfix: add a circ->resolving_streams field, and make dns resolving ...Roger Dingledine2004-05-06
* More documentation; fix for compilation warningNick Mathewson2004-05-05
* More documentationNick Mathewson2004-05-05
* Comment router*.cNick Mathewson2004-05-04
* clean dns.c betterRoger Dingledine2004-04-28
* Workarounds for a couple of pieces of windows strangeness.Nick Mathewson2004-04-28
* now assume all routers support rendezvous cellsRoger Dingledine2004-04-25
* use tor_assertRoger Dingledine2004-04-25