tor/src
teor 6b5c70670b Simplify some conditionals in circuit_get_open_circ_or_launch()
When entry_list_is_constrained() is true, guards_retry_optimistic()
always returns true.

When entry_list_is_constrained() is false,
options->UseBridges is always false,
therefore !options->UseBridges is always true,
therefore (!options->UseBridges || ...) is always true.

Cleanup after #24367.
2017-12-12 19:17:25 -05:00
..
common Merge remote-tracking branches 'public/ticket24315_029' and 'public/bug24198_029' into maint-0.3.2 2017-11-20 13:20:25 -05:00
config Merge branch 'maint-0.3.0' into maint-0.3.1 2017-11-11 12:23:34 -05:00
ext Merge branch 'maint-0.3.0' into maint-0.3.1 2017-11-13 20:36:04 -05:00
or Simplify some conditionals in circuit_get_open_circ_or_launch() 2017-12-12 19:17:25 -05:00
rust 22839: Build tor with rust enabled on win 2017-08-21 15:08:24 -04:00
test Run the download_status_increment test in a forked process. 2017-12-11 00:57:04 +11:00
tools Fix memory leak in tor-gencert.c 2017-09-17 20:42:28 -04:00
trace Add stub function for libor-trace. 2017-04-25 18:02:19 +02:00
trunnel Re-run trunnel. Cosmetic changes only. 2017-08-24 16:13:01 -04:00
win32 bump to 0.3.2.4-alpha-dev 2017-11-08 16:44:53 -05:00
include.am Add --enable-rust configure switch 2017-04-29 08:55:57 +02:00