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

2018-04-24 Thread translation
commit 89dbe40be55680bf834e58cae12d48e70d41c3cd Author: Translation commit bot Date: Tue Apr 24 22:20:24 2018 + Update translations for support-tbb --- sk_SK.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sk_SK.json b/sk_SK.json index 673937e56..b3ce18d84 1006

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

2018-04-24 Thread translation
commit a9a48273b4bdced9799b2ffa49ffa8575e900568 Author: Translation commit bot Date: Tue Apr 24 22:19:42 2018 + Update translations for support-censorship --- sk_SK.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sk_SK.json b/sk_SK.json index 121cc9918..fd2cf15

[tor-commits] [translation/tor-browser-manual] Update translations for tor-browser-manual

2018-04-24 Thread translation
commit 401fdeaa1d77f0e2403aacb1f372ec119e7e578d Author: Translation commit bot Date: Tue Apr 24 20:19:52 2018 + Update translations for tor-browser-manual --- sk_SK/sk_SK.po | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sk_SK/sk_SK.po b/sk_SK/sk_SK.po

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

2018-04-24 Thread translation
commit c3b220a2a451688e4f79dd47834db0b3407d587d Author: Translation commit bot Date: Tue Apr 24 20:20:07 2018 + Update translations for support-connecting --- sk_SK.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sk_SK.json b/sk_SK.json index 4d3e7f911..958

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

2018-04-24 Thread translation
commit 80b49e1f6aa65c58f2515e298208b2a194ca29d3 Author: Translation commit bot Date: Tue Apr 24 19:51:00 2018 + Update translations for support-tormobile --- sk_SK.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sk_SK.json b/sk_SK.json index d832318fe..a203

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

2018-04-24 Thread translation
commit 9f1aa8af855fa6402481cf89ce56adb93d20579f Author: Translation commit bot Date: Tue Apr 24 19:50:52 2018 + Update translations for support-tormessenger --- sk_SK.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sk_SK.json b/sk_SK.json index bbad42d5c.

[tor-commits] [translation/tor-browser-manual] Update translations for tor-browser-manual

2018-04-24 Thread translation
commit cd980709cf550fb035fa545a165a80471481ddd9 Author: Translation commit bot Date: Tue Apr 24 19:49:48 2018 + Update translations for tor-browser-manual --- sk_SK/sk_SK.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sk_SK/sk_SK.po b/sk_SK/sk_SK.po index

[tor-commits] [translation/tor-launcher-network-settings] Update translations for tor-launcher-network-settings

2018-04-24 Thread translation
commit 60d22e53671bc4c9cb875b3068006ca407e73601 Author: Translation commit bot Date: Tue Apr 24 19:46:39 2018 + Update translations for tor-launcher-network-settings --- sk_SK/network-settings.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sk_SK/network-setting

[tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator

2018-04-24 Thread translation
commit 4755db372b9da2e84111b4f22dd1b2fc0178af7f Author: Translation commit bot Date: Tue Apr 24 19:45:43 2018 + Update translations for liveusb-creator --- sk_SK/sk_SK.po | 27 ++- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/sk_SK/sk_SK.po b/

[tor-commits] [stem/master] Parse descriptor fetch headers

2018-04-24 Thread atagar
commit 9f1a2824b5a135a2b19c8426cb85c2deef11afde Author: Damian Johnson Date: Mon Apr 23 19:36:40 2018 -0700 Parse descriptor fetch headers Oh interesting! I didn't realize that the ORPort response was an HTTP response, headers and all. --- stem/descriptor/remote.py | 45 +

[tor-commits] [stem/master] Unit test downloading descriptors from orport

2018-04-24 Thread atagar
commit 04186deb315d7b2d3ec1074757604d5f98656116 Author: Damian Johnson Date: Mon Apr 23 19:37:57 2018 -0700 Unit test downloading descriptors from orport --- test/unit/descriptor/remote.py | 88 +++--- 1 file changed, 65 insertions(+), 23 deletions(-) d

[tor-commits] [stem/master] Link protocol hardcoded in circuit

2018-04-24 Thread atagar
commit 92296cd438497846128693f605ef30208a79d739 Author: Damian Johnson Date: Tue Apr 24 10:28:50 2018 -0700 Link protocol hardcoded in circuit Oops. Iirc things indeed only work with a v3 link protocol right now, but none the less we shouldn't hardcode it in the circuit class.

[tor-commits] [stem/master] ORPort descriptor downloading support

2018-04-24 Thread atagar
commit 820881a6dd9a5ff0e6b4f0b78b733f1bcd8e096d Merge: 27b2cbd7 b0433da3 Author: Damian Johnson Date: Tue Apr 24 12:30:17 2018 -0700 ORPort descriptor downloading support DescriptorDownloader support for downloading from relay ORPorts. To do this simply provide an ORPort as the

[tor-commits] [stem/master] Provide all cells circuits reply with

2018-04-24 Thread atagar
commit 6b5ff7cd17759fcf628237f9277503d36969d850 Author: Damian Johnson Date: Tue Apr 24 11:44:38 2018 -0700 Provide all cells circuits reply with Oops, callers of send() on our circuit only got the first cell sent in repsonse. These are fixed sized cells, so when the response i

[tor-commits] [stem/master] Method to get descriptor of relay we're downloading from

2018-04-24 Thread atagar
commit 7b05dec592452ff57dbf79a2c20261f18ca51c30 Author: Damian Johnson Date: Mon Apr 23 10:11:58 2018 -0700 Method to get descriptor of relay we're downloading from Besides using this module to download descriptors I'd like to use it for a relay health check. For that I'd like

[tor-commits] [stem/master] Resync manual data

2018-04-24 Thread atagar
commit 530b3bc144a7d323ce30aa604eff63560c716400 Author: Damian Johnson Date: Sat Apr 21 16:53:56 2018 -0700 Resync manual data Tests we're adding are for the ONLINE test target, so getting us to a spot first where everything passes. --- stem/cached_tor_manual.sqlite | Bin 2396

[tor-commits] [stem/master] Integ test downloading descriptors from ORPort

2018-04-24 Thread atagar
commit d0374a7b70e836abe70b15a827abf55314ce5825 Author: Damian Johnson Date: Tue Apr 24 12:10:33 2018 -0700 Integ test downloading descriptors from ORPort Sweet, finally it's working for realz! --- docs/change_log.rst | 3 ++- stem/descriptor/remote.py | 9

[tor-commits] [stem/master] Avoid downloading from tor26

2018-04-24 Thread atagar
commit b0433da3dc236070b385f69446dc0855b6085434 Author: Damian Johnson Date: Tue Apr 24 12:28:07 2018 -0700 Avoid downloading from tor26 Occasionally our integ tests with the ONLINE target take five minutes to run. Reason is that sometimes we attempt to download descriptors fr

[tor-commits] [stem/master] Download descriptors from ORPorts

2018-04-24 Thread atagar
commit 526f9bc4a9ff71acef9e7e521f1bd2f8e7e06589 Author: Damian Johnson Date: Sat Apr 21 15:04:05 2018 -0700 Download descriptors from ORPorts Does it work? Haven't a clue, gotta write tests next. --- stem/descriptor/remote.py | 38 ++ 1 file cha

[tor-commits] [stem/master] Helper for downloading from dirports

2018-04-24 Thread atagar
commit 3b5343e8c35044a1c05af09d7153b7f259e6d979 Author: Damian Johnson Date: Sat Apr 21 12:40:39 2018 -0700 Helper for downloading from dirports Our _download_descriptors() has grown pretty big. Downloading and decompressing DirPort responses are a good candidate for a little

[tor-commits] [stem/master] Indicate attributes only applicable to DirPorts

2018-04-24 Thread atagar
commit 66a116face59321e2a92d6475be2e09810080ca7 Author: Damian Johnson Date: Mon Apr 23 10:24:48 2018 -0700 Indicate attributes only applicable to DirPorts Several attributes are only applicable when downloading from a DirPort. Especially in the case of compression and timeouts

[tor-commits] [stem/master] Add a stem.Endpoint class

2018-04-24 Thread atagar
commit dac2c5092c8f95a14bacc657297fc80a0207fd93 Author: Damian Johnson Date: Fri Apr 20 11:58:22 2018 -0700 Add a stem.Endpoint class Not yet used anywhere, but adding a little endpoint class so we can better differentiate ORPort vs DirPort endpoint arguments. --- stem/__init_

[tor-commits] [stem/master] Accepting ORPort and DirPort endpoints

2018-04-24 Thread atagar
commit 60f99f2b2056b8784d80599350c2be9158d2abac Author: Damian Johnson Date: Fri Apr 20 12:15:20 2018 -0700 Accepting ORPort and DirPort endpoints We do *not* yet support actually using ORPort endpoints, but our constructor now takes them. ORPorts are treated like DirPorts (cle

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

2018-04-24 Thread nickm
commit 85cd8386fa7da82d453bfb31b39184fbd8d96e08 Merge: d44753b0e 89a3fafd4 Author: Nick Mathewson Date: Tue Apr 24 10:38:37 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 ___ tor-commits mailing list tor-commits@lists.torproject.org ht

[tor-commits] [tor/release-0.3.3] Merge branch 'travis_distcheck_031' into travis_distcheck_033

2018-04-24 Thread nickm
commit d5d312884f7d8d9a0212b12e954270b8b9f72258 Merge: bf466f550 f32ac2aaf Author: Nick Mathewson Date: Wed Apr 18 18:37:59 2018 -0400 Merge branch 'travis_distcheck_031' into travis_distcheck_033 .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ___

[tor-commits] [tor/release-0.3.3] Test the with-rust and without-rust distcheck variants

2018-04-24 Thread nickm
commit f32ac2aaf5a3ae420cf4dae0081418664e048206 Author: Nick Mathewson Date: Wed Apr 18 17:36:35 2018 -0400 Test the with-rust and without-rust distcheck variants --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3f133782

[tor-commits] [tor/release-0.3.3] Merge branch 'travis_distcheck_029' into travis_distcheck_033

2018-04-24 Thread nickm
commit bf466f55032f4c9f57e532d150cb30fb7d9fb00d Merge: 44aa586de 612513371 Author: Nick Mathewson Date: Wed Apr 18 18:34:28 2018 -0400 Merge branch 'travis_distcheck_029' into travis_distcheck_033 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 in

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

2018-04-24 Thread nickm
commit 148540c505bfcdf6680df8fc20de5362b0666298 Merge: d8114a1f5 85cd8386f Author: Nick Mathewson Date: Tue Apr 24 10:38:37 2018 -0400 Merge branch 'maint-0.3.3' into release-0.3.3 .travis.yml | 7 ++- changes/travis_distcheck | 4 2 files changed, 10 insertions(+),

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

2018-04-24 Thread nickm
commit 5cc3a0379eba0eb4e9baac97468fcaebcc654437 Merge: e88863407 34e7dca9c Author: Nick Mathewson Date: Tue Apr 24 10:38:37 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+), 1 del

[tor-commits] [tor/release-0.3.3] Merge branch 'travis_distcheck_029' into travis_distcheck_031

2018-04-24 Thread nickm
commit 96bc96ceeb8e30868bbb0c6493ea142dc23af34b Merge: ce8e7427b 612513371 Author: Nick Mathewson Date: Wed Apr 18 17:35:41 2018 -0400 Merge branch 'travis_distcheck_029' into travis_distcheck_031 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 in

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

2018-04-24 Thread nickm
commit 34e7dca9c9e902a58fe8942cef666f1d99d06030 Merge: 9727b4c5d 612513371 Author: Nick Mathewson Date: Tue Apr 24 10:38:19 2018 -0400 Merge branch 'travis_distcheck_029' into maint-0.2.9 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(

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

2018-04-24 Thread nickm
commit d44753b0e8a710468171ad24a1be85c921923e76 Merge: 7e7b052b2 d5d312884 Author: Nick Mathewson Date: Tue Apr 24 10:38:34 2018 -0400 Merge branch 'travis_distcheck_033' into maint-0.3.3 .travis.yml | 7 ++- changes/travis_distcheck | 4 2 files changed, 10 insertio

[tor-commits] [tor/release-0.3.3] Merge branch 'maint-0.3.1' into maint-0.3.2

2018-04-24 Thread nickm
commit 89a3fafd49c046c3cd1c9c34f7db4798272f9ffb Merge: 9187cdb1c 5cc3a0379 Author: Nick Mathewson Date: Tue Apr 24 10:38:37 2018 -0400 Merge branch 'maint-0.3.1' into maint-0.3.2 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+), 1 del

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

2018-04-24 Thread nickm
commit 34e7dca9c9e902a58fe8942cef666f1d99d06030 Merge: 9727b4c5d 612513371 Author: Nick Mathewson Date: Tue Apr 24 10:38:19 2018 -0400 Merge branch 'travis_distcheck_029' into maint-0.2.9 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(

[tor-commits] [tor/release-0.3.2] Add distcheck support to travis configuration.

2018-04-24 Thread nickm
commit 61251337153448afa1cc2baae252c3f0d6353162 Author: Nick Mathewson Date: Wed Apr 18 14:24:54 2018 -0400 Add distcheck support to travis configuration. Implements 25814. --- .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+),

[tor-commits] [tor/release-0.3.3] Add distcheck support to travis configuration.

2018-04-24 Thread nickm
commit 61251337153448afa1cc2baae252c3f0d6353162 Author: Nick Mathewson Date: Wed Apr 18 14:24:54 2018 -0400 Add distcheck support to travis configuration. Implements 25814. --- .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+),

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

