Commits on Source
9636
a9733a32
build: Revert "Use -lresolv in LIBS with rust on OSX."
Feb 24, 2018
af3e5bed
build: Fix Makefile.am TOR_RUST_STATIC_NAME variable name after revert.
Feb 24, 2018
306ab8ae
Update fallback lists to match
#24805
Jun 25, 2018
23d9ffcd
Update whitelist to match feedback from operators
Jun 28, 2018
bc8636e8
Merge branch 'maint-0.3.2' into maint-0.3.3
Jul 03, 2018
d7e7c0d2
Updating whitelist to match operator feedback
Jul 10, 2018
cbdf6a04
Fixing spacing issue in whitelist
Jul 10, 2018
855feab7
Adding 3 more fallback mirrors
Jul 13, 2018
54cf3640
Add mirrors from EmeraldOnion
Jul 16, 2018
04de9443
Update fallback lists to match
#24805
Jul 16, 2018
7479f75b
Update whitelist to match feedback from operators
Jul 16, 2018
eca58aec
Updating whitelist to match operator feedback
Jul 16, 2018
226816df
Fixing spacing issue in whitelist
Jul 16, 2018
831abc0e
Adding 3 more fallback mirrors
Jul 16, 2018
5c2431a3
Add mirrors from EmeraldOnion
Jul 16, 2018
acb129d6
Merge branch '24805' of github.com:Phoul/tor into 24805
Jul 16, 2018
0260b720
Adding relay from Edmond
Aug 03, 2018
9aceb928
Adding 2 new fallback mirrors
Aug 10, 2018
51f8db1d
Drop relays from fallback list that were terminated by provider
Aug 16, 2018
fecd583c
rust: abort on panic in all profiles
Aug 18, 2018
f0792537
Adding new fallback
Aug 28, 2018
23ed863d
Improve bracket handling in tor_addr_parse()
Aug 31, 2018
feae813e
Add tests for tor_addr_parse, separate from tor_addr_port_parse.
Aug 31, 2018
01eb1645
Reject addresses with needless trailing colon
Aug 31, 2018
1baa2703
Add changes file
Aug 31, 2018
67262090
hs-v3: Silence some logging for client authorization
Sep 10, 2018
5595b212
Consdiff: use lengths on inputs so they don't need NUL at the end
Sep 11, 2018
e014b72b
Stop memcpy'ing uncompressed consensuses when making diffs
Sep 11, 2018
abaca3fc
Revise networkstatus parsing code to use lengths
Sep 11, 2018
7e3005af
Replace "read consensus from disk" with "map consensus from disk".
Sep 11, 2018
04bb7019
Followup: Make authority_cert_parse_from_string() take length too
Sep 11, 2018
81a5448c
Changes file for feature27244
Sep 11, 2018
cb1891b4
Adding 1 new fallback
Sep 12, 2018
bb465be0
Revise our assertion and bug macros to work with -Wparentheses
Sep 14, 2018
1ed5e009
rust/protover: reject extra commas
Sep 15, 2018
80ad1592
Remove extraneous argument from Rust protover_compute_vote()
Sep 17, 2018
e8c7d7d3
Travis: use the Homebrew addon
Sep 18, 2018
e81001a0
Merge branch 'bug27738-029' into bug27738-032
Sep 18, 2018
49ffc035
Travis: use the Homebrew addon for xz and zstd
Sep 18, 2018
7e862c3e
check-changes: Check bugfix version formatting
Sep 18, 2018
3eafa61f
check-changes: Warn about bugfixes on future releases
Sep 18, 2018
7bf9c93a
Merge remote-tracking branch 'nickm/bug27741_033' into bug27741_035
Sep 18, 2018
ea5792f3
Make crypto_strongest_rand() non-mockable
Sep 18, 2018
620108ea
Assert that we aren't returning a pointer to a local variable.
Sep 18, 2018
7ace8d5a
Assert that some trunnel _new() functions return non-NULL
Sep 18, 2018
6d33f656
Use the correct function signatures in test_relaycell.c
Sep 18, 2018
1663a1dd
Adjusting IP of fallback
Sep 19, 2018
bc68e80e
Adding fallback relay
Sep 20, 2018
0431bb61
Merge branch 'maint-0.3.3' of
https://git.torproject.org/tor
into maint-0.3.3
Sep 20, 2018
db89b4b1
rust/protover: fix null deref in protover_all_supported()
Sep 21, 2018
42558df7
rust/protover: return C-allocated string in protover_all_supported()
Sep 21, 2018
49e4bda5
fixup! hs-v3: Silence some logging for client authorization
Sep 21, 2018
36be6f0d
fixup! hs-v3: Silence some logging for client authorization
Sep 21, 2018
b91bc1ba
rust/protover: remove redundant ExceedsMax checks
Sep 24, 2018
796b1e73
Merge branch 'maint-0.3.3' of
https://git.torproject.org/tor
into maint-0.3.3
Sep 24, 2018
18085abf
hs-v3: Silence some logging for client authorization
Sep 24, 2018
5e74db95
rust: run rustfmt
Sep 24, 2018
fcbbcf92
add --enable-nss build to Travis CI
Sep 25, 2018
4f0bc0c8
Revise things that had included router.h before
Sep 25, 2018
5fe05de4
Remove extra includes from router.c
Sep 25, 2018
3a643078
Changes file for splitting router.c
Sep 25, 2018
5e5e019b
Merge remote-tracking branch 'dgoulet/bug27550_035_01'
Sep 26, 2018
de0b07c6
Merge branch 'router_split'
Sep 26, 2018
241c1505
Move the predicted ports code out of rephist.c
Sep 27, 2018
79208ee8
Move the n_v3_ns_requests field out of geoip_country_t
Sep 27, 2018
f403af22
Split geoip from geoip-related stats.
Sep 27, 2018
fa32574b
Remove excess dependencies from geoip.c
Sep 27, 2018
c8f2a6d2
Extract the non-stats part of geoip into a new src/lib/geoip.
Sep 27, 2018
013a1238
Changes file for splitting stats
Sep 27, 2018
34402ece
geoip: fix windows compilation
Sep 27, 2018
31645306
Mark a variable static.
Sep 27, 2018
8812f562
Fix a memory leak in --dump-config
Sep 27, 2018
d0b2b5a2
Always initialize the periodic events list.
Sep 27, 2018
9e1a3be0
Prevent duplicate initialization of NSS DH module
Sep 27, 2018
09223ad8
Merge branch 'ticket_27861'
Sep 27, 2018
9e65e7a3
Merge branch 'split_stats'
Sep 27, 2018
b058f64c
Detect an unlikely integer overflow.
Sep 27, 2018
6785aa40
Move routerparse and parsecommon to their own module.
Oct 01, 2018
fec3b3bb
Extract logic for dumping unparseable junk from routerparse.c
Oct 01, 2018
2f5dc486
Extract the version-managing code from routerparse.c
Oct 01, 2018
430ca38f
Split the authority-cert and signature/hash code from routerparse
Oct 01, 2018
82f4d3ca
Move v2 hs parsing into feature/rend
Oct 01, 2018
a77b2e98
Remove router_get_dir_hash as unused.
Oct 01, 2018
31008317
Remove dump_distinct_digest_count()
Oct 01, 2018
aff5bf54
Remove addr_policy_assert_ok() as unused
Oct 01, 2018
2be35f4d
Split microdescriptor parser into its own file.
Oct 01, 2018
cd239034
Pull detached-signatures code into dirauth.
Oct 01, 2018
42012038
extract networkstatus parsing to its own file.
Oct 01, 2018
95e2eb90
Move summarize_protover_flags to versions.c
Oct 01, 2018
35db3f81
Extract addr-policy parsing code.
Oct 01, 2018
5f9839ee
Remove unused headers from routerparse.c
Oct 01, 2018
d1993486
Remove versions.h include from routerparse.h
Oct 01, 2018
886dc8b0
Remove routerparse include from files that dont use it
Oct 01, 2018
a1504f13
changes file for splitting routerparse.c (
#27924
)
Oct 01, 2018
c4e29001
Fix a bug where we would crash on --version.
Oct 01, 2018
58299b29
Merge remote-tracking branch 'public/bug27728'
Oct 01, 2018
43211c3a
Merge remote-tracking branch 'public/bug27893'
Oct 01, 2018
3dca87e1
Reenable hardening options with Rust on Travis
Oct 01, 2018
6ebb2c46
Remove the `link_rust.sh.in` script
Oct 01, 2018
74c1e447
Fix segfaults related to sanitizers+jemalloc
Oct 01, 2018
9,536 additional commits have been omitted to prevent performance issues.
Loading
Loading