summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-07-28Fix all -Wshadow warnings on LinuxNick Mathewson
2016-07-05Fix a variable-shadowing bug in check_private_dirNick Mathewson
2016-07-05Fix shared-random testNick Mathewson
2016-07-05Merge branch 'maint-0.2.8'Nick Mathewson
2016-07-05Repair unit test that assumed we have 9 dirauths.Nick Mathewson
2016-07-05Merge branch 'maint-0.2.8'Nick Mathewson
2016-07-05Merge remote-tracking branch 'weasel/bug19557' into maint-0.2.8Nick Mathewson
2016-07-05Merge remote-tracking branch 'weasel/bug19556' into maint-0.2.8Nick Mathewson
2016-07-05Merge branch 'maint-0.2.8'Nick Mathewson
2016-07-05Merge branch 'maint-0.2.7' into maint-0.2.8Nick Mathewson
2016-07-05Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson
2016-07-05Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson
2016-07-05Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson
2016-07-05Merge remote-tracking branch 'asn/bug19555'Nick Mathewson
2016-07-05Merge remote-tracking branch 'dgoulet/bug19567_029_01'Nick Mathewson
2016-07-05Merge remote-tracking branch 'asn/bug19551'Nick Mathewson
2016-07-05Grammar.Nick Mathewson
2016-07-04sr: add the base16 RSA identity digest to commitDavid Goulet
2016-07-04sr: Fix comment in shared_random.hDavid Goulet
2016-07-04test: Fix shared random buffer overrunDavid Goulet
2016-07-04sr: Remove useless code in disk_state_update()David Goulet
2016-07-04prop250: Fix voting_schedule_t memleak in sr_state_update().George Kadianakis
2016-07-04prop250: Plug TorVersion memleak in disk_state_reset().George Kadianakis
2016-07-03Remove urras as a default trusted directory authoritySebastian Hahn
2016-07-03sandboxing: allow writing to stats/hidserv-statsPeter Palfrader
2016-07-03sandboxing: allow open() of stats dirPeter Palfrader
2016-07-02Fix edge case fail of shared random unittest.George Kadianakis
2016-07-01Keep make check-spaces happyAndrea Shepard
2016-07-01Windows open() returns eacces when eisdir would be saneNick Mathewson
2016-07-01Fix i386 conversion warningsNick Mathewson
2016-07-01Fix a -Wmissing-variable-declarations warningNick Mathewson
2016-07-01Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed'Nick 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-01Refactor parameter computation and add a helper functionNick Mathewson
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: Don't use {0} to init static struct -- causes warning on clang.George Kadianakis
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: Fix unit tests about the RSA fingerprint checkDavid 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