[tor-commits] [tor/release-0.3.5] Merge branch 'bug28096-029-squashed' into bug28096-035-squashed

2018-11-26 Thread nickm
commit 44ced9b750a65d867dc5dd2cbbcf7e42a46ae90d Merge: d598d834f 2fbc58cf0 Author: teor Date: Thu Nov 15 12:23:29 2018 +1000 Merge branch 'bug28096-029-squashed' into bug28096-035-squashed Move the get_uname() changes from src/common/compat.c to src/lib/osinfo/uname.c

[tor-commits] [tor/release-0.3.5] Merge branch 'maint-0.3.5' into release-0.3.5

2018-11-26 Thread nickm
commit 3153c272630510ee56c6797d75b7bf94d1681abc Merge: fc591870b feb41b7c3 Author: Nick Mathewson Date: Mon Nov 26 17:27:36 2018 -0500 Merge branch 'maint-0.3.5' into release-0.3.5 changes/bug28096 | 13 +++ src/lib/osinfo/uname.c | 95

[tor-commits] [tor/release-0.3.5] Windows: fix uname on recent Windows versions

2018-11-26 Thread nickm
commit 2fbc58cf07fd7367ddaf81b82868b5f37d7883ae Author: teor Date: Mon Oct 22 14:02:43 2018 +1000 Windows: fix uname on recent Windows versions Correctly identify Windows 8.1, Windows 10, and Windows Server 2008 and later from their NT versions. On recent Windows

[tor-commits] [tor/release-0.3.5] Merge remote-tracking branch 'teor/bug28096-035-squashed' into maint-0.3.5

2018-11-26 Thread nickm
commit feb41b7c3078d6df7e93a056853badc847773d9a Merge: 056ffdec4 44ced9b75 Author: Nick Mathewson Date: Mon Nov 26 17:24:41 2018 -0500 Merge remote-tracking branch 'teor/bug28096-035-squashed' into maint-0.3.5 changes/bug28096 | 13 +++ src/lib/osinfo/uname.c | 95

[tor-commits] [tor/master] Merge branch 'maint-0.3.5'

2018-11-26 Thread nickm
commit 8a15d0f69b6490eb525cdd889b3a905ad0db5e39 Merge: c292e505f feb41b7c3 Author: Nick Mathewson Date: Mon Nov 26 17:25:28 2018 -0500 Merge branch 'maint-0.3.5' changes/bug28096 | 13 +++ src/lib/osinfo/uname.c | 95 ++ 2 files

[tor-commits] [tor/master] Merge remote-tracking branch 'teor/bug28096-035-squashed' into maint-0.3.5

2018-11-26 Thread nickm
commit feb41b7c3078d6df7e93a056853badc847773d9a Merge: 056ffdec4 44ced9b75 Author: Nick Mathewson Date: Mon Nov 26 17:24:41 2018 -0500 Merge remote-tracking branch 'teor/bug28096-035-squashed' into maint-0.3.5 changes/bug28096 | 13 +++ src/lib/osinfo/uname.c | 95

[tor-commits] [tor/maint-0.3.5] Windows: fix uname on recent Windows versions

2018-11-26 Thread nickm
commit 2fbc58cf07fd7367ddaf81b82868b5f37d7883ae Author: teor Date: Mon Oct 22 14:02:43 2018 +1000 Windows: fix uname on recent Windows versions Correctly identify Windows 8.1, Windows 10, and Windows Server 2008 and later from their NT versions. On recent Windows

[tor-commits] [tor/master] Windows: fix uname on recent Windows versions

2018-11-26 Thread nickm
commit 2fbc58cf07fd7367ddaf81b82868b5f37d7883ae Author: teor Date: Mon Oct 22 14:02:43 2018 +1000 Windows: fix uname on recent Windows versions Correctly identify Windows 8.1, Windows 10, and Windows Server 2008 and later from their NT versions. On recent Windows

[tor-commits] [tor/maint-0.3.5] Merge branch 'bug28096-029-squashed' into bug28096-035-squashed

2018-11-26 Thread nickm
commit 44ced9b750a65d867dc5dd2cbbcf7e42a46ae90d Merge: d598d834f 2fbc58cf0 Author: teor Date: Thu Nov 15 12:23:29 2018 +1000 Merge branch 'bug28096-029-squashed' into bug28096-035-squashed Move the get_uname() changes from src/common/compat.c to src/lib/osinfo/uname.c

[tor-commits] [tor/maint-0.3.5] Merge remote-tracking branch 'teor/bug28096-035-squashed' into maint-0.3.5

2018-11-26 Thread nickm
commit feb41b7c3078d6df7e93a056853badc847773d9a Merge: 056ffdec4 44ced9b75 Author: Nick Mathewson Date: Mon Nov 26 17:24:41 2018 -0500 Merge remote-tracking branch 'teor/bug28096-035-squashed' into maint-0.3.5 changes/bug28096 | 13 +++ src/lib/osinfo/uname.c | 95

[tor-commits] [tor/master] Merge branch 'bug28096-029-squashed' into bug28096-035-squashed

2018-11-26 Thread nickm
commit 44ced9b750a65d867dc5dd2cbbcf7e42a46ae90d Merge: d598d834f 2fbc58cf0 Author: teor Date: Thu Nov 15 12:23:29 2018 +1000 Merge branch 'bug28096-029-squashed' into bug28096-035-squashed Move the get_uname() changes from src/common/compat.c to src/lib/osinfo/uname.c

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/539'

