- Mar 24, 2015
-
-
Nick Mathewson authored
-
- Mar 23, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
The compiler is allowed to assume that a "uint64_t *" is aligned correctly, and will inline a version of memcpy that acts as such. Use "uint8_t *", so the compiler does the right thing.
-
- Mar 18, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Mar 17, 2015
-
-
Nick Mathewson authored
-
- Mar 15, 2015
-
-
Nick Mathewson authored
Otherwise micro-revision.i might not get built on time.
-
Nick Mathewson authored
-
-
- Mar 14, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
For 15176; Shadow would like this. Based on a patch by Rob Jansen, but revised to have a minimal-sized diff.
-
Nick Mathewson authored
Closes ticket 15026.
-
Nick Mathewson authored
-
-
These files get generated automatically so there is need to include them in the distribution.
-
-
-
-
-
The paths are already in the directory search path of the compiler therefore no need to include them in the source code.
-
Remove src/or/or_sha1.i and src/common/common_sha1.i on `make clean` and remove the temporary micro-revision file when its no longer needed. Additional changes; - show a message when generating the micro-revision file. - add the temporary micro revision file to the list of files to be removed on `make clean` just in case. - fix indentation of the make rule to improve readability.
-
Fixes the following rules in out-of-tree builds; - check-spaces - check-docs - check-logs - Doxygen - coverage-html And cleans up additional directories; - coverage_html - doc/doxygen
-
Nick Mathewson authored
-
Nick Mathewson authored
Fixes 14994. Calling this a bug on when --quiet and --hush began to have their current behavior.
-
- Mar 13, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Mar 12, 2015
-
-
Sebastian Hahn authored
-
Sebastian Hahn authored
Fixes part of bug 15211.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
PTs expect the auth cookie to be available immedieately after launch, leading to a race condition when PTs opt to cache the extorport cookie once immediately after startup. Fixes #15240.
-