- Nov 18, 2017
-
-
Nick Mathewson authored
"Ours" merge to avoid taking ticket18329_minimal_025
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This check makes it so we can reach "done" without setting "conn", and so the "if (conn)" check will not be redundant, and so coverity won't complain. Fixes CID 1422205. Not actually a bug.
-
Nick Mathewson authored
Also, check for the actual message, and fix some string confusion, while we're at it. Fixes bug 24345; bugfix on 0.3.2.3-alpha.
-
- Nov 17, 2017
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This seems closer to what the code intended.
-
-
-
We gonna use this cache to avoid dirservers without outdated md info.
-
-
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Nov 16, 2017
-
-
Nick Mathewson authored
When we close a connection via connection_close_immediately, we kill its events immediately. But if it had been blocked on bandwidth read/write, we could try to re-add its (nonexistent) events later from connection_bucket_refill -- if we got to that callback before we swept the marked connections. Fixes bug 24167. Fortunately, this hasn't been a crash bug since we introduced connection_check_event in 0.2.9.10, and backported it. This is a bugfix on commit 89d42291, I believe, which appeared in Tor 0.1.0.1-rc.
-
David Goulet authored
Commit 56c5e282 suppressed that same log statement in directory_info_has_arrived() for microdescriptors so do the same for the descriptors. As the commit says, we already have the bootstrap progress for this. Fixes #23861 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Nick Mathewson authored
evdns is allowed to give us unrecognized object types; it is allowed to give us non-IPv4 answer types, and it is (even) allowed to give us empty answers without an error. Closes ticket 24097.
-
- Nov 15, 2017
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Breaks build with externally-specified hardening flags.
-
Nick Mathewson authored
Implements ticket 20963.
-
Nick Mathewson authored
-
- Nov 14, 2017
-
-
Nick Mathewson authored
-
George Kadianakis authored
Due to #23662 this can happen under natural causes and does not disturb the functionality of the service. This is a simple 0.3.2 fix for now, and we plan to fix this properly in 0.3.3.
-
Nick Mathewson authored
Just advertise the line when we're a bridge, using "any" if we're published or "none" if we aren't. This is done in lieu of a full backport of #18329.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-