aboutsummaryrefslogtreecommitdiff
path: root/src/feature/dirauth
AgeCommit message (Expand)Author
2020-05-06Merge branch 'maint-0.4.1' into maint-0.4.2Nick Mathewson
2020-05-06Merge branch 'bug34078_prelim_035' into bug34078_prelim_041Nick Mathewson
2020-05-06Replace a "fall through" comment that was outside a switch.Nick Mathewson
2020-05-04Merge branch 'maint-0.4.1' into maint-0.4.2Nick Mathewson
2020-04-30Fix a GCC 10.0.1 compilation warning.Nick Mathewson
2019-10-23Merge branch 'pr1450_squashed' into maint-0.4.1teor
2019-10-23Authorities reject relays running unsupported Tor release series.Nick Mathewson
2019-10-03Merge branch 'tor-github/pr/1276'George Kadianakis
2019-10-03Authorities reject relays running unsupported Tor release series.Nick Mathewson
2019-09-30Re-run "make autostyle" with improved annotate_ifdef_directivesNick Mathewson
2019-09-19dirauth: reorder the checks in dirserv_router_has_valid_address()teor
2019-09-16Run "make autostyle" and fix wide lines.Nick Mathewson
2019-09-16Merge branch 'tor-github/pr/1273'George Kadianakis
2019-09-11Update #includes to point to confparse.h in its new location.Nick Mathewson
2019-08-29Stub more functions in dirvote headers to fix more of 31552.Nick Mathewson
2019-08-29Stub out some more functions in dirvote/*.h, fix compilation.Nick Mathewson
2019-08-28Merge branch 'ticket31240v2' into ticket31240v2_merged_2Nick Mathewson
2019-08-28Make a config_suite_t type to hold multiple config sub-objectsNick Mathewson
2019-08-28Refactor config free logic to use a single path.Nick Mathewson
2019-08-27Merge branch 'tor-github/pr/1267'George Kadianakis
2019-08-26Check for private IPv6 addresses in dirserv_router_has_valid_address()Neel Chauhan
2019-08-22Merge branch 'ticket30935' into ticket30935_mergedNick Mathewson
2019-08-20Merge branch 'ticket30914' into ticket30914_mergedNick Mathewson
2019-08-15fix typo in keypin journal log entry (for dir auths)Roger Dingledine
2019-08-12Merge remote-tracking branch 'tor-github/pr/1020' into maint-0.3.5teor
2019-07-24Use config_new() to construct configuration objects.Nick Mathewson
2019-07-24Make config_var and config_fmt const.Nick Mathewson
2019-07-24Add a "freeze" function for config_mgr_t objects.Nick Mathewson
2019-07-24Add a config_mgr_t type to wrap config_format_tNick Mathewson
2019-06-25Extend macros to allow flag arguments.Nick Mathewson
2019-06-25Move responsibility for config var macrosNick Mathewson
2019-06-25Use struct_magic_decl to verify magic numbers in config objectsNick Mathewson
2019-06-25Port confparse to use struct_var in place of typed_var.Nick Mathewson
2019-06-15Renaming: CONFIG_TYPE_UINT -> CONFIG_TYPE_POSINTNick Mathewson
2019-06-11Merge branch 'tor-github/pr/1031'David Goulet
2019-06-06dirauth: Return a distinct status when formatting annotations failsteor
2019-06-06dirauth: Fix some comments in the router status processing code.teor
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-23Merge branch 'tor-github/pr/988'David Goulet
2019-05-16Prop 301: No longer vote on RecommendedPackagesIain R. Learmonth
2019-05-15fix typos, whitespace, commentsRoger Dingledine
2019-05-14Merge branch 'ticket30452_035_v3' into ticket30452_041_v3Nick Mathewson
2019-05-14Add a --list-modules commandNick Mathewson
2019-05-07Merge branch 'tor-github/pr/994'David Goulet
2019-05-02Make keypin.c dirauth-onlyNick Mathewson
2019-05-02Make the bwauth.c module dirauth-only.Nick Mathewson
2019-05-02Move voteflags.[ch] to become dirauth only.Nick Mathewson
2019-04-30Make the process_descs.c module dirauth-only.Nick Mathewson
2019-04-30Make the recommend_pkg file dirauth-only.Nick Mathewson
2019-04-30Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()Nick Mathewson