Age | Commit message (Expand) | Author |
2018-04-22 | Require MIN_METHOD_FOR_RECOMMENDED_PROTOCOLS | Nick Mathewson |
2018-04-22 | Remove MIN_METHOD_FOR_{SHARED_RANDOM,EXCLUDING_INVALID_NODES} | Nick Mathewson |
2018-04-22 | Remove MIN_METHOD_FOR_ED25519_ID_VOTING | Nick Mathewson |
2018-04-22 | Remove MIN_METHOD_FOR_{PACKAGE_LINES,GUARDFRACTION,ED25519_ID_IN_MD} | Nick Mathewson |
2018-04-22 | Remove MIN_METHOD_FOR_ID_HASH_IN_MD and a test for running without it. | Nick Mathewson |
2018-04-22 | Remove MIN_METHOD_{FOR_P6_LINES,FOR_NTOR_KEY,TO_CLIP_UNMEASURED_BW} | Nick Mathewson |
2018-04-22 | Remove MIN_METHOD_FOR and MIN_METHOD_FOR_A_LINES | Nick Mathewson |
2018-04-22 | Disable consensus methods before 25. | Nick Mathewson |
2018-02-07 | Fix spelling mistakes corresponding to ticket #23650 | Deepesh Pathak |
2018-01-31 | Merge remote-tracking branch 'public/ticket24849_032' | Nick Mathewson |
2018-01-26 | Improve log when unable to add sigs to pending consensus | Nick Mathewson |
2017-12-08 | Merge branch 'macro_free_v2_squashed' | Nick Mathewson |
2017-12-08 | Convert remaining function (mostly static) to new free style | Nick Mathewson |
2017-12-08 | Change the free macro convention in the rest of src/or/*.h | Nick Mathewson |
2017-12-04 | Merge branch 'bug23826-23828_squashed' | Nick Mathewson |
2017-11-22 | Fix a confusing comment about tie-breaking in compute_routerstatus_consensus() | teor |
2017-11-18 | Move an assertion to make scan-build happy again. | Nick Mathewson |
2017-11-08 | dirauth: Recalculate voting schedule at first vote | David Goulet |
2017-11-08 | downgrade severity for get_voting_schedule() | Nick Mathewson |
2017-11-07 | Add a safe guard to avoid using a zeroed voting schedule | David Goulet |
2017-10-31 | Make tor recalculate voting schedule even if not a dirauth | David Goulet |
2017-10-27 | sr: Don't use a dynamic voting schedule | David Goulet |
2017-10-27 | dirvote: Move code. No behavior change | David Goulet |
2017-10-15 | Add a new consensus method that removes IPv6 address lines from microdescs | teor |
2017-10-15 | Add a consensus_method argument to routerstatus_format_entry() | teor |
2017-10-15 | Improve the comment on networkstatus_compute_consensus() | teor |
2017-09-12 | Fix warnings about passing uninitialized buffers into functions | Nick Mathewson |
2017-09-12 | Clear up dead-assignment warnings from scan-build | Nick Mathewson |
2017-07-13 | rephist: Remove unused crypto_pk statistics. | Isis Lovecruft |
2017-07-07 | Avoid a scan_build warning in dirvote_get_intermediate_param_value | Nick Mathewson |
2017-03-15 | Run the copyright update script. | Nick Mathewson |
2017-02-15 | Merge branch 'maint-0.2.9' | Nick Mathewson |
2017-02-14 | Prevent int underflow in dirvote.c compare_vote_rs_. | Nick Mathewson |
2016-10-27 | Automated change to use smartlist_add_strdup | overcaffeinated |
2016-10-26 | Small refactoring: explain G,M,E,D,T initialization | Nick Mathewson |
2016-10-26 | Add consensus weight calculation tests | Matt Traudt |
2016-10-26 | Fix default bw weights with new consensus method | Matt Traudt |
2016-10-24 | Merge remote-tracking branch 'pastly/ticket20273' | Nick Mathewson |
2016-10-24 | Module documentation (and an important caveat) for dirvote.c | Nick Mathewson |
2016-10-06 | comment tweak. Fixes 20271. patch from pastly. | Nick Mathewson |
2016-10-03 | Change some dirvote.c comments to reflect reality | Matt Traudt |
2016-09-26 | Merge branch 'protover_v2_squashed' | Nick Mathewson |
2016-09-26 | Rename "proto " to "pr " in consensuses | Nick Mathewson |
2016-09-26 | Rename compute_protover_vote to protover_compute_vote | Nick Mathewson |
2016-09-26 | Vote on 'proto' lines and include them after 'v' lines. | Nick Mathewson |
2016-09-26 | Include protocol versions in votes. | Nick Mathewson |
2016-09-26 | Implement voting on the protocol-version options | Nick Mathewson |
2016-09-26 | Include protocol version lines in votes. | Nick Mathewson |
2016-09-26 | Remove a little duplicated code before it becomes a lot | Nick Mathewson |
2016-08-26 | prop272: When voting, include no non-Valid relays in consensus | Nick Mathewson |