summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2012-09-05Make AuthDirHasIPv6Connectivity a BOOL.Linus Nordberg
2012-09-05minor typos i found while constructing the changelogRoger Dingledine
2012-09-04Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-09-04Merge remote-tracking branch 'arma/bug6743' into maint-0.2.3Nick Mathewson
2012-09-04Merge branch 'bug5535_only_rebased'Nick Mathewson
2012-09-04Merge remote-tracking branch 'linus/bug6363_only-ln'Nick Mathewson
2012-09-04Allocate vote_microdesc_hash_t using tor_malloc_zero().Linus Nordberg
2012-09-04Whitespace.Linus Nordberg
2012-09-04Remove spurious debug log printout.Linus Nordberg
2012-09-04Take microdesc into account when deciding about preferred OR port.Linus Nordberg
2012-09-04Make node_ipv6_preferred() take microdescs into account.Linus Nordberg
2012-09-04Take microdesc IPv6 address into account when setting node->ipv6_preferred.Linus Nordberg
2012-09-04Use preferred OR for nodes with routerstatus and microdesc too.Linus Nordberg
2012-09-04Add IPv6 OR port to microdesc_t and populate it.Linus Nordberg
2012-09-04Clients connect to public relays over IPv6.Linus Nordberg
2012-09-04Clear the ipv6_preferred flag like the others.Linus Nordberg
2012-09-04Fix a comment.Linus Nordberg
2012-09-04Add tor_addr_port_new().Linus Nordberg
2012-09-04Generate microdescriptors with "a" lines.Linus Nordberg
2012-09-04Have directory authorities vote on IPv6 OR ports according to the specLinus Nordberg
2012-09-04Merge remote-tracking branch 'arma/bug6759'Nick Mathewson
2012-09-04Merge remote-tracking branch 'arma/feature6758'Nick Mathewson
2012-09-04Merge remote-tracking branch 'arma/feature6760'Nick Mathewson
2012-09-03resolve an XXX by agreeing with nickmRoger Dingledine
2012-09-03make "Launching %d requests for %d routers" message more usefulRoger Dingledine
2012-09-03quiet "I learned some more directory information" on startupRoger Dingledine
2012-09-03Don't log about reloading the microdescriptor cache at startupRoger Dingledine
2012-09-03omit the first heartbeat message (resolves ticket 6758)Roger Dingledine
2012-09-03fix whitespace and trivial typoRoger Dingledine
2012-09-01Make begindir_cutoff the same as general_cutoffRoger Dingledine
2012-08-27Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-27Quiet "Set buildtimeout to low val" warnings: make them infoNick Mathewson
2012-08-27Merge remote-tracking branch 'mikeperry/bug6647'Nick Mathewson
2012-08-27Downgrade path-bias warning messages to INFO for now.Nick Mathewson
2012-08-27Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-27Merge branch 'bug6710_023' into maint-0.2.3Nick Mathewson
2012-08-27Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-27Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2012-08-27Do not assert when comparing a null address/port against a policyNick Mathewson
2012-08-27Disable extending to private/internal addresses by defaultNick Mathewson
2012-08-27Fix whitespaceNick Mathewson
2012-08-27Merge branch 'bug6524_nm'Nick Mathewson
2012-08-27build: minimal adjustments to make out-of-tree build workJim Meyering
2012-08-27Merge remote-tracking branch 'linus/bug6364'Nick Mathewson
2012-08-27Merge remote-tracking branch 'linus/bug6362'Nick Mathewson
2012-08-24Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-24Merge remote-tracking branch 'public/bug6472' into maint-0.2.3Nick Mathewson
2012-08-24Make node_assert_ok less duplicateyNick Mathewson
2012-08-24Clarify docs on get_configured_bridge_by_*_digestNick Mathewson
2012-08-23Bug 6647: Use correct scale constant and prevent rounding errorMike Perry