[tor-commits] [stem/master] Minor doc corrections

2016-11-06 Thread atagar
commit b4926784b92426aeb9a3d0d1c573720ba9308d73 Author: Damian Johnson Date: Sun Nov 6 09:18:11 2016 -0800 Minor doc corrections Vidalia link no longer worked and trac components are now nested. --- docs/faq.rst | 6 +++--- 1 file changed, 3 insertions(+),

[tor-commits] [stem/master] Remove one mention of a hidden service directory

2016-11-06 Thread atagar
commit 58f638c0c2c70e17fdc7f3ecfce5d54d5ac2c4f3 Author: cypherpunks Date: Sun Nov 6 13:38:24 2016 + Remove one mention of a hidden service directory Ephemeral hidden services do not touch disk so there is no hidden service directory to display.

[tor-commits] [stem/master] Fix various tutorial issues

2016-11-06 Thread atagar
commit f76f70b55d17a6062f48ea732d38f15bf2dfa713 Merge: b492678 58f638c Author: Damian Johnson Date: Sun Nov 6 10:05:43 2016 -0800 Fix various tutorial issues https://trac.torproject.org/projects/tor/ticket/20584

[tor-commits] [stem/master] test_installs_all_data_files fails with vim swap files

2016-11-06 Thread atagar
commit 5fa09317c4ef3dd746537acbf2d316f3d6704d1b Author: Damian Johnson Date: Fri Nov 4 16:41:52 2016 -0700 test_installs_all_data_files fails with vim swap files Simple error with our new test...

[tor-commits] [stem/master] Use the range function instead of xrange

2016-11-06 Thread atagar
commit 5dcf225538e1e54e3365ad78e694595eb9526c76 Author: cypherpunks Date: Fri Nov 4 10:51:49 2016 + Use the range function instead of xrange The xrange function no longer exists in Python 3 [0]. [0]

[tor-commits] [stem/master] Suppress pyflakes issues by prefix or suffix

2016-11-06 Thread atagar
commit 058fb76c9ba57676df3c209dfed6996ffb565257 Author: Damian Johnson Date: Sun Nov 6 11:47:14 2016 -0800 Suppress pyflakes issues by prefix or suffix On #17306 neel's test output has quite a few pyflakes issues I don't get...

[tor-commits] [stem/master] Fill in missing manual summaries

2016-11-06 Thread atagar
commit 859bf025b0a9a2e0793f64ed3404db06051d15ae Author: Damian Johnson Date: Fri Nov 4 16:36:54 2016 -0700 Fill in missing manual summaries As tor adds new config options we want short, particularly human-readable summaries. Filling in the new additons.

[tor-commits] [stem/master] Use the new style of catching exceptions

2016-11-06 Thread atagar
commit 05162a899d527c041173bff18f22afcd2b07d502 Author: cypherpunks Date: Fri Nov 4 10:42:02 2016 + Use the new style of catching exceptions --- docs/_static/example/reading_twitter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [stem/master] Initialize the missing SOCKS_PORT variable

2016-11-06 Thread atagar
commit e5863bbc073103cfe8803c8fe990a2eec08b7355 Author: cypherpunks Date: Sun Nov 6 13:37:49 2016 + Initialize the missing SOCKS_PORT variable --- docs/_static/example/client_usage_using_socksipy.py | 2 ++ 1 file changed, 2 insertions(+) diff --git

[tor-commits] [tor/master] Remove changes files that will appear in 0.2.9.5-alpha.

2016-11-06 Thread nickm
commit b28d818423e2f4ef14975432b4c91ce586613edb Author: Nick Mathewson Date: Sun Nov 6 16:57:38 2016 -0500 Remove changes files that will appear in 0.2.9.5-alpha. --- changes/bug19869 | 4 changes/bug19968 | 11 --- changes/bug19969

[tor-commits] [tor/release-0.2.9] Start changelog for 0.2.9.5-alpha

2016-11-06 Thread nickm
commit 20e3ae32f5ea96447d2a79c61ba17a4161efbb29 Author: Nick Mathewson Date: Sun Nov 6 16:57:21 2016 -0500 Start changelog for 0.2.9.5-alpha --- ChangeLog| 47 ++- changes/bug19869 | 4

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

2016-11-06 Thread nickm
commit c8ec42de2ffde174086ecf720ba8f6f20a5b0947 Merge: 0fed324 add164a Author: Nick Mathewson Date: Sun Nov 6 16:41:32 2016 -0500 Merge branch 'maint-0.2.9' changes/bug19969 | 4 ++-- changes/bug20472 | 3 ++- changes/bug20551 | 2 +- 3 files changed, 5

