Nick Mathewson
|
393e4fb5b5
Use %f with printf-style formatting, not %lf
|
13 lat temu |
Nick Mathewson
|
561ab14a5e
Switch a SMARTLIST_FOREACH in circuitbuild.c to BEGIN/END
|
13 lat temu |
Roger Dingledine
|
4f74979173
appease check-spaces
|
13 lat temu |
Robert Ransom
|
cb1b20dbad
Fix minor comment issues
|
13 lat temu |
Nick Mathewson
|
42e4e156d9
Detect insanely large circuit build state; don't give its length to rand_int
|
13 lat temu |
Roger Dingledine
|
7039c34519
fix a bridge edge case similar to 2511
|
13 lat temu |
Nick Mathewson
|
7e67a24038
Merge branch 'bug3045' into maint-0.2.2
|
13 lat temu |
Roger Dingledine
|
5f182ea10e
answer an XXX nickm asked in aa950e6c4
|
13 lat temu |
Nick Mathewson
|
a5232e0c4c
Fix GCC 4.6's new -Wunused-but-set-variable warnings.
|
13 lat temu |
Roger Dingledine
|
a2851d3034
what's up with this trailing whitespace
|
13 lat temu |
Nick Mathewson
|
21ed575826
Handle NULL argument to get_configured_bridge_by_addr_port_digest
|
13 lat temu |
Nick Mathewson
|
b95dd03e5f
Log descriptions of nodes, not just nicknames.
|
13 lat temu |
Nick Mathewson
|
2b9c5ee301
Preserve bridge download status across SETCONF, HUP
|
13 lat temu |
Nick Mathewson
|
44ad734573
Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcmp_022
|
13 lat temu |
Nick Mathewson
|
59f9097d5c
Hand-conversion and audit phase of memcmp transition
|
13 lat temu |
Nick Mathewson
|
db7b2a33ee
Automated conversion of memcmp to tor_memcmp/tor_mem[n]eq
|
13 lat temu |
Sebastian Hahn
|
80e57af50f
Appease clang - and my tortured mind
|
13 lat temu |
Nick Mathewson
|
4126de6888
Fix circuit_list_path_impl(): internal circuits do not have an "exit". Trivial fix for 3079.
|
13 lat temu |
Roger Dingledine
|
df3cf881d1
stop putting wacky values into state->lastwritten
|
13 lat temu |
Roger Dingledine
|
710227a77f
fix a function comment
|
13 lat temu |
Roger Dingledine
|
b8b557dcb2
better user-facing warnings for unexpected last hops
|
13 lat temu |
Roger Dingledine
|
f962dda8c1
revert most of ef81649d2fc
|
13 lat temu |
Nick Mathewson
|
8ee92f28e0
Add a circuit_purpose_to_string() function, and use it
|
13 lat temu |
Sebastian Hahn
|
92ec36a061
Explain the "using anyway" log message better
|
13 lat temu |
Nick Mathewson
|
84f0e87c6a
If we have chosen an exit that shares a family with all bridges, fail the circuit
|
13 lat temu |
Nick Mathewson
|
b59a289365
Do not try to download descriptors for bridges in ExcludeNodes.
|
13 lat temu |
Nick Mathewson
|
4851de554d
Do not automatically ignore Fast/Stable for exits when ExitNodes is set
|
13 lat temu |
Nick Mathewson
|
affdec8d04
Add an XXX022-1090 to note consider_exit_fmily b0rkenness
|
13 lat temu |
Roger Dingledine
|
5710ea6475
three more cases where maybe we want to exclude
|
13 lat temu |
Roger Dingledine
|
0ad3836f73
If ExitNodes and Exclude{Exit}Nodes overlap, obey Exclude{Exit}Nodes.
|
13 lat temu |