Commits on Source
15155
35217f0f
Fix two log messages that mistakenly log 0-based hop counts
May 07, 2016
71b79d6b
Modify fallback stability requirements
Feb 27, 2017
1f26b6db
Update the fallback whitelist and blacklist based on operator emails
Feb 27, 2017
28d523fc
Move a relay to the blacklist because its details changed
Feb 27, 2017
39b5dca7
ed25519: Add python code to test our ed25519 validation.
Apr 24, 2017
915fa39d
Add --enable-rust configure switch
Apr 29, 2017
c9855928
prop140 clients now only try to get diffs from recent consensuses
May 05, 2017
c276c10d
Turn consdiffmgr.cache_max_age_hours into a parameter
May 05, 2017
ff7e8531
Report common reasons for rejecting a relay before uncommon ones
May 09, 2017
0cc18ef6
test: Move duplicate HS test code and unify it
May 09, 2017
0958e3b2
test: Remove HS decode valid intro point test
May 09, 2017
8f1ddf0c
Remove unused "ROUTER_ADDED_NOTIFY_GENERATOR" internal value
May 10, 2017
18e59fdc
Improve MyFamily docs, based on patch from nusenu
May 11, 2017
ae1d4cfd
prop224: Change encryption keys descriptor encoding
May 11, 2017
6390a0c3
Merge branch 'ticket21871_031_03_squashed'
May 11, 2017
99056595
Merge remote-tracking branch 'arma/cleanup22213'
May 11, 2017
61a367ca
Untangle cleanup logic in test_hs_intropoint.c
May 11, 2017
503f101d
Enable some windows hardening features
May 11, 2017
44102714
Merge branch 'ticket21953_029'
May 12, 2017
ca632144
Use dir_compressed(_len) instead of dir_z(_len).
May 12, 2017
fbef257c
Handle x-zstd and x-tor-lzma in parse_http_response().
May 12, 2017
61b6de59
Handle Zstandard and LZMA in our check for correct guessed compression.
May 12, 2017
63056371
Use tor_compress_supports_method() instead of constants.
May 12, 2017
a3a31fa1
Send "Accept-Encoding" to directory servers.
May 12, 2017
cf2f7a1b
Decide compression method in the various handle_* functions().
May 12, 2017
f8218b5a
Use compression_method_get_by_name() instead of explicit checks.
May 12, 2017
3a05687c
Add API for getting human readable descriptions of a compress_method_t
May 12, 2017
ef187bc2
Use compression_method_get_human_name() in connection_dir_client_reached_eof()
May 12, 2017
59d17ca2
Fix indentation when using the ternary operator in handle_get_status_vote().
May 12, 2017
141f6e32
Add client_meth_pref array to define client compression preference.
May 12, 2017
7a3efe25
Use different preferences for compression methods when streaming.
May 12, 2017
6da31ec4
consdiffmgr: Extract the code for compressing and storing
May 12, 2017
151cd121
consdiffmgr: compress incoming consensuses in the background
May 12, 2017
7b0dcf5c
Cleanup logic: only retain zlib-compressed consensuses
May 12, 2017
8100305e
consdiffmgr: expose cached consensuses
May 12, 2017
30dfb361
consdiffmgr: Reload latest consensus entries on start.
May 12, 2017
db370bb8
Test fix: expect old consensuses to be deleted if not deflate-compressed
May 12, 2017
077d3085
actually enable background compresion for consensuses
May 12, 2017
a1e8ef00
Fix DoubleNL warning from `make check-spaces`.
May 12, 2017
64116ab9
Fix tautological constant out-of-range comparison warnings.
May 12, 2017
363f4b8d
Add stub functions for querying metadata about the consensus.
May 13, 2017
2cf8f677
remove stray equals sign
May 14, 2017
1474aaa4
fmt two man page entries
May 14, 2017
c83657c6
Remove two obsoleted options.
May 14, 2017
d3a39cf8
Merge remote-tracking branch 'public/bug20270_029'
May 15, 2017
4473271c
Fix the TRPOXY typo in connection_edge.c
May 15, 2017
1ec45bb5
Merge branch 'bug18100_029'
May 15, 2017
0e348720
Fix assertion to actually have a chance of failing
May 15, 2017
a6514b8a
Fix a logic error in hibernate.c
May 15, 2017
85f75d61
Add hs_test_helpers.h to noinst_HEADERS
May 15, 2017
71a21256
Merge branch 'bug22245_024'
May 15, 2017
3b8888c5
Initialize the HS cache at startup
May 15, 2017
480f966a
Remove changes files for issues resolved in 0.3.0.7.
May 15, 2017
f98f5ca4
fix a bunch of lintchanges complaints
May 15, 2017
c88e913b
Fix another lintchanges issue
May 15, 2017
ec6b2bbf
bugfix-on version for 21329. thanks, meejah!
May 15, 2017
ef2a62b2
Fetch the current consensus from the conscache subsystem.
May 15, 2017
2f06345d
Move stub accessor functions a level higher, to consdiffmgr
May 15, 2017
dcc533fb
Implement functions to expose valid/fresh-until and voters
May 15, 2017
fd119058
Store fresh/valid-until and signatories values on all consensus objects.
May 15, 2017
7591518d
Copy valid/fresh-until and signatories values into diffs.
May 15, 2017
ae33deb9
Check for best consensus when no consensusdiff was found.
May 15, 2017
fade313b
Fix too wide line from `make check-spaces`.
May 15, 2017
8d730af0
Remove old consensus fetching code from handle_get_current_consensus().
May 15, 2017
00819403
Handle non-compressed requests gracefully.
May 15, 2017
65d94084
dir_handle_get: repair two test cases, note the fixes for 3 others
May 15, 2017
9e3f3041
Fix dir_handle_get/... test-cases for prop#278 support.
May 15, 2017
dae12425
Merge branch 'ahf_bugs_21667_2_squashed'
May 15, 2017
afef0597
Merge remote-tracking branch 'public/prop140_aftermath_cfg'
May 15, 2017
eb3c8d37
Prop140, continued: accept "diff/<HASH>" in URLs, per proposal.
May 15, 2017
4531fdbb
Split consensus-request parsing into a separate function
May 15, 2017
da6b0044
Try not to mess up caches with the X-Or-Diff-From-Consensus header
May 15, 2017
f9d8ade9
Dircache protocol version 2 adds support for diffs
May 15, 2017
e1b3c1bb
Test fix: always set address in new_dir_conn()
May 15, 2017
6e2eb0af
Merge branch 'prop140_aftermath_url_v3'
May 15, 2017
460b9230
fix a memory leak
May 15, 2017
d3279d43
Do not try to uncompress an empty spool
May 15, 2017
294d8004
remove a variable I missed
May 15, 2017
0f718a85
Merge branch 'bug22246_030' into maint-0.3.0
May 15, 2017
a5464872
Merge branch 'maint-0.3.0'
May 15, 2017
8324631d
bump version to 0.3.0.7
May 15, 2017
9b88254d
Merge branch 'maint-0.3.0'
May 15, 2017
f9f51933
forward-port changelog and releasenotes
May 15, 2017
d88a19af
fix duplicate words in changelog
May 15, 2017
3f288249
Make the usage example in updateFallbackDirs.py actually work
May 16, 2017
0e81e211
Merge branch 'fallbacks-201702-v3' into fallbacks-2017-05
May 16, 2017
cd687a0a
Update fallback stability requirements
May 16, 2017
09cd7888
Update fallback whitelist and blacklist based on operator emails
May 16, 2017
5b45d732
Update fallback directory mirrors in May 2017
May 16, 2017
74e7be1c
fill in a few more blanks in the changes files
May 16, 2017
bdac1a43
Merge remote-tracking branch 'teor/fallback-usage'
May 16, 2017
7bb2cd0c
Merge remote-tracking branch 'teor/fallback-inputs'
May 16, 2017
a7bcab26
Merge branch 'maint-0.2.8' into maint-0.2.9
May 16, 2017
492f8a7c
Merge branch 'maint-0.2.9' into maint-0.3.0
May 16, 2017
d29f494e
Merge branch 'maint-0.3.0'
May 16, 2017
222534d3
Fix remaining (non-false-positive) lintchanges complaints
May 16, 2017
2ca82710
Report deleted consensuses as NOT_FOUND rather than AVAILABLE
May 16, 2017
bbeba241
Fix resource leak in parse_consensus_request()
May 16, 2017
2ba58f27
Fix crash when starting with LearnCircuitBuildTimeout 0.
May 16, 2017
3772fdf7
Ensure that each compression backend returns a provider version identifier.
May 16, 2017
15,055 additional commits have been omitted to prevent performance issues.
Loading
Loading