2018-11-26 Thread nickm
commit c292e505ff46a41f5f966556e9f4588385816c77 Merge: fc1ad9ab6 997a8b0ca Author: Nick Mathewson Date: Mon Nov 26 17:22:37 2018 -0500 Merge remote-tracking branch 'tor-github/pr/539' src/test/test_rebind.py | 10 +++--- src/test/test_rebind.sh | 15 ++- 2 files changed,

[tor-commits] [tor/master] Create a temporary directory for tor's DataDirectory in test_rebind.

2018-11-26 Thread nickm
commit 997a8b0ca7a4f4eafa2cd09582c4bcc0507e2fa6 Author: Taylor R Campbell Date: Thu Nov 22 00:53:57 2018 + Create a temporary directory for tor's DataDirectory in test_rebind. Fixes #28562. While here, put the argument count test and usage message _before_ we

[tor-commits] [tor/master] Make ROUTERLIST_PRUNING_INTERVAL 1 hr.

2018-11-26 Thread nickm
commit 411780d563e4d08e12d8aef0bbe8915f48011cca Author: rl1987 Date: Sat Nov 17 10:19:25 2018 +0200 Make ROUTERLIST_PRUNING_INTERVAL 1 hr. --- src/core/mainloop/mainloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/mainloop/mainloop.c

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/495'

2018-11-26 Thread nickm
commit fc1ad9ab652063bdabb56a71ea6c005b66ed9f4c Merge: e12fdeb18 c8c4c3dff Author: Nick Mathewson Date: Mon Nov 26 17:17:40 2018 -0500 Merge remote-tracking branch 'tor-github/pr/495' changes/bug27929 | 5 + src/core/mainloop/mainloop.c | 32

[tor-commits] [tor/master] fixup! Make ROUTERLIST_PRUNING_INTERVAL 1 hr.

2018-11-26 Thread nickm
commit c8c4c3dffa71b4bbc9e7cabfee2124fb5e19ad39 Author: rl1987 Date: Sat Nov 17 10:27:10 2018 +0200 fixup! Make ROUTERLIST_PRUNING_INTERVAL 1 hr. --- changes/bug27929 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/bug27929 b/changes/bug27929 index

[tor-commits] [tor/master] Create new periodic event for pruning old info about Tor routers

2018-11-26 Thread nickm
commit 100136ca8624151605601d80b63746cfaeb6df47 Author: rl1987 Date: Sun Nov 11 20:24:07 2018 +0200 Create new periodic event for pruning old info about Tor routers --- changes/bug27929 | 5 + src/core/mainloop/mainloop.c | 32 ++-- 2 files

[tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage

2018-11-26 Thread translation
commit b84633947f6bbeb0c831b8a354a97deea7b67446 Author: Translation commit bot Date: Mon Nov 26 22:15:04 2018 + Update translations for abouttor-homepage --- es_AR/aboutTor.dtd | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/es_AR/aboutTor.dtd

[tor-commits] [torspec/master] Correct spaces format

2018-11-26 Thread nickm
commit a5292eefbda6a1e93655bf89ab3ce27ce3cfb515 Author: juga0 Date: Thu Nov 8 08:09:52 2018 + Correct spaces format --- bandwidth-file-spec.txt | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bandwidth-file-spec.txt b/bandwidth-file-spec.txt index

[tor-commits] [torspec/master] Include variable used in pseudocode in step 1

2018-11-26 Thread nickm
commit 102f3727a65de1030eb26f4943437d42b8e37e37 Author: teor Date: Wed Nov 7 17:30:29 2018 + Include variable used in pseudocode in step 1 Co-Authored-By: juga0 --- bandwidth-file-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [torspec/master] Add torflow scaling section

2018-11-26 Thread nickm
commit 0f95e49d0b4d27b6b1a19141d72bcf4261372215 Author: juga0 Date: Thu Oct 25 15:41:29 2018 + Add torflow scaling section It explains in a different way section 2.2 in torflow's README.spec.txt. --- bandwidth-file-spec.txt | 65

[tor-commits] [torspec/master] Merge remote-tracking branch 'tor-github/pr/37'

2018-11-26 Thread nickm
commit 78fdde420a9a8bf2d6584cca6a4c557973743485 Merge: d41a32a a9138a0 Author: Nick Mathewson Date: Mon Nov 26 16:52:40 2018 -0500 Merge remote-tracking branch 'tor-github/pr/37' bandwidth-file-spec.txt | 66 + 1 file changed, 66

[tor-commits] [torspec/master] Rephrase which torflow method is explained

2018-11-26 Thread nickm
commit c06bcce1fe6cfd0b43bf051a4bbe6c492b1620d5 Author: teor Date: Wed Nov 7 17:26:54 2018 + Rephrase which torflow method is explained Co-Authored-By: juga0 --- bandwidth-file-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [torspec/master] Include bw_obs_i variable in step 5

2018-11-26 Thread nickm
commit 15d2c00685bc83deaa2422ab79771d2204e989c8 Author: teor Date: Wed Nov 7 17:44:18 2018 + Include bw_obs_i variable in step 5 Co-Authored-By: juga0 --- bandwidth-file-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bandwidth-file-spec.txt

[tor-commits] [torspec/master] Include variable n in step 2

2018-11-26 Thread nickm
commit 9f5b4a1debb6bf56c2ccc8539aa04b3585e27277 Author: teor Date: Wed Nov 7 17:33:33 2018 + Include variable n in step 2 Co-Authored-By: juga0 --- bandwidth-file-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bandwidth-file-spec.txt

[tor-commits] [torspec/master] Include n_filt in description in step 2

2018-11-26 Thread nickm
commit 111039d66a9fb8b560d3145c29f317a81cae8507 Author: teor Date: Wed Nov 7 17:32:48 2018 + Include n_filt in description in step 2 Co-Authored-By: juga0 --- bandwidth-file-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bandwidth-file-spec.txt

[tor-commits] [torspec/master] Correct n_filt by n in step 2

2018-11-26 Thread nickm
commit 45da870809210ba30330e5cffd876b83f443c76d Author: juga0 Date: Wed Nov 7 18:00:32 2018 + Correct n_filt by n in step 2 The number of relays does not change for a relay filtered bandwdith. --- bandwidth-file-spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2

[tor-commits] [torspec/master] Format to maximum 72 characters per line

2018-11-26 Thread nickm
commit a9138a07b9bde7287ffddebbdf75f5a98029497c Author: juga0 Date: Wed Nov 7 18:08:53 2018 + Format to maximum 72 characters per line --- bandwidth-file-spec.txt | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) diff --git

