[tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web

2019-10-22 Thread translation
commit 2bdcea8fd9baac9489371c7221bff7d9f122b11d Author: Translation commit bot Date: Tue Oct 22 14:52:58 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tpo-web --- contents+nl.po | 77 +- 1 file changed, 38 inserti

[tor-commits] [translation/bridgedb_completed] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb_completed

2019-10-22 Thread translation
commit 96a5dafb5f6a4a18e158e98d2e08f2b59697ecc3 Author: Translation commit bot Date: Tue Oct 22 14:45:22 2019 + https://gitweb.torproject.org/translation.git/commit/?h=bridgedb_completed --- mk/LC_MESSAGES/bridgedb.po | 90 +- 1 file changed,

[tor-commits] [translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb

2019-10-22 Thread translation
commit b898e94b08874c32d6b1a0ba85dbae3183f9d74b Author: Translation commit bot Date: Tue Oct 22 14:45:15 2019 + https://gitweb.torproject.org/translation.git/commit/?h=bridgedb --- mk/LC_MESSAGES/bridgedb.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/LC_

[tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web

2019-10-22 Thread translation
commit 8a3b6e94da993b36ef527399b5322d2826277298 Author: Translation commit bot Date: Tue Oct 22 14:23:20 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tpo-web --- contents+nl.po | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions

[tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web

2019-10-22 Thread translation
commit fdfa08abfb991984866af6517b447ec7d349c3f2 Author: Translation commit bot Date: Tue Oct 22 13:53:32 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tpo-web --- contents+nl.po | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/conten

[tor-commits] [translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web

2019-10-22 Thread translation
commit 7fd5bf4f8197505a2030ed7a850775a8c830ddd1 Author: Translation commit bot Date: Tue Oct 22 13:23:23 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tpo-web --- contents+nl.po | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/conte

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

2019-10-22 Thread nickm
commit 2d013bbe5cccaccf9ace0beec5a987fb80e850ad Merge: a1d534137 8162859ef Author: Nick Mathewson Date: Tue Oct 22 08:36:32 2019 -0400 Merge remote-tracking branch 'tor-github/pr/1417' changes/31147| 3 +++ src/feature/control/control_events.c | 5 - src/lib/bu

[tor-commits] [tor/master] Add changes file for #31147

2019-10-22 Thread nickm
commit 8162859ef727619493cfd9368214d3a769b338cb Author: Alexander Færøy Date: Wed Oct 16 18:07:28 2019 +0200 Add changes file for #31147 See: https://bugs.torproject.org/31147 --- changes/31147 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changes/31147 b/changes/31147

[tor-commits] [tor/master] Check tor_vasprintf for error return values.

2019-10-22 Thread nickm
commit d91ad5112e91bfed59bebb657feacac64d34494f Author: Tobias Stoeckmann Date: Wed Jul 10 20:39:57 2019 +0200 Check tor_vasprintf for error return values. In case of error, a negative value will be returned or NULL written into first supplied argument. This patch uses

[tor-commits] [tor/master] Stop overriding MaxClientCircuitsPending in tests.

2019-10-22 Thread nickm
commit 78bf01166386732273e817839327be53a84b26df Author: Nick Mathewson Date: Mon Oct 21 14:14:49 2019 -0400 Stop overriding MaxClientCircuitsPending in tests. Now that MaxClientCircuitsPending is set to the default value in the testing helper functions, the individual tests don

[tor-commits] [tor/master] Fix a memory leak introduced by changes to test_options.c

2019-10-22 Thread nickm
commit bd518b9ab1815a28cbc43a03924182bbca2c4a12 Author: Nick Mathewson Date: Mon Oct 21 18:28:08 2019 -0400 Fix a memory leak introduced by changes to test_options.c Since the FirewallPorts smartlist is now initialized, we can't just overwrite it. --- src/test/test_options.c |

[tor-commits] [tor/master] Fix up some Windows CI issues.

2019-10-22 Thread nickm
commit 5e2ffd6fd74aa27dee061199150e0625639f2240 Author: Nick Mathewson Date: Mon Oct 21 15:31:56 2019 -0400 Fix up some Windows CI issues. --- src/test/test_options.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/test/test_options.c b/src/test/test_option

[tor-commits] [tor/master] test_options.c: Remove TEST_OPTIONS_DEFAULT_VALUES

2019-10-22 Thread nickm
commit 171a741901d7368a4fbb6573ff7a6f3bbfd8341c Author: Nick Mathewson Date: Mon Oct 21 14:41:27 2019 -0400 test_options.c: Remove TEST_OPTIONS_DEFAULT_VALUES This finally became the empty string, since we no longer have to do anything in individual test_options.c tests to make

[tor-commits] [tor/master] Fix a memory leak introduced by the changes to test_options.c

2019-10-22 Thread nickm
commit cb13930f2bc21c09bc0e5a4a01487a4a9f82707f Author: Nick Mathewson Date: Mon Oct 21 18:28:53 2019 -0400 Fix a memory leak introduced by the changes to test_options.c Since this code passes the same options to options_validate() more than once, options_validate() needs to be

[tor-commits] [tor/master] Stop overriding ConnLimit in tests.

2019-10-22 Thread nickm
commit 8a8d74883704413bcceff0a0ba7f61ab41730123 Author: Nick Mathewson Date: Mon Oct 21 14:14:49 2019 -0400 Stop overriding ConnLimit in tests. Now that ConnLimit is set to the default value in the testing helper functions, the individual tests don't all need to make sure i

[tor-commits] [tor/master] Changes file for 32175 (test_options.c cleanup)

2019-10-22 Thread nickm
commit b064e0420ab363a5cd5832bac5e39dd1992c2b3c Author: Nick Mathewson Date: Mon Oct 21 14:46:04 2019 -0400 Changes file for 32175 (test_options.c cleanup) --- changes/bug32175 | 6 ++ 1 file changed, 6 insertions(+) diff --git a/changes/bug32175 b/changes/bug32175 new file mode 10064

[tor-commits] [tor/master] test_options.c: remove weird usage of ConnLimit

2019-10-22 Thread nickm
commit 56dddcbbcc08f7b3647c62c630a480f43ca249a5 Author: Nick Mathewson Date: Mon Oct 21 14:11:07 2019 -0400 test_options.c: remove weird usage of ConnLimit Several of our tests assumed that ConnLimit would be set to 0 by default, causing the default options not to be parseable.

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

2019-10-22 Thread nickm
commit a1d53413742840f4dab499531cb29a9d74c51b8a Merge: 65e80ce64 cb13930f2 Author: Nick Mathewson Date: Tue Oct 22 07:51:30 2019 -0400 Merge branch 'bug32175' changes/bug32175| 6 + src/app/config/config.c | 4 + src/test/test_options.c | 793 --

[tor-commits] [tor/master] Stop overriding KeepalivePeriod in tests.

2019-10-22 Thread nickm
commit b6efe37661020df8895467679c80aad6c3b2eb96 Author: Nick Mathewson Date: Mon Oct 21 14:14:49 2019 -0400 Stop overriding KeepalivePeriod in tests. Now that KeepalivePeriod is set to the default value in the testing helper functions, the individual tests don't all need to mak

[tor-commits] [tor/master] test_options.c: remove weird usage of MaxClientCircuitsPending

2019-10-22 Thread nickm
commit b501cd907f76a5b137182efbe0efdc7453c65148 Author: Nick Mathewson Date: Mon Oct 21 14:11:07 2019 -0400 test_options.c: remove weird usage of MaxClientCircuitsPending Several of our tests assumed that MaxClientCircuitsPending would be set to 0 by default, causing the defaul

[tor-commits] [tor/master] test_options: use testing options with (almost) real defaults.

2019-10-22 Thread nickm
commit a10e4d737e687fc848edbf27f2bada199545f77b Author: Nick Mathewson Date: Mon Oct 21 14:00:06 2019 -0400 test_options: use testing options with (almost) real defaults. Previously, we just used options set to all 0s, but this causes some pretty severe workarounds throughout t

[tor-commits] [tor/master] Remove a lot of cruft from TEST_OPTIONS_DEFAULT_VALUES.

2019-10-22 Thread nickm
commit 3f9920975f2b05c516deb892ff1b728c2a3c5146 Author: Nick Mathewson Date: Mon Oct 21 14:05:07 2019 -0400 Remove a lot of cruft from TEST_OPTIONS_DEFAULT_VALUES. This macro used to have a big list of "default" values that we needed to set in the test_options tests in order to

[tor-commits] [tor/master] test_options.c: remove weird usage of KeepalivePeriod.

2019-10-22 Thread nickm
commit 79cd5912287e77e0ce2cef404b77e0bb4922fadc Author: Nick Mathewson Date: Mon Oct 21 14:11:07 2019 -0400 test_options.c: remove weird usage of KeepalivePeriod. Several of our tests assumed that KeepalivePeriod would be set to 0 by default, causing the default options not to

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

2019-10-22 Thread nickm
commit 65e80ce6463b2ee0ed331535e5f50da52ce7d171 Merge: b3478a885 0bb2e7728 Author: Nick Mathewson Date: Tue Oct 22 07:50:42 2019 -0400 Merge branch 'from_setconf_removal_squashed' changes/ticket31999 | 6 ++ src/app/config/config.c | 68 --- src/app/config/con

[tor-commits] [tor/master] Extract log-granularity code into its own function.

2019-10-22 Thread nickm
commit 6d15fab2dc377503aa20086723b6faf41a0a0d34 Author: Nick Mathewson Date: Mon Oct 21 11:58:53 2019 -0400 Extract log-granularity code into its own function. This pleases practracker. --- src/app/config/config.c | 45 ++--- 1 file changed,

[tor-commits] [tor/master] Make a pair of add_*_log() functions mockable.

2019-10-22 Thread nickm
commit f4fc633937b56e52087c0e1c7a962a3a8cd7d2d4 Author: Nick Mathewson Date: Mon Oct 21 11:42:20 2019 -0400 Make a pair of add_*_log() functions mockable. --- src/lib/log/log.c | 18 +- src/lib/log/log.h | 14 -- 2 files changed, 17 insertions(+), 15 deletions(-

[tor-commits] [tor/master] Replace add_temp_log() with add_default_log().

2019-10-22 Thread nickm
commit 3a73f6612aad051e0d9a9228a136e06720748c16 Author: Nick Mathewson Date: Thu Oct 17 12:30:52 2019 -0400 Replace add_temp_log() with add_default_log(). We used to have this function so that we could mark our initial log-to-stdout as specifically temporary so that we would de

[tor-commits] [tor/master] Make options_init_logs STATIC for testing.

2019-10-22 Thread nickm
commit ac3136a6fb52500d849db7622b4af0af42038a91 Author: Nick Mathewson Date: Thu Oct 17 15:28:07 2019 -0400 Make options_init_logs STATIC for testing. --- src/app/config/config.c | 4 +--- src/app/config/config.h | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ap

[tor-commits] [tor/master] Update tests to handle new interpretation of quiet_level.

2019-10-22 Thread nickm
commit 98c3b3bb4ca7679a5045f285db7fd30b5d069615 Author: Nick Mathewson Date: Thu Oct 17 13:23:11 2019 -0400 Update tests to handle new interpretation of quiet_level. Two things needed to be changed. First, we used to set quiet_level to the default (QUIET_NONE) when running tes

[tor-commits] [tor/master] Add tests for options_init_logs()

2019-10-22 Thread nickm
commit 9ac2c71cbd4f2acd6b066bdbe0d37c8576dc9930 Author: Nick Mathewson Date: Mon Oct 21 11:42:40 2019 -0400 Add tests for options_init_logs() --- src/test/test_options.c | 190 1 file changed, 190 insertions(+) diff --git a/src/test/test_op

[tor-commits] [tor/master] changes file for 31999

2019-10-22 Thread nickm
commit 0bb2e77283abb6a7550eb9615df1d7360e7dcbbb Author: Nick Mathewson Date: Mon Oct 21 12:07:44 2019 -0400 changes file for 31999 --- changes/ticket31999 | 6 ++ 1 file changed, 6 insertions(+) diff --git a/changes/ticket31999 b/changes/ticket31999 new file mode 100644 index

[tor-commits] [tor/master] Rationalize handling of quiet_level in config.c

2019-10-22 Thread nickm
commit e07b19d3055f9ce080efaf2295f1ca096b10db3c Author: Nick Mathewson Date: Thu Oct 17 13:13:52 2019 -0400 Rationalize handling of quiet_level in config.c Formerly, we would use quiet_level as an excuse to rewrite the log configuration, adding a default log line if none existe

[tor-commits] [tor/master] Move code to add default log into quiet_level.c

2019-10-22 Thread nickm
commit db18ff91208e0065c38e5f4d0dd57eb8a0ae513c Author: Nick Mathewson Date: Thu Oct 17 12:48:39 2019 -0400 Move code to add default log into quiet_level.c I'm about to unify the code for handling this between main.c and config.c. --- src/app/config/quiet_level.c | 33

[tor-commits] [tor/release-0.4.2] Merge branch 'ticket32177_041' into ticket32177_042

2019-10-22 Thread teor
commit 8f84999f581d8dc51d4636f4b02aea2748448802 Merge: 7a35c8d8b 86b171473 Author: teor Date: Tue Oct 22 19:44:58 2019 +1000 Merge branch 'ticket32177_041' into ticket32177_042 Merge RUST_VERSION from maint-0.4.2 into disabled macOS rust build from ticket32177_041. .travis.ym

[tor-commits] [torspec/master] Remove outdated note.

2019-10-22 Thread teor
commit 7c79571dd28656a6942cb15d8b8c71f4afe46820 Author: Philipp Winter Date: Thu Sep 19 12:56:04 2019 -0700 Remove outdated note. BridgeDB supports bridge-distribution lines since version 0.5.0: --- dir-spec.txt | 2 +- 1 file changed, 1 ins

[tor-commits] [tor/release-0.4.2] Travis: Disable the Rust macOS build

2019-10-22 Thread teor
commit 4c4a0d50ff4fd01862b78e8cbfaabfa9e4d4ae12 Author: teor Date: Tue Oct 22 19:38:50 2019 +1000 Travis: Disable the Rust macOS build This build was added in 0.3.5. We need to mitigate slow scheduling of Travis macOS jobs. Closes ticket 32177. --- .travis.yml |

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

2019-10-22 Thread teor
commit bed439013394dc083c525d91129868071619c39b Merge: 4c4a0d50f f420b60c1 Author: teor Date: Tue Oct 22 20:47:44 2019 +1000 Merge remote-tracking branch 'origin/maint-0.3.5' into maint-0.3.5 .appveyor.yml | 8 changes/ticket32086 | 3 +++ 2 files changed, 7 insertions(+),

[tor-commits] [tor/release-0.4.2] Travis: Disable all but one macOS build

2019-10-22 Thread teor
commit 511aeba8eeb24a953228e00917f64703059a7673 Author: teor Date: Tue Oct 22 19:34:47 2019 +1000 Travis: Disable all but one macOS build We need to mitigate slow scheduling of Travis macOS jobs. Closes ticket 32177. --- .travis.yml | 5 +++-- changes/ticket32177

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

2019-10-22 Thread teor
commit 9bb0ca122f13255982566b440b0b9d03b6a9e44b Merge: 89ead08ee bed439013 Author: teor Date: Tue Oct 22 20:48:05 2019 +1000 Merge branch 'maint-0.3.5' into maint-0.4.0 .travis.yml | 12 +++- changes/ticket32177 | 3 +++ 2 files changed, 10 insertions(+), 5 deletions(-)

[tor-commits] [torspec/master] Merge remote-tracking branch 'NullHypothesis/fix/31807' into master

2019-10-22 Thread teor
commit e88766eb0f054aac304827f16d35f8cfdf0bd5fe Merge: b7cfa86 7c79571 Author: teor Date: Tue Oct 22 20:53:17 2019 +1000 Merge remote-tracking branch 'NullHypothesis/fix/31807' into master dir-spec.txt | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) ___

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

2019-10-22 Thread teor
commit 8e0190d837ec5b083595a5b002c69986e5bbe9d2 Merge: 4c4a0d50f f420b60c1 Author: teor Date: Tue Oct 22 19:43:18 2019 +1000 Merge branch 'maint-0.3.5' into ticket32177_035 .appveyor.yml | 8 changes/ticket32086 | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) _

[tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.0' into maint-0.4.1

2019-10-22 Thread teor
commit 2318bb237fa9ce908efdb0cf89dbeaffe3871939 Merge: 53aa15963 9bb0ca122 Author: teor Date: Tue Oct 22 20:48:13 2019 +1000 Merge branch 'maint-0.4.0' into maint-0.4.1 .travis.yml | 12 +++- changes/ticket32177 | 3 +++ 2 files changed, 10 insertions(+), 5 deletions(-)

[tor-commits] [tor/release-0.4.2] Merge branch 'ticket32177_040' into ticket32177_041

2019-10-22 Thread teor
commit 86b1714731f0e2679be4ab1a8aa7cb62730ba4bb Merge: 53aa15963 868bcc24e Author: teor Date: Tue Oct 22 19:43:38 2019 +1000 Merge branch 'ticket32177_040' into ticket32177_041 .travis.yml | 12 +++- changes/ticket32177 | 3 +++ 2 files changed, 10 insertions(+), 5 deleti

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

2019-10-22 Thread teor
commit a2f666aa2516049df7cf831d6d21d7ee5d1a68e4 Merge: 1bdab6819 2318bb237 Author: teor Date: Tue Oct 22 20:48:16 2019 +1000 Merge branch 'maint-0.4.1' into release-0.4.1 .travis.yml | 12 +++- changes/ticket32177 | 3 +++ 2 files changed, 10 insertions(+), 5 deletions(-)

[tor-commits] [tor/release-0.4.0] Travis: Disable all but one macOS build

2019-10-22 Thread teor
commit 511aeba8eeb24a953228e00917f64703059a7673 Author: teor Date: Tue Oct 22 19:34:47 2019 +1000 Travis: Disable all but one macOS build We need to mitigate slow scheduling of Travis macOS jobs. Closes ticket 32177. --- .travis.yml | 5 +++-- changes/ticket32177

[tor-commits] [tor/release-0.3.5] Travis: Disable the Rust macOS build

2019-10-22 Thread teor
commit 4c4a0d50ff4fd01862b78e8cbfaabfa9e4d4ae12 Author: teor Date: Tue Oct 22 19:38:50 2019 +1000 Travis: Disable the Rust macOS build This build was added in 0.3.5. We need to mitigate slow scheduling of Travis macOS jobs. Closes ticket 32177. --- .travis.yml |

[tor-commits] [tor/maint-0.4.2] Merge branch 'ticket32177_040' into ticket32177_041

2019-10-22 Thread teor
commit 86b1714731f0e2679be4ab1a8aa7cb62730ba4bb Merge: 53aa15963 868bcc24e Author: teor Date: Tue Oct 22 19:43:38 2019 +1000 Merge branch 'ticket32177_040' into ticket32177_041 .travis.yml | 12 +++- changes/ticket32177 | 3 +++ 2 files changed, 10 insertions(+), 5 deleti

[tor-commits] [tor/maint-0.4.2] Merge remote-tracking branch 'origin/maint-0.3.5' into maint-0.3.5

2019-10-22 Thread teor
commit bed439013394dc083c525d91129868071619c39b Merge: 4c4a0d50f f420b60c1 Author: teor Date: Tue Oct 22 20:47:44 2019 +1000 Merge remote-tracking branch 'origin/maint-0.3.5' into maint-0.3.5 .appveyor.yml | 8 changes/ticket32086 | 3 +++ 2 files changed, 7 insertions(+),

[tor-commits] [tor/release-0.4.0] Merge remote-tracking branch 'origin/maint-0.3.5' into maint-0.3.5

2019-10-22 Thread teor
commit bed439013394dc083c525d91129868071619c39b Merge: 4c4a0d50f f420b60c1 Author: teor Date: Tue Oct 22 20:47:44 2019 +1000 Merge remote-tracking branch 'origin/maint-0.3.5' into maint-0.3.5 .appveyor.yml | 8 changes/ticket32086 | 3 +++ 2 files changed, 7 insertions(+),

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

2019-10-22 Thread teor
commit 14ba43f92edf54343c7358d7c32f5f0993c9a5ae Merge: 73b18f1f1 511aeba8e Author: teor Date: Tue Oct 22 20:46:08 2019 +1000 Merge branch 'maint-0.2.9' into release-0.2.9 .travis.yml | 5 +++-- changes/ticket32177 | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-)

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

2019-10-22 Thread teor
commit 92ad87b8082423af2b9873c921eebce5cc5fe296 Merge: 4b8e5ea0d 511aeba8e Author: teor Date: Tue Oct 22 19:37:32 2019 +1000 Merge branch 'ticket32177_029' into ticket32177_035 Stem from maint-0.3.5, disabled macOS chutney from ticket32177_029. .travis.yml | 5 +++-- chan

[tor-commits] [tor/release-0.2.9] Travis: Disable all but one macOS build

2019-10-22 Thread teor
commit 511aeba8eeb24a953228e00917f64703059a7673 Author: teor Date: Tue Oct 22 19:34:47 2019 +1000 Travis: Disable all but one macOS build We need to mitigate slow scheduling of Travis macOS jobs. Closes ticket 32177. --- .travis.yml | 5 +++-- changes/ticket32177

[tor-commits] [tor/maint-0.4.2] Merge branch 'maint-0.4.0' into maint-0.4.1

2019-10-22 Thread teor
commit 2318bb237fa9ce908efdb0cf89dbeaffe3871939 Merge: 53aa15963 9bb0ca122 Author: teor Date: Tue Oct 22 20:48:13 2019 +1000 Merge branch 'maint-0.4.0' into maint-0.4.1 .travis.yml | 12 +++- changes/ticket32177 | 3 +++ 2 files changed, 10 insertions(+), 5 deletions(-)

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

2019-10-22 Thread teor
commit 92ad87b8082423af2b9873c921eebce5cc5fe296 Merge: 4b8e5ea0d 511aeba8e Author: teor Date: Tue Oct 22 19:37:32 2019 +1000 Merge branch 'ticket32177_029' into ticket32177_035 Stem from maint-0.3.5, disabled macOS chutney from ticket32177_029. .travis.yml | 5 +++-- chan

[tor-commits] [tor/maint-0.4.1] Merge branch 'ticket32177_029' into ticket32177_035

2019-10-22 Thread teor
commit 92ad87b8082423af2b9873c921eebce5cc5fe296 Merge: 4b8e5ea0d 511aeba8e Author: teor Date: Tue Oct 22 19:37:32 2019 +1000 Merge branch 'ticket32177_029' into ticket32177_035 Stem from maint-0.3.5, disabled macOS chutney from ticket32177_029. .travis.yml | 5 +++-- chan

[tor-commits] [tor/maint-0.4.2] Merge branch 'ticket32177_041' into ticket32177_042

2019-10-22 Thread teor
commit 8f84999f581d8dc51d4636f4b02aea2748448802 Merge: 7a35c8d8b 86b171473 Author: teor Date: Tue Oct 22 19:44:58 2019 +1000 Merge branch 'ticket32177_041' into ticket32177_042 Merge RUST_VERSION from maint-0.4.2 into disabled macOS rust build from ticket32177_041. .travis.ym

[tor-commits] [tor/maint-0.4.1] Travis: Disable all but one macOS build

2019-10-22 Thread teor
commit 511aeba8eeb24a953228e00917f64703059a7673 Author: teor Date: Tue Oct 22 19:34:47 2019 +1000 Travis: Disable all but one macOS build We need to mitigate slow scheduling of Travis macOS jobs. Closes ticket 32177. --- .travis.yml | 5 +++-- changes/ticket32177

[tor-commits] [tor/release-0.3.5] Travis: Disable all but one macOS build

2019-10-22 Thread teor
commit 511aeba8eeb24a953228e00917f64703059a7673 Author: teor Date: Tue Oct 22 19:34:47 2019 +1000 Travis: Disable all but one macOS build We need to mitigate slow scheduling of Travis macOS jobs. Closes ticket 32177. --- .travis.yml | 5 +++-- changes/ticket32177

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

2019-10-22 Thread teor
commit bed439013394dc083c525d91129868071619c39b Merge: 4c4a0d50f f420b60c1 Author: teor Date: Tue Oct 22 20:47:44 2019 +1000 Merge remote-tracking branch 'origin/maint-0.3.5' into maint-0.3.5 .appveyor.yml | 8 changes/ticket32086 | 3 +++ 2 files changed, 7 insertions(+),

[tor-commits] [tor/maint-0.4.2] Travis: Disable the Rust macOS build

2019-10-22 Thread teor
commit 4c4a0d50ff4fd01862b78e8cbfaabfa9e4d4ae12 Author: teor Date: Tue Oct 22 19:38:50 2019 +1000 Travis: Disable the Rust macOS build This build was added in 0.3.5. We need to mitigate slow scheduling of Travis macOS jobs. Closes ticket 32177. --- .travis.yml |

[tor-commits] [tor/maint-0.4.0] Merge branch 'ticket32177_029' into ticket32177_035

2019-10-22 Thread teor
commit 92ad87b8082423af2b9873c921eebce5cc5fe296 Merge: 4b8e5ea0d 511aeba8e Author: teor Date: Tue Oct 22 19:37:32 2019 +1000 Merge branch 'ticket32177_029' into ticket32177_035 Stem from maint-0.3.5, disabled macOS chutney from ticket32177_029. .travis.yml | 5 +++-- chan

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

2019-10-22 Thread teor
commit 9bb0ca122f13255982566b440b0b9d03b6a9e44b Merge: 89ead08ee bed439013 Author: teor Date: Tue Oct 22 20:48:05 2019 +1000 Merge branch 'maint-0.3.5' into maint-0.4.0 .travis.yml | 12 +++- changes/ticket32177 | 3 +++ 2 files changed, 10 insertions(+), 5 deletions(-)

[tor-commits] [tor/maint-0.4.0] Merge remote-tracking branch 'origin/maint-0.3.5' into maint-0.3.5

2019-10-22 Thread teor
commit bed439013394dc083c525d91129868071619c39b Merge: 4c4a0d50f f420b60c1 Author: teor Date: Tue Oct 22 20:47:44 2019 +1000 Merge remote-tracking branch 'origin/maint-0.3.5' into maint-0.3.5 .appveyor.yml | 8 changes/ticket32086 | 3 +++ 2 files changed, 7 insertions(+),

[tor-commits] [tor/maint-0.3.5] Travis: Disable all but one macOS build

2019-10-22 Thread teor
commit 511aeba8eeb24a953228e00917f64703059a7673 Author: teor Date: Tue Oct 22 19:34:47 2019 +1000 Travis: Disable all but one macOS build We need to mitigate slow scheduling of Travis macOS jobs. Closes ticket 32177. --- .travis.yml | 5 +++-- changes/ticket32177

[tor-commits] [tor/maint-0.4.2] Travis: Disable all but one macOS build

2019-10-22 Thread teor
commit 511aeba8eeb24a953228e00917f64703059a7673 Author: teor Date: Tue Oct 22 19:34:47 2019 +1000 Travis: Disable all but one macOS build We need to mitigate slow scheduling of Travis macOS jobs. Closes ticket 32177. --- .travis.yml | 5 +++-- changes/ticket32177

[tor-commits] [tor/maint-0.4.2] Merge branch 'ticket32177_035' into ticket32177_040

2019-10-22 Thread teor
commit 868bcc24e512f20492ff21e9267d92e8b9e20128 Merge: 89ead08ee 8e0190d83 Author: teor Date: Tue Oct 22 19:43:33 2019 +1000 Merge branch 'ticket32177_035' into ticket32177_040 .travis.yml | 12 +++- changes/ticket32177 | 3 +++ 2 files changed, 10 insertions(+), 5 deleti

[tor-commits] [tor/maint-0.4.1] Merge remote-tracking branch 'origin/maint-0.3.5' into maint-0.3.5

2019-10-22 Thread teor
commit bed439013394dc083c525d91129868071619c39b Merge: 4c4a0d50f f420b60c1 Author: teor Date: Tue Oct 22 20:47:44 2019 +1000 Merge remote-tracking branch 'origin/maint-0.3.5' into maint-0.3.5 .appveyor.yml | 8 changes/ticket32086 | 3 +++ 2 files changed, 7 insertions(+),

[tor-commits] [tor/maint-0.4.1] Travis: Disable the Rust macOS build

2019-10-22 Thread teor
commit 4c4a0d50ff4fd01862b78e8cbfaabfa9e4d4ae12 Author: teor Date: Tue Oct 22 19:38:50 2019 +1000 Travis: Disable the Rust macOS build This build was added in 0.3.5. We need to mitigate slow scheduling of Travis macOS jobs. Closes ticket 32177. --- .travis.yml |

[tor-commits] [tor/maint-0.4.2] Merge branch 'ticket32177_029' into ticket32177_035

2019-10-22 Thread teor
commit 92ad87b8082423af2b9873c921eebce5cc5fe296 Merge: 4b8e5ea0d 511aeba8e Author: teor Date: Tue Oct 22 19:37:32 2019 +1000 Merge branch 'ticket32177_029' into ticket32177_035 Stem from maint-0.3.5, disabled macOS chutney from ticket32177_029. .travis.yml | 5 +++-- chan

[tor-commits] [tor/release-0.4.1] Merge branch 'ticket32177_029' into ticket32177_035

2019-10-22 Thread teor
commit 92ad87b8082423af2b9873c921eebce5cc5fe296 Merge: 4b8e5ea0d 511aeba8e Author: teor Date: Tue Oct 22 19:37:32 2019 +1000 Merge branch 'ticket32177_029' into ticket32177_035 Stem from maint-0.3.5, disabled macOS chutney from ticket32177_029. .travis.yml | 5 +++-- chan

[tor-commits] [torspec/master] Remove "hyphae" bridge distribution method.

2019-10-22 Thread teor
commit f09e55ca97fef08bf68c0c2889b917e7b8bd6a08 Author: Philipp Winter Date: Thu Sep 19 12:55:09 2019 -0700 Remove "hyphae" bridge distribution method. This bridge distribution method was never finished: --- dir-spec.txt | 10 -- 1 f

[tor-commits] [tor/maint-0.4.0] Travis: Disable all but one macOS build

2019-10-22 Thread teor
commit 511aeba8eeb24a953228e00917f64703059a7673 Author: teor Date: Tue Oct 22 19:34:47 2019 +1000 Travis: Disable all but one macOS build We need to mitigate slow scheduling of Travis macOS jobs. Closes ticket 32177. --- .travis.yml | 5 +++-- changes/ticket32177

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

2019-10-22 Thread teor
commit 0403a2f359d0c03b9f240df234eb0a1503294830 Merge: f20e61020 f98b59524 Author: teor Date: Tue Oct 22 20:48:23 2019 +1000 Merge branch 'maint-0.4.2' into release-0.4.2 .travis.yml | 12 +++- changes/ticket32177 | 3 +++ 2 files changed, 10 insertions(+), 5 deletions(-)

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

2019-10-22 Thread teor
commit 2318bb237fa9ce908efdb0cf89dbeaffe3871939 Merge: 53aa15963 9bb0ca122 Author: teor Date: Tue Oct 22 20:48:13 2019 +1000 Merge branch 'maint-0.4.0' into maint-0.4.1 .travis.yml | 12 +++- changes/ticket32177 | 3 +++ 2 files changed, 10 insertions(+), 5 deletions(-)

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

2019-10-22 Thread teor
commit af3ab180bf89c59402e90760ec02cc91ddf94573 Merge: f05cfda3e 9bb0ca122 Author: teor Date: Tue Oct 22 20:48:09 2019 +1000 Merge branch 'maint-0.4.0' into release-0.4.0 .travis.yml | 12 +++- changes/ticket32177 | 3 +++ 2 files changed, 10 insertions(+), 5 deletions(-)

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

2019-10-22 Thread teor
commit f98b59524c44843d992688562fde27cbbedc11f9 Merge: 8f84999f5 2318bb237 Author: teor Date: Tue Oct 22 20:48:20 2019 +1000 Merge branch 'maint-0.4.1' into maint-0.4.2 ___ tor-commits mailing list tor-commits@lists.torproject.org https://list

[tor-commits] [tor/release-0.4.2] Merge branch 'ticket32177_029' into ticket32177_035

2019-10-22 Thread teor
commit 92ad87b8082423af2b9873c921eebce5cc5fe296 Merge: 4b8e5ea0d 511aeba8e Author: teor Date: Tue Oct 22 19:37:32 2019 +1000 Merge branch 'ticket32177_029' into ticket32177_035 Stem from maint-0.3.5, disabled macOS chutney from ticket32177_029. .travis.yml | 5 +++-- chan

[tor-commits] [tor/release-0.4.2] Merge branch 'ticket32177_035' into ticket32177_040

2019-10-22 Thread teor
commit 868bcc24e512f20492ff21e9267d92e8b9e20128 Merge: 89ead08ee 8e0190d83 Author: teor Date: Tue Oct 22 19:43:33 2019 +1000 Merge branch 'ticket32177_035' into ticket32177_040 .travis.yml | 12 +++- changes/ticket32177 | 3 +++ 2 files changed, 10 insertions(+), 5 deleti

[tor-commits] [tor/release-0.4.1] Travis: Disable the Rust macOS build

2019-10-22 Thread teor
commit 4c4a0d50ff4fd01862b78e8cbfaabfa9e4d4ae12 Author: teor Date: Tue Oct 22 19:38:50 2019 +1000 Travis: Disable the Rust macOS build This build was added in 0.3.5. We need to mitigate slow scheduling of Travis macOS jobs. Closes ticket 32177. --- .travis.yml |

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

2019-10-22 Thread teor
commit 9bb0ca122f13255982566b440b0b9d03b6a9e44b Merge: 89ead08ee bed439013 Author: teor Date: Tue Oct 22 20:48:05 2019 +1000 Merge branch 'maint-0.3.5' into maint-0.4.0 .travis.yml | 12 +++- changes/ticket32177 | 3 +++ 2 files changed, 10 insertions(+), 5 deletions(-)

[tor-commits] [tor/release-0.4.1] Merge remote-tracking branch 'origin/maint-0.3.5' into maint-0.3.5

2019-10-22 Thread teor
commit bed439013394dc083c525d91129868071619c39b Merge: 4c4a0d50f f420b60c1 Author: teor Date: Tue Oct 22 20:47:44 2019 +1000 Merge remote-tracking branch 'origin/maint-0.3.5' into maint-0.3.5 .appveyor.yml | 8 changes/ticket32086 | 3 +++ 2 files changed, 7 insertions(+),

[tor-commits] [tor/release-0.4.2] Merge remote-tracking branch 'origin/maint-0.3.5' into maint-0.3.5

2019-10-22 Thread teor
commit bed439013394dc083c525d91129868071619c39b Merge: 4c4a0d50f f420b60c1 Author: teor Date: Tue Oct 22 20:47:44 2019 +1000 Merge remote-tracking branch 'origin/maint-0.3.5' into maint-0.3.5 .appveyor.yml | 8 changes/ticket32086 | 3 +++ 2 files changed, 7 insertions(+),

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

2019-10-22 Thread teor
commit 9bb0ca122f13255982566b440b0b9d03b6a9e44b Merge: 89ead08ee bed439013 Author: teor Date: Tue Oct 22 20:48:05 2019 +1000 Merge branch 'maint-0.3.5' into maint-0.4.0 .travis.yml | 12 +++- changes/ticket32177 | 3 +++ 2 files changed, 10 insertions(+), 5 deletions(-)

[tor-commits] [tor/release-0.4.0] Merge branch 'ticket32177_029' into ticket32177_035

2019-10-22 Thread teor
commit 92ad87b8082423af2b9873c921eebce5cc5fe296 Merge: 4b8e5ea0d 511aeba8e Author: teor Date: Tue Oct 22 19:37:32 2019 +1000 Merge branch 'ticket32177_029' into ticket32177_035 Stem from maint-0.3.5, disabled macOS chutney from ticket32177_029. .travis.yml | 5 +++-- chan

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

2019-10-22 Thread teor
commit 9bb0ca122f13255982566b440b0b9d03b6a9e44b Merge: 89ead08ee bed439013 Author: teor Date: Tue Oct 22 20:48:05 2019 +1000 Merge branch 'maint-0.3.5' into maint-0.4.0 .travis.yml | 12 +++- changes/ticket32177 | 3 +++ 2 files changed, 10 insertions(+), 5 deletions(-)

[tor-commits] [tor/release-0.4.1] Travis: Disable all but one macOS build

2019-10-22 Thread teor
commit 511aeba8eeb24a953228e00917f64703059a7673 Author: teor Date: Tue Oct 22 19:34:47 2019 +1000 Travis: Disable all but one macOS build We need to mitigate slow scheduling of Travis macOS jobs. Closes ticket 32177. --- .travis.yml | 5 +++-- changes/ticket32177

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

2019-10-22 Thread teor
commit e3012d5e3773b4ee8e15a7c4c57f5a7a534a918d Merge: b10646705 bed439013 Author: teor Date: Tue Oct 22 20:48:00 2019 +1000 Merge branch 'maint-0.3.5' into release-0.3.5 .travis.yml | 12 +++- changes/ticket32177 | 3 +++ 2 files changed, 10 insertions(+), 5 deletions(-)

[tor-commits] [tor/release-0.4.0] Travis: Disable the Rust macOS build

2019-10-22 Thread teor
commit 4c4a0d50ff4fd01862b78e8cbfaabfa9e4d4ae12 Author: teor Date: Tue Oct 22 19:38:50 2019 +1000 Travis: Disable the Rust macOS build This build was added in 0.3.5. We need to mitigate slow scheduling of Travis macOS jobs. Closes ticket 32177. --- .travis.yml |

[tor-commits] [tor/maint-0.4.2] Merge branch 'maint-0.4.1' into maint-0.4.2

2019-10-22 Thread teor
commit f98b59524c44843d992688562fde27cbbedc11f9 Merge: 8f84999f5 2318bb237 Author: teor Date: Tue Oct 22 20:48:20 2019 +1000 Merge branch 'maint-0.4.1' into maint-0.4.2 ___ tor-commits mailing list tor-commits@lists.torproject.org https://lists.t

[tor-commits] [tor/maint-0.4.0] Travis: Disable the Rust macOS build

2019-10-22 Thread teor
commit 4c4a0d50ff4fd01862b78e8cbfaabfa9e4d4ae12 Author: teor Date: Tue Oct 22 19:38:50 2019 +1000 Travis: Disable the Rust macOS build This build was added in 0.3.5. We need to mitigate slow scheduling of Travis macOS jobs. Closes ticket 32177. --- .travis.yml |

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

2019-10-22 Thread teor
commit 9bb0ca122f13255982566b440b0b9d03b6a9e44b Merge: 89ead08ee bed439013 Author: teor Date: Tue Oct 22 20:48:05 2019 +1000 Merge branch 'maint-0.3.5' into maint-0.4.0 .travis.yml | 12 +++- changes/ticket32177 | 3 +++ 2 files changed, 10 insertions(+), 5 deletions(-)

[tor-commits] [tor/maint-0.4.1] Merge branch 'maint-0.4.0' into maint-0.4.1

2019-10-22 Thread teor
commit 2318bb237fa9ce908efdb0cf89dbeaffe3871939 Merge: 53aa15963 9bb0ca122 Author: teor Date: Tue Oct 22 20:48:13 2019 +1000 Merge branch 'maint-0.4.0' into maint-0.4.1 .travis.yml | 12 +++- changes/ticket32177 | 3 +++ 2 files changed, 10 insertions(+), 5 deletions(-)

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

2019-10-22 Thread teor
commit 8e0190d837ec5b083595a5b002c69986e5bbe9d2 Merge: 4c4a0d50f f420b60c1 Author: teor Date: Tue Oct 22 19:43:18 2019 +1000 Merge branch 'maint-0.3.5' into ticket32177_035 .appveyor.yml | 8 changes/ticket32086 | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) _

[tor-commits] [tor/maint-0.2.9] Travis: Disable all but one macOS build

2019-10-22 Thread teor
commit 511aeba8eeb24a953228e00917f64703059a7673 Author: teor Date: Tue Oct 22 19:34:47 2019 +1000 Travis: Disable all but one macOS build We need to mitigate slow scheduling of Travis macOS jobs. Closes ticket 32177. --- .travis.yml | 5 +++-- changes/ticket32177

[tor-commits] [tor/master] Merge branch 'maint-0.4.1' into maint-0.4.2

2019-10-22 Thread teor
commit f98b59524c44843d992688562fde27cbbedc11f9 Merge: 8f84999f5 2318bb237 Author: teor Date: Tue Oct 22 20:48:20 2019 +1000 Merge branch 'maint-0.4.1' into maint-0.4.2 ___ tor-commits mailing list tor-commits@lists.torproject.org https://list

[tor-commits] [tor/maint-0.3.5] Travis: Disable the Rust macOS build

2019-10-22 Thread teor
commit 4c4a0d50ff4fd01862b78e8cbfaabfa9e4d4ae12 Author: teor Date: Tue Oct 22 19:38:50 2019 +1000 Travis: Disable the Rust macOS build This build was added in 0.3.5. We need to mitigate slow scheduling of Travis macOS jobs. Closes ticket 32177. --- .travis.yml |

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

2019-10-22 Thread teor
commit b3478a8856cc54158fdfe0f19818e6552883d161 Merge: b4e1dc747 f98b59524 Author: teor Date: Tue Oct 22 20:48:26 2019 +1000 Merge branch 'maint-0.4.2' .travis.yml | 12 +++- changes/ticket32177 | 3 +++ 2 files changed, 10 insertions(+), 5 deletions(-) _

[tor-commits] [tor/master] Merge branch 'ticket32177_040' into ticket32177_041

2019-10-22 Thread teor
commit 86b1714731f0e2679be4ab1a8aa7cb62730ba4bb Merge: 53aa15963 868bcc24e Author: teor Date: Tue Oct 22 19:43:38 2019 +1000 Merge branch 'ticket32177_040' into ticket32177_041 .travis.yml | 12 +++- changes/ticket32177 | 3 +++ 2 files changed, 10 insertions(+), 5 deleti

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

2019-10-22 Thread teor
commit bed439013394dc083c525d91129868071619c39b Merge: 4c4a0d50f f420b60c1 Author: teor Date: Tue Oct 22 20:47:44 2019 +1000 Merge remote-tracking branch 'origin/maint-0.3.5' into maint-0.3.5 .appveyor.yml | 8 changes/ticket32086 | 3 +++ 2 files changed, 7 insertions(+),

[tor-commits] [tor/master] Merge branch 'ticket32177_035' into ticket32177_040

2019-10-22 Thread teor
commit 868bcc24e512f20492ff21e9267d92e8b9e20128 Merge: 89ead08ee 8e0190d83 Author: teor Date: Tue Oct 22 19:43:33 2019 +1000 Merge branch 'ticket32177_035' into ticket32177_040 .travis.yml | 12 +++- changes/ticket32177 | 3 +++ 2 files changed, 10 insertions(+), 5 deleti

<    1   2   3   4   5   6   >