Commits on Source
9486
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
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
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
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
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
9b946c13
Adding hviv104 to fallback list
Oct 15, 2018
17f4388b
Remove mullbinde9 from fallback list
Oct 15, 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
2f0744b3
rust/tor_util: drop unsafe block in cstr!
Oct 17, 2018
f07ab5b9
evloop: fix docs
Oct 17, 2018
a56451af
evloop: fix docs for threadpool_register_reply_event
Oct 17, 2018
56f713b8
hs-v3: Always generate the descriptor cookie
Oct 18, 2018
f8a1dc64
Fix a misspelled macro test that was breaking big-endian OPE
Oct 19, 2018
d1d66866
Rename a function; it is used to convert a value _From_ le.
Oct 19, 2018
98cef680
Exclude test and a supporting function when evdns_base_get_nameserver_addr() is not available
Oct 20, 2018
7aa9fc16
clean up a tor2web comment
Oct 21, 2018
afc22ec5
Merge remote-tracking branch 'tor-github/pr/421'
Oct 22, 2018
81c466c3
hs-v3: Create desc signing key cert before uploading
Oct 22, 2018
3704c4a0
string: add BOM helper
Oct 23, 2018
f874ab26
dircache: make dirauths reject non UTF-8 descriptors and extrainfo
Oct 23, 2018
93965777
Treat backtrace test failures as expected on most BSD-derived systems
Oct 23, 2018
29c194e0
Func rename: Make it clear that update_all_descriptors() does intro points.
Oct 23, 2018
df78fb24
Documentation: Document which descriptor elements are (im)mutable.
Oct 23, 2018
a6147311
Documentation: Move the hs_service_descriptor_t elements around.
Oct 23, 2018
169bc670
Merge remote-tracking branch 'onionk/rust-allsupportednull1' into maint-0.3.3
Oct 23, 2018
7edc594e
Merge branch 'maint-0.3.3' into maint-0.3.4
Oct 23, 2018
289a7dba
Merge branch 'maint-0.3.4' into maint-0.3.5
Oct 23, 2018
05d65cb0
Merge branch 'maint-0.3.5'
Oct 23, 2018
b2c52f5d
Remove a now-unused rust "use".
Oct 23, 2018
fd6078b3
Merge branch 'maint-0.3.3' into maint-0.3.4
Oct 23, 2018
131ab9d5
Merge branch 'maint-0.3.4' into maint-0.3.5
Oct 23, 2018
5db59252
Merge branch 'maint-0.3.5'
Oct 23, 2018
98e28efa
Merge branch 'nss-travis' into maint-0.3.5
Oct 24, 2018
3dc5cce7
Merge branch 'maint-0.3.5'
Oct 24, 2018
bfab7b9d
rust/tor_log: fix C_RUST_COUPLED documentation
Oct 24, 2018
c3e14a32
Merge branch 'maint-0.3.5'
Oct 24, 2018
c6d3bebb
Merge remote-tracking branch 'tor-github/pr/409'
Oct 24, 2018
c0bd800d
Re-alphabetize the list of tests in tests.[ch]
Oct 24, 2018
9,386 additional commits have been omitted to prevent performance issues.
Loading
Loading