[tor-commits] [torspec/master] Merge remote-tracking branch 'tor-github/pr/38'

2018-11-26 Thread nickm
commit d41a32ae35672aa19953b44d6d113ec357d0da8c Merge: bab8a89 a5292ee Author: Nick Mathewson Date: Mon Nov 26 16:51:52 2018 -0500 Merge remote-tracking branch 'tor-github/pr/38' bandwidth-file-spec.txt | 140 ++-- 1 file changed, 135

[tor-commits] [torspec/master] Correct bandwidth variable in step 3

2018-11-26 Thread nickm
commit 35479626bfa8d13244521e2312f032e04700fd29 Author: teor Date: Wed Nov 7 17:42:59 2018 + Correct bandwidth variable in step 3 Co-Authored-By: juga0 --- bandwidth-file-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bandwidth-file-spec.txt

[tor-commits] [torspec/master] Correct specification version in the examples

2018-11-26 Thread nickm
commit 3f3f225531c01febcbb9049b4676f831088e662f Author: juga0 Date: Wed Nov 7 18:23:10 2018 + Correct specification version in the examples Also change sbws version in the examples by X and add TODO to change that when it is implemented. --- bandwidth-file-spec.txt | 12

[tor-commits] [torspec/master] Explain better what is added in version 1.2.0

2018-11-26 Thread nickm
commit 1c4fbae4542e08a2b86f49556e4b71d8dfcc5dc1 Author: teor Date: Thu Nov 8 07:49:02 2018 + Explain better what is added in version 1.2.0 Co-Authored-By: juga0 --- bandwidth-file-spec.txt | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[tor-commits] [torspec/master] Explain better what is added in version 1.1.0

2018-11-26 Thread nickm
commit c45ca96db574ef04b5311ab75aaebecacd761ea8 Author: teor Date: Thu Nov 8 07:49:39 2018 + Explain better what is added in version 1.1.0 Co-Authored-By: juga0 --- bandwidth-file-spec.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[tor-commits] [torspec/master] Correct header keyvalue names in examples

2018-11-26 Thread nickm
commit 36837f8a854d46fb09a9830675f90ce034376b7b Author: juga0 Date: Thu Nov 8 08:01:31 2018 + Correct header keyvalue names in examples And reorder them in the way sbws does. --- bandwidth-file-spec.txt | 20 ++-- 1 file changed, 10 insertions(+), 10

[tor-commits] [torspec/master] Add TODO in the software_version in the examples

2018-11-26 Thread nickm
commit a5df39806e846e438c7f536df7de9747ee9d2c44 Author: juga0 Date: Thu Nov 8 07:52:43 2018 + Add TODO in the software_version in the examples --- bandwidth-file-spec.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bandwidth-file-spec.txt b/bandwidth-file-spec.txt index

[tor-commits] [torspec/master] Correct sbws version in example

2018-11-26 Thread nickm
commit 10fd6a98b848552cecc8d5c92152d0ee81d363b2 Author: teor Date: Thu Nov 8 07:41:48 2018 + Correct sbws version in example Co-Authored-By: juga0 --- bandwidth-file-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bandwidth-file-spec.txt

[tor-commits] [torspec/master] Add later to the version Tor can consume

2018-11-26 Thread nickm
commit 9c91c8376959377330f415cb27654af37e519455 Author: teor Date: Thu Nov 8 07:48:19 2018 + Add later to the version Tor can consume Co-Authored-By: juga0 --- bandwidth-file-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bandwidth-file-spec.txt

[tor-commits] [torspec/master] Remove line about RelayLines in version 1.1.0

2018-11-26 Thread nickm
commit 12e3f52446464cfb8660be9d109e33159a1a6871 Author: teor Date: Thu Nov 8 07:51:18 2018 + Remove line about RelayLines in version 1.1.0 Co-Authored-By: juga0 --- bandwidth-file-spec.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/bandwidth-file-spec.txt

