Commits on Source
9534
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
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
1ed5e009
rust/protover: reject extra commas
Sep 15, 2018
80ad1592
Remove extraneous argument from Rust protover_compute_vote()
Sep 17, 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
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
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
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
757a2360
Remove `[features]` from workspace Cargo.toml
Oct 01, 2018
38d644c9
Remove rlib+staticlib configuration for Rust crates
Oct 01, 2018
267b8d16
Add timeval.h include to compat_pthreads.c for timeradd()
Oct 10, 2018
b0c41e3e
Fix the missing unpack function in mmdb-convert.py
Oct 10, 2018
8b5ad246
Fix issues that shellcheck found in chutney-git-bisect.sh
Oct 11, 2018
57bba19b
Remove aurora and chulak from fallback list
Oct 12, 2018
5033e950
Adding Quake to fallback list
Oct 12, 2018
9bb00a74
Refrain from listener rebinding when address families differ
Oct 15, 2018
89c4a3a0
Write a comment to explain may_need_rebind condition
Oct 15, 2018
9b946c13
Adding hviv104 to fallback list
Oct 15, 2018
17f4388b
Remove mullbinde9 from fallback list
Oct 15, 2018
b5731cdf
mainloop: Set client role if ControlPort is set
Oct 16, 2018
f93ee8e4
Fix typo in comment for hs_cell_parse_introduce2()
Oct 16, 2018
55412c4f
Add new source file to test target
Oct 16, 2018
7829e3a8
First testcase for get_next_token()
Oct 16, 2018
5c891dba
Test argument concatenation in get_next_token()
Oct 16, 2018
569d8d8c
Test-case for public key parsing using get_next_token()
Oct 16, 2018
7764d6df
Test RSA private key parsing with get_next_token()
Oct 16, 2018
38a7033d
Fix memory management in test_parsecommon_get_next_token_parse_keys
Oct 16, 2018
6c5ba266
Test object parsing in get_next_token()
Oct 16, 2018
81731a29
Unit-test some error conditions in get_next_token()
Oct 16, 2018
78c446af
Unit-test multiple line parsing with tokenize_string()
Oct 16, 2018
7c8bf2f7
Add testcase for too few elements in tokenize_string() input
Oct 16, 2018
1a4edcee
Add testcase for too many elements in tokenize_string() input
Oct 16, 2018
f10d664f
Test AT_END checking in tokenize_string()
Oct 16, 2018
7fd82a45
One testcase for annotation handling in tokenize_string()
Oct 16, 2018
65864be9
Add changes file
Oct 16, 2018
8a0b7414
Add a tor_free() in tor_gencert to fix a coverity warning
Oct 16, 2018
698629f5
Merge remote-tracking branch 'tor-github/pr/404'
Oct 16, 2018
56a3cef4
Merge branch 'bug27849_redux'
Oct 16, 2018
e97adaf8
Argh. The unset value for OwningControllerFD is NOT -1.
Oct 16, 2018
63c5e09a
Merge remote-tracking branch 'tor-github/pr/408'
Oct 16, 2018
2f0744b3
rust/tor_util: drop unsafe block in cstr!
Oct 17, 2018
34cd1fc5
Merge remote-tracking branch 'tor-github/pr/406'
Oct 16, 2018
e2bfffef
Fold changes file into changelog
Oct 17, 2018
4b4233e0
Run format-changelog
Oct 17, 2018
d70ca355
Bump to 0.3.5.3-alpha
Oct 17, 2018
0ba05092
Light changelog edits
Oct 17, 2018
2000d04c
conn: Stop writing when our write bandwidth limist is exhausted
Oct 17, 2018
b1891068
Merge branch 'maint-0.3.4'
Oct 17, 2018
498a852b
Fold in the entry for 28089
Oct 17, 2018
1a3fbba9
0.3.5.3-alpha changelog touch-ups
Oct 17, 2018
df78a273
merge in some fixes i found in a sandbox
Oct 17, 2018
cd6e75a6
Reflow the changelog
Oct 17, 2018
444e9b37
expand the blurb
Oct 17, 2018
389bae0e
Bump to 0.3.5.3-alpha-dev
Oct 17, 2018
0afa0bc1
Merge branch 'maint-0.3.5'
Oct 17, 2018
fd2e0ac1
Bump to 0.3.6.0-alpha-dev.
Oct 17, 2018
f07ab5b9
evloop: fix docs
Oct 17, 2018
9,434 additional commits have been omitted to prevent performance issues.
Loading
Loading