aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
Commit message (Expand)AuthorAge
* Remove spurious assertNick Mathewson2004-07-07
* Fix the router_compare_to_my_exit_policy assertion failure once-and-for-all, ...Nick Mathewson2004-07-07
* touchups all overRoger Dingledine2004-07-04
* More digest/nickname fixesNick Mathewson2004-07-02
* some of the infrastructure to let ORs connect on demandRoger Dingledine2004-07-02
* Switch most uses of *_by_addr_port to *_by_identity_digestNick Mathewson2004-07-01
* running-routers now lists down routers too (with a ! before their name)Roger Dingledine2004-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
* Always use get_data_directory() instead of options.DataDirectory; fix a memor...Nick Mathewson2004-06-30
* Remaining 008pre1 items done; deferred where more design is needed.Nick Mathewson2004-06-25
* Terminate commentNick Mathewson2004-06-21
* Implement several 008pre1 items: needs more testingNick Mathewson2004-06-21
* router->is_trusted_dir implies router->dir_port>0Roger Dingledine2004-06-16
* Unbork windows whitespaceNick Mathewson2004-06-05
* Make tor build on win32 again; handle locking for serverNick Mathewson2004-06-05
* If we are a directory, we should trust ourself.Nick Mathewson2004-06-02
* Allow multiple exit policy lines; mostly add support for AP policiesNick Mathewson2004-05-20
* clean up directory.c APIRoger Dingledine2004-05-12
* Split directory/router parsing functionality into separate file from routerli...Nick Mathewson2004-05-10
* it's amazing what a bit of punctuation can do for appearancesRoger Dingledine2004-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 documentationNick Mathewson2004-05-05
* accept port 81 by default also, since people have been asking for itRoger Dingledine2004-05-04
* Comment router*.cNick Mathewson2004-05-04
* clean some dead code (right?)Roger Dingledine2004-04-28
* Refactor crypto error handling to be more like TLS error handling:Nick Mathewson2004-04-26
* use tor_assertRoger Dingledine2004-04-25
* Remove onion_pkey from connection, since onion keys can change more often tha...Nick Mathewson2004-04-25
* don't build and upload a new desc twice in a rowRoger Dingledine2004-04-25
* bugfix: when rotating onion key, do it (more) correctlyRoger Dingledine2004-04-25
* more touch-upsRoger Dingledine2004-04-24
* Merge flagday into main branch.Nick Mathewson2004-04-24
* Fix unit tests (now that platform code works differently)Nick Mathewson2004-04-08
* Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't needNick Mathewson2004-04-07
* Put ourself in router list; act accordingly.Nick Mathewson2004-04-07
* routerinfo->addr is host orderRoger Dingledine2004-04-07
* Set routerinfo->addr properly for own routerinfo; do casei routerinfo compareNick Mathewson2004-04-06
* make router_get_by_nickname consider this router.Nick Mathewson2004-04-05
* 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