[tor-commits] [tor-messenger-build/master] Fetch rbm before running a release build

2016-11-06 Thread sukhbir
commit 5181142380a72f90d2beb4946f554d220d00ec5d Author: Sukhbir Singh Date: Sun Nov 6 23:56:38 2016 -0500 Fetch rbm before running a release build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index

[tor-commits] [tor-messenger-build/master] Bump version in rbm.conf to 0.3.0b1

2016-11-06 Thread sukhbir
commit a317f6027d01ed1db27b175261f695587b18c0fd Author: Sukhbir Singh Date: Sun Nov 6 23:37:37 2016 -0500 Bump version in rbm.conf to 0.3.0b1 --- rbm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rbm.conf b/rbm.conf index 7569a12..04d6dc9

[tor-commits] [orbot/master] improve UI setup here for list to reduce NPE crashes

2016-11-06 Thread n8fr8
commit e7443890c5cd694acba2ccc07d3210378948d1dd Author: Nathan Freitas Date: Sun Nov 6 23:58:50 2016 -0500 improve UI setup here for list to reduce NPE crashes --- .../java/org/torproject/android/ui/AppManager.java | 47 +- 1 file changed, 28

[tor-commits] [orbot/master] improvements to app selection UI for better layout and error handling

2016-11-06 Thread n8fr8
commit fd92359ccd2c709333e8a2470e28bf885eeae51d Author: Nathan Freitas Date: Mon Nov 7 00:19:06 2016 -0500 improvements to app selection UI for better layout and error handling --- .../java/org/torproject/android/ui/AppManager.java | 8

[tor-commits] [orbot/dev_gradle] multiple fixes to re-enable VPN mode and pdnsd daemon

2016-11-06 Thread n8fr8
commit da0fb101f3b56588c2b92137fc770120eedb1cab Author: Nathan Freitas Date: Wed Oct 12 16:01:09 2016 -0400 multiple fixes to re-enable VPN mode and pdnsd daemon --- .../org/torproject/android/OnBootReceiver.java | 5 +-

[tor-commits] [orbot/dev_gradle] add the proguard rules

2016-11-06 Thread n8fr8
commit 3c181bc6f26adc6a9421b0f8e55563ea93ea5bf1 Author: Nathan Freitas Date: Thu Oct 13 15:31:53 2016 -0400 add the proguard rules --- orbotservice/proguard-rules.pro | 17 + 1 file changed, 17 insertions(+) diff --git a/orbotservice/proguard-rules.pro

[tor-commits] [orbot/master] just go back to basic arm and x86 builds

2016-11-06 Thread n8fr8
commit 73e9ac820e6efe3b6fe51ed3871a22ad3fe5082f Author: Nathan Freitas Date: Mon Nov 7 00:19:43 2016 -0500 just go back to basic arm and x86 builds other builds and new ndk toolchain is causing crashes --- orbotservice/src/main/jni/Application.mk | 4 ++-- 1 file

[tor-commits] [orbot/master] make sure browser intent exists before you open it

2016-11-06 Thread n8fr8
commit dedf213028ac5cbb63513d4ce3c2d2b756896e05 Author: Nathan Freitas Date: Sun Nov 6 23:57:37 2016 -0500 make sure browser intent exists before you open it for some reason, we see a lot of random crashes here do people really run devices without browsers on

[tor-commits] [orbot/master] tune line length here for other locales

2016-11-06 Thread n8fr8
commit 7bbfd4eff8205dad6e20955c38f1a90f13061139 Author: Nathan Freitas Date: Sun Nov 6 23:59:12 2016 -0500 tune line length here for other locales --- app/src/main/res/layout/layout_apps_item.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [orbot/dev_gradle] make sure we set VPN mode properly before we launch the service

2016-11-06 Thread n8fr8
commit 50f33c9ca2d58b741ae40fbdeec42786240117fd Author: Nathan Freitas Date: Thu Oct 13 15:31:12 2016 -0400 make sure we set VPN mode properly before we launch the service --- app/src/main/AndroidManifest.xml| 2 +-

[tor-commits] [orbot/dev_gradle] improve the code for launching the pdnsd daemon

2016-11-06 Thread n8fr8
commit 330860216a27897aa4c1dd943ea8375af78f889a Author: Nathan Freitas Date: Wed Oct 12 16:46:53 2016 -0400 improve the code for launching the pdnsd daemon --- .../android/service/vpn/OrbotVpnManager.java | 37 +++--- 1 file changed, 19

[tor-commits] [orbot/dev_gradle] we aren't going to show a notification light