2018-04-24 Thread nickm
commit 7a55efbd597ccc32f61234ad45abc96aa73521e4 Merge: 31e69ac22 89a3fafd4 Author: Nick Mathewson Date: Tue Apr 24 10:38:37 2018 -0400 Merge branch 'maint-0.3.2' into release-0.3.2 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+), 1 d

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

2018-04-24 Thread nickm
commit 5cc3a0379eba0eb4e9baac97468fcaebcc654437 Merge: e88863407 34e7dca9c Author: Nick Mathewson Date: Tue Apr 24 10:38:37 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+), 1 del

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

2018-04-24 Thread nickm
commit 89a3fafd49c046c3cd1c9c34f7db4798272f9ffb Merge: 9187cdb1c 5cc3a0379 Author: Nick Mathewson Date: Tue Apr 24 10:38:37 2018 -0400 Merge branch 'maint-0.3.1' into maint-0.3.2 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+), 1 del

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

2018-04-24 Thread nickm
commit beaaeecd2057f3decb59a44318437b32e90afbf0 Merge: 3f2cf1c0f 5cc3a0379 Author: Nick Mathewson Date: Tue Apr 24 10:38:37 2018 -0400 Merge branch 'maint-0.3.1' into release-0.3.1 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+), 1 d

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

2018-04-24 Thread nickm
commit 34e7dca9c9e902a58fe8942cef666f1d99d06030 Merge: 9727b4c5d 612513371 Author: Nick Mathewson Date: Tue Apr 24 10:38:19 2018 -0400 Merge branch 'travis_distcheck_029' into maint-0.2.9 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(

[tor-commits] [tor/release-0.3.1] Add distcheck support to travis configuration.

2018-04-24 Thread nickm
commit 61251337153448afa1cc2baae252c3f0d6353162 Author: Nick Mathewson Date: Wed Apr 18 14:24:54 2018 -0400 Add distcheck support to travis configuration. Implements 25814. --- .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+),

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

