aboutsummaryrefslogtreecommitdiff
path: root/src/or/entrynodes.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'public/bug10849_025'Nick Mathewson2014-05-01
|\
| * Remove TunnelDirConns and PreferTunnelledDirConnsNick Mathewson2014-02-11
* | Merge remote-tracking branch 'public/bug9229_025'Nick Mathewson2014-04-23
|\ \
| * | Make num_bridges_usable work properly.Nick Mathewson2014-04-08
| * | Fix our check for the "first" bridge descriptor.Nick Mathewson2014-03-10
* | | Merge remote-tracking branch 'asn/bug11069_take2'Nick Mathewson2014-03-11
|\ \ \ | |/ / |/| |
| * | Throw control port warning if we failed to connect to all our bridges.George Kadianakis2014-03-10
| |/
* | Merge remote-tracking branch 'arma/ticket5528'Nick Mathewson2014-03-05
|\ \ | |/ |/|
| * stop setting, or using, router->addressRoger Dingledine2013-02-09
| * use router->addr for log messages and controller eventsRoger Dingledine2013-02-09
| * stop passing "address" around the directory_initiate_command* funcsRoger Dingledine2013-02-09
* | Fix get_configured_bridge_by_addr_port_digest(.,.,NULL)rl19872013-12-09
* | Add missing includes for circpathbias.hNick Mathewson2013-10-31
* | Merge remote-tracking branch 'public/bug5018'Nick Mathewson2013-10-29
|\ \
| * | Simplify transport_is_needed.David Fifield2013-10-29
| * | Only launch transport proxies that provide useful transports.George Kadianakis2013-10-29
* | | DROPGUARDS controller commandNick Mathewson2013-10-21
* | | Merge branch 'maint-0.2.4'Roger Dingledine2013-10-12
|\ \ \
| * | | be willing to bootstrap from all three of our directory guardsRoger Dingledine2013-10-12
| |/ /
* | | fix another confusing whitespace instanceRoger Dingledine2013-09-30
* | | fix confusing whitespaceRoger Dingledine2013-09-30
* | | Separate mutable/const accessors for circuit_build_timesNick Mathewson2013-08-22
* | | Make circ_times static and add accessor functions.vagrant2013-08-22
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-07-31
|\| |
| * | NumDirectoryGuards now tracks NumEntryGuards by defaultRoger Dingledine2013-07-30
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-04-24
|\| |
| * | Increase the pathbias state file miscounting version check.Mike Perry2013-04-24
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-04-03
|\| |
| * | Clip invalid path bias counts at startup.Mike Perry2013-04-03
* | | Remove check for whether bridge_line->digest is NULLNick Mathewson2013-03-21
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-03-21
|\| |
| * | The *default* guard lifetime is two months; the *min* is oneNick Mathewson2013-03-21
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-03-19
|\| |
| * | Merge branch 'bug8240_v2_squashed' into maint-0.2.4Nick Mathewson2013-03-19
* | | Merge remote-tracking branch 'asn/bug3594_rebased_and_fixed'Nick Mathewson2013-03-19
|\ \ \ | |/ / |/| |
| * | Refactoring to make parse_bridge_line() unittestable.George Kadianakis2013-02-11
| * | Send SOCKS arguments when doing SOCKS5.George Kadianakis2013-02-09
| * | Send SOCKS arguments when doing SOCKS4.George Kadianakis2013-02-09
| * | Add support for parsing SOCKS arguments.George Kadianakis2013-02-09
| |/
* | Fix some wide linesNick Mathewson2013-03-18
* | Merge remote-tracking branch 'public/no_dup_guards' into maint-0.2.4Nick Mathewson2013-03-18
|\ \
| * | Be more robust when excluding existing nodes as new dirguardsNick Mathewson2013-02-14
| * | Add some code to bluntly prevent duplicate guards from getting addedNick Mathewson2013-02-14
| |/
* | Correctly set entry->is_dir_cache when adding an entry guard for the first timeAndrea Shepard2013-03-01
* | Fix bootstrapping with bridges by making is_dir_cache is set on them.Nick Mathewson2013-03-01
* | Restore the entry/dirguard distinction.Nick Mathewson2013-02-12
* | generalize choose_random_entry()'s dirinfo parameterRoger Dingledine2013-02-02
* | use microdescriptors if *any* of our bridges can handle themRoger Dingledine2013-02-02
|/
* Implement Path use bias accounting.Mike Perry2013-01-18
* Rename *_isin to *_containsNick Mathewson2013-01-16