- Jan 16, 2020
-
-
Nick Mathewson authored
Closes ticket 32695.
-
- Jan 09, 2020
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
We use bool, so we should include stdbool.
-
Nick Mathewson authored
This frees us from a dependency on include order.
-
Nick Mathewson authored
This change means that authmode.h no longer needs to see or_options_t, and frees us from an ordering dependency.
-
Nick Mathewson authored
Without this change, compilation success depends on include order in several tricky ways.
-
Nick Mathewson authored
This prevents a dependency on include order.
-
Nick Mathewson authored
This fixes a case where our compilation would depend on include order.
-
Nick Mathewson authored
Without this include, our compilation depends more on include order.
-
Nick Mathewson authored
This lets us avoid a dependency on include order.
-
Nick Mathewson authored
This frees us from some dependencies on include order.
-
Nick Mathewson authored
This frees us from some dependencies on include order.
-
Nick Mathewson authored
Doing this frees us from some assumptions about include order.
-
Nick Mathewson authored
Using these frees us from several dependencies on include order.
-
Nick Mathewson authored
Doing this gives us a valid uint64_t type, freeing us from dependencies on include order.
-
Nick Mathewson authored
This frees us from a dependency on include order.
-
Nick Mathewson authored
This frees us from some dependencies on include order.
-
Nick Mathewson authored
This gives us the definition of tor_x509_cert_impl_t, and makes us less dependent on include order.
-
Nick Mathewson authored
Otherwise our compilation depends on include order.
-
Nick Mathewson authored
Also, include torerr.h from ht.h if we are using raw_assert. Otherwise, our includes need to be ordered so that ht.h comes after util_log.h.
-
Nick Mathewson authored
We were actually omitting the semicolon in a few places, leading to confusing indentation and some cocci failures.
-
Nick Mathewson authored
This is an automated commit, generated by: perl -i -pe 'next if /define/; s/((?:ENABLE|DISABLE)_GCC_WARNING)\(([A-Za-z0-9_\-]+)\)/$1(\"-W$2\")/' src/*/*/*.[ch] src/*/*.[ch]
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jan 08, 2020
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
teor authored
-
- Jan 07, 2020
-
-
Roger Dingledine authored
-
Nick Mathewson authored
-
-
If they are inconsistent, output a raw bug log. Part of 32845.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Also, add a CTASSERT() to make sure that we don't let this array get out-of-sync again. Found by coverity; this is CID 1457528.
-
teor authored
These test cases are validated differently by some programming languages, because those languages have incorrect UTF-8 implementations. We want to make sure that tor validates them correctly. Closes ticket 32845.
-
Neel Chauhan authored
-
- Jan 06, 2020
-
-
Nick Mathewson authored
-
-
-