2018-04-24 Thread nickm
commit 8664f76dd202ec6514c06207c37fe9ae340f2f0f Merge: ea3c3a10a 85cd8386f Author: Nick Mathewson Date: Tue Apr 24 10:38:37 2018 -0400 Merge branch 'maint-0.3.3' .travis.yml | 7 ++- changes/travis_distcheck | 4 2 files changed, 10 insertions(+), 1 deletion(-)

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

2018-04-24 Thread nickm
commit 34e7dca9c9e902a58fe8942cef666f1d99d06030 Merge: 9727b4c5d 612513371 Author: Nick Mathewson Date: Tue Apr 24 10:38:19 2018 -0400 Merge branch 'travis_distcheck_029' into maint-0.2.9 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(

[tor-commits] [tor/master] Merge branch 'travis_distcheck_033' into maint-0.3.3

2018-04-24 Thread nickm
commit d44753b0e8a710468171ad24a1be85c921923e76 Merge: 7e7b052b2 d5d312884 Author: Nick Mathewson Date: Tue Apr 24 10:38:34 2018 -0400 Merge branch 'travis_distcheck_033' into maint-0.3.3 .travis.yml | 7 ++- changes/travis_distcheck | 4 2 files changed, 10 insertio

[tor-commits] [tor/maint-0.3.3] Merge branch 'maint-0.3.2' into maint-0.3.3

2018-04-24 Thread nickm
commit 85cd8386fa7da82d453bfb31b39184fbd8d96e08 Merge: d44753b0e 89a3fafd4 Author: Nick Mathewson Date: Tue Apr 24 10:38:37 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 ___ tor-commits mailing list tor-commits@lists.torproject.org https

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

2018-04-24 Thread nickm
commit edbfcee2f252191a3892850d749a1416b4ae5357 Merge: 2fd489d61 34e7dca9c Author: Nick Mathewson Date: Tue Apr 24 10:38:37 2018 -0400 Merge branch 'maint-0.2.9' into release-0.2.9 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+), 1 d

[tor-commits] [tor/master] Merge branch 'maint-0.3.1' into maint-0.3.2

2018-04-24 Thread nickm
commit 89a3fafd49c046c3cd1c9c34f7db4798272f9ffb Merge: 9187cdb1c 5cc3a0379 Author: Nick Mathewson Date: Tue Apr 24 10:38:37 2018 -0400 Merge branch 'maint-0.3.1' into maint-0.3.2 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+), 1 del

[tor-commits] [tor/master] Merge branch 'travis_distcheck_029' into travis_distcheck_031

2018-04-24 Thread nickm
commit 96bc96ceeb8e30868bbb0c6493ea142dc23af34b Merge: ce8e7427b 612513371 Author: Nick Mathewson Date: Wed Apr 18 17:35:41 2018 -0400 Merge branch 'travis_distcheck_029' into travis_distcheck_031 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 in

[tor-commits] [tor/master] Add distcheck support to travis configuration.

2018-04-24 Thread nickm
commit 61251337153448afa1cc2baae252c3f0d6353162 Author: Nick Mathewson Date: Wed Apr 18 14:24:54 2018 -0400 Add distcheck support to travis configuration. Implements 25814. --- .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+),

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

2018-04-24 Thread nickm
commit 5cc3a0379eba0eb4e9baac97468fcaebcc654437 Merge: e88863407 34e7dca9c Author: Nick Mathewson Date: Tue Apr 24 10:38:37 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+), 1 del

[tor-commits] [tor/maint-0.3.3] Merge branch 'maint-0.3.1' into maint-0.3.2

2018-04-24 Thread nickm
commit 89a3fafd49c046c3cd1c9c34f7db4798272f9ffb Merge: 9187cdb1c 5cc3a0379 Author: Nick Mathewson Date: Tue Apr 24 10:38:37 2018 -0400 Merge branch 'maint-0.3.1' into maint-0.3.2 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+), 1 del

[tor-commits] [tor/master] Merge branch 'maint-0.3.2' into maint-0.3.3

2018-04-24 Thread nickm
commit 85cd8386fa7da82d453bfb31b39184fbd8d96e08 Merge: d44753b0e 89a3fafd4 Author: Nick Mathewson Date: Tue Apr 24 10:38:37 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 ___ tor-commits mailing list tor-commits@lists.torproject.org ht

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

