aboutsummaryrefslogtreecommitdiff
path: root/src/feature/dirauth/shared_random_state.c
AgeCommit message (Expand)Author
2020-05-04Merge branch 'maint-0.4.3'Nick Mathewson
2020-04-30Merge branch 'bug34077_042' into bug34077_043Nick Mathewson
2020-04-30Merge branch 'bug34077_041' into bug34077_042Nick Mathewson
2020-04-30Fix a GCC 10.0.1 compilation warning.Nick Mathewson
2020-03-05Merge branch 'clang_format_prep_3'Nick Mathewson
2020-03-03Stop using all dirauth-only options in shared_random_client.cNick Mathewson
2020-02-24Rename voting_schedule_*() functions.Nick Mathewson
2020-02-24Move voting_schedule.[ch] to src/feature/dirauth/Nick Mathewson
2020-02-06Wrap columnar tables in "clang-format off/on"Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-11-07Stop using "config_suite_offset=-1" to indicate "no config suite."Nick Mathewson
2019-10-26Rename confparse.[ch] identifiers to confmgt.[ch] identifiers.Nick Mathewson
2019-10-24Make foo_validate() functions call config_validate().Nick Mathewson
2019-10-24Rename validate_fn{,_t} to start with "legacy_".Nick Mathewson
2019-10-24Use named-member syntax for initializing config_format_t objectsNick Mathewson
2019-10-22config validation: make the "old_options" argument const.Nick Mathewson
2019-10-22validate_fn(): remove now-unused defaults and from_setconf.Nick Mathewson
2019-10-16shared_random_state.[ch]: Repair a bunch of doxygen commentsNick Mathewson
2019-09-11Update #includes to point to confparse.h in its new location.Nick 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-07-24Use config_new() to construct configuration objects.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-07-24Make config_var and config_fmt const.Nick 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-05-15fix typos, whitespace, commentsRoger Dingledine
2019-04-30Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()Nick Mathewson
2019-03-12Merge remote-tracking branch 'tor-github/pr/776' into maint-0.4.0Nick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-12-01Merge branch 'maint-0.3.5'Nick Mathewson
2018-11-30sr: Switch from tor_assert() to BUG()Neel Chauhan
2018-11-05Move the code that knows our tor version into a lowest-level libNick Mathewson
2018-09-27Fix a memory leak in --dump-configNick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-05Move literally everything out of src/orNick Mathewson