2016-11-06 Thread n8fr8
commit 9948975d4fdb1e39c6fc887bb1edb71d92710c28 Author: Nathan Freitas Date: Thu Oct 13 15:31:34 2016 -0400 we aren't going to show a notification light --- .../src/main/java/org/torproject/android/service/TorService.java | 1 - 1 file changed, 1 deletion(-)

[tor-commits] [orbot/master] revert back to NDK toolchain 4.8 since it is more stable

2016-11-06 Thread n8fr8
commit 540db0f00bcaa0c0e6cc7d7bd283a19438c4de75 Author: Nathan Freitas Date: Mon Nov 7 00:23:19 2016 -0500 revert back to NDK toolchain 4.8 since it is more stable --- external/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [orbot/dev_gradle] add the compiled tun2socks lib for devs who just want to work on UI

2016-11-06 Thread n8fr8
commit cd8b549d1a7487d2f1ae7f9878856c76f0a82837 Author: Nathan Freitas Date: Thu Oct 13 15:31:59 2016 -0400 add the compiled tun2socks lib for devs who just want to work on UI --- orbotservice/src/main/jniLibs/armeabi/libtun2socks.so | Bin 0 -> 129472 bytes 1 file

[tor-commits] [orbot/dev_gradle] using compat builder for notifications

2016-11-06 Thread n8fr8
commit 9de4f54e6be978580bdc175d2c7fd599056a4760 Author: Nathan Freitas Date: Wed Oct 12 16:58:56 2016 -0400 using compat builder for notifications --- .../src/main/java/org/torproject/android/service/TorService.java | 5 +++-- 1 file changed, 3 insertions(+), 2

[tor-commits] [orbot/master] update for RC8 multi

2016-11-06 Thread n8fr8
commit 84d6a767ae08b6462f6afc60d41cf725c57c5339 Author: Nathan Freitas Date: Mon Nov 7 00:27:15 2016 -0500 update for RC8 multi --- CHANGELOG | 9 + 1 file changed, 9 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index b089f69..20dc8eb 100644 ---

[tor-commits] [orbot/master] 15.2.0-RC-8-multi

2016-11-06 Thread n8fr8
commit 34079c7a159a94eb738c0410b4642394d712c44e Author: Nathan Freitas Date: Mon Nov 7 00:26:11 2016 -0500 15.2.0-RC-8-multi --- app/src/main/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/AndroidManifest.xml

[tor-commits] [tor-messenger-build/master] Update changelog for trac 20205

2016-11-06 Thread arlo
commit 7021c3f4f3e50998ae34c0f93951e2ba950204b2 Author: Arlo Breault Date: Sun Nov 6 21:58:49 2016 -0800 Update changelog for trac 20205 * Added in d6d79dd5 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index

[tor-commits] [tor/master] Workaround for warning in desc_encode_v3().

2016-11-06 Thread nickm
commit 0b787b1daf68a7da44a5465e4b7afca417761449 Author: Nick Mathewson Date: Sun Nov 6 20:27:14 2016 -0500 Workaround for warning in desc_encode_v3(). Fixes bug 20581. --- src/or/hs_descriptor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[tor-commits] [tor/master] Finish a sentence in a comment. Close 20576.

2016-11-06 Thread nickm
commit f6a3d213e4ace95bbe0361878705d9a889f92974 Author: Nick Mathewson Date: Sun Nov 6 20:31:50 2016 -0500 Finish a sentence in a comment. Close 20576. --- src/or/protover.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/or/protover.c

[tor-commits] [tor/release-0.2.9] Finish a sentence in a comment. Close 20576.

2016-11-06 Thread nickm
commit f6a3d213e4ace95bbe0361878705d9a889f92974 Author: Nick Mathewson Date: Sun Nov 6 20:31:50 2016 -0500 Finish a sentence in a comment. Close 20576. --- src/or/protover.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/or/protover.c

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

2016-11-06 Thread nickm
commit 4e15c2cb7d905bd981aaae45aa2f186424b33040 Merge: 0b787b1 f6a3d21 Author: Nick Mathewson Date: Sun Nov 6 20:32:21 2016 -0500 Merge branch 'maint-0.2.9' src/or/protover.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

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

2016-11-06 Thread nickm
commit 27039cbc26ff6a115ed89cf4f0f985c31b2bb9e6 Merge: 9f5cb52 f6a3d21 Author: Nick Mathewson Date: Sun Nov 6 20:32:16 2016 -0500 Merge branch 'maint-0.2.9' into release-0.2.9 src/or/protover.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[tor-commits] [tor/maint-0.2.9] Finish a sentence in a comment. Close 20576.

2016-11-06 Thread nickm
commit f6a3d213e4ace95bbe0361878705d9a889f92974 Author: Nick Mathewson Date: Sun Nov 6 20:31:50 2016 -0500 Finish a sentence in a comment. Close 20576. --- src/or/protover.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/or/protover.c