2018-04-24 Thread nickm
commit 5cc3a0379eba0eb4e9baac97468fcaebcc654437 Merge: e88863407 34e7dca9c Author: Nick Mathewson Date: Tue Apr 24 10:38:37 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+), 1 del

[tor-commits] [tor/master] Merge branch 'travis_distcheck_031' into travis_distcheck_033

2018-04-24 Thread nickm
commit d5d312884f7d8d9a0212b12e954270b8b9f72258 Merge: bf466f550 f32ac2aaf Author: Nick Mathewson Date: Wed Apr 18 18:37:59 2018 -0400 Merge branch 'travis_distcheck_031' into travis_distcheck_033 .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ___

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

2018-04-24 Thread nickm
commit 34e7dca9c9e902a58fe8942cef666f1d99d06030 Merge: 9727b4c5d 612513371 Author: Nick Mathewson Date: Tue Apr 24 10:38:19 2018 -0400 Merge branch 'travis_distcheck_029' into maint-0.2.9 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(

[tor-commits] [tor/master] Test the with-rust and without-rust distcheck variants

2018-04-24 Thread nickm
commit f32ac2aaf5a3ae420cf4dae0081418664e048206 Author: Nick Mathewson Date: Wed Apr 18 17:36:35 2018 -0400 Test the with-rust and without-rust distcheck variants --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3f133782

[tor-commits] [tor/release-0.2.9] Add distcheck support to travis configuration.

2018-04-24 Thread nickm
commit 61251337153448afa1cc2baae252c3f0d6353162 Author: Nick Mathewson Date: Wed Apr 18 14:24:54 2018 -0400 Add distcheck support to travis configuration. Implements 25814. --- .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+),

[tor-commits] [tor/master] Merge branch 'travis_distcheck_029' into travis_distcheck_033

2018-04-24 Thread nickm
commit bf466f55032f4c9f57e532d150cb30fb7d9fb00d Merge: 44aa586de 612513371 Author: Nick Mathewson Date: Wed Apr 18 18:34:28 2018 -0400 Merge branch 'travis_distcheck_029' into travis_distcheck_033 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 in

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

2018-04-24 Thread nickm
commit 5cc3a0379eba0eb4e9baac97468fcaebcc654437 Merge: e88863407 34e7dca9c Author: Nick Mathewson Date: Tue Apr 24 10:38:37 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+), 1 del

[tor-commits] [tor/maint-0.3.1] Add distcheck support to travis configuration.

2018-04-24 Thread nickm
commit 61251337153448afa1cc2baae252c3f0d6353162 Author: Nick Mathewson Date: Wed Apr 18 14:24:54 2018 -0400 Add distcheck support to travis configuration. Implements 25814. --- .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+),

[tor-commits] [tor/maint-0.3.3] Test the with-rust and without-rust distcheck variants

2018-04-24 Thread nickm
commit f32ac2aaf5a3ae420cf4dae0081418664e048206 Author: Nick Mathewson Date: Wed Apr 18 17:36:35 2018 -0400 Test the with-rust and without-rust distcheck variants --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3f133782

[tor-commits] [tor/maint-0.3.3] Merge branch 'travis_distcheck_029' into travis_distcheck_033

2018-04-24 Thread nickm
commit bf466f55032f4c9f57e532d150cb30fb7d9fb00d Merge: 44aa586de 612513371 Author: Nick Mathewson Date: Wed Apr 18 18:34:28 2018 -0400 Merge branch 'travis_distcheck_029' into travis_distcheck_033 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 in

[tor-commits] [tor/maint-0.3.2] Add distcheck support to travis configuration.

2018-04-24 Thread nickm
commit 61251337153448afa1cc2baae252c3f0d6353162 Author: Nick Mathewson Date: Wed Apr 18 14:24:54 2018 -0400 Add distcheck support to travis configuration. Implements 25814. --- .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+),

[tor-commits] [tor/maint-0.3.3] Merge branch 'travis_distcheck_031' into travis_distcheck_033

2018-04-24 Thread nickm
commit d5d312884f7d8d9a0212b12e954270b8b9f72258 Merge: bf466f550 f32ac2aaf Author: Nick Mathewson Date: Wed Apr 18 18:37:59 2018 -0400 Merge branch 'travis_distcheck_031' into travis_distcheck_033 .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ___

[tor-commits] [tor/maint-0.3.3] Merge branch 'travis_distcheck_033' into maint-0.3.3

2018-04-24 Thread nickm
commit d44753b0e8a710468171ad24a1be85c921923e76 Merge: 7e7b052b2 d5d312884 Author: Nick Mathewson Date: Tue Apr 24 10:38:34 2018 -0400 Merge branch 'travis_distcheck_033' into maint-0.3.3 .travis.yml | 7 ++- changes/travis_distcheck | 4 2 files changed, 10 insertio

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

