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
Age
Commit message (
Expand
)
Author
2018-05-01
dirvote: Make dirvote_get_preferred_voting_intervals() static
David Goulet
2018-05-01
ns: Move dirvote_get_voter_sig_by_alg() to networkstatus.c
David Goulet
2018-05-01
Refactor to use safe_timer_diff.
Nick Mathewson
2018-05-01
Reschedule voting callback when any cfg option affecting it changes.
Nick Mathewson
2018-05-01
Ensure that voting is rescheduled whenever the schedule changes.
Nick Mathewson
2018-05-01
Move responsibility for voting into a separate periodic callback.
Nick Mathewson
2018-05-01
Update dirvote_act() to return the time of its next action.
Nick Mathewson
2018-05-01
Start refactoring dirvote_act() towards self-scheduling
Nick Mathewson
2018-05-01
Fix an assertion failure introduced by #25948
Nick Mathewson
2018-05-01
Merge remote-tracking branch 'ffmancera-1/bug20522'
Nick Mathewson
2018-05-01
Merge remote-tracking branch 'dgoulet/ticket25610_034_01-squashed'
Nick Mathewson
2018-05-01
vote: Return error when adding vote/signature if no dirauth module
David Goulet
2018-05-01
Move back dirvote_authority_cert_dup to dirvote.c
David Goulet
2018-05-01
build: Always compile module support for tests
David Goulet
2018-05-01
dirvote: Move the vote creation code into dirvote.c
David Goulet
2018-05-01
dirvote: Handling adding vote and signature if module is disabled
David Goulet
2018-05-01
dirvote: Move the handling of GET /tor/status-vote to dirauth module
David Goulet
2018-05-01
dirvote: Free vote commits in the dirauth module
David Goulet
2018-05-01
Merge remote-tracking branch 'neel/b23094'
Nick Mathewson
2018-05-01
Merge branch 'bug24734_squashed'
Nick Mathewson
2018-05-01
Remove the return value from the fascist_firewall_choose_address_* family of ...
Neel Chauhan
2018-05-01
Initialize ap in the fascist_firewall_choose_address_* family of functions to 0
Neel Chauhan
2018-04-30
Add a cast to make clang happy.
Nick Mathewson
2018-04-30
Merge branch 'ticket25948_squashed'
Nick Mathewson
2018-04-30
Move responsibility for or_state_save() to a scheduled callback
Nick Mathewson
2018-04-30
Make unit tests pass with new dirserver role.
Nick Mathewson
2018-04-30
Merge remote-tracking branch 'dgoulet/ticket25900_034_01'
Nick Mathewson
2018-04-30
Describe schedules as TimeInterval, not TimeIntervalCommaList.
Nick Mathewson
2018-04-30
Merge remote-tracking branch 'github/ticket23354'
Nick Mathewson
2018-04-30
Merge remote-tracking branch 'github/ticket19429_034'
Nick Mathewson
2018-04-28
Make hsdir_index in node_t a hsdir_index_t rather than a pointer.
Neel Chauhan
2018-04-27
Move stdbool include to torint.h
Nick Mathewson
2018-04-27
Only define X509_get_not{BeforeAfter} if they are not defined
Nick Mathewson
2018-04-27
Merge branch 'bug25843_v2_squashed'
Nick Mathewson
2018-04-27
Introduce torrc option NumPrimaryGuards
George Kadianakis
2018-04-27
dirvote: Move SR commit parsing into dirauth module
David Goulet
2018-04-27
ns: Move ns_detached_signatures_free() to networkstatus.c
David Goulet
2018-04-27
dirvote: Rename authority_cert_dup()
David Goulet
2018-04-27
dirvote: Rename voter_get_sig_by_algorithm()
David Goulet
2018-04-27
dirvote: Extract shared functions to common file
David Goulet
2018-04-27
sr: Static inline functions if no dirauth module
David Goulet
2018-04-27
sr: Extract shared SR functions
David Goulet
2018-04-27
mod: Move dirauth specific files to its own module
David Goulet
2018-04-27
dirvote: Reorganize the dirvote.h file
David Goulet
2018-04-27
dirvote: Move voting_schedule_t to dirvote.c
David Goulet
2018-04-27
dirvote: Trim down the public API
David Goulet
2018-04-27
config: Make circuit_build_times_disabled() use authdir_mode()
David Goulet
2018-04-27
mod: Build system changes for dirauth module
David Goulet
2018-04-27
test: Unit test for the HS service event rescan
David Goulet
2018-04-27
hs: Rescan the main loop event list if the service map changes
David Goulet
[next]