summaryrefslogtreecommitdiff
path: root/src/or/shared_random.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-08Change the free macro convention in the rest of src/or/*.hNick Mathewson
2017-10-27sr: Don't use a dynamic voting scheduleDavid Goulet
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-08-08Don't set HSDir index if we don't have a live consensus.George Kadianakis
2017-08-08prop224: Build hsdir index for node_tDavid Goulet
2017-04-07Remove SR_COMMIT_LEN workaroundTaylor Yu
2017-03-15Run the copyright update script.Nick Mathewson
2017-01-09control: Add GETINFO command for the shared random valuesDavid Goulet
2016-11-24crypto_digest256 returns expected error value of -1Chelsea H. Komlo
2016-09-08capture and detect expected BUG messages in shared-random testsNick Mathewson
2016-09-06checkSpace.pl now forbids more identifiers.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-07-28Fix a huge pile of -Wshadow warnings.Nick Mathewson
2016-07-05Merge remote-tracking branch 'asn/bug19555'Nick Mathewson
2016-07-04sr: add the base16 RSA identity digest to commitDavid Goulet
2016-07-04prop250: Fix voting_schedule_t memleak in sr_state_update().George Kadianakis
2016-07-01Keep make check-spaces happyAndrea Shepard
2016-07-01Fix i386 conversion warningsNick Mathewson
2016-07-01prop250: Add a DEL state action and return const SRVsDavid Goulet
2016-07-01prop250: Use the new dirvote_get_intermediate_param_value for AuthDirNumSRVAg...David Goulet
2016-07-01prop250: Fix format string encoding in log statementDavid 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: Don't reject votes containing commits of unknown dirauths.George Kadianakis
2016-07-01prop250: Pass the dst length to sr_srv_encode()David Goulet
2016-07-01prop250: Sort commits in lexicographical order in votesDavid Goulet
2016-07-01prop250: Improve log messagesDavid Goulet
2016-07-01prop250: Sort smartlist before you get most frequent SRV.George Kadianakis
2016-07-01prop250: Only trust known authority when computing SRVDavid 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: change time_t to uint64_tDavid Goulet
2016-07-01prop250: Parse votes and consensusDavid Goulet
2016-07-01prop250: Put commits and SRVs in votes/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