[tor-commits] [stem/master] Parse signature field

2019-08-24 Thread atagar
commit 6b16f966b1f7d617e396cd9357cfc6766bf3dc78 Author: Damian Johnson Date: Sat Aug 24 16:10:56 2019 -0700 Parse signature field --- stem/descriptor/hidden_service.py | 12 test/unit/descriptor/hidden_service_v3.py | 1 + 2 files changed, 9 insertions(+), 4

[tor-commits] [stem/master] Parse revision counter field

2019-08-24 Thread atagar
commit e4f364941e89821ab8953698c28c3276d4f76cea Author: Damian Johnson Date: Sat Aug 24 15:43:24 2019 -0700 Parse revision counter field --- stem/descriptor/hidden_service.py | 4 test/unit/descriptor/hidden_service_v3.py | 15 +++ 2 files changed, 19

[tor-commits] [stem/master] Hidden service v3 descriptor support

2019-08-24 Thread atagar
commit 6790035c5756a8022e389f2cb95d2afb78d8c953 Merge: acfcc58b 5b1fc94f Author: Damian Johnson Date: Sat Aug 24 17:17:15 2019 -0700 Hidden service v3 descriptor support Support for the outer later of v3 hidden service descriptors...

[tor-commits] [stem/master] Helper for parsing integer lines

2019-08-24 Thread atagar
commit 546c18a0fc96ab04a7302cd925d1968e10af0a75 Author: Damian Johnson Date: Sat Aug 24 15:28:33 2019 -0700 Helper for parsing integer lines We've done this in quite a few spots, so time for a helper. --- stem/descriptor/__init__.py | 17 +++

[tor-commits] [stem/master] Validate mandatory fields are present

2019-08-24 Thread atagar
commit 5b1fc94f6cb6719ff9bc2ab2c3c5620ac158d08b Author: Damian Johnson Date: Sat Aug 24 16:21:24 2019 -0700 Validate mandatory fields are present --- docs/change_log.rst | 3 ++- docs/contents.rst| 1 +

[tor-commits] [stem/master] Parse superencrypted field

2019-08-24 Thread atagar
commit 431883878bf26fe31f03ea5d5916038c199d7f3e Author: Damian Johnson Date: Sat Aug 24 15:54:09 2019 -0700 Parse superencrypted field --- stem/descriptor/hidden_service.py | 4 test/unit/descriptor/hidden_service_v3.py | 1 + 2 files changed, 5 insertions(+) diff --git

[tor-commits] [stem/master] Parse version field

2019-08-24 Thread atagar
commit e47abb9f6ed81f39bcb09cd4e8bfb202488f695f Author: Damian Johnson Date: Thu Aug 22 16:48:04 2019 -0700 Parse version field Trivial parsing for the first field. Mostly still just wiring things up. --- stem/descriptor/hidden_service.py | 49

[tor-commits] [stem/master] Stub hidden service descriptor v3

2019-08-24 Thread atagar
commit 26ed95d4b09505fa1320b0e8de0cc271776fe95d Author: Damian Johnson Date: Thu Aug 22 15:55:46 2019 -0700 Stub hidden service descriptor v3 Doesn't do anything yet - just getting the class and such wired up. --- stem/descriptor/__init__.py | 13 +-

[tor-commits] [stem/master] Parse lifetime field

2019-08-24 Thread atagar
commit eb36c093b44950a784e102ef18029aa3915ad9c7 Author: Damian Johnson Date: Thu Aug 22 17:03:19 2019 -0700 Parse lifetime field Trivial from a parsing perspective but I gotta admit, I'm kinda confused how this is useful since unlike v2 the descriptor doesn't note its

[tor-commits] [stem/master] Parse signing certificate field

2019-08-24 Thread atagar
commit 2a98ba70f1e8a0ba7b3e0b1141ad69cfec98fba5 Author: Damian Johnson Date: Sat Aug 24 15:37:43 2019 -0700 Parse signing certificate field --- stem/descriptor/hidden_service.py | 10 +++--- test/unit/descriptor/hidden_service_v3.py | 9 + 2 files changed, 16

