summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-22build tor-cov-{resolve,gencert}Sebastian Hahn
This allows us to run tor-cov-gencert from chutney for coverage builds.
2015-03-21Disable assertions during coverage buildsSebastian 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-21Initialize two variablesSebastian Hahn
This is a trivial change to get around two compiler warnings when assertions are removed during coverage builds.
2015-03-18Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-18bump to 0.2.6.5-rc.devNick Mathewson
2015-03-18forward-port 0.2.6.5-rc changelog.Nick Mathewson
2015-03-18Merge remote-tracking branch 'public/feature15053'Nick Mathewson
2015-03-18Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-18bump to 0.2.6.5-rcNick Mathewson
2015-03-18Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-17Forward-port changelog and releasenotesNick Mathewson
2015-03-15Make log.o depend on micro-revision.iNick Mathewson
Otherwise micro-revision.i might not get built on time.
2015-03-15changes file for 15024Nick Mathewson
2015-03-15Be consistent with capitalization, quoting, and spacing of help strings.cypherpunks
2015-03-14Simplify the loop.Nick Mathewson
2015-03-14Add comments for new functionsNick Mathewson
2015-03-14remove a needless "if (1)" that was there for indentation; fix indentation.Nick Mathewson
2015-03-14Extract main part of main loop into a separate functionNick Mathewson
For 15176; Shadow would like this. Based on a patch by Rob Jansen, but revised to have a minimal-sized diff.
2015-03-14Log version when LD_BUG is logged.Nick Mathewson
Closes ticket 15026.
2015-03-14add newly generated files to .gitignoreNick Mathewson
2015-03-14Revive updateVersions.pl with `make update-versions`.cypherpunks
2015-03-14Do 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-14Make `check-docs` work from out-of-tree builds.cypherpunks
2015-03-14Add changes file for 15053.cypherpunks
2015-03-14Warn users trying to generate a coverage report when not configured as such.cypherpunks
2015-03-14Stop updating versions on every execution of `./configure`.cypherpunks
2015-03-14Remove 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-14Clean 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-14Use 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-14ug. test, _then_ commit, nick.Nick Mathewson
2015-03-14Do 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-13const-ify the new failure vars, and one old oneNick Mathewson
2015-03-13Merge remote-tracking branch 'sebastian/bug15211'Nick Mathewson
2015-03-12Don't init hs intro key as side effect of an assertSebastian Hahn
2015-03-12Don't init control authchallenge nonce as assert side effectSebastian Hahn
Fixes part of bug 15211.
2015-03-12Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-12Merge remote-tracking branch 'public/feature15212_026' into maint-0.2.6Nick Mathewson
2015-03-12Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-12Initialize 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-12Added a comment to tor.service.inNick 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-12Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-12don't init threads as side effect of assertionSebastian Hahn
Fixes part of bug 15211.
2015-03-12Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6Nick Mathewson
("-s ours" merge to avoid taking reversion of #15064)
2015-03-12Revert "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-12Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-12Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6Nick Mathewson
2015-03-12Merge remote-tracking branch 'public/bug15205_025' into maint-0.2.5Nick Mathewson
2015-03-12Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-12Merge branch 'bug15245_026' into maint-0.2.6Nick Mathewson
2015-03-12add an explanatory commentNick Mathewson