commit b32992067b3599d792326e9a7ed7135aa0a0c549
Author: Nathan Freitas
Date: Tue Apr 8 01:54:35 2014 -0400
update to BETA-4 for Permission changes
---
AndroidManifest.xml |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index
commit e78486a41f8fd4e2c1f5a14fe7c6b6e11eb89779
Author: Nathan Freitas
Date: Tue Apr 8 01:12:35 2014 -0400
update to support specific permissions for Service
this is an attempted fix for Samsung S3/Note3 issues
---
AndroidManifest.xml | 17 +++--
res/val
commit c9bf8d25856e012762382be6491c2016b91c0e93
Author: Nathan Freitas
Date: Tue Apr 8 01:12:56 2014 -0400
fix Shell calls so that we close() shell when done
---
src/org/torproject/android/service/TorService.java | 17 +++--
.../torproject/android/service/TorTransProxy.java
commit 7990644ecd136fb987b6aa34cdc736996c293759
Author: Nathan Freitas
Date: Mon Apr 7 23:37:33 2014 -0400
update version to 13.0.6-BETA-3
---
AndroidManifest.xml |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b80f
commit 917ea6e09f2a05b83d7bffaf88340abc5fb983ba
Author: Nathan Freitas
Date: Mon Apr 7 23:36:10 2014 -0400
fix for mikeperry transproxy leak bug find
https://lists.torproject.org/pipermail/tor-talk/2014-March/032503.html
---
.../torproject/android/service/TorTransProxy.java | 49 +++
commit 4ed6ea1e9c0375e0e80d3ba704975844a6db99d8
Author: Nathan Freitas
Date: Mon Apr 7 22:43:09 2014 -0400
updated pre-built binaries
---
libs/jtorctl.jar | Bin 14742 -> 14742 bytes
res/raw/obfsproxy.mp3 | Bin 352804 -> 352804 bytes
res/raw/privoxy.mp3 | Bin 264879 -> 264879 by
commit 7229c52f9cc360a31ef3446bf8413368fadda1db
Author: Nathan Freitas
Date: Mon Apr 7 22:42:59 2014 -0400
updated to openssl 1.0.1g
---
external/openssl |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/external/openssl b/external/openssl
index 46ebd9e..b2d951e 16
commit fc0554f9ff9f4f4f1d7940ab5dfc2e8fe4148841
Author: Nathan Freitas
Date: Mon Apr 7 23:35:58 2014 -0400
fix for binary version upgrade support
---
src/org/torproject/android/service/TorService.java | 27 +++-
.../android/service/TorServiceConstants.java |2 +-
commit f0bce2dc359dc2b3004af33541b27c495ad731f3
Author: Nick Mathewson
Date: Mon Apr 7 23:20:13 2014 -0400
Fix some harmless/untriggerable memory leaks found by coverity
---
changes/cov-leaks |6 ++
src/or/dirserv.c| 16
src/test/test_addr.c|
commit 6d9c332757c96e691ddeb024bd41035490a505d7
Author: Nick Mathewson
Date: Wed Dec 11 15:15:21 2013 -0500
Another 10363 instance -- this one in the eventdns.c code
---
changes/bug10363 |3 +++
src/ext/eventdns.c |5 +++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff -
commit 595303fd1e1998e12c51901f1aea77311e973a44
Merge: 84df7d7 6d9c332
Author: Nick Mathewson
Date: Mon Apr 7 23:03:04 2014 -0400
Merge remote-tracking branch 'public/bug10363_024_squashed'
changes/bug10363 | 12
src/common/compat.c | 20 ++--
src/ext
commit 9dd115d6b59aaa7d2f444efb9d7992e472fbfb0f
Author: Nick Mathewson
Date: Wed Dec 11 15:14:43 2013 -0500
Another 10363 instance: this one in tor_memmem fallback code
---
changes/bug10363 |3 +++
src/common/compat.c | 20 ++--
src/test/test_util.c |4
commit 092ac26ea28c17d13bd1d01cab9b3dec276c4dbc
Author: Nick Mathewson
Date: Wed Dec 11 14:45:48 2013 -0500
Fix undefined behavior with pointer addition in channeltls.c
In C, it's a bad idea to do this:
char *cp = array;
char *end = array + array_len;
commit 358e8ac97811ff2ad6de34f84fb59a92612b4a08
Author: Nick Mathewson
Date: Mon Apr 7 22:22:57 2014 -0400
Document new PT_MISSING reason for ending an OR_CONN
(See #9665 for more background.)
---
control-spec.txt |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --
commit 90341b4852bf88f1fdf9fd150fa2f5c47f88b2cb
Author: Nick Mathewson
Date: Mon Apr 7 13:44:22 2014 -0400
For missing transport, say "PT_MISSING" not "NO_ROUTE"
---
src/or/connection_or.c |2 +-
src/or/or.h|3 ++-
src/or/reasons.c |2 ++
3 files changed, 5 in
commit 84df7d73c9f8892220184e301627d5bddb9c3f79
Merge: bc0882c 74195db
Author: Nick Mathewson
Date: Mon Apr 7 22:20:13 2014 -0400
Merge branch 'bug9665_redux'
changes/bug9665|4
src/or/connection_or.c |6 ++
src/or/or.h|3 ++-
src/or/reasons.c
commit 74195db6b67d2e98019104d49e44717fd54d5ec2
Author: Nick Mathewson
Date: Mon Apr 7 22:19:56 2014 -0400
Changes file for bug9665
---
changes/bug9665 |4
1 file changed, 4 insertions(+)
diff --git a/changes/bug9665 b/changes/bug9665
new file mode 100644
index 000..d9e5859
-
commit 08ae53e400ff6fa2d8147aad440c38173c106cae
Author: Fábio J. Bertinatto
Date: Tue Nov 5 00:50:16 2013 -0200
Fix bug9665
---
src/or/connection_or.c |5 +
1 file changed, 5 insertions(+)
diff --git a/src/or/connection_or.c b/src/or/connection_or.c
index 04ad2cc..ba3ac00 100644
commit 754a50592c412d95d2eb48038784d0ef725a7dc2
Author: Nick Mathewson
Date: Mon Apr 7 13:41:07 2014 -0400
Forward-port bug9665 fix to work with our fix for 11069
---
src/or/connection_or.c |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/or/connection_or.c b/sr
commit 0bd903fc9d1446c250fb107812cdd0d89a446497
Author: Mike Perry
Date: Mon Apr 7 19:03:35 2014 -0700
Write changelog and bump version for 1.6.8.0.
---
src/CHANGELOG | 18 --
src/install.rdf |2 +-
2 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/src
commit f9d7c77f71c3596a66b8026b06fe6ee6fdea00e2
Author: Mike Perry
Date: Mon Apr 7 18:29:43 2014 -0700
Bump version to 0.2.5.2.
---
src/install.rdf |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/install.rdf b/src/install.rdf
index 1cd36da..f523acf 100644
--- a/s
commit 7f6f1f6535d8c84d6dd3944ed54ff596fbc6c8b9
Author: Mike Perry
Date: Mon Apr 7 18:28:39 2014 -0700
Update translations.
---
src/chrome/locale/ar/network-settings.dtd| 32 +++
src/chrome/locale/ar/progress.dtd|2 +-
src/chrome/locale/ar/torlauncher.prop
Author: arma
Date: 2014-04-08 00:58:58 + (Tue, 08 Apr 2014)
New Revision: 26694
Modified:
website/trunk/en/index.wml
Log:
link to the new blog post, let the tails announcement fall off
Modified: website/trunk/en/index.wml
===
commit c1633cd940340e7e574020fcd195a0359de6c5b3
Author: Translation commit bot
Date: Tue Apr 8 00:45:20 2014 +
Update translations for torcheck_completed
---
el/torcheck.po | 49 -
1 file changed, 44 insertions(+), 5 deletions(-)
diff
commit 312bea76d8cbeaee429c364ce3759411ae31f2e4
Author: Translation commit bot
Date: Tue Apr 8 00:45:17 2014 +
Update translations for torcheck
---
el/torcheck.po | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/el/torcheck.po b/el/torcheck.po
index
commit 8ffafbe276235ffabc70e3273366b2ad4b21ebb1
Author: Translation commit bot
Date: Tue Apr 8 00:45:55 2014 +
Update translations for tails-misc
---
el.po |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/el.po b/el.po
index 3e9c012..3cdf01f 100644
--- a/el.po
+++
commit ddcc31e7c4eca2af59c7804c23cb74071ec84abb
Author: Translation commit bot
Date: Tue Apr 8 00:45:57 2014 +
Update translations for tails-misc_completed
---
el.po |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/el.po b/el.po
index 3e9c012..3cdf01f 100644
--- a
commit ca6a3a1993f8cd3ae4bced9e41555d6acc4f72e5
Author: Translation commit bot
Date: Tue Apr 8 00:15:36 2014 +
Update translations for tor-launcher-progress
---
el/progress.dtd |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/el/progress.dtd b/el/progress.dtd
inde
commit c7ccbef4c5752d2c5f1ddb4a97c7c8ace56dbc81
Author: Translation commit bot
Date: Tue Apr 8 00:15:45 2014 +
Update translations for tails-misc_completed
---
el.po | 510 +
1 file changed, 510 insertions(+)
diff --git
commit b9502df4623541b0f9bddc6cb0ee8f831b7df126
Author: Translation commit bot
Date: Tue Apr 8 00:15:42 2014 +
Update translations for tails-misc
---
el.po | 28 ++--
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/el.po b/el.po
index a4c76a6..
commit 7028ce7167c531a3b33e1feddf0453fdc823c30b
Author: Translation commit bot
Date: Tue Apr 8 00:15:10 2014 +
Update translations for torcheck
---
el/torcheck.po |9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/el/torcheck.po b/el/torcheck.po
index 17535
commit 2bb740d66de40929df27f672c5938e376c45dd8a
Author: Translation commit bot
Date: Tue Apr 8 00:15:38 2014 +
Update translations for tor-launcher-progress_completed
---
el/progress.dtd |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/el/progress.dtd b/el/progres
commit ada623c4cbc145521980e6bce08611cff7e81cad
Author: Mike Perry
Date: Mon Apr 7 16:46:07 2014 -0700
Really add the OpenSSL keyring.
I wonder where GPG put it last time?
---
gitian/gpg/OPENSSL.gpg | Bin 0 -> 6924 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
diff --gi
commit b1fbcd70a7011b49dcffec707c66126b0bb610ca
Author: Translation commit bot
Date: Mon Apr 7 23:45:36 2014 +
Update translations for tails-misc
---
el.po | 23 ---
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/el.po b/el.po
index 12b45a9..a4c76
commit 06d2d07bdfbfd2361df94ef588f1f2513b6d3d12
Author: Mike Perry
Date: Mon Apr 7 16:34:42 2014 -0700
Update OpenSSL signing key and hashes.
---
gitian/gpg/OPENSSL.gpg | Bin 4316 -> 0 bytes
gitian/versions |2 +-
gitian/versions.alpha |2 +-
gitian/versions.beta|
commit 0dc9b5d20c312916ffec28dd0adc014a7cfae4a9
Author: Mike Perry
Date: Mon Apr 7 16:04:19 2014 -0700
Update OpenSSL to 1.0.1g
---
Bundle-Data/Docs/ChangeLog.txt |4
gitian/versions|4 ++--
gitian/versions.alpha |2 +-
gitian/versions.beta
commit 61ff5d51649158dc07353e2034473ba6287bdfe0
Author: Kathy Brade
Date: Mon Apr 7 16:46:22 2014 -0400
Bug #9665: Report error if no bridges are usable.
---
src/chrome/locale/en/torlauncher.properties |1 +
1 file changed, 1 insertion(+)
diff --git a/src/chrome/locale/en/torlauncher.
commit e5b70ba4ab02cecf462d84ad7437e7b51ee7f575
Author: Nathan Freitas
Date: Mon Apr 7 11:10:31 2014 -0400
improve shell command, root and permissions handling
---
src/org/torproject/android/service/Root.java | 107 -
src/org/torproject/android/service/TorService.java |
commit 6bce7d579d286c5d8579c0646fbd3a1bd4ca4bec
Author: Nathan Freitas
Date: Mon Apr 7 12:17:23 2014 -0400
fix ant build script and target
---
AndroidManifest.xml |4 ++--
update-ant-build.sh |5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/AndroidManifest.x
commit b734c6c23299e039f9cadf703e4d37341d471b5a
Author: Nathan Freitas
Date: Mon Apr 7 11:10:19 2014 -0400
add new library for superuser/shell commands
---
.gitmodules |3 +++
external/superuser-commands |1 +
project.properties |1 +
3 files changed, 5
commit 0b062b1f9c52ac39ce265b13d3e2013d954923f0
Author: David Fifield
Date: Sun Apr 6 19:17:20 2014 -0700
Comment out some debugging.
---
firefox/components/main.js |8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/firefox/components/main.js b/firefox/component
commit 7cba0a659c3abd4b92eb289b20263726d1c6d610
Author: David Fifield
Date: Sun Apr 6 10:07:33 2014 -0700
Add meek-client-torbrowser program.
This program starts firefox with the meek-http-helper profile and then
starts meek-client set up to talk to it.
---
.gitignore
commit 4b93398800605730e8ffd9dac83b3dc0424c8ebc
Author: David Fifield
Date: Sun Apr 6 10:10:31 2014 -0700
Log the helper address.
---
meek-client/meek-client.go |1 +
1 file changed, 1 insertion(+)
diff --git a/meek-client/meek-client.go b/meek-client/meek-client.go
index 6ce95f0..536
commit f2676148c8d1577577311aacb77897b524a65a08
Author: Translation commit bot
Date: Mon Apr 7 15:15:23 2014 +
Update translations for tails-persistence-setup
---
hu/hu.po | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/hu/hu.po b/hu/hu.po
index e
commit e456299b5442f956cbe759e93811943593ece730
Author: Translation commit bot
Date: Mon Apr 7 15:15:25 2014 +
Update translations for tails-persistence-setup_completed
---
hu/hu.po | 317 ++
1 file changed, 317 insertions(+)
commit 5c38b445701f7f74d0aced621effc0857f2bd6de
Author: Translation commit bot
Date: Mon Apr 7 14:45:23 2014 +
Update translations for tails-greeter
---
hu/hu.po |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/hu/hu.po b/hu/hu.po
index 653bd7e..74b8b24 1006
commit 84d9940fd4384dd8d48f57d474f2ef70446d8f31
Author: Translation commit bot
Date: Mon Apr 7 14:45:19 2014 +
Update translations for tails-persistence-setup
---
hu/hu.po | 91 +++---
1 file changed, 46 insertions(+), 45 deleti
commit 09819ceaf9f0ef08086fbf1f4bf5583a8bb06bf9
Author: Translation commit bot
Date: Mon Apr 7 14:45:25 2014 +
Update translations for tails-greeter_completed
---
hu/hu.po | 97 +++---
1 file changed, 81 insertions(+), 16 deleti
commit 8050bf20027c4820a179deff98cdc4a4bdd5cd2a
Author: Translation commit bot
Date: Mon Apr 7 14:15:24 2014 +
Update translations for tails-greeter
---
hu/hu.po | 29 +++--
1 file changed, 15 insertions(+), 14 deletions(-)
diff --git a/hu/hu.po b/hu/hu.po
in
commit 2edfea1555648ab995bcbde7df0ed10d06208400
Author: Translation commit bot
Date: Mon Apr 7 14:15:44 2014 +
Update translations for tails-misc_completed
---
hu.po | 509 +
1 file changed, 509 insertions(+)
diff --git
commit 8b483d2f9c46729959fd026d0b701327b35a7138
Author: Translation commit bot
Date: Mon Apr 7 14:15:42 2014 +
Update translations for tails-misc
---
hu.po | 24
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/hu.po b/hu.po
index f96f5e8..4c2f
commit 8211d9ab904a4d9e9da1ae21feeebef0626e4829
Author: Translation commit bot
Date: Mon Apr 7 13:45:37 2014 +
Update translations for tails-misc
---
hu.po | 51 ++-
1 file changed, 26 insertions(+), 25 deletions(-)
diff --git a/hu.po
52 matches
Mail list logo