summaryrefslogtreecommitdiff
path: root/src/or/router.c
AgeCommit message (Expand)Author
2013-11-10Fix two more DirServer mentions in logNick Mathewson
2013-10-08Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-09-18Fix an assert when disabling ORPort with accounting disabled.Nick Mathewson
2013-05-10Merge bug5595-v2-squashed into maint-0.2.4Andrea Shepard
2013-05-09When downloading certificates, distinguish requesting by identity digest from...Andrea Shepard
2013-04-24Merge remote-tracking branch 'public/bug6026' into maint-0.2.4Nick Mathewson
2013-04-18Merge branch 'less_charbuf_rebased' into maint-0.2.4Nick Mathewson
2013-04-18Re-enable test for parsing and generating descriptor with exit policyNick Mathewson
2013-04-18Refactor dirobj signature generationNick Mathewson
2013-04-18Use chunks, not buffers, for router descriptorsNick Mathewson
2013-03-15Merge remote-tracking branch 'public/unused_stuff' into maint-0.2.4Nick Mathewson
2013-03-11Treat a changed IPv6 ORPort like an IPv4 one in retry_all_listeners()Nick Mathewson
2013-03-10start part-way through the ssl cert lifetimeRoger Dingledine
2013-03-10randomize SSLKeyLifetime by defaultRoger Dingledine
2013-03-10parameterize SSLKeyLifetimeRoger Dingledine
2013-02-23Remove some totally unused functionsNick Mathewson
2013-02-19touchups on 78582760Roger Dingledine
2013-02-19Revise some comments in router.cNick Mathewson
2013-02-15Merge remote-tracking branch 'public/wide_circ_ids'Nick Mathewson
2013-02-12oops; add a missing semicolonNick Mathewson
2013-02-12get rid of the new caching notion in resolve_my_address()Roger Dingledine
2013-02-11Stop trying to resolve our hostname so oftenRoger Dingledine
2013-02-11Teach resolve_my_address() to return a cached answerRoger Dingledine
2013-02-11oops; add a missing semicolonNick Mathewson
2013-02-11Merge remote-tracking branch 'public/bug8208'Nick Mathewson
2013-02-11Check whether ei is non-NULL before altering it.Nick Mathewson
2013-02-11Avoid generating extra spaces when explaining how we guessed our addressNick Mathewson
2013-02-11Refactor resolve_my_address() so logs are more accurate / helpfulRoger Dingledine
2013-02-11log the hostname that resolve_my_address() used to guess our IPRoger Dingledine
2013-02-07Merge remote-tracking branch 'public/easy_ratelim'Nick Mathewson
2013-02-07Merge remote-tracking branch 'public/bug7816_024'Nick Mathewson
2013-02-01fix wide lines from tor_log renameNick Mathewson
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-16Rename *_isin to *_containsNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-03Check all crypto_rand return values for ntor.Nick Mathewson
2013-01-03Complete all DOCDOC entries from the ntor branchNick Mathewson
2013-01-03Enable the ntor handshake on the client side.Nick Mathewson
2013-01-03Massive refactoring of the various handshake typesNick Mathewson
2013-01-02Wrangle curve25519 onion keys: generate, store, load, publish, republishNick Mathewson
2012-12-28Fix a leak-on-error case in 0.2.4 spotted by coverityNick Mathewson
2012-12-26Use log_fn_ratelim in a few places.Nick Mathewson
2012-12-25Make ECDHE group configurable: 224 for public, 256 for bridges (default)Nick Mathewson
2012-12-06New FallbackDir option to add extra directories for bootstrapingNick Mathewson
2012-12-06Refactor add_trusted_dir_serverNick Mathewson
2012-12-06Rename trusted_dir_server_t to dir_server_t. Automatic renaming.Nick Mathewson
2012-11-14Fix a bug in policy_is_reject_star() that was making IPv4 exits breakNick Mathewson
2012-11-14Actually advertise IPv6 exit policies.Nick Mathewson
2012-11-14Change signature of router_compare_to_my_exit_policy so dns can use itNick Mathewson