- Mar 24, 2016
-
-
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.
-
- Mar 17, 2016
-
-
tdata will be double-freed if none of linux, __FreeBSD__, DARWIN or __OpenBSD__ are defined. (For example, FreeBSD derivatives).
-
- Mar 15, 2016
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Mar 14, 2016
-
-
Peter Palfrader authored
-
Nick Mathewson authored
-
Nick Mathewson authored
We call setrlimit under some circumstances, and it can call prlimit and prlimit64 under the hood. Fixes bug 15221.
-
Nick Mathewson authored
Found by coverity. Not in any released Tor. Fixes CID 1355640. Also, don't check for fd correctness with assert(fd). You need to assert (fd >= 0).
-
Nick Mathewson authored
-
Nick Mathewson authored
-
David Goulet authored
Launching 7 descriptor fetches makes a connection to each HSDir that is 6 and the seventh one fails to pick an HSDir because they are all being used already so it was killing all pending connections at once. Fixes #15937 Signed-off-by:
David Goulet <dgoulet@ev0ke.net>
-
- Mar 11, 2016
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Add a changes file.
-
Nick Mathewson authored
Fixes bug 16248. Patch from cypherpunks. Bugfix on 0.2.0.1-alpha.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
This will centralize the version configuration in one file to simplify future changes. Also fixes some typos in the Automake options comments.
-
Nick Mathewson authored
(I've made it so FreeBSD || FreeBSD_kernel is enough to ensure that we think you might have ipfw, and so that the logic is all in one place.)
-
The transproxy feature is only enabled when __FreeBSD__ is defined, and only regular FreeBSD does that. Change this to __FreeBSD_kernel__ which is defined on derivatives as well. This enables the relevant options/validate__transproxy test on FreeBSD derivatives.
-
Nick Mathewson authored
Also, put libor-testing.a at a better position in the list of libraries, to avoid linker errors. This is a fix, or part of a fix, for 18490.
-
moving hid_serv_get_responsible_directories and hid_serv_acting_as_directory from routerlist.c to rendcommon.c
-
Nick Mathewson authored
Closes 18426 and 18459.
-
- Mar 09, 2016
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Mar 07, 2016
-
-
Roger Dingledine authored
-
- Mar 04, 2016
-
-
teor (Tim Wilson-Brown) authored
-
teor (Tim Wilson-Brown) authored
-
teor (Tim Wilson-Brown) authored
-
teor (Tim Wilson-Brown) authored
Unless ExtendAllowPrivateAddresses is 1.
-
Karsten Loesing authored
-
- Mar 01, 2016
-
-
teor (Tim Wilson-Brown) authored
-
Peter Palfrader authored
-
Peter Palfrader authored
-
teor (Tim Wilson-Brown) authored
-
- Feb 28, 2016
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-