aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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-24Merge branch 'ticket33316_squashed'Nick 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-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-20Make direclient_dump_total_dls() respect SafeLogging and pass tests.Nick Mathewson
2020-02-20Merge branch 'extract_routerkeys_squashed'Nick Mathewson
2020-02-20Move relay_handshake.[ch] into src/feature/relay, and make it optionalNick Mathewson
2020-02-20Disable routerkeys.c with --disable-relay-mode.Nick Mathewson
2020-02-20Merge branch 'maint-0.4.3'Nick Mathewson
2020-02-20Merge remote-tracking branch 'tor-github/pr/1719/head' into maint-0.4.3Nick Mathewson
2020-02-20Move router_reset_reachability() into correct header, add a stubNick Mathewson
2020-02-20run "make autostyle"Nick Mathewson
2020-02-20Merge branch 'ticket4631_squashed'Nick Mathewson
2020-02-20dirvote: Improve the posted vote log messageteor
2020-02-19Extract relay-only handshake code into its own file.Nick Mathewson
2020-02-19Merge branch 'extract_relay_dns'Nick Mathewson
2020-02-19Merge branch 'extract_ext_orport'Nick Mathewson
2020-02-19Make dns_cancel_pending_resolve() STATIC.Nick Mathewson
2020-02-19Remove assert_all_pending_dns_resolves_ok().Nick Mathewson
2020-02-19dns.h: label functions that are only used inside feature/relayNick Mathewson
2020-02-19Note module-local functions in ext_orport.hNick Mathewson
2020-02-19Make connection_or_get_by_ext_or_id() testing-onlyNick Mathewson
2020-02-19Merge branch 'extract_selftest'Nick Mathewson
2020-02-19dirvote: Remove an incorrect log messageteor
2020-02-19Merge remote-tracking branch 'tor-github/pr/1744'teor