[tor-commits] [stem/master] Stub sqlite support for manual caches

2017-08-25 Thread atagar
commit 4cfc014f8730c148511b5407a37d2e50ba07f01e Author: Damian Johnson Date: Wed Aug 23 10:53:22 2017 -0700 Stub sqlite support for manual caches Stem's Config class is handy when we need human-editable configuratoins but when it comes to our

[tor-commits] [stem/master] Updating cached manual content

2017-08-25 Thread atagar
commit 5d0feb737ff6e784b7aeadcaf760ba9af75a Author: Damian Johnson Date: Fri Aug 25 13:26:48 2017 -0700 Updating cached manual content Doing a little cache update now to ensure our sqlite migration hasn't borked anything. Looks good! ---

[tor-commits] [stem/master] Sqlite support for manual content

2017-08-25 Thread atagar
commit 5c4c110e5d353be3f9651eb930ded4320b45948c Author: Damian Johnson Date: Fri Aug 25 10:26:11 2017 -0700 Sqlite support for manual content Adding support for using sqlite to persist manual content rather than our config module. --- stem/manual.py

[tor-commits] [tor/master] Restore documentation for approved-routers

2017-08-25 Thread nickm
commit f2f1cab2b3c6a56f93862c424663f083b79c7bc3 Author: Nick Mathewson Date: Fri Aug 25 12:35:38 2017 -0400 Restore documentation for approved-routers We removed this documentation in 607724c696a6e, when we removed Naming Authoritative Directories, but