[tor-commits] [stem/master] Rename stem.descriptor.hidden_service_descriptor module

2019-08-24 Thread atagar
commit f307434824f74550b836927f3c02a4bac53c6c7c Author: Damian Johnson Date: Tue Aug 20 15:23:58 2019 -0700 Rename stem.descriptor.hidden_service_descriptor module Dropping the redundant '_descriptor' suffix from this module name. The old name still works as an alias. ---

[tor-commits] [stem/master] Base hidden service descriptor class

2019-08-24 Thread atagar
commit 6176a1759fadd4625ff8e1c9155053916202c1ee Author: Damian Johnson Date: Wed Aug 21 15:01:20 2019 -0700 Base hidden service descriptor class Common parent for v2 and v3 hidden service descriptors. I'm not yet sure what (if anything) they'll share, but this class is proper

[tor-commits] [tor/master] doc(hacking): update = to # on sections

2019-08-24 Thread nickm
commit 3bf90e704ca14fd0b50f46ff150205b3fbb97a82 Author: Antoine Veuiller Date: Wed Aug 21 16:22:37 2019 +0200 doc(hacking): update = to # on sections --- doc/HACKING/EndOfLifeTor.md | 4 ++-- doc/HACKING/Fuzzing.md | 14 +++--- doc/HACKING/ReleasingTor.md | 12 ++--

[tor-commits] [tor/master] doc(hacking): enhance markdown style

2019-08-24 Thread nickm
commit 0d6c8eed49a9104597a907664675cd4095fb852f Author: Antoine Veuiller Date: Wed Aug 21 16:22:08 2019 +0200 doc(hacking): enhance markdown style --- doc/HACKING/CodeStructure.md | 151 +-- 1 file changed, 72 insertions(+), 79 deletions(-) diff

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

2019-08-24 Thread nickm
commit 6ba05eea8efcfc1f9b4a382ee1849e49ea242891 Merge: 7a45c9c1d 3bf90e704 Author: Nick Mathewson Date: Sat Aug 24 16:32:50 2019 -0400 Merge remote-tracking branch 'tor-github/pr/1247' doc/HACKING/CodeStructure.md | 151 +--

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

2019-08-24 Thread nickm
commit 7a45c9c1d2a9632c6f029460d9a9cc514ea8b9ed Merge: f1707f7db d6202d312 Author: Nick Mathewson Date: Sat Aug 24 16:30:55 2019 -0400 Merge remote-tracking branch 'tor-github/pr/1215' changes/ticket29879 | 7 +++ scripts/git/git-push-all.sh | 51

[tor-commits] [tor/master] scripts/git: add TOR_PUSH_DELAY to git-push-all.sh

2019-08-24 Thread nickm
commit d6202d3128db259c1051eeef3e304459bcee8b53 Author: teor Date: Thu Aug 8 12:33:42 2019 +1000 scripts/git: add TOR_PUSH_DELAY to git-push-all.sh Add a TOR_PUSH_DELAY variable to git-push-all.sh, which makes the script push master and maint branches with a delay between each

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

2019-08-24 Thread nickm
commit 7c92f4faa21be4deb03a7ef2e07fb0a15853fed8 Merge: 3b2a73207 8b32d22a0 Author: teor Date: Thu Aug 22 22:10:06 2019 +1000 Merge branch 'bug31463_040' into bug31463_041 .travis.yml | 2 +- changes/bug31463 | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-)

[tor-commits] [tor/master] Fix gcc build exclude on travis

2019-08-24 Thread nickm
commit 190386f1c44462fbef568ca9e3c1c997dbebcf12 Author: Sebastian Hahn Date: Tue Aug 20 05:03:58 2019 +0200 Fix gcc build exclude on travis The main build doesn't use HARDENING_OPTIONS, so the exclude shouldn't, either. Reduces the number of builders by one. --- .travis.yml

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

