- Sep 07, 2021
-
- Aug 29, 2021
-
- Aug 22, 2021
-
- Aug 14, 2021
-
- Jul 12, 2021
-
-
Nick Mathewson authored
-
- Jul 01, 2021
- Jun 16, 2021
-
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Jun 14, 2021
-
-
Nick Mathewson authored
-
- Jun 08, 2021
-
-
Nick Mathewson authored
Additionally, remove lingering references to hsv2 fuzzers from the fuzzing_include_am.py script.
-
- May 28, 2021
-
-
Nick Mathewson authored
The new version of shellcheck says that that this idiom is unnecessary, and its presence here is making the shellcheck tests fail. No changes file needed, since this is not user-facing code.
-
- May 25, 2021
-
-
Alexander Hansen Færøy authored
When talking about the "master" Tor checkout, we now refer to it as "the primary Tor repository". The "master" branch is instead called "main". See: tpo/core/team#2.
-
Alexander Hansen Færøy authored
This patch is part of a series of patches where we try to change our primary branch name of tor.git from master to main. See: team#2
-
- Apr 19, 2021
-
-
Using a custom ar at $AR may be necessary for cross-compilation. Closes #40369 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Apr 15, 2021
-
-
Nick Mathewson authored
-
- Apr 14, 2021
-
-
Nick Mathewson authored
The --include-asn option includes AS numbers in the geoip mapping. The --output-asn option makes the program generate a number-to-name mapping file. Additionally, the script now outputs ?? CC entries for networks that are listed but which have no country known.
-
- Apr 12, 2021
-
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Mar 02, 2021
-
-
Nick Mathewson authored
-
- Mar 01, 2021
-
-
Nick Mathewson authored
-
- Feb 22, 2021
-
-
Nick Mathewson authored
0.1.9 fixed a range-coalescing bug; 0.1.10 fixed a performance regression.
-
Nick Mathewson authored
-
Nick Mathewson authored
The IPFire people provide a tool that collects data from several top-level sources, combines it into a single database, and annotates it with optional overrides. This tool transforms the "dump" format of their database into the form Tor expects.
-
- Feb 19, 2021
-
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Feb 05, 2021
-
-
Alexander Hansen Færøy authored
This was a bad copy and paste error from the previous commit which generated a duplicated entry error from practracker. Unreviewed build fix. See: tor#40275.
-
Alexander Hansen Færøy authored
We solve this error by allowing the connection_exit_connect() function to be 130 lines long. Unreviewed build fix commit. See: tor#40275.
-
- Jan 21, 2021
-
-
David Goulet authored
Generates the compile_commands.json file using the "bear" application so the ccls server can be more efficient with our code base. Closes #40227 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Dec 16, 2020
-
-
David Goulet authored
Generates the compile_commands.json file using the "bear" application so the ccls server can be more efficient with our code base. Closes #40227 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Nov 17, 2020
-
-
Nick Mathewson authored
-
- Nov 12, 2020
-
-
Typos found with codespell. Please keep in mind that this should have impact on actual code and must be carefully evaluated: src/core/or/lttng_circuit.inc - ctf_enum_value("CONTROLER", CIRCUIT_PURPOSE_CONTROLLER) + ctf_enum_value("CONTROLLER", CIRCUIT_PURPOSE_CONTROLLER)
-
- Oct 16, 2020
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Oct 06, 2020
-
-
This patch adds support for exposing the environment variables `TOR_PT_OUTBOUND_BIND_ADDRESS_V4` and `TOR_PT_OUTBOUND_BIND_ADDRESS_V6` to Pluggable Transport proccesses. These two values will contain the IPv4 and IPv6 address that the user have specified in torrc that they wish the PT to use for all outgoing IP packets. It is important to note here that it is up to the indvidual Pluggable Transport if they are willing to honor these values or ignore them completely. One can test this feature using the following dummy PT written in POSIX shell script: #!/bin/sh echo "LOG SEVERITY=warning MESSAGE=\"Value for IPv4: ${TOR_PT_OUTBOUND_BIND_ADDRESS_V4}\"" echo "LOG SEVERITY=warning MESSAGE=\"Value for IPv6: ${TOR_PT_OUTBOUND_BIND_ADDRESS_V6}\"" while true ; do sleep 1 done with the following entries in your torrc: OutboundBindAddressPT 203.0.113.4 OutboundBindAddress 203.0.113.5 OutboundBindAddressPT 2001:db8::4 OutboundBindAddress 2001:db8::5 See: https://bugs.torproject.org/5304
-
- Sep 23, 2020
-
-
[This is a squashed patch for ticket 7193, based on taking a "git diff" for the original branch, then applying it with "git apply -3". I earlier attempted to squash the branch with "git rebase", but there were too many conflicts. --nickm]
-
- Sep 21, 2020
-
-
Nick Mathewson authored
These are: --disable-module-relay --disable-module-dirauth --enable-all-bugs-are-fatal --enable-nss
-
- Sep 18, 2020
-
-
Nick Mathewson authored
(It looks like it was forgotten previously)
-
Nick Mathewson authored
This is experimental and probably will break some platforms
-
Nick Mathewson authored
-
- Sep 15, 2020
-
-
Nick Mathewson authored
-
- Aug 25, 2020
-
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-