2018-04-24 Thread nickm
commit 34e7dca9c9e902a58fe8942cef666f1d99d06030 Merge: 9727b4c5d 612513371 Author: Nick Mathewson Date: Tue Apr 24 10:38:19 2018 -0400 Merge branch 'travis_distcheck_029' into maint-0.2.9 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(

[tor-commits] [tor/maint-0.3.2] Merge branch 'maint-0.3.1' into maint-0.3.2

2018-04-24 Thread nickm
commit 89a3fafd49c046c3cd1c9c34f7db4798272f9ffb Merge: 9187cdb1c 5cc3a0379 Author: Nick Mathewson Date: Tue Apr 24 10:38:37 2018 -0400 Merge branch 'maint-0.3.1' into maint-0.3.2 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+), 1 del

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

2018-04-24 Thread nickm
commit 34e7dca9c9e902a58fe8942cef666f1d99d06030 Merge: 9727b4c5d 612513371 Author: Nick Mathewson Date: Tue Apr 24 10:38:19 2018 -0400 Merge branch 'travis_distcheck_029' into maint-0.2.9 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(

[tor-commits] [tor/maint-0.3.3] Merge branch 'travis_distcheck_029' into travis_distcheck_031

2018-04-24 Thread nickm
commit 96bc96ceeb8e30868bbb0c6493ea142dc23af34b Merge: ce8e7427b 612513371 Author: Nick Mathewson Date: Wed Apr 18 17:35:41 2018 -0400 Merge branch 'travis_distcheck_029' into travis_distcheck_031 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 in

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

2018-04-24 Thread nickm
commit 34e7dca9c9e902a58fe8942cef666f1d99d06030 Merge: 9727b4c5d 612513371 Author: Nick Mathewson Date: Tue Apr 24 10:38:19 2018 -0400 Merge branch 'travis_distcheck_029' into maint-0.2.9 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(

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

2018-04-24 Thread nickm
commit 5cc3a0379eba0eb4e9baac97468fcaebcc654437 Merge: e88863407 34e7dca9c Author: Nick Mathewson Date: Tue Apr 24 10:38:37 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+), 1 del

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

2018-04-24 Thread nickm
commit 34e7dca9c9e902a58fe8942cef666f1d99d06030 Merge: 9727b4c5d 612513371 Author: Nick Mathewson Date: Tue Apr 24 10:38:19 2018 -0400 Merge branch 'travis_distcheck_029' into maint-0.2.9 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(

[tor-commits] [tor/maint-0.2.9] Add distcheck support to travis configuration.

2018-04-24 Thread nickm
commit 61251337153448afa1cc2baae252c3f0d6353162 Author: Nick Mathewson Date: Wed Apr 18 14:24:54 2018 -0400 Add distcheck support to travis configuration. Implements 25814. --- .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+),

[tor-commits] [tor/maint-0.3.3] Add distcheck support to travis configuration.

2018-04-24 Thread nickm
commit 61251337153448afa1cc2baae252c3f0d6353162 Author: Nick Mathewson Date: Wed Apr 18 14:24:54 2018 -0400 Add distcheck support to travis configuration. Implements 25814. --- .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+),

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

2018-04-24 Thread nickm
commit 5cc3a0379eba0eb4e9baac97468fcaebcc654437 Merge: e88863407 34e7dca9c Author: Nick Mathewson Date: Tue Apr 24 10:38:37 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 .travis.yml | 5 - changes/travis_distcheck | 4 2 files changed, 8 insertions(+), 1 del

[tor-commits] [tor/release-0.3.2] Merge remote-tracking branch 'dgoulet/bug25901_032_01' into maint-0.3.2

2018-04-24 Thread nickm
commit 9187cdb1cd17dd988c6e444705c6153a65948f1e Merge: d2951b381 b259008c5 Author: Nick Mathewson Date: Tue Apr 24 10:36:17 2018 -0400 Merge remote-tracking branch 'dgoulet/bug25901_032_01' into maint-0.3.2 changes/bug25901| 3 +++ src/or/hs_service.c | 4 2 files changed, 7 inse

[tor-commits] [tor/release-0.3.3] hs: Fix memleak in v3 on SIGHUP

2018-04-24 Thread nickm
commit b259008c56c44c32dfeea3ed8d4b06cd61751a88 Author: David Goulet Date: Mon Apr 23 11:09:57 2018 -0400 hs: Fix memleak in v3 on SIGHUP Fixes #25901 Signed-off-by: David Goulet --- changes/bug25901| 3 +++ src/or/hs_service.c | 4 2 files changed, 7 insertions

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

2018-04-24 Thread nickm
commit 7e7b052b2a114900b5e6575fd5375dc00c09d5db Merge: 6182f60f7 9187cdb1c Author: Nick Mathewson Date: Tue Apr 24 10:37:36 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 changes/bug25901| 3 +++ src/or/hs_service.c | 4 2 files changed, 7 insertions(+) __

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