2019-08-24 Thread nickm
commit f1707f7db3296e5ddae2f09ff269afdebf651ec4 Merge: d475d7c2f 7c92f4faa Author: Nick Mathewson Date: Sat Aug 24 16:29:23 2019 -0400 Merge branch 'maint-0.4.1' .travis.yml | 2 +- changes/bug31463 | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-)

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

2019-08-24 Thread nickm
commit ef2ba568db1a404bbbd0ea35b5b61888b785120e Merge: 0e8c16e22 7c92f4faa Author: Nick Mathewson Date: Sat Aug 24 16:29:23 2019 -0400 Merge branch 'maint-0.4.1' into release-0.4.1 .travis.yml | 2 +- changes/bug31463 | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-)

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

2019-08-24 Thread nickm
commit 8b32d22a072a334917fba8569042ff61d7026d27 Merge: 90f4ed233 190386f1c Author: teor Date: Thu Aug 22 22:10:00 2019 +1000 Merge branch 'bug31463_035' into bug31463_040 .travis.yml | 2 +- changes/bug31463 | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-)

[tor-commits] [tor/master] Merge branch 'bug31463_035' into bug31463_040

2019-08-24 Thread nickm
commit 8b32d22a072a334917fba8569042ff61d7026d27 Merge: 90f4ed233 190386f1c Author: teor Date: Thu Aug 22 22:10:00 2019 +1000 Merge branch 'bug31463_035' into bug31463_040 .travis.yml | 2 +- changes/bug31463 | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-)

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

2019-08-24 Thread nickm
commit 7c92f4faa21be4deb03a7ef2e07fb0a15853fed8 Merge: 3b2a73207 8b32d22a0 Author: teor Date: Thu Aug 22 22:10:06 2019 +1000 Merge branch 'bug31463_040' into bug31463_041 .travis.yml | 2 +- changes/bug31463 | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-)

[tor-commits] [tor/release-0.4.1] Fix gcc build exclude on travis

2019-08-24 Thread nickm
commit 190386f1c44462fbef568ca9e3c1c997dbebcf12 Author: Sebastian Hahn Date: Tue Aug 20 05:03:58 2019 +0200 Fix gcc build exclude on travis The main build doesn't use HARDENING_OPTIONS, so the exclude shouldn't, either. Reduces the number of builders by one. --- .travis.yml

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

2019-08-24 Thread nickm
commit 8b32d22a072a334917fba8569042ff61d7026d27 Merge: 90f4ed233 190386f1c Author: teor Date: Thu Aug 22 22:10:00 2019 +1000 Merge branch 'bug31463_035' into bug31463_040 .travis.yml | 2 +- changes/bug31463 | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-)

[tor-commits] [tor/maint-0.4.1] Fix gcc build exclude on travis

2019-08-24 Thread nickm
commit 190386f1c44462fbef568ca9e3c1c997dbebcf12 Author: Sebastian Hahn Date: Tue Aug 20 05:03:58 2019 +0200 Fix gcc build exclude on travis The main build doesn't use HARDENING_OPTIONS, so the exclude shouldn't, either. Reduces the number of builders by one. --- .travis.yml

[tor-commits] [tor/master] Merge branch 'bug31463_040' into bug31463_041

2019-08-24 Thread nickm
commit 7c92f4faa21be4deb03a7ef2e07fb0a15853fed8 Merge: 3b2a73207 8b32d22a0 Author: teor Date: Thu Aug 22 22:10:06 2019 +1000 Merge branch 'bug31463_040' into bug31463_041 .travis.yml | 2 +- changes/bug31463 | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-)

[tor-commits] [translation/tpo-web] Update translations for tpo-web

2019-08-24 Thread translation
commit 336e756b3046dce897cab84d3a1b2a1b9a7e2fd7 Author: Translation commit bot Date: Sat Aug 24 18:58:14 2019 + Update translations for tpo-web --- contents+ca.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents+ca.po b/contents+ca.po index

