aboutsummaryrefslogtreecommitdiff
path: root/src/or/entrynodes.c
AgeCommit message (Expand)Author
2014-06-15Fix the functionality of populate_live_entry_guards().George Kadianakis
2014-06-15Move code from choose_random_entry_impl() to the new function.George Kadianakis
2014-06-15Create skeleton for populate_live_entry_guards().George Kadianakis
2014-06-15choose_random_entry_impl(): Remove useless consider_exit_family.George Kadianakis
2014-06-15Remove a piece of disabled code in choose_random_entry_impl().George Kadianakis
2014-05-14Would-be fix for bug 7733: learn bridge ID from descriptorNick Mathewson
2014-05-01Merge remote-tracking branch 'public/bug10849_025'Nick Mathewson
2014-04-23Merge remote-tracking branch 'public/bug9229_025'Nick Mathewson
2014-04-08Make num_bridges_usable work properly.Nick Mathewson
2014-03-11Merge remote-tracking branch 'asn/bug11069_take2'Nick Mathewson
2014-03-10Throw control port warning if we failed to connect to all our bridges.George Kadianakis
2014-03-10Fix our check for the "first" bridge descriptor.Nick Mathewson
2014-03-10Update ns downloads when we receive a bridge descriptorNick Mathewson
2014-03-05Merge remote-tracking branch 'arma/ticket5528'Nick Mathewson
2014-02-11Remove TunnelDirConns and PreferTunnelledDirConnsNick Mathewson
2013-12-09Fix get_configured_bridge_by_addr_port_digest(.,.,NULL)rl1987
2013-10-31Add missing includes for circpathbias.hNick Mathewson
2013-10-29Merge remote-tracking branch 'public/bug5018'Nick Mathewson
2013-10-29Simplify transport_is_needed.David Fifield
2013-10-29Only launch transport proxies that provide useful transports.George Kadianakis
2013-10-21DROPGUARDS controller commandNick Mathewson
2013-10-12Merge branch 'maint-0.2.4'Roger Dingledine
2013-10-12be willing to bootstrap from all three of our directory guardsRoger Dingledine
2013-09-30fix another confusing whitespace instanceRoger Dingledine
2013-09-30fix confusing whitespaceRoger Dingledine
2013-08-22Separate mutable/const accessors for circuit_build_timesNick Mathewson
2013-08-22Make circ_times static and add accessor functions.vagrant
2013-07-31Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-07-30NumDirectoryGuards now tracks NumEntryGuards by defaultRoger Dingledine
2013-04-24Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-04-24Increase the pathbias state file miscounting version check.Mike Perry
2013-04-03Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-04-03Clip invalid path bias counts at startup.Mike Perry
2013-03-21Remove check for whether bridge_line->digest is NULLNick Mathewson
2013-03-21Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-03-21The *default* guard lifetime is two months; the *min* is oneNick Mathewson
2013-03-19Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-03-19Merge branch 'bug8240_v2_squashed' into maint-0.2.4Nick Mathewson
2013-03-19Merge remote-tracking branch 'asn/bug3594_rebased_and_fixed'Nick Mathewson
2013-03-18Fix some wide linesNick Mathewson
2013-03-18Merge remote-tracking branch 'public/no_dup_guards' into maint-0.2.4Nick Mathewson
2013-03-01Correctly set entry->is_dir_cache when adding an entry guard for the first timeAndrea Shepard
2013-03-01Fix bootstrapping with bridges by making is_dir_cache is set on them.Nick Mathewson
2013-02-14Be more robust when excluding existing nodes as new dirguardsNick Mathewson
2013-02-14Add some code to bluntly prevent duplicate guards from getting addedNick Mathewson
2013-02-12Restore the entry/dirguard distinction.Nick Mathewson
2013-02-11Refactoring to make parse_bridge_line() unittestable.George Kadianakis
2013-02-09stop setting, or using, router->addressRoger Dingledine
2013-02-09use router->addr for log messages and controller eventsRoger Dingledine
2013-02-09stop passing "address" around the directory_initiate_command* funcsRoger Dingledine