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
Age
Commit message (
Expand
)
Author
2019-10-22
Merge branch 'maint-0.4.1' into maint-0.4.2
Nick Mathewson
2019-10-22
Merge remote-tracking branch 'tor-github/pr/1341' into maint-0.4.1
Nick Mathewson
2019-10-22
Merge remote-tracking branch 'tor-github/pr/1446'
Nick Mathewson
2019-10-22
Merge branch 'maint-0.4.1' into maint-0.4.2
Nick Mathewson
2019-10-22
Merge branch 'maint-0.4.2'
Nick Mathewson
2019-10-22
Merge remote-tracking branch 'tor-github/pr/1343' into maint-0.4.1
Nick Mathewson
2019-10-22
Merge branch 'maint-0.4.1' into maint-0.4.2
Nick Mathewson
2019-10-22
Merge branch 'maint-0.4.2'
Nick Mathewson
2019-10-22
Merge remote-tracking branch 'tor-github/pr/1303' into maint-0.4.1
Nick Mathewson
2019-10-22
Merge branch 'maint-0.4.2'
Nick Mathewson
2019-10-22
Merge branch 'maint-0.4.1' into maint-0.4.2
Nick Mathewson
2019-10-22
Merge remote-tracking branch 'tor-github/pr/1302' into maint-0.4.1
Nick Mathewson
2019-10-22
Merge branch 'maint-0.4.2'
Nick Mathewson
2019-10-22
Merge branch 'maint-0.4.1' into maint-0.4.2
Nick Mathewson
2019-10-22
Merge remote-tracking branch 'tor-github/pr/1346' into maint-0.4.1
Nick Mathewson
2019-10-22
Merge branch 'maint-0.3.5' into maint-0.4.0
Nick Mathewson
2019-10-22
Merge branch 'maint-0.4.2'
Nick Mathewson
2019-10-22
Merge branch 'maint-0.4.1' into maint-0.4.2
Nick Mathewson
2019-10-22
Merge branch 'maint-0.4.0' into maint-0.4.1
Nick Mathewson
2019-10-22
Merge remote-tracking branch 'tor-github/pr/1376' into maint-0.3.5
Nick Mathewson
2019-10-22
Merge branch 'maint-0.4.2'
Nick Mathewson
2019-10-22
Merge branch 'maint-0.4.1' into maint-0.4.2
Nick Mathewson
2019-10-22
Merge remote-tracking branch 'tor-github/pr/1385' into maint-0.4.1
Nick Mathewson
2019-10-22
Re-run make autostyle.
Nick Mathewson
2019-10-22
Merge branch 'ticket31705_v2' into ticket31705_v2_merged
Nick Mathewson
2019-10-22
test_addr.c: use COCCI to suppress macros coccinelle cannot parse.
Nick Mathewson
2019-10-22
test.h: Use COCCI to suppress macros Coccinelle does not understand.
Nick Mathewson
2019-10-22
threads.h: coccinelle cannot understand a macro.
Nick Mathewson
2019-10-22
ctassert.h: fix CTASSERT_DECL so coccinelle can parse it.
Nick Mathewson
2019-10-22
ratelim.h: use COCCI to hide an initializer.
Nick Mathewson
2019-10-22
util_bug.h: Coccinelle does not understand IF_BUG_ONCE or #nodef.
Nick Mathewson
2019-10-22
weakrng.h: use COCCI to hide a macro coccinelle cannot parse.
Nick Mathewson
2019-10-22
Use STMT_BEGIN/END in parse_int.c so coccinelle can handle it.
Nick Mathewson
2019-10-22
smartlist.h: use COCCI to hide SMARTLIST_FOREACH_JOIN from Coccinelle
Nick Mathewson
2019-10-22
namemap_st.h: Use COCCI to hide an initializer.
Nick Mathewson
2019-10-22
timeval.h: Coccinelle cannot understand timercmp.
Nick Mathewson
2019-10-22
Fix a macro in address.c so coccinelle can understand it
Nick Mathewson
2019-10-22
timers.c: define TIMEOUT_PUBLIC to no tokens when using COCCI.
Nick Mathewson
2019-10-22
dispatch_naming.c: when COCCI is defined, disable unparseable macros.
Nick Mathewson
2019-10-22
conftesting.h: when COCCI is defined, disable unhandled macros
Nick Mathewson
2019-10-22
confmacros.h: fix coccinelle parsing.
Nick Mathewson
2019-10-22
feature/control: wrap some problem macros in COCCI
Nick Mathewson
2019-10-22
tor-coccinelle.h: add a definition for EXTERN
Nick Mathewson
2019-10-22
consdiff disable a macro when running with COCCI
Nick Mathewson
2019-10-22
Disable a couple of iterator macros when COCCI is defined.
Nick Mathewson
2019-10-22
Use various COCCI tests to get mainloop.c to parse.
Nick Mathewson
2019-10-22
test: Hide some test-declaration macro definitions to COCCI.
Nick Mathewson
2019-10-22
tor-coccinelle.h: add HANDLE_{DECL,IMPL}
Nick Mathewson
2019-10-22
tor-coccinelle.h: add EAT_SEMICOLON
Nick Mathewson
2019-10-22
Apparently coccinelle can't handle multiline #errors.
Nick Mathewson
[prev]
[next]