- Mar 28, 2016
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Mar 26, 2016
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Comment-only change
-
Roger Dingledine authored
-
Nick Mathewson authored
-
- Mar 25, 2016
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Otherwise coverity complains that we're checking an whether an int64 is less than INT64_MIN, which of course it isn't. Fixes CID 1357176. Not in any released Tor.
-
Nick Mathewson authored
-
Nick Mathewson authored
We added these a while ago, but they do no actual good, and cause implicit declaration warnings in some situations. Rather than just adding stdint.h, it's easier to remove the exit() calls as redundant. Fixes bug 18626; bugfix from "cypherpunks"
-
- Mar 24, 2016
-
-
Roger Dingledine authored
that function calls it argument "want_onehop", so it makes more sense to pass that boolean into it.
-
Roger Dingledine authored
we already are using "port" to describe the place we're going to ask to connect to.
-
Roger Dingledine authored
-
Roger Dingledine authored
They incorrectly summarized what the function was planning to do, leading to wrong behavior like making an http request to an orport, or making a begindir request to a dirport. This change backs out some of the changes made in commit e72cbf7a, and most of the changes made in commit ba6509e9. This patch resolves bug 18625. There more changes I want to make after this one, for code clarity.
-
Nick Mathewson authored
-
David Goulet authored
Commit e72cbf7a introduced a change to directory_initiate_command_rend() that made tor use the ORPort when making a directory request to the DirPort. The primary consequence was that a relay couldn't selftest its DirPort thus failing to work and join the network properly. The main issue was we were always considering an anonymized connection to be an OR connection which is not true. Fixes #18623 Signed-off-by:
David Goulet <dgoulet@ev0ke.net>
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
-
Platforms with 32-bit time_t sometimes give different results. They don't always indicate failure on overflow, #18480 should fix these.
-
-
Nick Mathewson authored
-
Regardless of the setting of ExtendAllowPrivateAddresses. This fixes a bug with pluggable transports that ignore the (potentially private) address in their bridge line. Fixes bug 18517; bugfix on 23b08890 in tor-0.2.8.1-alpha.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
teor (Tim Wilson-Brown) authored
When requesting extrainfo descriptors from a trusted directory server, check whether it is an authority or a fallback directory which supports extrainfo descriptors. Fixes bug 18489; bugfix on 90f6071d in tor-0.2.4.7-alpha. Reported by "atagar", patch by "teor".
-
teor (Tim Wilson-Brown) authored
-
teor (Tim Wilson-Brown) authored
Make it clearer that they are about outgoing connection attempts. Specify the options involved where they were missing from one log message. Clarify a comment.
-
- Mar 23, 2016
-
-
teor (Tim Wilson-Brown) authored
Downgrade logs and backtraces about IP versions to info-level. Only log backtraces once each time tor runs. Assists in diagnosing bug 18351; bugfix on c3cc8e16 in tor-0.2.8.1-alpha. Reported by "sysrqb" and "Christian", patch by "teor".
-
Roger Dingledine authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Mar 22, 2016
-
-
Nick Mathewson authored
-