index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
shared_random_state.c
Age
Commit message (
Expand
)
Author
2018-04-27
mod: Move dirauth specific files to its own module
David Goulet
2018-02-07
Fix spelling mistakes corresponding to ticket #23650
Deepesh Pathak
2017-12-08
Convert remaining function (mostly static) to new free style
Nick Mathewson
2017-12-08
Switch to a safer FREE_AND_NULL implementation
Nick Mathewson
2017-10-27
sr: Don't use a dynamic voting schedule
David Goulet
2017-09-26
Add test to make sure all confparse variables are well-typed
Nick Mathewson
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-08-19
sr: Log voting schedule at debug level
David Goulet
2017-08-08
Merge branch 'ticket20657_nickm_bugfixes_squashed'
Nick Mathewson
2017-08-08
prop224 tests: Improve SRV protocol tests.
George Kadianakis
2017-08-08
SR: Calculate current SRV phase/run duration.
George Kadianakis
2017-08-08
SR: Compute the start time of the current protocol run.
George Kadianakis
2017-08-03
Switch to offsetof()
Neel Chauhan
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-08-19
Merge remote-tracking branch 'public/deprecation_v2'
Nick Mathewson
2016-08-19
Rename free_voting_schedule to voting_schedule_free. Wrap line. Follow if con...
Nick Mathewson
2016-08-16
Added a voting_schedule_free function to free voting schedules.
Daniel Pinto
2016-08-03
Add new warn_deprecated option to config_assign*().
Nick Mathewson
2016-08-03
Add deprecation for configuration options that need to go away.
Nick Mathewson
2016-07-05
Merge remote-tracking branch 'asn/bug19555'
Nick Mathewson
2016-07-04
sr: Remove useless code in disk_state_update()
David Goulet
2016-07-04
prop250: Plug TorVersion memleak in disk_state_reset().
George Kadianakis
2016-07-01
Keep make check-spaces happy
Andrea Shepard
2016-07-01
prop250: Add a DEL state action and return const SRVs
David Goulet
2016-07-01
prop250: Change reveal_num to uint64_t and version to uint32_t
David Goulet
2016-07-01
prop250: Silence a logging message.
George Kadianakis
2016-07-01
prop250: Pass the dst length to sr_srv_encode()
David Goulet
2016-07-01
prop250: Improve log messages
David Goulet
2016-07-01
prop250: Add version to Commit line in vote and state
David Goulet
2016-07-01
prop250: Add a valid flag to sr_commit_t
David Goulet
2016-07-01
prop250: Use RSA identity digest instead of fingerprint
David Goulet
2016-07-01
prop250: Add unit tests
David Goulet
2016-07-01
prop250: Parse votes and consensus
David Goulet
2016-07-01
prop250: Add commit and SR values generation code
David Goulet
2016-06-20
prop250: Add memory and disk state in new files
David Goulet