aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-17Don't create new CI jobs; use --enable-all-bugs-are-fatal with some of the ex...rl1987
2020-03-17Add --enable-all-bugs-are-fatal option to configurerl1987
2020-03-06Fix allow_failures sectionrl1987
2020-03-06Disable parts of test_protover_all_supported() that cause fatal exceptions wh...rl1987
2020-03-06Also skip dir/purpose_needs_anonymity_returns_true_by_default when ALL_BUGS_A...rl1987
2020-03-06Add changes filerl1987
2020-03-06Try running some CI jobs with ALL_BUGS_ARE_FATALrl1987
2020-03-06Skip test_new_route_len_unhandled_exit() when ALL_BUGS_ARE_FATALrl1987
2020-03-05Merge commit 'ef991b04e26eb4db'David Goulet
2020-03-05Refrain from mentioning nicknames in manpage section for MyFamily.rl1987
2020-03-05scripts: Remove typo in git-list-tor-branches.shDavid Goulet
2020-03-05Merge branch 'tor-github/pr/1720'David Goulet
2020-03-05Update git scripts to use git-list-tor-branches.shNick Mathewson
2020-03-05Add a script to list the maintained Tor branches in different waysNick Mathewson
2020-03-05Merge remote-tracking branch 'tor-github/pr/1774/head'Nick Mathewson
2020-03-05Merge remote-tracking branch 'tor-github/pr/1772/head'Nick Mathewson
2020-03-05Merge branch 'maint-0.4.3'Nick Mathewson
2020-03-05Merge branch 'clang_format_prep_3'Nick Mathewson
2020-03-04Remove surprising empty line in info-level cbt logRoger Dingledine
2020-03-03Merge branch 'tor-github/pr/1763'George Kadianakis
2020-03-03shared_random: Improve fallback for client no-live-consensus case.Nick Mathewson
2020-03-03Comment updates from review.Nick Mathewson
2020-03-03changes file for 33436Nick Mathewson
2020-03-03Make voting_schedule.h work correctly when dirauth-mode is disabled.Nick Mathewson
2020-03-03Stop using all dirauth-only options in shared_random_client.cNick Mathewson
2020-02-26Correct spacing in dns_launch_correctness_checks()Neel Chauhan
2020-02-26Run "make autostyle"Nick Mathewson
2020-02-26changes file for ticket 33460.Nick Mathewson
2020-02-26In typed_var_kvassign, include config names in error messages.Nick Mathewson
2020-02-26confmgt: when a units value is invalid, include a meaningful error.Nick Mathewson
2020-02-26confmgt: when an int/enum value is invalid, say which values are ok.Nick Mathewson
2020-02-25Merge remote-tracking branch 'tor-github/pr/1750/head'Nick Mathewson
2020-02-24Dirauth-specific function to get voting interval.Nick Mathewson
2020-02-24Extract most of dirauth_sched_get_next_valid_after_time()Nick Mathewson
2020-02-24Rename voting_schedule_*() functions.Nick Mathewson
2020-02-24Move one voting schedule fn into networkstatus.cNick Mathewson
2020-02-24Move voting_schedule.[ch] to src/feature/dirauth/Nick Mathewson
2020-02-24Tweak a couple of URLs in gettingstarted.mdNick Mathewson
2020-02-24Merge remote-tracking branch 'tor-github/pr/1761/head'Nick Mathewson
2020-02-24Merge branch 'ticket33316_squashed'Nick Mathewson
2020-02-24extend ticket33316 changes file to include more changesNick Mathewson
2020-02-24Move process subsystem after evloop.Nick Mathewson
2020-02-24Merge ocirc and orconn events into or subsystem.Nick Mathewson
2020-02-24Initialize all subsystems during the unit testsNick Mathewson
2020-02-24Changes file for ticket 33316Nick Mathewson
2020-02-24Move winprocess_sys into a new low-level hardening moduleNick Mathewson
2020-02-24Merge remote-tracking branch 'tor-github/pr/1685/head'Nick Mathewson
2020-02-24Final touches to #32709 based on Nick's feedback.George Kadianakis
2020-02-20Use PRIu64 and TOR_PRIuSZ, to fix 32-bit build error.Nick Mathewson
2020-02-20changes file for ticket 33369Taylor Yu