[tor-commits] [translation/tpo-web] Update translations for tpo-web

2019-08-24 Thread translation
commit 2db9c7b82055a876da8c84af5c1272b4baae6a1c Author: Translation commit bot Date: Sat Aug 24 17:28:19 2019 + Update translations for tpo-web --- contents+ca.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contents+ca.po b/contents+ca.po index

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

2019-08-24 Thread translation
commit b6ecd1d5662efe10e5dac3fae4d60a4235e831e6 Author: Translation commit bot Date: Sat Aug 24 16:59:05 2019 + Update translations for support-portal --- contents+ca.po | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contents+ca.po b/contents+ca.po index

[tor-commits] [translation/tpo-web] Update translations for tpo-web

2019-08-24 Thread translation
commit e3999a51f04a38488a8b5179d3f00ed5d7fcb607 Author: Translation commit bot Date: Sat Aug 24 16:57:52 2019 + Update translations for tpo-web --- contents+ca.po | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/contents+ca.po b/contents+ca.po index

[tor-commits] [translation/tpo-web] Update translations for tpo-web

2019-08-24 Thread translation
commit 277d1989fe5325319ee6c561f9bafd74a7f0edc9 Author: Translation commit bot Date: Sat Aug 24 16:28:26 2019 + Update translations for tpo-web --- contents+ca.po | 20 +--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/contents+ca.po b/contents+ca.po

[tor-commits] [translation/tails-misc_release] Update translations for tails-misc_release

2019-08-24 Thread translation
commit d2e41df5adff608b1fdd596ed046d22e9257f58f Author: Translation commit bot Date: Sat Aug 24 12:20:37 2019 + Update translations for tails-misc_release --- de.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/de.po b/de.po index 5b84491d0..170e4f1c6 100644

[tor-commits] [translation/tails-misc] Update translations for tails-misc

2019-08-24 Thread translation
commit e9852b3e8e7ba2ad31b06dae7d10451c5d881176 Author: Translation commit bot Date: Sat Aug 24 12:19:35 2019 + Update translations for tails-misc --- de.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/de.po b/de.po index 5b84491d0..170e4f1c6 100644 ---

[tor-commits] [translation/tails-misc_release] Update translations for tails-misc_release

2019-08-24 Thread translation
commit 5ddd367808b2892959b52037958c998252f71341 Author: Translation commit bot Date: Sat Aug 24 10:50:41 2019 + Update translations for tails-misc_release --- lt.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lt.po b/lt.po index 8609a1e61..535d505f0 100644

[tor-commits] [translation/tails-misc] Update translations for tails-misc

2019-08-24 Thread translation
commit 84371137ce11bb70312ced04432bf7cb12098ed1 Author: Translation commit bot Date: Sat Aug 24 10:49:42 2019 + Update translations for tails-misc --- lt.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lt.po b/lt.po index 8609a1e61..535d505f0 100644 ---

[tor-commits] [translation/snowflakeaddon-messages.json] Update translations for snowflakeaddon-messages.json

2019-08-24 Thread translation
commit 0c89b6fa9298f6e88eba003e8773c8d80e3343af Author: Translation commit bot Date: Sat Aug 24 10:48:30 2019 + Update translations for snowflakeaddon-messages.json --- lt/messages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lt/messages.json

[tor-commits] [translation/torbutton-brandproperties] Update translations for torbutton-brandproperties

2019-08-24 Thread translation
commit f7040b56586bc235fdf2c0c27d7ac6bb2d091437 Author: Translation commit bot Date: Sat Aug 24 08:26:01 2019 + Update translations for torbutton-brandproperties --- nl/brand.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nl/brand.properties

[tor-commits] [translation/torbutton-brandproperties_completed] Update translations for torbutton-brandproperties_completed

