- May 16, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- May 15, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Linus Nordberg authored
-
Linus Nordberg authored
-
Linus Nordberg authored
The guard against this is the test for start_of_served_descs_stats_interval != 0 done earlier.
-
Karsten Loesing authored
-
- May 14, 2012
-
-
Nick Mathewson authored
This tells the windows headers to give us definitions that didn't exist before XP -- like the ones that we need for IPv6 support. See bug #5861. We didn't run into this issue with mingw, since mingw doesn't respect _WIN32_WINNT as well as it should for some of its definitions.
-
Nick Mathewson authored
We started adding it in 59e2c778 back in 2004, 8 years and 3 days ago. It's time to deprogram ourselves from this cargo cult.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
MSVC warns if you declare a function as having a "int foo" argument and then implement it with a "const int foo" argument, even though the latter "const" is not a part of the function's interface.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Bug 5858; fix on 0.2.3.12-alpha
-
Nick Mathewson authored
-
- May 11, 2012
-
-
Nick Mathewson authored
Instead, allow packagers to put a 'TOR_BUILD_TAG' field in the server descriptor to indicate a platform-specific value, if they need to. (According to weasel, this was his use for the git- tag previously.) This is part of 2988
-
Nick Mathewson authored
For uname-based detection, we now give only the OS name (e.g., "Darwin", "Linux".) For Windows, we give only the Operating System name as inferred from dw(Major|Minor)version, (e.g., "Windows XP", "Windows 7"), and whether the VER_NT_SERVER flag is set. For ticket 2988.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- May 10, 2012
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
We were doing an O(n) strlen in router_get_extrainfo_hash() for every one we tried to parse. Instead, have router_get_extrainfo_hash() take the length of the extrainfo as an argument, so that when it's called from extrainfo_parse_from_string(), it doesn't do a strlen() over the whole pile of extrainfos.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Conflicts: src/common/util.c src/test/test_util.c
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-