Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-14 | Remove old callgraph scripts; recommend calltool instead. | Nick Mathewson | |
2017-05-16 | Update fallback whitelist and blacklist based on operator emails | teor | |
Part of 21283. | |||
2017-05-16 | Update fallback stability requirements | teor | |
Decrease the minimum number of fallbacks to 100. Final fix to 20913. | |||
2017-05-16 | Merge branch 'fallbacks-201702-v3' into fallbacks-2017-05 | teor | |
2017-05-16 | Make the usage example in updateFallbackDirs.py actually work | teor | |
And explain what it does. Fixes bug 22270 in 0.3.0.3-alpha. | |||
2017-04-25 | Teach cov-exclude to detect runaway LCOV_EXCL_START lines | Nick Mathewson | |
Also, fix two instances of runaway LCOV_EXCL_START lines. | |||
2017-03-16 | Generate src/test/fuzz/include.am from a script | Nick Mathewson | |
It was very error-prone to maintain this by hand. | |||
2017-03-15 | Run the copyright update script. | Nick Mathewson | |
2017-03-15 | Update updateCopyright to 2017 | Nick Mathewson | |
2017-02-28 | Update changelog sorting rules to know about dirauth changes | Nick Mathewson | |
2017-02-27 | Move a relay to the blacklist because its details changed | teor | |
(And its contact email address no longer works.) | |||
2017-02-27 | Update the fallback whitelist and blacklist based on operator emails | teor | |
2017-02-27 | Modify fallback stability requirements | teor | |
Increase the fallback stability requirement to 30 days. When this was at 7 days, we chose far too many unstable fallbacks. Decrease the guard flag requirement to 0.8. When this was at 0.9, we lost too many fallbacks due to version upgrades. (The running and v2dir flags ensure DirPorts are available to clients.) Partial fixes to #20913. | |||
2017-01-27 | Merge branches 'server_ciphers' and 'ciphers.inc' | Nick Mathewson | |
2017-01-27 | MOre gen_server_ciphers improvements: | Nick Mathewson | |
- Remove DES from mandatory list. - always put the closing ; on its own line. | |||
2017-01-25 | Add the output file to the usage | Suphanat Chunhapanya | |
2017-01-25 | Add usage for check_existing | Suphanat Chunhapanya | |
2017-01-25 | Logging existing fallbacks at warning level | Suphanat Chunhapanya | |
2017-01-25 | Automate checking existing fallbacks | Suphanat Chunhapanya | |
2017-01-24 | Teach gen_server_ciphers about CCM and Chacha. | Nick Mathewson | |
Also, teach it to not use 3DES any more. | |||
2017-01-24 | Update ciphers.inc script to understand openssl-1.1 | Nick Mathewson | |
2017-01-11 | Warn on Tor versions with the 'tor-' prefix | cypherpunks | |
Closes ticket 21096. | |||
2017-01-11 | Fix coding style issues in the changes file linter | cypherpunks | |
Found using flake8 which gave the following output; lintChanges.py:10:13: E225 missing whitespace around operator lintChanges.py:25:1: E302 expected 2 blank lines, found 1 lintChanges.py:46:5: F841 local variable 'lines' is assigned to but never used lintChanges.py:52:32: E228 missing whitespace around modulo operator lintChanges.py:53:11: E201 whitespace after '(' lintChanges.py:56:41: E228 missing whitespace around modulo operator Part of ticket 21096. | |||
2016-12-21 | Add and update fallback directory details | teor | |
These updates were made after the December 2016 list was created. | |||
2016-12-19 | Blacklist a fallback that was removed by the operator | teor | |
2016-12-19 | Update fallback whitelist and blacklist | teor | |
Based on: * fallback directory mirror checks, * operator emails and tickets, both before and after the Dec 2016 emails: https://lists.torproject.org/pipermail/tor-relays/2016-December/011113.html https://lists.torproject.org/pipermail/tor-relays/2016-December/011330.html | |||
2016-12-19 | Avoid an error in the fallback script when a fallback doesn't have any uptime | teor | |
Sometimes, the fallback generation script doesn't add attributes to the fallbacks in the list. If this happens, log an error, and avoid selecting that fallback. This is a rare issue: it should not change selection behaviour. Fixes issue #20945. | |||
2016-12-19 | Allow fallbacks serving consensuses that expired less than 24 hours ago | teor | |
This works around #20909, where relays serve stale consensuses for a short time, and then recover. Update to the fix for #20539. | |||
2016-12-19 | Avoid checking fallback candidates' DirPorts if they are down in OnionOO | teor | |
Exclude relays that have been down for 1 or more days from the fallback candidate list. When a relay operator has multiple relays, this prioritises relays that are up over relays that are down. Fixes issue #20926. | |||
2016-12-19 | Be more tolerant of a decreased number of fallbacks | teor | |
2016-12-19 | Reduce fallback bandwidth requirement to 1 MByte/s | teor | |
2016-12-19 | Allow 3 fallbacks per operator | teor | |
This is safe now we are choosing 200 fallbacks. Closes ticket 20912. | |||
2016-12-19 | Require fallbacks to have 90% Running, V2Dir, and Guard flags | teor | |
This allows 73% of clients to bootstrap in the first 5 seconds without contacting an authority. Part of #18828. | |||
2016-12-19 | Require fallback directories to have the same address and port for 7 days | teor | |
7 days is a tradeoff between the expected time between major Tor releases, which is 6 months, and the number of relays with enough stability. Relays whose OnionOO stability timer is reset on restart by bug #18050 should upgrade to Tor 0.2.8.7 or later, which has a fix for this issue. Closes ticket #20880; maintains short-term fix in e220214 in tor-0.2.8.2-alpha. | |||
2016-12-19 | Display the fingerprint when downloading consensuses from fallbacks | teor | |
2016-12-19 | Update fallback whitelist based on relay descriptors | teor | |
These updates assume that the changes were intentional and permanent. The operators were emailed to confirm. | |||
2016-12-19 | Exclude relays that deliver an expired consensus from the fallback list | teor | |
Part of #20539, based on #20501. | |||
2016-12-19 | Exclude relay versions affected by #20499 from the fallback list | teor | |
Part of #20539, based on #20509. | |||
2016-12-19 | Update fallback whitelist and blacklist | teor (Tim Wilson-Brown) | |
Update fallback whitelist and blacklist based on: * pre-0.2.9 checks * operator opt-ins and opt-outs, via emails and tickets | |||
2016-12-19 | Make fallback sort order configurable | teor | |
Closes issue #20882. | |||
2016-12-19 | Select 200 fallback directories by default for each release | teor | |
Closes ticket #20881. | |||
2016-12-19 | Provide bandwidth and consensus weight for each candidate fallback | teor | |
And make it clear that updateFallbackDirs.py outputs bandwidth in megabytes per second. Closes #20878. | |||
2016-12-19 | Add a missed return to fallbackdir_comment() in updateFallbackDirs.py | teor | |
Closes ticket #20877. | |||
2016-12-16 | Use the new message function | cypherpunks | |
Substitutions were made using `sed -e 's/print/msg/g'`. | |||
2016-12-16 | Add a function to keep track of found errors | cypherpunks | |
2016-12-16 | Restrict unsafe constructs and enable all warnings | cypherpunks | |
2016-12-16 | Declare all variables to be local | cypherpunks | |
Without the 'my' keyword the variables are global and Perl requires global symbols to include an explicit package name. | |||
2016-12-16 | Convert tabs to spaces | cypherpunks | |
2016-12-08 | Update to trunnel 1.5.1 | Nick Mathewson | |
2016-10-31 | Make trunnel find files recursively | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> |