[tor-commits] [torspec/master] Remove sentence about including headers but no lines

2018-11-26 Thread nickm
commit addf056f201561f1d967be45279c27f602b1eb2c Author: juga0 Date: Wed Nov 7 16:37:32 2018 + Remove sentence about including headers but no lines When the are not enough eligible relays, since it's already mentioned in one of the KeyValues. --- bandwidth-file-spec.txt |

[tor-commits] [torspec/master] Include definition of minimum_percent_eligible_relays

2018-11-26 Thread nickm
commit 3c69441436f176c55a919928b825664c65f5b128 Author: teor Date: Wed Nov 7 13:50:42 2018 + Include definition of minimum_percent_eligible_relays Change made by teor. Co-Authored-By: juga0 --- bandwidth-file-spec.txt | 8 1 file changed, 8 insertions(+)

[tor-commits] [torspec/master] Change order of KeyValues

2018-11-26 Thread nickm
commit 6eddf6d1d53b41e4efae35c877e0c3dc0897a407 Author: juga0 Date: Wed Nov 7 16:30:40 2018 + Change order of KeyValues As suggested by teor --- bandwidth-file-spec.txt | 46 +++--- 1 file changed, 23 insertions(+), 23 deletions(-)

[tor-commits] [torspec/master] Add new version (1.2) in Format Versions

2018-11-26 Thread nickm
commit d86cea62c2ca8db814794c434e7e4b70bc07f2b7 Author: juga0 Date: Wed Nov 7 16:47:24 2018 + Add new version (1.2) in Format Versions --- bandwidth-file-spec.txt | 5 + 1 file changed, 5 insertions(+) diff --git a/bandwidth-file-spec.txt b/bandwidth-file-spec.txt index

[tor-commits] [torspec/master] Remove duplicated line

2018-11-26 Thread nickm
commit 958df7bc3c521e691e432a3aa5a810a42010dda4 Author: teor Date: Wed Nov 7 15:47:43 2018 + Remove duplicated line Co-Authored-By: juga0 --- bandwidth-file-spec.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/bandwidth-file-spec.txt b/bandwidth-file-spec.txt index

[tor-commits] [torspec/master] Correct number of characters in terminator

2018-11-26 Thread nickm
commit 4805cae3b910ce9050556d0df4d79009b9b3d567 Author: teor Date: Thu Nov 8 07:39:37 2018 + Correct number of characters in terminator Co-Authored-By: juga0 --- bandwidth-file-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [torspec/master] Include v1.2 headers in example with relays

2018-11-26 Thread nickm
commit 9afc14ba50060642bce91649350ff2cd4bf0fee9 Author: juga0 Date: Wed Nov 7 18:27:15 2018 + Include v1.2 headers in example with relays --- bandwidth-file-spec.txt | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/bandwidth-file-spec.txt

[tor-commits] [torspec/master] Include terminator in examples without RelayLines

2018-11-26 Thread nickm
commit 40d380753250987500ea8a0b0f05575de6284836 Author: teor Date: Thu Nov 8 07:41:04 2018 + Include terminator in examples without RelayLines Co-Authored-By: juga0 --- bandwidth-file-spec.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bandwidth-file-spec.txt

[tor-commits] [torspec/master] Include calculations for minimum_number_eligible_relays

2018-11-26 Thread nickm
commit b77eb0995defdf92eac9166d8d2e1c12bf0d0a50 Author: teor Date: Wed Nov 7 13:53:17 2018 + Include calculations for minimum_number_eligible_relays Co-Authored-By: juga0 --- bandwidth-file-spec.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git

[tor-commits] [torspec/master] Add new header KeyValues

2018-11-26 Thread nickm
commit a955a35f05cb37bd152e9ab59ff2d93af43b2eba Author: juga0 Date: Fri Oct 26 12:52:23 2018 + Add new header KeyValues --- bandwidth-file-spec.txt | 60 + 1 file changed, 60 insertions(+) diff --git a/bandwidth-file-spec.txt

[tor-commits] [torspec/master] Add KeyValues in sbws section

2018-11-26 Thread nickm
commit 41bd88c03d3e71789771fde0029e62f11f696b20 Author: juga0 Date: Fri Oct 26 12:52:46 2018 + Add KeyValues in sbws section --- bandwidth-file-spec.txt | 30 ++ 1 file changed, 30 insertions(+) diff --git a/bandwidth-file-spec.txt

[tor-commits] [torspec/master] Add sbws example generating 1.2.X version

2018-11-26 Thread nickm
commit 4d7114ddb266c0fa3bf9807f2a4050367b7151d3 Author: juga0 Date: Fri Oct 26 13:07:10 2018 + Add sbws example generating 1.2.X version --- bandwidth-file-spec.txt | 31 ++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git

[tor-commits] [torspec/master] Rephrase definition of number_eligible_relays

2018-11-26 Thread nickm
commit 6b1ccb00e66eec8235ed238bcadea50601c20bb3 Author: teor Date: Wed Nov 7 13:54:16 2018 + Rephrase definition of number_eligible_relays Co-Authored-By: juga0 --- bandwidth-file-spec.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[tor-commits] [torspec/master] Rephrase percent_eligible_relays and add calculation

