aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
Commit message (Expand)AuthorAge
* commit some odds and ends, so my tree is cleanRoger Dingledine2004-08-04
* make router_is_me() compare identity, not nicknameRoger Dingledine2004-07-22
* put our fingerprint into the descriptor, so we can match aRoger Dingledine2004-07-22
* allow OPs to set a DirPort and cache/serve directoriesRoger Dingledine2004-07-22
* populate router_get_my_routerinfo()->is_verifiedRoger Dingledine2004-07-22
* publish advertised_bandwidth in descriptorRoger Dingledine2004-07-22
* 0.0.8 ORs should autoconnect to authdirservers and 0.0.7 serversRoger Dingledine2004-07-21
* solve the authdirserver initialization precedence problemRoger Dingledine2004-07-21
* rearrange to prepare to solve the authdirserver initializationRoger Dingledine2004-07-21
* Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify be...Nick Mathewson2004-07-21
* Split uptime into separate fieldNick Mathewson2004-07-20
* Remember list of digests for trusted dirservers; use this list to tell whethe...Nick Mathewson2004-07-20
* also don't hang up on him if we're an OR and he's an authdirserverRoger Dingledine2004-07-20
* a whole swath of fixesRoger Dingledine2004-07-20
* abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod...Nick Mathewson2004-07-18
* Finish most pre2 items: make running-routers list work right; rename secret k...Nick Mathewson2004-07-13
* add 'advertisedbandwidth' to router descriptorRoger Dingledine2004-07-12
* 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