2018-04-24 Thread nickm
commit d8114a1f572f01559b149dff53d380bdad6f29c0 Merge: 08fca9414 7e7b052b2 Author: Nick Mathewson Date: Tue Apr 24 10:37:36 2018 -0400 Merge branch 'maint-0.3.3' into release-0.3.3 changes/bug25901| 3 +++ src/or/hs_service.c | 4 2 files changed, 7 insertions(+) ___

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

2018-04-24 Thread nickm
commit ea3c3a10a2567d44fae33f5814710e868c2a33bf Merge: 9be7608fd 7e7b052b2 Author: Nick Mathewson Date: Tue Apr 24 10:37:36 2018 -0400 Merge branch 'maint-0.3.3' changes/bug25901| 3 +++ src/or/hs_service.c | 4 2 files changed, 7 insertions(+) __

[tor-commits] [tor/maint-0.3.3] hs: Fix memleak in v3 on SIGHUP

2018-04-24 Thread nickm
commit b259008c56c44c32dfeea3ed8d4b06cd61751a88 Author: David Goulet Date: Mon Apr 23 11:09:57 2018 -0400 hs: Fix memleak in v3 on SIGHUP Fixes #25901 Signed-off-by: David Goulet --- changes/bug25901| 3 +++ src/or/hs_service.c | 4 2 files changed, 7 insertions

[tor-commits] [tor/maint-0.3.3] Merge branch 'maint-0.3.2' into maint-0.3.3

2018-04-24 Thread nickm
commit 7e7b052b2a114900b5e6575fd5375dc00c09d5db Merge: 6182f60f7 9187cdb1c Author: Nick Mathewson Date: Tue Apr 24 10:37:36 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 changes/bug25901| 3 +++ src/or/hs_service.c | 4 2 files changed, 7 insertions(+) _

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

2018-04-24 Thread nickm
commit 31e69ac22278e381c4f46851d1977f6760089a12 Merge: 3abd57fa0 9187cdb1c Author: Nick Mathewson Date: Tue Apr 24 10:37:36 2018 -0400 Merge branch 'maint-0.3.2' into release-0.3.2 changes/bug25901| 3 +++ src/or/hs_service.c | 4 2 files changed, 7 insertions(+) ___

[tor-commits] [tor/release-0.3.3] Merge remote-tracking branch 'dgoulet/bug25901_032_01' into maint-0.3.2

2018-04-24 Thread nickm
commit 9187cdb1cd17dd988c6e444705c6153a65948f1e Merge: d2951b381 b259008c5 Author: Nick Mathewson Date: Tue Apr 24 10:36:17 2018 -0400 Merge remote-tracking branch 'dgoulet/bug25901_032_01' into maint-0.3.2 changes/bug25901| 3 +++ src/or/hs_service.c | 4 2 files changed, 7 inse

[tor-commits] [tor/maint-0.3.2] Merge remote-tracking branch 'dgoulet/bug25901_032_01' into maint-0.3.2

2018-04-24 Thread nickm
commit 9187cdb1cd17dd988c6e444705c6153a65948f1e Merge: d2951b381 b259008c5 Author: Nick Mathewson Date: Tue Apr 24 10:36:17 2018 -0400 Merge remote-tracking branch 'dgoulet/bug25901_032_01' into maint-0.3.2 changes/bug25901| 3 +++ src/or/hs_service.c | 4 2 files changed, 7 inse

[tor-commits] [tor/master] hs: Fix memleak in v3 on SIGHUP

2018-04-24 Thread nickm
commit b259008c56c44c32dfeea3ed8d4b06cd61751a88 Author: David Goulet Date: Mon Apr 23 11:09:57 2018 -0400 hs: Fix memleak in v3 on SIGHUP Fixes #25901 Signed-off-by: David Goulet --- changes/bug25901| 3 +++ src/or/hs_service.c | 4 2 files changed, 7 insertions

[tor-commits] [tor/master] Merge remote-tracking branch 'dgoulet/bug25901_032_01' into maint-0.3.2

2018-04-24 Thread nickm
commit 9187cdb1cd17dd988c6e444705c6153a65948f1e Merge: d2951b381 b259008c5 Author: Nick Mathewson Date: Tue Apr 24 10:36:17 2018 -0400 Merge remote-tracking branch 'dgoulet/bug25901_032_01' into maint-0.3.2 changes/bug25901| 3 +++ src/or/hs_service.c | 4 2 files changed, 7 inse

[tor-commits] [tor/maint-0.3.2] hs: Fix memleak in v3 on SIGHUP

2018-04-24 Thread nickm
commit b259008c56c44c32dfeea3ed8d4b06cd61751a88 Author: David Goulet Date: Mon Apr 23 11:09:57 2018 -0400 hs: Fix memleak in v3 on SIGHUP Fixes #25901 Signed-off-by: David Goulet --- changes/bug25901| 3 +++ src/or/hs_service.c | 4 2 files changed, 7 insertions

[tor-commits] [tor/master] Merge branch 'maint-0.3.2' into maint-0.3.3