[tor-commits] [tor/release-0.2.9] In test_tortls_classify_client_ciphers(), s/ECDH/ECDHE/

2016-11-06 Thread nickm
commit def41e93bdcce741c7eb87a06690fb36a133b8bb Author: Nick Mathewson Date: Sun Nov 6 20:23:40 2016 -0500 In test_tortls_classify_client_ciphers(), s/ECDH/ECDHE/ (We weren't actually using these ciphers; we were just requing that ciphers of that name

[tor-commits] [tor/master] In test_tortls_classify_client_ciphers(), s/ECDH/ECDHE/

2016-11-06 Thread nickm
commit def41e93bdcce741c7eb87a06690fb36a133b8bb Author: Nick Mathewson Date: Sun Nov 6 20:23:40 2016 -0500 In test_tortls_classify_client_ciphers(), s/ECDH/ECDHE/ (We weren't actually using these ciphers; we were just requing that ciphers of that name

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

2016-11-06 Thread nickm
commit 9f5cb527f03cfe7aeabdd21abdbe223bded7d9f1 Merge: 20e3ae3 def41e9 Author: Nick Mathewson Date: Sun Nov 6 20:24:36 2016 -0500 Merge branch 'maint-0.2.9' into release-0.2.9 changes/20460 | 4 src/test/test_tortls.c | 8 2 files changed, 8

[tor-commits] [tor/maint-0.2.9] In test_tortls_classify_client_ciphers(), s/ECDH/ECDHE/

2016-11-06 Thread nickm
commit def41e93bdcce741c7eb87a06690fb36a133b8bb Author: Nick Mathewson Date: Sun Nov 6 20:23:40 2016 -0500 In test_tortls_classify_client_ciphers(), s/ECDH/ECDHE/ (We weren't actually using these ciphers; we were just requing that ciphers of that name

[tor-commits] [torspec/master] Fix typos and thinkos in prop264. Closes 20577. Thanks, teor!

2016-11-06 Thread nickm
commit 113ea308036f54e7a03d7a0fd0aaed3263bd42b8 Author: Nick Mathewson Date: Sun Nov 6 20:30:20 2016 -0500 Fix typos and thinkos in prop264. Closes 20577. Thanks, teor! --- proposals/224-rend-spec-ng.txt | 4 ++-- proposals/264-subprotocol-versions.txt | 14

[tor-commits] [tor/release-0.2.9] Fix warnings from lintChanges.py

2016-11-06 Thread nickm
commit add164aa41724ba6d66c961f37bd798e268062d2 Author: Nick Mathewson Date: Sun Nov 6 16:39:46 2016 -0500 Fix warnings from lintChanges.py --- changes/bug19969 | 4 ++-- changes/bug20472 | 3 ++- changes/bug20551 | 2 +- 3 files changed, 5 insertions(+), 4

[tor-commits] [tor/master] Fix lintchanges warnings in master.

2016-11-06 Thread nickm
commit c69bc895caf9f81d97570e46bd53c22160db3fa0 Author: Nick Mathewson Date: Sun Nov 6 16:48:52 2016 -0500 Fix lintchanges warnings in master. --- changes/14881 | 5 +++-- changes/20273 | 4 ++-- changes/20526 | 2 +- changes/bug17779| 2 +-

[tor-commits] [tor/master] Fix warnings from lintChanges.py

2016-11-06 Thread nickm
commit add164aa41724ba6d66c961f37bd798e268062d2 Author: Nick Mathewson Date: Sun Nov 6 16:39:46 2016 -0500 Fix warnings from lintChanges.py --- changes/bug19969 | 4 ++-- changes/bug20472 | 3 ++- changes/bug20551 | 2 +- 3 files changed, 5 insertions(+), 4

[tor-commits] [tor/maint-0.2.9] Fix warnings from lintChanges.py

2016-11-06 Thread nickm
commit add164aa41724ba6d66c961f37bd798e268062d2 Author: Nick Mathewson Date: Sun Nov 6 16:39:46 2016 -0500 Fix warnings from lintChanges.py --- changes/bug19969 | 4 ++-- changes/bug20472 | 3 ++- changes/bug20551 | 2 +- 3 files changed, 5 insertions(+), 4

[tor-commits] [tor-messenger-build/master] Update changelog for trac 20207

2016-11-06 Thread arlo
commit 1114b2e918e7db834288e38aaa7a8e2d367f0683 Author: Arlo Breault Date: Sun Nov 6 22:26:27 2016 -0800 Update changelog for trac 20207 * Added in 7a2c858e --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index