[tor-commits] [tor-browser-spec/master] Android Java calls added

2015-08-04 Thread mikeperry
commit 55a79bd26aea3dec4e62c42e8977b8d55937 Author: Amogh Pradeep Date: Tue Jun 30 17:12:20 2015 -0400 Android Java calls added --- audits/FF38_NETWORK_AUDIT | 15 +++ 1 file changed, 15 insertions(+) diff --git a/audits/FF38_NETWORK_AUDIT b/audits/FF38_NETWORK_AUDIT ind

[tor-commits] [tor-browser/tor-browser-38.1.0esr-5.0-1] fixup! Bug #13749.2: Regression tests for first-party isolation of cache

2015-08-04 Thread mikeperry
commit 7a73984f8e8f394417d850284578f2b97fed6120 Author: Arthur Edelstein Date: Mon Jul 13 16:14:56 2015 -0700 fixup! Bug #13749.2: Regression tests for first-party isolation of cache --- netwerk/test/browser/browser.ini |2 ++ netwerk/test/browser/browser_cacheFirst

[tor-commits] [tor-browser/tor-browser-38.1.0esr-5.0-1] Merge remote-tracking branch 'arthur/16572' into tor-browser-38.1.0esr-5.0-1

2015-08-04 Thread mikeperry
commit da7faed2de78d7a0a5c84a0d8c508b9499b7bf54 Merge: 522558c 7a73984 Author: Mike Perry Date: Tue Aug 4 13:38:34 2015 -0700 Merge remote-tracking branch 'arthur/16572' into tor-browser-38.1.0esr-5.0-1 netwerk/test/browser/browser.ini |2 ++ netwerk/test/browser/b

[tor-commits] [tor-browser-spec/master] Update release process for #15864.

2015-08-04 Thread mikeperry
commit 7f982a0ba2f46c9f0a6c8e5b6ed25b0dd1d960bd Author: Mike Perry Date: Tue Aug 4 13:23:26 2015 -0700 Update release process for #15864. Also add a step to verify gpg sigs on mirror transfer. --- processes/ReleaseProcess | 21 +++-- 1 file changed, 7 insertions(

[tor-commits] [tor/master] Merge remote-tracking branch 'public/bug13338'

2015-08-04 Thread nickm
commit 9e07dfa34bdcd9a8ee1e5b71d871754c17fcba29 Merge: b3ea3c8 d2cb923 Author: Nick Mathewson Date: Tue Aug 4 14:00:58 2015 -0400 Merge remote-tracking branch 'public/bug13338' changes/ticket13338|6 + configure.ac | 77 -

[tor-commits] [tor/master] Remove tor-fw-helper code

2015-08-04 Thread nickm
commit d2cb92332009567ae778b3570e8fd3420c207446 Author: Nick Mathewson Date: Tue Jul 14 14:48:22 2015 -0400 Remove tor-fw-helper code It did a good idea, but the code-quality of libupnpc and libnatpnp is so dodgy that I'm not really comfortable including them alongside Tor

[tor-commits] [tor/master] Switch order of unblocking threads and releasing the mutex.

2015-08-04 Thread nickm
commit b3ea3c8e2f3f49f2633c5283a886de650e3cec78 Author: cypherpunks Date: Thu Jul 23 11:28:31 2015 +0200 Switch order of unblocking threads and releasing the mutex. According to POSIX, the mutex must be locked by the thread calling the signal functions to ensure predictable sc