2018-11-26 Thread nickm
commit 964937e145fbc6de901fa949b383a3b53b5d62f2 Author: teor Date: Wed Nov 7 13:47:31 2018 + Rephrase percent_eligible_relays and add calculation As suggested by teor. Co-Authored-By: juga0 --- bandwidth-file-spec.txt | 6 +- 1 file changed, 5 insertions(+), 1

[tor-commits] [torspec/master] Merge remote-tracking branch 'tor-github/pr/43'

2018-11-26 Thread nickm
commit bab8a89223eebd28445aa3c4c9e41370b891b8c2 Merge: 4421149 2decb3e Author: Nick Mathewson Date: Mon Nov 26 16:50:47 2018 -0500 Merge remote-tracking branch 'tor-github/pr/43' dir-spec.txt | 18 -- 1 file changed, 18 deletions(-) diff --cc dir-spec.txt index

[tor-commits] [torspec/master] dir-spec: remove Keywords in bandwidth-file-headers

2018-11-26 Thread nickm
commit 2decb3ea271dd316bbe1dab3b3c51667252bea85 Author: juga0 Date: Sun Nov 11 08:33:27 2018 + dir-spec: remove Keywords in bandwidth-file-headers Remove the header's Keywords in the bandwidth-file-headers item, since they are described in bandwidth-file-spec.txt and we

[tor-commits] [torspec/master] Describe SIGNAL ACTIVE and SIGNAL DORMANT.

2018-11-26 Thread nickm
commit 4421149986369b4f746fc02a5d78c7337fe5d4ea Author: Nick Mathewson Date: Mon Nov 19 16:41:19 2018 -0500 Describe SIGNAL ACTIVE and SIGNAL DORMANT. --- control-spec.txt | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/control-spec.txt b/control-spec.txt

[tor-commits] [tor/master] Changes file for "Dormant Mode" (28335, 2149).

2018-11-26 Thread nickm
commit e12fdeb18199925070f4e99e60f2c5bda7f6af82 Author: Nick Mathewson Date: Mon Nov 26 16:39:44 2018 -0500 Changes file for "Dormant Mode" (28335, 2149). --- changes/ticket28335 | 7 +++ 1 file changed, 7 insertions(+) diff --git a/changes/ticket28335 b/changes/ticket28335 new file

[tor-commits] [tor/master] Test for check_network_participation_callback()

2018-11-26 Thread nickm
commit 02843c4a4e2fab9c5d9cdb95c425c37ff3d1a4ae Author: Nick Mathewson Date: Mon Nov 19 16:31:50 2018 -0500 Test for check_network_participation_callback() --- src/core/mainloop/connection.c | 4 +- src/core/mainloop/connection.h | 2 +- src/core/mainloop/mainloop.c | 3 +-

[tor-commits] [tor/master] Test netstatus.c tracking of user participation status

2018-11-26 Thread nickm
commit 55512ef022de39770e0787e9dfc2e29e762652ae Author: Nick Mathewson Date: Mon Nov 19 15:35:55 2018 -0500 Test netstatus.c tracking of user participation status --- src/core/mainloop/mainloop.c | 4 ++-- src/core/mainloop/mainloop.h | 2 +- src/test/test_mainloop.c | 57

[tor-commits] [tor/master] Reset dormancy status when the clock jumps.

2018-11-26 Thread nickm
commit d0e6abd0876f0d4adb0b82f5528220a81b34962e Author: Nick Mathewson Date: Tue Nov 13 15:57:18 2018 -0500 Reset dormancy status when the clock jumps. --- src/core/mainloop/mainloop.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/src/core/mainloop/mainloop.c

[tor-commits] [tor/master] Make sure that we are always a net participant when being a server

2018-11-26 Thread nickm
commit 53ccdb6945f0d4a9b27a9939211a3c9125ca4427 Author: Nick Mathewson Date: Wed Nov 14 15:05:05 2018 -0500 Make sure that we are always a net participant when being a server Otherwise, if we're dormant, and we set ORPort, nothing makes us become non-dormant. ---

[tor-commits] [tor/master] write_stats_file() is indeed NET_PARTICIPANT; remove comment.

2018-11-26 Thread nickm
commit ccbb36048f5167b9d5011b7c8b0d2c346ce567e8 Author: Nick Mathewson Date: Tue Nov 13 10:44:04 2018 -0500 write_stats_file() is indeed NET_PARTICIPANT; remove comment. --- src/core/mainloop/mainloop.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/mainloop/mainloop.c

[tor-commits] [tor/master] Merge branch 'dormant_v2_squashed'

2018-11-26 Thread nickm
commit 7d8e0cc9abf2a74789e635d2fd4d0e18b8e0d1fe Merge: 2b9a907bd 02843c4a4 Author: Nick Mathewson Date: Mon Nov 26 16:33:31 2018 -0500 Merge branch 'dormant_v2_squashed' doc/tor.1.txt | 13 ++ src/app/config/config.c | 9 +- src/app/config/or_options_st.h

[tor-commits] [tor/master] Add options to control dormant-client feature.

2018-11-26 Thread nickm
commit 3743f7969587079a2f2bb03d0b7e5038557fd64a Author: Nick Mathewson Date: Thu Nov 15 13:16:58 2018 -0500 Add options to control dormant-client feature. The DormantClientTimeout option controls how long Tor will wait before going dormant. It also provides a way to disable

