[tor-commits] [ooni-probe/master] Use is_process_running function in reporter

2016-09-19 Thread art
commit 379533a802272ad34bbd1353493b6d9bf8d8449b Author: Arturo Filastò Date: Fri Sep 16 11:55:57 2016 +0200 Use is_process_running function in reporter --- ooni/reporter.py | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git

[tor-commits] [ooni-probe/master] Add keyword arguments to ProbeIP.lookup method

2016-09-19 Thread art
commit 60fd4ec19818f77f68824c59db17739f86c87914 Author: Arturo Filastò Date: Fri Sep 16 11:55:07 2016 +0200 Add keyword arguments to ProbeIP.lookup method --- ooni/geoip.py | 17 ++--- ooni/scripts/oonideckgen.py | 3 +-- 2 files changed, 11

[tor-commits] [ooni-probe/master] Add note about locking logic for run() of tasks

2016-09-19 Thread art
commit 6d13ade8bf4faae42e18c4e2c79dc695891d75c4 Author: Arturo Filastò Date: Thu Sep 15 19:39:17 2016 +0200 Add note about locking logic for run() of tasks --- ooni/agent/scheduler.py | 9 + 1 file changed, 9 insertions(+) diff --git a/ooni/agent/scheduler.py

[tor-commits] [ooni-probe/master] Update Changelog and version for 2.0.0-rc.2

2016-09-19 Thread art
commit 1fd8ad6526f4d49ad8bcd387a0d912efff568582 Author: Arturo Filastò Date: Tue Sep 13 12:38:24 2016 +0200 Update Changelog and version for 2.0.0-rc.2 --- ChangeLog.rst| 18 ++ ooni/__init__.py | 2 +- 2 files changed, 19 insertions(+), 1

[tor-commits] [tor-browser-bundle/hardened-builds] Bug 19528: fix permissions on get-moz-build-date (fixup)

2016-09-19 Thread gk
commit eb6d8398127f82b3dccb3c192333a98de0881405 Author: Nicolas Vigier Date: Fri Sep 16 17:09:22 2016 +0200 Bug 19528: fix permissions on get-moz-build-date (fixup) --- gitian/descriptors/linux/gitian-firefox.yml | 1 + gitian/descriptors/mac/gitian-firefox.yml

[tor-commits] [tor-browser-bundle/hardened-builds] Pass recipient addresses to mailx directly.

2016-09-19 Thread gk
commit 077b3928379745ababb9bf25ed084a771f42948f Author: Linus Nordberg Date: Thu Sep 15 20:22:20 2016 +0200 Pass recipient addresses to mailx directly. --- tools/continuous-builds/build-tbb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor-browser-bundle/hardened-builds] Bug 19851: Fix ASan error by upgrading GCC to 5.4.0

2016-09-19 Thread gk
commit 971399e21ee26922defb9893f188d435ebf62a0c Author: Georg Koppen Date: Sun Aug 21 11:45:16 2016 + Bug 19851: Fix ASan error by upgrading GCC to 5.4.0 We need to update the selfrando commit we use as well to pick up a GCC 5.4.0 related fixup. ---

[tor-commits] [tor-browser-bundle/master] Changelog fixup

2016-09-19 Thread gk
commit d804c1bb404ef53e426286f2139ce32ea2fbfc2a Author: Georg Koppen Date: Mon Sep 19 07:03:28 2016 + Changelog fixup --- Bundle-Data/Docs/ChangeLog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Bundle-Data/Docs/ChangeLog.txt

[tor-commits] [tor-browser-bundle/hardened-builds] Release preparations for 6.5a3-hardened

2016-09-19 Thread gk
commit 8c2784c6b486bbe6f4abf81278dee9e892dcb382 Author: Georg Koppen Date: Mon Sep 19 07:19:58 2016 + Release preparations for 6.5a3-hardened --- Bundle-Data/Docs/ChangeLog.txt| 36 gitian/versions.alpha | 16