[tor-commits] [tor-messenger-build/master] Update support for deterministic builds (#10942)

2017-08-25 Thread sukhbir
commit c10f07ab7c9f9ba884364019cef9a74863d16427 Author: Sukhbir Singh Date: Fri Aug 25 12:15:08 2017 -0400 Update support for deterministic builds (#10942) --- projects/instantbird/build | 12 projects/instantbird/config | 1 +

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

2017-08-25 Thread nickm
commit 1dd0be75c2119ab5265725641778bf4d77df4d60 Merge: 882dd4de0 6069c829f Author: Nick Mathewson Date: Fri Aug 25 11:39:38 2017 -0400 Merge branch 'maint-0.3.1' into release-0.3.1 changes/bug19418 | 7 +++ src/common/tortls.c| 21

[tor-commits] [tor/release-0.3.1] Make sure we always wind up checking i2d_*'s output.

2017-08-25 Thread nickm
commit 418f3d6298beb27e050618e2f59e01d6d3b2f45b Author: Nick Mathewson Date: Wed Aug 9 09:24:16 2017 -0400 Make sure we always wind up checking i2d_*'s output. The biggest offender here was sometimes not checking the output of crypto_pk_get_digest.

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

2017-08-25 Thread nickm
commit 6069c829f90576c04a0802d2a108378a2bbabb7a Merge: 10b242822 418f3d629 Author: Nick Mathewson Date: Fri Aug 25 11:38:24 2017 -0400 Merge branch 'bug19418_029' into maint-0.3.1 changes/bug19418 | 7 +++ src/common/tortls.c| 21 ++---

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

2017-08-25 Thread nickm
commit b91dce9454c3db669a07968b25a4fa03d8526917 Merge: 0de3147bf 6069c829f Author: Nick Mathewson Date: Fri Aug 25 11:39:38 2017 -0400 Merge branch 'maint-0.3.1' changes/bug19418 | 7 +++ src/common/tortls.c| 21 ++---

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

2017-08-25 Thread nickm
commit 6069c829f90576c04a0802d2a108378a2bbabb7a Merge: 10b242822 418f3d629 Author: Nick Mathewson Date: Fri Aug 25 11:38:24 2017 -0400 Merge branch 'bug19418_029' into maint-0.3.1 changes/bug19418 | 7 +++ src/common/tortls.c| 21 ++---

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

2017-08-25 Thread nickm
commit 6069c829f90576c04a0802d2a108378a2bbabb7a Merge: 10b242822 418f3d629 Author: Nick Mathewson Date: Fri Aug 25 11:38:24 2017 -0400 Merge branch 'bug19418_029' into maint-0.3.1 changes/bug19418 | 7 +++ src/common/tortls.c| 21 ++---

[tor-commits] [tor/master] Make sure we always wind up checking i2d_*'s output.

2017-08-25 Thread nickm
commit 418f3d6298beb27e050618e2f59e01d6d3b2f45b Author: Nick Mathewson Date: Wed Aug 9 09:24:16 2017 -0400 Make sure we always wind up checking i2d_*'s output. The biggest offender here was sometimes not checking the output of crypto_pk_get_digest.

[tor-commits] [tor/maint-0.3.1] Make sure we always wind up checking i2d_*'s output.

2017-08-25 Thread nickm
commit 418f3d6298beb27e050618e2f59e01d6d3b2f45b Author: Nick Mathewson Date: Wed Aug 9 09:24:16 2017 -0400 Make sure we always wind up checking i2d_*'s output. The biggest offender here was sometimes not checking the output of crypto_pk_get_digest.

[tor-commits] [tor/master] prop224: Refactor descriptor reupload logic.

2017-08-25 Thread nickm
commit c980be951157b68e6bd658ce01850e96ce97d422 Author: George Kadianakis Date: Thu Aug 24 16:17:26 2017 +0300 prop224: Refactor descriptor reupload logic. We refactor the descriptor reupload logic to be similar to the v2 logic where we update a global

[tor-commits] [tor/master] prop224: Move service_desc_hsdirs_changed() and make it static.

2017-08-25 Thread nickm
commit e07b677bd9d557d2ab15474ce96c825a5a034a7f Author: George Kadianakis Date: Thu Aug 24 19:32:33 2017 +0300 prop224: Move service_desc_hsdirs_changed() and make it static. That function could be static but needed to be moved to the top. ---

[tor-commits] [tor/master] Merge remote-tracking branch 'asn/bug23309_v2'

2017-08-25 Thread nickm
commit 82b581f3fc8ed3c84034bbb0c723ccd6b092fbe9 Merge: 2549b3e92 e07b677bd Author: Nick Mathewson Date: Fri Aug 25 11:31:53 2017 -0400 Merge remote-tracking branch 'asn/bug23309_v2' src/or/hs_service.c| 230 ++---

[tor-commits] [tor/master] prop224: Refactor descriptor rotation logic.

2017-08-25 Thread nickm
commit 8b8e39e04b365eefd7d69a488c04405cd6371645 Author: George Kadianakis Date: Thu Aug 24 16:16:44 2017 +0300 prop224: Refactor descriptor rotation logic. The problem was that when we went from overlap mode to non-overlap mode, we were not wiping the

[tor-commits] [tor/master] fix wide lines

2017-08-25 Thread nickm
commit 0de3147bf1b7a76b99ced69bde6e2169bb9a0caa Author: Nick Mathewson Date: Fri Aug 25 11:34:42 2017 -0400 fix wide lines --- src/or/hs_service.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/or/hs_service.c b/src/or/hs_service.c

[tor-commits] [tor/master] sandbox: Fix double free when initializing HSv3 filenames

2017-08-25 Thread nickm
commit 2549b3e9233372556ae41c51b2e89c3ddb21a9ea Author: David Goulet Date: Fri Aug 25 09:28:10 2017 -0400 sandbox: Fix double free when initializing HSv3 filenames Don't free a reference that has been stolen. Fixes #23329 Signed-off-by:

[tor-commits] [webwml/master] Fix typos

2017-08-25 Thread hiro
commit 8c2873b1bbf4a5d418dceaf951d6d23b07b0e695 Author: hiromipaw Date: Fri Aug 25 13:04:21 2017 +0200 Fix typos --- about/en/jobs.wml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about/en/jobs.wml b/about/en/jobs.wml index d841c1aa..835d2b98

[tor-commits] [webwml/master] Fix posting date for os android dev

2017-08-25 Thread hiro
commit 520780ca66f1afcad3d4bf233bd5f96905e2fde4 Author: hiromipaw Date: Fri Aug 25 12:54:02 2017 +0200 Fix posting date for os android dev --- about/en/jobs-osdeveloperandroid.wml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [webwml/master] Add link in jobs page

2017-08-25 Thread hiro
commit e636f1bdb606f67a3c30fbce85245c24bc526ca4 Author: hiromipaw Date: Fri Aug 25 12:52:48 2017 +0200 Add link in jobs page --- about/en/jobs.wml | 1 + 1 file changed, 1 insertion(+) diff --git a/about/en/jobs.wml b/about/en/jobs.wml index 86d8eac9..d841c1aa 100644

[tor-commits] [webwml/master] Fix tag again

2017-08-25 Thread hiro
commit 3baf0eec9c1c2b72686c18ec2d56f8070a58ff04 Author: hiromipaw Date: Fri Aug 25 12:47:21 2017 +0200 Fix tag again --- about/en/jobs-browserdeveloper.wml | 1 - 1 file changed, 1 deletion(-) diff --git a/about/en/jobs-browserdeveloper.wml

[tor-commits] [webwml/master] Fix tag

2017-08-25 Thread hiro
commit 2461403633b36018b0c1fa1d39c6548917391454 Author: hiromipaw Date: Fri Aug 25 12:46:25 2017 +0200 Fix tag --- about/en/jobs-developerandroid.wml | 1 - 1 file changed, 1 deletion(-) diff --git a/about/en/jobs-developerandroid.wml

[tor-commits] [webwml/master] add android os dev job

2017-08-25 Thread hiro
commit 9656a69e8fe8b005eae100928c84833f894ffa25 Author: hiromipaw Date: Fri Aug 25 12:45:52 2017 +0200 add android os dev job --- about/en/jobs-osdeveloperandroid.wml | 139 +++ 1 file changed, 139 insertions(+) diff --git