- Jun 11, 2010
-
-
Nick Mathewson authored
-
Karsten Loesing authored
-
- Jun 10, 2010
-
-
Sebastian Hahn authored
Thanks Roger for noticing
-
-
Sebastian Hahn authored
Fixes bug 1352
-
- Jun 07, 2010
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
-
Nick Mathewson authored
Previously, we said (more or less), "a2x is broken and here's how you could try to fix it". Instead, we now say "We need a2x to build manpages; a2x didn't work; here is a fix that might work for you; alternatively you could just skip manpage building." Addresses bug 1524. Also, give the message as a here-document rather than a bunch of echos.
-
Nick Mathewson authored
-
Nick Mathewson authored
Having ~/.tor expand into /.tor is, after all, almost certainly not what the user wanted, and it deserves a warning message. Also, convert a guess-and-malloc-and-sprintf triple into an asprintf.
-
On Sun, 6 Jun 2010 19:59:56 -0400 Andrew Lewman <andrew@torproject.org> wrote: > attached. let's try this again. From e95c44bc5af90d982e9d95d63e78b2fde67431ed Mon Sep 17 00:00:00 2001 From: Andrew Lewman <andrew@torproject.org> Date: Sun, 6 Jun 2010 19:56:16 -0400 Subject: [PATCH] Create a sample bridge configuration torrc.
-
Sebastian Hahn authored
This means Tor no longer dies when it doesn't have a $HOME.
-
- Jun 04, 2010
-
-
Sebastian Hahn authored
In rare cases, we could cannibalize a one-hop circuit, ending up with a two-hop circuit. This circuit would not be actually used, but we should prevent its creation in the first place. Thanks to outofwords and swissknife for helping to analyse this.
-
Roger Dingledine authored
-
- Jun 01, 2010
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- May 24, 2010
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
moved wince related includes and defs to compat.h where possible, removed unused/redundant wince includes
-
Most of the changes here are switches to use APIs available on Windows CE. The most pervasive change is that Windows CE only provides the wide-character ("FooW") variants of most of the windows function, and doesn't support the older ASCII verions at all. This patch will require use of the wcecompat library to get working versions of the posix-style fd-based file IO functions. [commit message by nickm]
-
- May 21, 2010
-
-
-
C allows try, but some windows CE headers like to redefine 'try' to be a reserved word.
-
Nick Mathewson authored
-
-
- May 17, 2010
-
-
Nick Mathewson authored
This appeases some versions of MSVC, which don't like it when you have preprocessor commands inside a set of macro arguments.
-
- May 12, 2010
-
-
Nick Mathewson authored
Back when we changed the idea of a connection being "too old" for new circuits into the connection being "bad" for new circuits, we didn't actually change the info messages. This led to telling the user that we were labelling connections as "too old" for being worse than connections that were actually older than them. Found by Scott on or-talk.
-
- May 07, 2010
-
-
Roger Dingledine authored
-
Linus Nordberg authored
-
Andy Isaacson authored
Build on Ubuntu 10.04 64-bit was failing: util.c: In function ‘parse_http_time’: util.c:1370: error: not protecting function: no buffer at least 8 bytes long We don't want to lose -Werror, and we don't care too much about the added overhead of protecting even small buffers, so let's simply turn on SSP for all buffers. Thanks to Jacob Appelbaum for the pointer and SwissTorExit for the original report. Signed-off-by:
Andy Isaacson <adi@hexapodia.org>
-
Roger Dingledine authored
-
Jacob Appelbaum authored
This patch adds support for two new configure options: '--enable-gcc-hardening' This sets CFLAGS to include: "-D_FORTIFY_SOURCE=2 -fstack-protector-all" "-fwrapv -fPIE -Wstack-protector -Wformat -Wformat-security" "-Wpointer-sign" It sets LDFLAGS to include: "-pie" '--enable-linker-hardening' This sets LDFLAGS to include: " -z relro -z now"
-
- May 06, 2010
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
- May 05, 2010
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
- May 01, 2010
-
-
Sebastian Hahn authored
Fixes bug 1381
-