2019-08-24 Thread translation
commit a94dfbaad6624a9a715e8b4f7b4ab90777d30a69 Author: Translation commit bot Date: Sat Aug 24 08:26:07 2019 + Update translations for torbutton-brandproperties_completed --- nl/brand.properties | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git

[tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup

2019-08-24 Thread translation
commit 535419cbd5a946d9df8874155a733dbe600b5938 Author: Translation commit bot Date: Sat Aug 24 08:24:44 2019 + Update translations for tails-persistence-setup --- nl/nl.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nl/nl.po b/nl/nl.po index

[tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup

2019-08-24 Thread translation
commit c6c663476c725d0d31eb936adc0942b19b765657 Author: Translation commit bot Date: Sat Aug 24 07:55:00 2019 + Update translations for tails-persistence-setup --- nl/nl.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nl/nl.po b/nl/nl.po index

[tor-commits] [translation/tails-misc] Update translations for tails-misc

2019-08-24 Thread translation
commit 6f3a3c3b25b36e2cbde31106b8c208e365bac034 Author: Translation commit bot Date: Sat Aug 24 07:49:49 2019 + Update translations for tails-misc --- nl.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nl.po b/nl.po index be90f8c54..5e9b458cb 100644 ---

[tor-commits] [translation/tails-misc_release] Update translations for tails-misc_release

2019-08-24 Thread translation
commit 92850e60927f242870d9014417abeccd7e87ad31 Author: Translation commit bot Date: Sat Aug 24 07:50:49 2019 + Update translations for tails-misc_release --- nl.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nl.po b/nl.po index be90f8c54..5e9b458cb 100644

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

2019-08-24 Thread translation
commit d76daa91f8f77c4174e0da01eea04b60352c1b80 Author: Translation commit bot Date: Sat Aug 24 07:47:00 2019 + Update translations for liveusb-creator --- nl/nl.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nl/nl.po b/nl/nl.po index 6a58a866b..54b255937

[tor-commits] [translation/snowflake-website-indexhtml] Update translations for snowflake-website-indexhtml

2019-08-24 Thread translation
commit 901dea3d7266d2e470572d198067cfe1c271fe09 Author: Translation commit bot Date: Sat Aug 24 07:18:48 2019 + Update translations for snowflake-website-indexhtml --- cs/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cs/index.html b/cs/index.html

[tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup

2019-08-24 Thread translation
commit 946db3e32c21ada7712df8ba3521d7ec3f71cd59 Author: Translation commit bot Date: Sat Aug 24 06:54:58 2019 + Update translations for tails-persistence-setup --- cs/cs.po | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cs/cs.po b/cs/cs.po index

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

2019-08-24 Thread translation
commit 7322119d1b78691929b6d144da9b93a514422967 Author: Translation commit bot Date: Sat Aug 24 06:29:39 2019 + Update translations for support-portal --- contents+fa.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contents+fa.po b/contents+fa.po index 0229331e5..dbd53fe00

[tor-commits] [tor-browser-build/master] Merge remote-tracking branch 'boklm/bug_31447_v2'

2019-08-24 Thread gk
commit 00354e514c96c25dea3107a8240249063526a29a Merge: 7d1b5fa ace69bc Author: Georg Koppen Date: Sat Aug 24 06:18:35 2019 + Merge remote-tracking branch 'boklm/bug_31447_v2' projects/firefox/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

[tor-commits] [tor-browser-build/master] Bug 31447: Update comment about python package

2019-08-24 Thread gk
commit ace69bc2a6abb9bc5aaba625eb9a693ae2e2a5c7 Author: Nicolas Vigier Date: Mon Aug 19 18:45:32 2019 +0200 Bug 31447: Update comment about python package --- projects/firefox/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/firefox/config

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

2019-08-24 Thread translation
commit 88dc9459a2eb05108a47a2c17b1f47dd10c07b85 Author: Translation commit bot Date: Sat Aug 24 05:59:45 2019 + Update translations for support-portal --- contents+fa.po | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/contents+fa.po b/contents+fa.po