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
/
config.c
Age
Commit message (
Expand
)
Author
2018-09-14
If options_act() fails, restore the previous value of global_options
Nick Mathewson
2018-07-18
Merge branch 'maint-0.3.2' into maint-0.3.3
Nick Mathewson
2018-07-18
Merge branch 'maint-0.2.9' into maint-0.3.2
Nick Mathewson
2018-07-18
Warn the directory authority operator if their versions list is bogus
Nick Mathewson
2018-04-24
Merge branch 'maint-0.3.2' into maint-0.3.3
Nick Mathewson
2018-04-24
Merge branch 'maint-0.3.1' into maint-0.3.2
Nick Mathewson
2018-04-12
Attempt to fix 32-bit builds, which broke with 31508a0abccfee1cd
Nick Mathewson
2018-04-12
Use less memory for MaxMemInQueues for machines with more than 8 GB of RAM.
Alexander Færøy
2018-04-12
Use STATIC for compute_real_max_mem_in_queues
Alexander Færøy
2018-04-11
Merge branch 'bug25581_033_v2_asn_squashed' into maint-0.3.3
Nick Mathewson
2018-04-11
Rename HSLayer{2,3}Nodes to start without an underscore.
Nick Mathewson
2018-04-10
Fix another crash-on-no-threadpool bug.
Nick Mathewson
2018-04-10
Merge branch 'maint-0.3.1' into maint-0.3.2
Nick Mathewson
2018-04-10
Merge branch 'maint-0.3.2' into maint-0.3.3
Nick Mathewson
2018-04-10
Merge branch 'maint-0.2.9' into maint-0.3.1
Nick Mathewson
2018-04-09
Lift the list of default directory servers into their own file.
Alexander Færøy
2018-03-03
Merge branch 'ticket23814' into maint-0.3.3
Nick Mathewson
2018-02-16
Merge branch 'maint-0.3.1' into maint-0.3.2
Nick Mathewson
2018-02-16
Merge branch 'maint-0.2.9' into maint-0.3.1
Nick Mathewson
2018-02-07
Remove anything related to the old SocksSockets option
David Goulet
2018-02-07
Fix spelling mistakes corresponding to ticket #23650
Deepesh Pathak
2018-01-31
Obsolete the now-unused MaxTries options.
Nick Mathewson
2018-01-31
Merge branch 'bug23954_squashed'
Nick Mathewson
2018-01-31
Use thread-safe types to store the LOG_PROTOCOL_WARN severity
Nick Mathewson
2018-01-30
Merge branch 'ticket24902_029_05' into ticket24902_033_02
David Goulet
2018-01-30
dos: Make circuit rate limit per second, not tenths anymore
David Goulet
2018-01-30
dos: Initial code of Denial of Service mitigation
David Goulet
2018-01-19
Merge remote-tracking branch 'mikeperry/bug23101-mergeready-squashed'
Nick Mathewson
2018-01-19
Implement layer 2 and layer 3 guard pinning via torrc.
Mike Perry
2018-01-19
Merge branch 'disable_signal_handlers'
Nick Mathewson
2018-01-11
Merge branch 'restart_nocrash'
Nick Mathewson
2018-01-11
Merge branch 'simplify_transition_allowed'
Nick Mathewson
2018-01-06
whitespace and typo fixes
Roger Dingledine
2018-01-05
Merge branch 'maint-0.3.2'
Nick Mathewson
2018-01-05
Merge branch 'maint-0.3.0' into maint-0.3.1
Nick Mathewson
2018-01-05
Merge branch 'maint-0.3.1' into maint-0.3.2
Nick Mathewson
2018-01-05
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson
2018-01-05
Merge branch 'teor_ticket24681_028' into maint-0.2.9
Nick Mathewson
2018-01-05
fix a wide line
Nick Mathewson
2017-12-23
Make the default DirAuthorityFallbackRate 0.1
teor
2017-12-16
Add MainloopStats option.
Alexander Færøy
2017-12-16
Fix additional whitespace in config module comment.
Alexander Færøy
2017-12-15
Use same macros to simplify options_transition_affects_*
Nick Mathewson
2017-12-15
Simplify the very repetitious options_transition_allowed()
Nick Mathewson
2017-12-15
Add an option to disable signal handler installation.
Nick Mathewson
2017-12-12
Merge remote-tracking branch 'ahf-oniongit/bugs/24362'
Nick Mathewson
2017-12-11
Mark libevent unitialized on shutdown.
Nick Mathewson
2017-12-11
Add support for Android's logging subsystem.
Alexander Færøy
2017-12-11
Restructure log initilization function to allow multiple backends without arg...
Alexander Færøy
2017-12-11
Update the comment in options_transition_affects_guards()
teor
[next]