- 27 Mar, 2018 1 commit
-
-
Alexander Færøy authored
-
- 26 Feb, 2018 1 commit
-
-
Alexander Færøy authored
This patch adds the SyslogFacility option to torrc. This option allows you to customize the logging facility passed to openlog(3). The default value will continue to be the configure time constant LOGFACILITY. See: https://bugs.torproject.org/25355
-
- 22 Feb, 2018 1 commit
-
-
Nick Mathewson authored
-
- 21 Feb, 2018 8 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Closes most of #25323.
-
Nick Mathewson authored
Apparently some versions of the mac sdk care about the ordering of net/if.h wrt other headers. Fixes bug 25319; bug not in any released tor.
-
- 20 Feb, 2018 2 commits
-
-
Nick Mathewson authored
Folks have found two in the past week or so; we may as well fix the others. Found with: \#!/usr/bin/python3 import re def findMulti(fname): includes = set() with open(fname) as f: for line in f: m = re.match(r'^\s*#\s*include\s+["<](\S+)[>"]', line) if m: inc = m.group(1) if inc in includes: print("{}: {}".format(fname, inc)) includes.add(m.group(1)) import sys for fname in sys.argv[1:]: findMulti(fname)
-
Nick Mathewson authored
-
- 18 Feb, 2018 1 commit
-
-
Nick Mathewson authored
Fixes a bug in our zstd-static code. Bug not in any released version of Tor.
-
- 16 Feb, 2018 26 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" merge to avoid taking 24902 a second time and having to reconcile all the merge conflicts.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This is necessary because apparently v3 rendezvous cpath hops use sha3, which I had forgotten. Bugfix on master; bug not in any released Tor.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
These patches were already merged, and so don't need a changes file in these branches.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" merge to avoid conflicts with the cherry-picked fix for 24898.
-
Roger Dingledine authored
since all it does is produce false positives this commit should get merged into 0.2.9 and 0.3.0 *and* 0.3.1, even though the code in the previous commit is already present in 0.3.1. sorry for the mess. [Cherry-picked]
-
Roger Dingledine authored
since all it does is produce false positives this commit should get merged into 0.2.9 and 0.3.0 *and* 0.3.1, even though the code in the previous commit is already present in 0.3.1. sorry for the mess.
-
Roger Dingledine authored
This commit takes a piece of commit af8cadf3 and a piece of commit 46fe353f25, with the goal of making channel_is_client() be based on what sort of connection handshake the other side used, rather than seeing whether the other side ever sent a create_fast cell to us.
-
Neel Chauhan authored
-
Nick Mathewson authored
Bug not in any released Tor.
-
Nick Mathewson authored
Fixes bug 25276; bugfix not in any released Tor.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Instead, define a maximum size, and enforce it with an assertion.
-