2018-04-24 Thread nickm
commit 7e7b052b2a114900b5e6575fd5375dc00c09d5db Merge: 6182f60f7 9187cdb1c Author: Nick Mathewson Date: Tue Apr 24 10:37:36 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 changes/bug25901| 3 +++ src/or/hs_service.c | 4 2 files changed, 7 insertions(+) __

[tor-commits] [tor/maint-0.3.3] Merge remote-tracking branch 'dgoulet/bug25901_032_01' into maint-0.3.2

2018-04-24 Thread nickm
commit 9187cdb1cd17dd988c6e444705c6153a65948f1e Merge: d2951b381 b259008c5 Author: Nick Mathewson Date: Tue Apr 24 10:36:17 2018 -0400 Merge remote-tracking branch 'dgoulet/bug25901_032_01' into maint-0.3.2 changes/bug25901| 3 +++ src/or/hs_service.c | 4 2 files changed, 7 inse

[tor-commits] [tor/release-0.3.2] hs: Fix memleak in v3 on SIGHUP

2018-04-24 Thread nickm
commit b259008c56c44c32dfeea3ed8d4b06cd61751a88 Author: David Goulet Date: Mon Apr 23 11:09:57 2018 -0400 hs: Fix memleak in v3 on SIGHUP Fixes #25901 Signed-off-by: David Goulet --- changes/bug25901| 3 +++ src/or/hs_service.c | 4 2 files changed, 7 insertions

[tor-commits] [translation/tor-and-https_completed] Update translations for tor-and-https_completed

2018-04-24 Thread translation
commit 16e319a9425521bfd2400cf3e1637e13d73f3931 Author: Translation commit bot Date: Tue Apr 24 13:18:01 2018 + Update translations for tor-and-https_completed --- ru.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ru.po b/ru.po index 725db43ea..14baf5088 100644

[tor-commits] [translation/tor-and-https] Update translations for tor-and-https

2018-04-24 Thread translation
commit 77b02f27b36a665cedaf20e6fa8e369b5dd5d11d Author: Translation commit bot Date: Tue Apr 24 13:17:55 2018 + Update translations for tor-and-https --- ru.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ru.po b/ru.po index 725db43ea..14baf5088 100644 --- a/ru.p

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

2018-04-24 Thread nickm
commit d2951b381bcbd45798b6cf8f01c5ce7a4d9ad4b9 Merge: 1438c6c71 e88863407 Author: Nick Mathewson Date: Tue Apr 24 08:49:24 2018 -0400 Merge branch 'maint-0.3.1' into maint-0.3.2 changes/bug23693.1 | 4 src/or/config.c| 10 +- src/or/main.c | 2 +- src/or/router.c

[tor-commits] [tor/release-0.3.3] Merge branch 'maint-0.3.1' into maint-0.3.2

2018-04-24 Thread nickm
commit d2951b381bcbd45798b6cf8f01c5ce7a4d9ad4b9 Merge: 1438c6c71 e88863407 Author: Nick Mathewson Date: Tue Apr 24 08:49:24 2018 -0400 Merge branch 'maint-0.3.1' into maint-0.3.2 changes/bug23693.1 | 4 src/or/config.c| 10 +- src/or/main.c | 2 +- src/or/router.c

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

2018-04-24 Thread nickm
commit 08fca9414d22a2a0c363e1249b1a0b2908fe10eb Merge: 5807656f8 6182f60f7 Author: Nick Mathewson Date: Tue Apr 24 08:51:58 2018 -0400 Merge branch 'maint-0.3.3' into release-0.3.3 changes/bug23693.1 | 4 src/or/config.c| 12 ++-- src/or/main.c | 2 +- src/or/route

[tor-commits] [tor/release-0.3.3] Merge remote-tracking branch 'public/bug23693_031_redux' into maint-0.3.1

2018-04-24 Thread nickm
commit e8886340762cbe3be306268dfe0003214b09ac07 Merge: 5c3639923 c3e40a836 Author: Nick Mathewson Date: Tue Apr 24 08:49:20 2018 -0400 Merge remote-tracking branch 'public/bug23693_031_redux' into maint-0.3.1 changes/bug23693.1 | 4 src/or/config.c| 10 +- src/or/main.c

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

2018-04-24 Thread nickm
commit 6182f60f758f85a214a7e84d76f6fddb2bffd730 Merge: e8683bcbb d2951b381 Author: Nick Mathewson Date: Tue Apr 24 08:51:55 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 changes/bug23693.1 | 4 src/or/config.c| 12 ++-- src/or/main.c | 2 +- src/or/router.

[tor-commits] [tor/release-0.3.3] Allow cpuworkers to exist without onion keys

2018-04-24 Thread nickm
commit c3e40a83618c91fe7ef004577b0cb140ac83e3d9 Author: Nick Mathewson Date: Sun Apr 22 17:12:18 2018 -0400 Allow cpuworkers to exist without onion keys Now that we allow cpuworkers for dirport-only hosts (to fix 23693), we need to allow dup_onion_keys() to succeed for them.

  1   2   >