aboutsummaryrefslogtreecommitdiff
path: root/src/or/shared_random_state.c
AgeCommit message (Expand)Author
2018-04-27mod: Move dirauth specific files to its own moduleDavid Goulet
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2017-12-08Convert remaining function (mostly static) to new free styleNick Mathewson
2017-12-08Switch to a safer FREE_AND_NULL implementationNick Mathewson
2017-10-27sr: Don't use a dynamic voting scheduleDavid Goulet
2017-09-26Add test to make sure all confparse variables are well-typedNick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-08-19sr: Log voting schedule at debug levelDavid Goulet
2017-08-08Merge branch 'ticket20657_nickm_bugfixes_squashed'Nick Mathewson
2017-08-08prop224 tests: Improve SRV protocol tests.George Kadianakis
2017-08-08SR: Calculate current SRV phase/run duration.George Kadianakis
2017-08-08SR: Compute the start time of the current protocol run.George Kadianakis
2017-08-03Switch to offsetof()Neel Chauhan
2017-03-15Run the copyright update script.Nick Mathewson
2016-08-19Merge remote-tracking branch 'public/deprecation_v2'Nick Mathewson
2016-08-19Rename free_voting_schedule to voting_schedule_free. Wrap line. Follow if con...Nick Mathewson
2016-08-16Added a voting_schedule_free function to free voting schedules.Daniel Pinto
2016-08-03Add new warn_deprecated option to config_assign*().Nick Mathewson
2016-08-03Add deprecation for configuration options that need to go away.Nick Mathewson
2016-07-05Merge remote-tracking branch 'asn/bug19555'Nick Mathewson
2016-07-04sr: Remove useless code in disk_state_update()David Goulet
2016-07-04prop250: Plug TorVersion memleak in disk_state_reset().George Kadianakis
2016-07-01Keep make check-spaces happyAndrea Shepard
2016-07-01prop250: Add a DEL state action and return const SRVsDavid Goulet
2016-07-01prop250: Change reveal_num to uint64_t and version to uint32_tDavid Goulet
2016-07-01prop250: Silence a logging message.George Kadianakis
2016-07-01prop250: Pass the dst length to sr_srv_encode()David Goulet
2016-07-01prop250: Improve log messagesDavid Goulet
2016-07-01prop250: Add version to Commit line in vote and stateDavid Goulet
2016-07-01prop250: Add a valid flag to sr_commit_tDavid Goulet
2016-07-01prop250: Use RSA identity digest instead of fingerprintDavid Goulet
2016-07-01prop250: Add unit testsDavid Goulet
2016-07-01prop250: Parse votes and consensusDavid Goulet
2016-07-01prop250: Add commit and SR values generation codeDavid Goulet
2016-06-20prop250: Add memory and disk state in new filesDavid Goulet