Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-22 | build tor-cov-{resolve,gencert} | Sebastian Hahn | |
This allows us to run tor-cov-gencert from chutney for coverage builds. | |||
2015-03-21 | Disable assertions during coverage builds | Sebastian Hahn | |
This removes roughly 5000 branches in my testing. We never want to trigger assertions even during tests, so this is sane. Implements #15400. | |||
2015-03-21 | Initialize two variables | Sebastian Hahn | |
This is a trivial change to get around two compiler warnings when assertions are removed during coverage builds. | |||
2015-03-18 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-03-18 | bump to 0.2.6.5-rc.dev | Nick Mathewson | |
2015-03-18 | forward-port 0.2.6.5-rc changelog. | Nick Mathewson | |
2015-03-18 | Merge remote-tracking branch 'public/feature15053' | Nick Mathewson | |
2015-03-18 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-03-18 | bump to 0.2.6.5-rc | Nick Mathewson | |
2015-03-18 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-03-17 | Forward-port changelog and releasenotes | Nick Mathewson | |
2015-03-15 | Make log.o depend on micro-revision.i | Nick Mathewson | |
Otherwise micro-revision.i might not get built on time. | |||
2015-03-15 | changes file for 15024 | Nick Mathewson | |
2015-03-15 | Be consistent with capitalization, quoting, and spacing of help strings. | cypherpunks | |
2015-03-14 | Simplify the loop. | Nick Mathewson | |
2015-03-14 | Add comments for new functions | Nick Mathewson | |
2015-03-14 | remove a needless "if (1)" that was there for indentation; fix indentation. | Nick Mathewson | |
2015-03-14 | Extract main part of main loop into a separate function | Nick Mathewson | |
For 15176; Shadow would like this. Based on a patch by Rob Jansen, but revised to have a minimal-sized diff. | |||
2015-03-14 | Log version when LD_BUG is logged. | Nick Mathewson | |
Closes ticket 15026. | |||
2015-03-14 | add newly generated files to .gitignore | Nick Mathewson | |
2015-03-14 | Revive updateVersions.pl with `make update-versions`. | cypherpunks | |
2015-03-14 | Do not distribute common_sha1.i and or_sha1.i. | cypherpunks | |
These files get generated automatically so there is need to include them in the distribution. | |||
2015-03-14 | Make `check-docs` work from out-of-tree builds. | cypherpunks | |
2015-03-14 | Add changes file for 15053. | cypherpunks | |
2015-03-14 | Warn users trying to generate a coverage report when not configured as such. | cypherpunks | |
2015-03-14 | Stop updating versions on every execution of `./configure`. | cypherpunks | |
2015-03-14 | Remove relative paths to header files. | cypherpunks | |
The paths are already in the directory search path of the compiler therefore no need to include them in the source code. | |||
2015-03-14 | Clean up generated files. | cypherpunks | |
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. | |||
2015-03-14 | Use output variables instead of relative paths. | cypherpunks | |
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 | |||
2015-03-14 | ug. test, _then_ commit, nick. | Nick Mathewson | |
2015-03-14 | Do not printf success messages when we are --quieted or --hushed. | Nick Mathewson | |
Fixes 14994. Calling this a bug on when --quiet and --hush began to have their current behavior. | |||
2015-03-13 | const-ify the new failure vars, and one old one | Nick Mathewson | |
2015-03-13 | Merge remote-tracking branch 'sebastian/bug15211' | Nick Mathewson | |
2015-03-12 | Don't init hs intro key as side effect of an assert | Sebastian Hahn | |
2015-03-12 | Don't init control authchallenge nonce as assert side effect | Sebastian Hahn | |
Fixes part of bug 15211. | |||
2015-03-12 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-03-12 | Merge remote-tracking branch 'public/feature15212_026' into maint-0.2.6 | Nick Mathewson | |
2015-03-12 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-03-12 | Initialize the extorport auth cookie before launching PTs. | Yawning Angel | |
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. | |||
2015-03-12 | Added a comment to tor.service.in | Nick Mathewson | |
This explains that if you change your torrc to do more, you might need to change tor.service.in to allow it. See #15195. | |||
2015-03-12 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-03-12 | don't init threads as side effect of assertion | Sebastian Hahn | |
Fixes part of bug 15211. | |||
2015-03-12 | Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
("-s ours" merge to avoid taking reversion of #15064) | |||
2015-03-12 | Revert "Make TransProxyType ipfw work correctly" | Nick Mathewson | |
This reverts commit 681802817deb6fb93b95f8284856fd42f3556600. (I didn't mean to backport this, but somehow I had based my branch for #15205 on it.) | |||
2015-03-12 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-03-12 | Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2015-03-12 | Merge remote-tracking branch 'public/bug15205_025' into maint-0.2.5 | Nick Mathewson | |
2015-03-12 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-03-12 | Merge branch 'bug15245_026' into maint-0.2.6 | Nick Mathewson | |
2015-03-12 | add an explanatory comment | Nick Mathewson | |