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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2017-12-15
Add an option to disable signal handler installation.
Nick Mathewson
2017-12-15
Remove the unused is_parent==0 option from handle_signals.
Nick Mathewson
2017-12-15
indentation fix
Nick Mathewson
2017-12-12
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-12-12
Make sandbox.c compile when libseccomp-dev is installed on arm64
Nick Mathewson
2017-12-12
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-12-12
Merge branch 'bug24367_032_squashed' into maint-0.3.2
Nick Mathewson
2017-12-12
Make sure bridges are definitely running before delaying directory fetches
teor
2017-12-12
Simplify some conditionals in circuit_get_open_circ_or_launch()
teor
2017-12-12
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-12-12
Merge remote-tracking branch 'teor/bug23827-v2'
Nick Mathewson
2017-12-12
hs-v3: Don't lookup an intro point while cleaning it up
George Kadianakis
2017-12-12
Fix compilation: logfile_is_external() must accept const*
Nick Mathewson
2017-12-12
Merge remote-tracking branch 'ahf-oniongit/bugs/24362'
Nick Mathewson
2017-12-12
Simplify explicit conditional checks into an inlined function.
Alexander Færøy
2017-12-11
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-12-11
Merge branch 'stack_fixes_032_v2' into maint-0.3.2
Nick Mathewson
2017-12-11
Move subtraction in rephist to try to avoid STACK warning
Nick Mathewson
2017-12-11
Stop checking for sandbox:new_element() failures: it can't fail.
Nick Mathewson
2017-12-11
transport_new() cannot fail; do not check for it to fail.
Nick Mathewson
2017-12-11
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-12-11
sched: Avoid integer overflow when computing tcp_space
David Goulet
2017-12-11
Merge remote-tracking branch 'public/feature24427'
Nick Mathewson
2017-12-11
Fix compilation of 23459 patch.
Nick Mathewson
2017-12-11
Merge remote-tracking branch 'ffmancera/github/bug23459'
Nick Mathewson
2017-12-11
Merge remote-tracking branch 'teor/comment24575'
Nick Mathewson
2017-12-11
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-12-11
Merge remote-tracking branch 'dgoulet/bug23603_032_02' into maint-0.3.2
Nick Mathewson
2017-12-11
Add support for Android's logging subsystem.
Alexander Færøy
2017-12-11
Fix compilation with --disable-memory-sentinels
Nick Mathewson
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
2017-12-11
Run the download_status_increment test in a forked process.
Nick Mathewson
2017-12-11
fixup! Add networkstatus_consensus_has_ipv6() and unit tests
teor
2017-12-11
Stop waiting for microdescs if the consensus supports IPv6 ORPorts
teor
2017-12-11
Add networkstatus_consensus_has_ipv6() and unit tests
teor
2017-12-08
Fix up test_circuitstats to use the new circuit_free macro
Nick Mathewson
2017-12-08
Merge remote-tracking branch 'mikeperry/bug23114_squashed2'
Nick Mathewson
2017-12-08
move a macro; fix a build?
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
Fix wide lines introduced by previous patch.
Nick Mathewson
2017-12-08
Replace all FREE_AND_NULL* uses to take a type and a free function.
Nick Mathewson
2017-12-08
Let's have only one FREE_AND_NULL variant.
Nick Mathewson
2017-12-08
Make tor_free only evaluate its input once (at least on gcc and clang)
Nick Mathewson
2017-12-08
Switch to a safer FREE_AND_NULL implementation
Nick Mathewson
2017-12-08
Change the free macro convention in the rest of src/or/*.h
Nick Mathewson
2017-12-08
Convert connection_free to a nulling macro.
Nick Mathewson
2017-12-08
Rename connection_free_ to connection_free_minimal.
Nick Mathewson
2017-12-08
Update free functions into macros: src/or/ part 1
Nick Mathewson
[next]