[tor-commits] [tor/master] Rename and fix docs on FLUSH_ON_DISABLE

2018-11-26 Thread nickm
commit 2f28cd1dc8e797b140271e5c33b9e4f823f7f2d8 Author: Nick Mathewson Date: Wed Nov 14 13:42:09 2018 -0500 Rename and fix docs on FLUSH_ON_DISABLE Also rename "...flush_and_disable()" to "...schedule_and_disable()" --- src/core/mainloop/mainloop.c | 16

[tor-commits] [tor/master] Add a function to schedule a periodic event once, then disable it

2018-11-26 Thread nickm
commit 6d84972eb8e27d5e9f1adea36fcc9a9879d718ad Author: Nick Mathewson Date: Mon Nov 5 16:24:10 2018 -0500 Add a function to schedule a periodic event once, then disable it --- src/core/mainloop/mainloop.c | 6 +- src/core/mainloop/periodic.c | 22 +-

[tor-commits] [tor/master] Move the responsibility for delayed shutdown into the mainloop

2018-11-26 Thread nickm
commit 303e5c70e08d72614ea95fd0c5aad7e05852b6b7 Author: Nick Mathewson Date: Tue Nov 13 09:04:11 2018 -0500 Move the responsibility for delayed shutdown into the mainloop This is part of 28422, so we don't have to call consider_hibernation() once per second when we're dormant.

[tor-commits] [tor/master] Add a periodic event to become dormant.

2018-11-26 Thread nickm
commit ce6209cee4a113c6a224f0c98244852354ccdb40 Author: Nick Mathewson Date: Tue Nov 13 15:51:53 2018 -0500 Add a periodic event to become dormant. This event makes us become dormant if we have seen no activity in a long time. Note that being any kind of a server, or

[tor-commits] [tor/master] Turn second_elapsed_callback into a normal periodic event.

2018-11-26 Thread nickm
commit 4bf79fa4fa99fe66f6b1ad413cbf475325803e04 Author: Nick Mathewson Date: Tue Nov 13 09:30:51 2018 -0500 Turn second_elapsed_callback into a normal periodic event. --- src/app/config/config.c | 3 -- src/core/mainloop/mainloop.c | 81

[tor-commits] [tor/master] Make the NET_PARTICIPANT role dependent on user activity

2018-11-26 Thread nickm
commit 2c15b6538123047c258987b00475fa658ca14878 Author: Nick Mathewson Date: Tue Nov 13 15:33:46 2018 -0500 Make the NET_PARTICIPANT role dependent on user activity This patch implements all of 28337, except for the part where we turn off the role if we've been idle for a long

[tor-commits] [tor/master] Remove run_scheduled_events() as a separate function.