[tor-commits] [tor-browser-bundle/hardened-builds] Bug 20095: Move OpenSSL to 1.0.2 in Tor Browser

2016-09-19 Thread gk
commit 2a7be0f64a6d7d46b29ecd8c2ad25f72450d3ce1 Author: Georg Koppen Date: Wed Sep 7 09:09:12 2016 + Bug 20095: Move OpenSSL to 1.0.2 in Tor Browser --- gitian/versions.alpha | 4 ++-- gitian/versions.nightly | 4 ++-- 2 files changed, 4 insertions(+), 4

[tor-commits] [metrics-tasks/master] Skip previously imported files (#20008).

2016-09-19 Thread karsten
commit 94ac93fe409d940531095e628453efec26d236ca Author: Karsten Loesing Date: Mon Sep 19 09:22:44 2016 +0200 Skip previously imported files (#20008). --- task-20008/src/Importer.java | 40 +--- 1 file changed, 25 insertions(+),

[tor-commits] [ooni-probe/master] Create a set of scheduled tasks to be run by the agent in background

2016-09-19 Thread art
commit 546d1e3b2d9b1cbf0bebe2b032acc0d8b87e13e4 Author: Arturo Filastò Date: Tue Jul 26 21:18:04 2016 +0200 Create a set of scheduled tasks to be run by the agent in background * Remove unneeded filename hash and sprinkle notes on it's future deprecation

[tor-commits] [ooni-probe/master] Move probe_ip singleton to the geoip module.

2016-09-19 Thread art
commit 10a802e72c955d450a6a1b56fcb71b4e60d46934 Author: Arturo Filastò Date: Wed Jul 27 14:24:51 2016 +0200 Move probe_ip singleton to the geoip module. Make it cache the probe_ip for 10 minutes and support waiting if another probe_ip lookup is in progress

[tor-commits] [ooni-probe/master] The report log now is used only for measurements that are written to the ~/.ooni/measurements directory.

2016-09-19 Thread art
commit 0362ad88fbe2945f5311b3db5b67031a0e8b218d Author: Arturo Filastò Date: Thu Jul 28 17:32:12 2016 +0200 The report log now is used only for measurements that are written to the ~/.ooni/measurements directory. * Move tor related functions into utils onion.

[tor-commits] [ooni-probe/master] Ignore egg-info files

2016-09-19 Thread art
commit 169952de3bd465fe3e3cb8c3424a3acc51684b1b Author: Arturo Filastò Date: Tue Jul 26 13:02:52 2016 +0200 Ignore egg-info files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ad35f00..cc68dba 100644 --- a/.gitignore

[tor-commits] [ooni-probe/master] Initialise the scheduler directory

2016-09-19 Thread art
commit e8ac20f398a36c155317d963d039647fa358fb94 Author: Arturo Filastò Date: Tue Jul 26 21:38:52 2016 +0200 Initialise the scheduler directory --- ooni/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ooni/settings.py b/ooni/settings.py index

[tor-commits] [ooni-probe/master] Move gunzip and rename to utils

2016-09-19 Thread art
commit 72c123125ac19d0a62f7eb5d3864efd01525d48a Author: Arturo Filastò Date: Wed Jul 27 00:44:04 2016 +0200 Move gunzip and rename to utils --- ooni/agent/scheduler.py | 4 ++-- ooni/resources.py | 10 +- ooni/ui/cli.py | 1 -

[tor-commits] [ooni-probe/master] Import the needed dateutil modules

2016-09-19 Thread art
commit d24f57a7b56baa02a04e912b21a7eeb0d37590b4 Author: Arturo Filastò Date: Tue Jul 26 18:31:14 2016 +0200 Import the needed dateutil modules --- ooni/contrib/__init__.py |1 + ooni/contrib/croniter.py |4 +-

[tor-commits] [ooni-probe/master] Import croniter library from: https://github.com/taichino/croniter/commit/194d6f2e1593a2fbbc9b2abf0dcda91242e90ad5

2016-09-19 Thread art
commit 8ea58487e6683214464ed0056dc0cf0f4517abe3 Author: Arturo Filastò Date: Tue Jul 26 16:53:55 2016 +0200 Import croniter library from: https://github.com/taichino/croniter/commit/194d6f2e1593a2fbbc9b2abf0dcda91242e90ad5 --- ooni/contrib/__init__.py | 0

[tor-commits] [ooni-probe/master] Move oonicli into ui/cli component

2016-09-19 Thread art
commit 5a89a2c028fa5058bf56260676a9d0e7c9dc32c6 Author: Arturo Filastò Date: Tue Jul 19 18:36:38 2016 +0200 Move oonicli into ui/cli component --- bin/ooniprobe | 4 +- ooni/oonicli.py| 520 -

[tor-commits] [ooni-probe/master] Use NGDeck also for the command line version of ooniprobe

2016-09-19 Thread art
commit 76cc0d4989de0a777fa62f4de5b60f07e0701da7 Author: Arturo Filastò Date: Tue Jul 26 02:05:58 2016 +0200 Use NGDeck also for the command line version of ooniprobe * Remove code that is now dead. --- bin/Makefile | 81

[tor-commits] [ooni-probe/master] Fix unittests

2016-09-19 Thread art
commit 2f582d81059a42af499264a7f05b163437386f16 Author: Arturo Filastò Date: Tue Jul 26 15:15:04 2016 +0200 Fix unittests * Improvements to the web UI --- ooni/deck.py | 24 ooni/results.py | 1 +

[tor-commits] [ooni-probe/master] Move oonireport, ooniresources and oonideckgen into the scripts/ directory.

2016-09-19 Thread art
commit d707df8b536d96e70567085608a0fa780794af25 Author: Arturo Filastò Date: Mon Jul 25 16:05:22 2016 +0200 Move oonireport, ooniresources and oonideckgen into the scripts/ directory. * Delete unused oonid command * Create ooniprobe-agent script ---

[tor-commits] [ooni-probe/master] Fix setup.py bump version number

2016-09-19 Thread art
commit 71c8f5bce08f5eaa4c5d17822a6b4345e5fd30bf Author: Arturo Filastò Date: Tue Jul 26 12:25:28 2016 +0200 Fix setup.py bump version number --- ooni/__init__.py | 13 + setup.py | 58 +--- 2

[tor-commits] [ooni-probe/master] Add two basic unittests

2016-09-19 Thread art
commit ae5d78b838fd910d042b65ff96fbc8a1103f Author: Arturo Filastò Date: Tue Jul 26 12:39:40 2016 +0200 Add two basic unittests --- ooni/tests/test_resources.py | 41 + ooni/tests/test_socks.py | 10 ++ 2 files

[tor-commits] [ooni-probe/master] Fixes to more unittests

2016-09-19 Thread art
commit e6401a516089e2ec665891cb7d750ea233d90089 Author: Arturo Filastò Date: Tue Jul 26 16:14:03 2016 +0200 Fixes to more unittests --- ooni/deck.py | 15 ++-- ooni/director.py | 14 ++- ooni/scripts/oonideckgen.py|

[tor-commits] [ooni-probe/master] Cleanup some of the log outputs.

2016-09-19 Thread art
commit cf333afdf5dc08e17d02516a0af79552aa6f0275 Author: Arturo Filastò Date: Thu Jul 28 01:38:41 2016 +0200 Cleanup some of the log outputs. * Fix more unittests. Will you be green green green? --- ooni/agent/scheduler.py | 2 +-

[tor-commits] [ooni-probe/master] Put all deck related functions inside of deck module.

2016-09-19 Thread art
commit 95a531d703321364e6c8759a78b6b287de8d4a23 Author: Arturo Filastò Date: Thu Jul 28 12:38:55 2016 +0200 Put all deck related functions inside of deck module. Optimise txscapy function to avoid calling a function on every import. ---

[tor-commits] [ooni-probe/master] Add support for listing enabled and disabled decks

2016-09-19 Thread art
commit 7c35e65485418d1dcb682bad1cf4eb62ef318e81 Author: Arturo Filastò Date: Sat Jul 30 16:27:20 2016 +0200 Add support for listing enabled and disabled decks * Fix various bugs --- ooni/agent/scheduler.py | 2 +- ooni/deck/store.py| 40

[tor-commits] [ooni-probe/master] Fix unittests of oonireport

2016-09-19 Thread art
commit e490533b48c7c62da5e6d28832434dbc51fb85f0 Author: Arturo Filastò Date: Fri Jul 29 23:49:32 2016 +0200 Fix unittests of oonireport --- ooni/tests/test_oonireport.py | 19 +++ 1 file changed, 3 insertions(+), 16 deletions(-) diff --git

[tor-commits] [ooni-probe/master] Implement CSRF protection based on double-submit token.

2016-09-19 Thread art
commit 84e7083fe0c0ad53286756395f07b7a9cbb10c18 Author: Arturo Filastò Date: Wed Jul 27 18:00:34 2016 +0200 Implement CSRF protection based on double-submit token. --- ooni/deck.py | 2 +- ooni/ui/web/server.py | 68

[tor-commits] [ooni-probe/master] Add support for loglevels.

2016-09-19 Thread art
commit 5a6a483bd0e1f1443f170955085543ef11aac34f Author: Arturo Filastò Date: Wed Jul 27 23:47:45 2016 +0200 Add support for loglevels. Small refactor of the logging facilities Note: now all messages printed with print() are not output to stdout by

[tor-commits] [ooni-probe/master] Implement deck store

2016-09-19 Thread art
commit 97ed0fcbda310db18b2138f70024f08de5b523b9 Author: Arturo Filastò Date: Fri Jul 29 22:50:45 2016 +0200 Implement deck store * Write all runtime files to /var/lib/ooni * Other various fixes to runtime paths * Include the default deck and

[tor-commits] [ooni-probe/master] Add missing modules to setup.py

2016-09-19 Thread art
commit f5c02d1593b37d5fd54ab7671b0914b9ad3a78ed Author: Arturo Filastò Date: Sat Jul 30 00:26:29 2016 +0200 Add missing modules to setup.py --- setup.py | 4 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index c1ae189..6940f66 100644 ---

[tor-commits] [ooni-probe/master] Fix path to the web ui root

2016-09-19 Thread art
commit 9768924e8cd53c31f751fa0b605a6f6c502b23be Author: Arturo Filastò Date: Fri Jul 29 23:54:19 2016 +0200 Fix path to the web ui root --- ooni/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooni/settings.py b/ooni/settings.py index

[tor-commits] [ooni-probe/master] Edit ooniprobe configuration file

2016-09-19 Thread art
commit 921a561062c6fc9cba375c61e4638ac33100acbe Author: Arturo Filastò Date: Fri Jul 29 23:56:20 2016 +0200 Edit ooniprobe configuration file --- data/ooniprobe.conf.sample | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git

[tor-commits] [ooni-probe/master] Implement tasks and add new APIs

2016-09-19 Thread art
commit c71375eed5db6dd1e11881c7045c2392c68aa42c Author: Arturo Filastò Date: Fri Jul 29 00:20:45 2016 +0200 Implement tasks and add new APIs * Add new API endpoints for deleting and keeping reports * Implement tasks for uploading not submitted reports

[tor-commits] [ooni-probe/master] Add commands for managing the lifecycle of the ooniprobe-agent

2016-09-19 Thread art
commit fe64930f836dccf76a87b9e9bcfe655bada49f90 Author: Arturo Filastò Date: Fri Jul 29 16:47:32 2016 +0200 Add commands for managing the lifecycle of the ooniprobe-agent * Add command to start the web-ui from ooniprobe * Improvements to the measurements

[tor-commits] [ooni-probe/master] Forward ports from the vagrant file

2016-09-19 Thread art
commit cd18ae75cb2e63e05649adc166dd5c91d6c3fde1 Author: Arturo Filastò Date: Sat Jul 30 00:36:10 2016 +0200 Forward ports from the vagrant file --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 59b2751..cf73244 100644

[tor-commits] [stem/master] Stacktrace when queue module is present

2016-09-19 Thread atagar
commit 03f32518527070f4584aa52b7ce2ea11028cc2ba Author: Damian Johnson Date: Mon Sep 19 22:12:30 2016 -0700 Stacktrace when queue module is present When running with the python 2.x if you have the queue module we use io.StringIO rather than

[tor-commits] [tor/master] Merge remote-tracking branch 'teor/bug20117'

2016-09-19 Thread nickm
commit 144bd86570ee2afc4efd8ecd7c59a65973452064 Merge: b08ddb6 42a74f7 Author: Nick Mathewson Date: Mon Sep 19 14:21:12 2016 -0400 Merge remote-tracking branch 'teor/bug20117' changes/bug20117 | 6 ++ doc/tor.1.txt| 5 +++-- 2 files changed, 9 insertions(+),

[tor-commits] [tor/master] Document the default PathsNeededToBuildCircuits value

2016-09-19 Thread nickm
commit 42a74f707c3031dab2aa21983040f58ba7b190e4 Author: teor Date: Fri Sep 9 11:20:20 2016 +1000 Document the default PathsNeededToBuildCircuits value ... when the directory authorities don't set min_paths_for_circs_pct. Fixes bug 20117; bugfix on

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

2016-09-19 Thread nickm
commit af01e8211e08fd418365f66c79a04e0db5a74aaa Merge: 144bd86 6cb9c2c Author: Nick Mathewson Date: Mon Sep 19 14:22:27 2016 -0400 Merge remote-tracking branch 'public/aes256' src/common/aes.c | 28 +-- src/common/aes.h | 3 +-

[tor-commits] [tor/master] Simplify the crypto_cipher_t interface and structure

2016-09-19 Thread nickm
commit ff116b780896bb735f887a669d87694bb6d8a964 Author: Nick Mathewson Date: Fri Sep 16 10:12:30 2016 -0400 Simplify the crypto_cipher_t interface and structure Previously, the IV and key were stored in the structure, even though they mostly weren't

[tor-commits] [tor/master] Remove a needless level of indirection from crypto_cipher_t

2016-09-19 Thread nickm
commit 83129031b1a1a3c719810d30df0e3ec6fa320661 Author: Nick Mathewson Date: Fri Sep 16 10:18:02 2016 -0400 Remove a needless level of indirection from crypto_cipher_t Now that crypto_cipher_t only contains a pointer, it no longer has any reason for an

[tor-commits] [tor-browser-bundle/hardened-builds] Fix selfrandro install path

2016-09-19 Thread gk
commit 8039dd7759df72fc2cb316004718daa03a665aee Author: Georg Koppen Date: Mon Sep 19 08:24:23 2016 + Fix selfrandro install path --- gitian/descriptors/linux/gitian-utils.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2016-09-19 Thread translation
commit b785daaddf754ef34e14389305f58d38e2f18e1f Author: Translation commit bot Date: Mon Sep 19 08:16:34 2016 + Update translations for torbutton-torbuttondtd --- sv/torbutton.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor/master] In aes.c, support 192-bit and 256-bit keys.

2016-09-19 Thread nickm
commit 981d0a24b81f27a642946648e49b3cadbd0c28b7 Author: Nick Mathewson Date: Fri Sep 16 09:51:51 2016 -0400 In aes.c, support 192-bit and 256-bit keys. Also, change the input types for aes_new_cipher to be unsigned, as they should have been all along. ---

[tor-commits] [tor/master] Add support for AES256 and AES192

2016-09-19 Thread nickm
commit 6cb9c2cf77cc8375f89cc8d625d0b60e292d8160 Author: Nick Mathewson Date: Fri Sep 16 11:21:33 2016 -0400 Add support for AES256 and AES192 (This will be used by prop224) --- src/common/aes.c | 2 +- src/common/crypto.c| 39

<    1   2