2018-11-26 Thread nickm
commit e535ec8542a1d42243c0b6ae28036aec8262269b Author: Nick Mathewson Date: Tue Nov 13 08:36:38 2018 -0500 Remove run_scheduled_events() as a separate function. (There was nothing else in second_elapsed_callbck() that couldn't go here.) --- src/core/mainloop/mainloop.c | 35

[tor-commits] [tor/master] Use macros to make the periodic event table less verbose.

2018-11-26 Thread nickm
commit 2070765c7c062c505358d0f1c83f2846181d1667 Author: Nick Mathewson Date: Mon Nov 5 16:09:13 2018 -0500 Use macros to make the periodic event table less verbose. --- src/core/mainloop/mainloop.c | 78 1 file changed, 35 insertions(+), 43

[tor-commits] [tor/master] Move control_per_second_events() into a callback with its own role

2018-11-26 Thread nickm
commit a0380b705daceb69c29ccda3a2f1453b9dcbc40d Author: Nick Mathewson Date: Tue Nov 13 08:22:58 2018 -0500 Move control_per_second_events() into a callback with its own role Part of making extra-dormant mode work; closes ticket 28421. --- src/core/mainloop/mainloop.c | 29

[tor-commits] [tor/master] reset_padding_counts is only once per 24h; it can be all.

2018-11-26 Thread nickm
commit dc21f1f6625ba35a6888190a601efded9cfa5e5e Author: Nick Mathewson Date: Tue Nov 13 10:43:08 2018 -0500 reset_padding_counts is only once per 24h; it can be all. --- src/core/mainloop/mainloop.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git

[tor-commits] [tor/master] Annotate 1/s callback elements with NET_PARTICIPANT status.

2018-11-26 Thread nickm
commit db53bfe8f74dad1b45ba381a5ee3366148a30237 Author: Nick Mathewson Date: Tue Nov 6 11:14:50 2018 -0500 Annotate 1/s callback elements with NET_PARTICIPANT status. --- src/core/mainloop/mainloop.c | 28 ++-- 1 file changed, 22 insertions(+), 6 deletions(-) diff

[tor-commits] [tor/master] Add new "ALL" and "NET_PARTICIPANT" roles for periodic events

2018-11-26 Thread nickm
commit b9a88bd53ae79a29c292275381bc7dbaa3804034 Author: Nick Mathewson Date: Tue Nov 6 07:27:31 2018 -0500 Add new "ALL" and "NET_PARTICIPANT" roles for periodic events The previous "ALL" role was the OR of a bunch of other roles, which is a mistake: it's better if "ALL" means

[tor-commits] [stem/master] Use newer cached microdescriptors if available

2018-11-26 Thread atagar
commit ddb1a360dac0a22c084e884f10c1bc7327cf7f7d Author: Damian Johnson Date: Mon Nov 26 13:04:23 2018 -0800 Use newer cached microdescriptors if available Our data directory has up to two microdescriptor files: cached-microdescs and cached-microdescs.new. If the

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2018-11-26 Thread translation
commit f38b487d512e1b702d039ccbe73af1061c09035e Author: Translation commit bot Date: Mon Nov 26 20:45:21 2018 + Update translations for donatepages-messagespot --- locale/fr/LC_MESSAGES/messages.po | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2018-11-26 Thread translation
commit 5a807961362be9fa1640f4b53a899f06fc8f81b2 Author: Translation commit bot Date: Mon Nov 26 20:15:22 2018 + Update translations for donatepages-messagespot --- locale/fr/LC_MESSAGES/messages.po | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

[tor-commits] [tor/release-0.3.5] man: ClientOnionAuthDir can't be reloaded with Sandbox 1

2018-11-26 Thread dgoulet
commit f41bec12904d429c17c64eafeb7a3a92a81e614e Author: David Goulet Date: Thu Nov 15 14:36:39 2018 -0500 man: ClientOnionAuthDir can't be reloaded with Sandbox 1 By adding a file to the ClientOnionAuthDir and sending a HUP signal, tor would load the new file and use it.

[tor-commits] [tor/release-0.3.5] Merge branch 'ticket28128_035_01' into maint-0.3.5

2018-11-26 Thread dgoulet
commit 4bd63bcaeb2f4a2ac06a5371cda15fb9debb85fd Merge: a9820f072 f41bec129 Author: David Goulet Date: Mon Nov 26 14:56:50 2018 -0500 Merge branch 'ticket28128_035_01' into maint-0.3.5 changes/ticket28128 | 4 doc/tor.1.txt | 1 + 2 files changed, 5 insertions(+)

[tor-commits] [tor/release-0.3.5] Merge branch 'maint-0.3.5' into release-0.3.5

2018-11-26 Thread dgoulet
commit fc591870b32cf818832f06eceecf355b38bcfa24 Merge: 31d0f9aea 056ffdec4 Author: David Goulet Date: Mon Nov 26 14:59:23 2018 -0500 Merge branch 'maint-0.3.5' into release-0.3.5 ___ tor-commits mailing list tor-commits@lists.torproject.org

[tor-commits] [tor/maint-0.3.5] man: ClientOnionAuthDir can't be reloaded with Sandbox 1

2018-11-26 Thread dgoulet
commit f41bec12904d429c17c64eafeb7a3a92a81e614e Author: David Goulet Date: Thu Nov 15 14:36:39 2018 -0500 man: ClientOnionAuthDir can't be reloaded with Sandbox 1 By adding a file to the ClientOnionAuthDir and sending a HUP signal, tor would load the new file and use it.

[tor-commits] [tor/master] Merge remote-tracking branch 'dgoulet/ticket28128_035_01' into maint-0.3.5

2018-11-26 Thread dgoulet
commit 056ffdec4cd10aac964ca354115ef806869afe81 Merge: a9820f072 f41bec129 Author: David Goulet Date: Mon Nov 26 14:59:10 2018 -0500 Merge remote-tracking branch 'dgoulet/ticket28128_035_01' into maint-0.3.5 changes/ticket28128 | 4 doc/tor.1.txt | 1 + 2 files changed, 5

[tor-commits] [tor/maint-0.3.5] Merge remote-tracking branch 'dgoulet/ticket28128_035_01' into maint-0.3.5

2018-11-26 Thread dgoulet
commit 056ffdec4cd10aac964ca354115ef806869afe81 Merge: a9820f072 f41bec129 Author: David Goulet Date: Mon Nov 26 14:59:10 2018 -0500 Merge remote-tracking branch 'dgoulet/ticket28128_035_01' into maint-0.3.5 changes/ticket28128 | 4 doc/tor.1.txt | 1 + 2 files changed, 5

[tor-commits] [tor/release-0.3.5] Merge remote-tracking branch 'dgoulet/ticket28128_035_01' into maint-0.3.5

2018-11-26 Thread dgoulet
commit 056ffdec4cd10aac964ca354115ef806869afe81 Merge: a9820f072 f41bec129 Author: David Goulet Date: Mon Nov 26 14:59:10 2018 -0500 Merge remote-tracking branch 'dgoulet/ticket28128_035_01' into maint-0.3.5 changes/ticket28128 | 4 doc/tor.1.txt | 1 + 2 files changed, 5

[tor-commits] [tor/master] Merge branch 'maint-0.3.5'

2018-11-26 Thread dgoulet
commit 2b9a907bdccc588203d2110866d4e7bb72a25773 Merge: 3741f9e52 056ffdec4 Author: David Goulet Date: Mon Nov 26 14:59:24 2018 -0500 Merge branch 'maint-0.3.5' changes/ticket28128 | 4 doc/tor.1.txt | 1 + 2 files changed, 5 insertions(+)

[tor-commits] [tor/release-0.3.5] Merge branch 'maint-0.3.5' into release-0.3.5

2018-11-26 Thread dgoulet
commit 31d0f9aea751f17a348d62c39cab6e8ac818b20b Merge: f60051708 4bd63bcae Author: David Goulet Date: Mon Nov 26 14:57:56 2018 -0500 Merge branch 'maint-0.3.5' into release-0.3.5 changes/ticket28128 | 4 doc/tor.1.txt | 1 + 2 files changed, 5 insertions(+)

[tor-commits] [tor/master] man: ClientOnionAuthDir can't be reloaded with Sandbox 1

2018-11-26 Thread dgoulet
commit f41bec12904d429c17c64eafeb7a3a92a81e614e Author: David Goulet Date: Thu Nov 15 14:36:39 2018 -0500 man: ClientOnionAuthDir can't be reloaded with Sandbox 1 By adding a file to the ClientOnionAuthDir and sending a HUP signal, tor would load the new file and use it.

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2018-11-26 Thread translation
commit 7d8a23464dfded52545c2da0bf8380516a50185d Author: Translation commit bot Date: Mon Nov 26 19:45:20 2018 + Update translations for donatepages-messagespot --- locale/fr/LC_MESSAGES/messages.po | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2018-11-26 Thread translation
commit 3a7522406bfb1e50c4aa12243beaf10b9c441aa9 Author: Translation commit bot Date: Mon Nov 26 19:15:21 2018 + Update translations for donatepages-messagespot --- locale/fr/LC_MESSAGES/messages.po | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

[tor-commits] [tor-browser-build/master] Bug 28594: Remove tor browser alpha nightly builds

2018-11-26 Thread boklm
commit e24e2dea8ebe54b9e8ddd27044bffa21adf08c94 Author: Nicolas Vigier Date: Mon Nov 26 19:34:45 2018 +0100 Bug 28594: Remove tor browser alpha nightly builds Update testsuite_git_commit to remove tor browser alpha nightly builds. ---

[tor-commits] [translation/support-portal] Update translations for support-portal

2018-11-26 Thread translation
commit 2d72360a65a7fc0e962eae8bc77597f10c8f4aad Author: Translation commit bot Date: Mon Nov 26 18:49:17 2018 + Update translations for support-portal --- contents+fr.po | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/contents+fr.po

[tor-commits] [translation/support-portal_completed] Update translations for support-portal_completed

2018-11-26 Thread translation
commit 4f8257e6a4056816af2a080bdcf45a0a3825f820 Author: Translation commit bot Date: Mon Nov 26 18:49:22 2018 + Update translations for support-portal_completed --- contents+fr.po | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/contents+fr.po

[tor-commits] [translation/tbmanual-contentspot] Update translations for tbmanual-contentspot

2018-11-26 Thread translation
commit 0ca9f6cf1166c3d4fb7b82256a2a84a17223fe5f Author: Translation commit bot Date: Mon Nov 26 18:47:04 2018 + Update translations for tbmanual-contentspot --- contents+fr.po | 70 +- 1 file changed, 35 insertions(+), 35

[tor-commits] [translation/tbmanual-contentspot_completed] Update translations for tbmanual-contentspot_completed

2018-11-26 Thread translation
commit 5a63d9be1595d40d5eed3c5dc4b46db7dceb0ca3 Author: Translation commit bot Date: Mon Nov 26 18:47:09 2018 + Update translations for tbmanual-contentspot_completed --- contents+fr.po | 70 +- 1 file changed, 35 insertions(+),

[tor-commits] [translation/bridgedb] Update translations for bridgedb

2018-11-26 Thread translation
commit dabe0a151927f22d2e71f94dca52297a0538e86e Author: Translation commit bot Date: Mon Nov 26 18:45:11 2018 + Update translations for bridgedb --- gu/LC_MESSAGES/bridgedb.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gu/LC_MESSAGES/bridgedb.po

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2018-11-26 Thread translation
commit 3adbcfd539987d83e91da4a6f98e41a64abae5fc Author: Translation commit bot Date: Mon Nov 26 18:45:21 2018 + Update translations for donatepages-messagespot --- locale/fr/LC_MESSAGES/messages.po | 234 +++--- 1 file changed, 117 insertions(+), 117

[tor-commits] [snowflake/master] Change go_import_path in travis since we have relative imports

2018-11-26 Thread arlo
commit 596d28b57628dc57dd44080bb50b435c27c48861 Author: Arlo Breault Date: Mon Nov 26 12:51:40 2018 -0500 Change go_import_path in travis since we have relative imports --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f570d54..2fc053b

[tor-commits] [snowflake/master] Bump version of golang in travis to v1.10

2018-11-26 Thread arlo
commit d821846cc43df1159524dd9540583d5b61e8df1b Author: Arlo Breault Date: Mon Nov 26 12:43:56 2018 -0500 Bump version of golang in travis to v1.10 The http2 package removed support for v1.8 in, https://github.com/golang/net/commit/22700d5518f6200cd1355b9d417285458095e8da

[tor-commits] [tpo/staging] Fix logo relative link

2018-11-26 Thread hiro
commit 681b1613826d12ad58e56c72d76e0af7e60d279d Author: hiro Date: Mon Nov 26 16:52:43 2018 +0100 Fix logo relative link --- i18n/contents.pot | 2 +- templates/navbar.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/contents.pot b/i18n/contents.pot

  1   2   >