[tor-commits] [torbutton/master] Update Firefox Bug list.

2011-04-10 Thread mikeperry
commit 00eb2516e06d9a47ef27dc0862e65dac9eb175be Author: Mike Perry Date: Sun Apr 10 21:52:01 2011 -0700 Update Firefox Bug list. The changes reflect the planned move away from the Toggle Model in favor of Tor Browser Bundle. --- website/design/design.xml | 65 +++

[tor-commits] [torbutton/master] Add some info on highres timers to audit doc.

2011-04-10 Thread mikeperry
commit de60254182da3842e620229e9d8d7077531bf80b Author: Mike Perry Date: Sun Apr 10 21:50:35 2011 -0700 Add some info on highres timers to audit doc. --- website/design/FF40_AUDIT |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/website/design/FF40_AUDIT b/webs

[tor-commits] [torbutton/master] Update date of design doc.

2011-04-10 Thread mikeperry
commit 42aa646f7f3b33ba730bf086fd8e2a0b93ab2aae Author: Mike Perry Date: Sun Apr 10 21:53:11 2011 -0700 Update date of design doc. --- website/design/design.xml |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/website/design/design.xml b/website/design/design.xml i

[tor-commits] [torbutton/master] Bug 2832: Update spoofed useragent.

2011-04-15 Thread mikeperry
commit 6c214bac4239872bf288bd9bb672e8d56d160119 Author: Mike Perry Date: Fri Apr 15 01:07:33 2011 -0700 Bug 2832: Update spoofed useragent. This will make YouTube work for FF4 users if they opt-in to the HTML5 trial. We're not going to set the opt-in cookie for them just yet, o

[tor-commits] [torbutton/master] Bug 2838: Make Cookie Protections always available.

2011-04-15 Thread mikeperry
commit 294629b7c59dba26a882636adadc231efc8f29e3 Author: Mike Perry Date: Fri Apr 15 02:43:16 2011 -0700 Bug 2838: Make Cookie Protections always available. Also fix a bug referencing an old component name. It seems to work now. --- src/chrome/content/torbutton.js |9 -

[tor-commits] [torbutton/master] Move JS hooks to new JS1.8.5 hooking support.

2011-04-16 Thread mikeperry
commit a090ed22b28dd460661f97529378a73aa97009f7 Author: Mike Perry Date: Fri Apr 15 00:51:04 2011 -0700 Move JS hooks to new JS1.8.5 hooking support. The new JS1.8.5 hooking method appear more stable than the old ways, but they're not perfect... --- src/chrome/content/jshooks4

[tor-commits] [torbutton/master] Add changelog.

2011-04-30 Thread mikeperry
commit 88a12593c1f18e68541a6d5fa4583b29a09901a2 Author: Mike Perry Date: Sat Apr 30 20:49:28 2011 -0700 Add changelog. --- src/CHANGELOG |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/CHANGELOG b/src/CHANGELOG index a5a3af9..9e29210 100644 --- a/src/CHAN

[tor-commits] [torbutton/master] Fix compatability issues ONCE AND FOR ALL!11

2011-04-30 Thread mikeperry
commit 7042266e2cc7a8cb939641036f3c86a1b5d78e95 Author: Mike Perry Date: Sat Apr 30 20:48:57 2011 -0700 Fix compatability issues ONCE AND FOR ALL!11 --- src/install.rdf |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/install.rdf b/src/install.rdf index 8044

[tor-commits] [torbutton/master] Update torbutton translations.

2011-04-30 Thread mikeperry
commit e32fe17f67bada0650cf75d9d0f8d3f13b03f214 Author: Mike Perry Date: Sat Apr 30 20:14:07 2011 -0700 Update torbutton translations. --- src/chrome/locale/de/torbutton.dtd| 52 src/chrome/locale/fa/torbutton.dtd| 186 ++-- src/chrome/lo

[tor-commits] [torbutton/master] Add date to changelog; add bug # for 4.0.1 issue.

2011-05-01 Thread mikeperry
commit b57d79667a6b9b6edfc6f2c044a1026a28747249 Author: Mike Perry Date: Sun May 1 14:51:09 2011 -0700 Add date to changelog; add bug # for 4.0.1 issue. --- src/CHANGELOG |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/CHANGELOG b/src/CHANGELOG index 9e29210.

[tor-commits] [torbutton/master] Bug 3101: Disable WebGL. Too many unknowns for now.

2011-06-01 Thread mikeperry
commit 00d5bc28bf82c9fb049368b78cff8f43d775c299 Author: Mike Perry Date: Wed Jun 1 00:31:09 2011 -0700 Bug 3101: Disable WebGL. Too many unknowns for now. I think these folks may be right, at least for the short term: http://www.contextis.com/resources/blog/webgl/ Remo

[tor-commits] [torbutton/master] Bug 3345: Make Google Captcha redirect work again.

2011-06-03 Thread mikeperry
commit e42dc36ceb914766c3337a655b4998f07407ddfb Author: Mike Perry Date: Fri Jun 3 20:00:19 2011 -0700 Bug 3345: Make Google Captcha redirect work again. --- src/chrome/content/torbutton.js |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/chrome/content/torbut

[tor-commits] [pytorctl/master] Removing indefinite blocking on socket recv

2011-06-16 Thread mikeperry
commit 4824d623487e0d305029ea46326eba94b4e4b738 Author: Damian Johnson Date: Sun Jun 12 20:40:49 2011 -0700 Removing indefinite blocking on socket recv When shutting down we can't join on _thread unless the socket receives data because we didn't have a timeout. This issues a 20

[tor-commits] [pytorctl/master] Shutting down sockets when closed

2011-06-16 Thread mikeperry
commit 477c1bcde44e92243bf061f565d9403fa8e31276 Author: Damian Johnson Date: Sun Jun 12 21:41:09 2011 -0700 Shutting down sockets when closed Each TorCtl instance spawned a socket that would continue to live for the life of the python process. For more information see ticket 2

[tor-commits] [pytorctl/master] Replacing old TorCtl example with a BW listener

2011-06-16 Thread mikeperry
commit 257fedbbe7b4e8f066ba570773bb2f2afbca6dc4 Author: Damian Johnson Date: Sun Jun 12 22:02:14 2011 -0700 Replacing old TorCtl example with a BW listener Event listening, particularly BW events, is a common request on irc so using it as the TorCtl example. For more informati

[tor-commits] [pytorctl/master] Removing socket timeout for thread wakeup

2011-06-16 Thread mikeperry
commit 42b5f0e536089a0a509bac0403155466881b7c2f Author: Damian Johnson Date: Thu Jun 16 18:45:57 2011 -0700 Removing socket timeout for thread wakeup The shutdown added in this branch wakes the socket so there's no need for the loop we previously had. --- TorUtil.py | 10 +-

[tor-commits] [pytorctl/master] Merge branch 'bug2812'

2011-06-16 Thread mikeperry
commit 8554340f34309af293ced771be9634887cef2568 Merge: 257fedb 42b5f0e Author: Mike Perry Date: Thu Jun 16 18:50:56 2011 -0700 Merge branch 'bug2812' TorUtil.py | 10 +- 1 files changed, 1 insertions(+), 9 deletions(-) ___ tor-commits

[tor-commits] [torbutton/master] Remove some transifex puke.

2011-06-17 Thread mikeperry
commit 132e3ad98da172b0b3ec1d38ea58a9f034f8e5b3 Author: Mike Perry Date: Fri Jun 17 12:00:47 2011 -0700 Remove some transifex puke. --- src/chrome/locale/en/torbutton.dtd.orig | 135 --- src/chrome/locale/en/torbutton.dtd.rej | 10 --- 2 files changed, 0 ins

[tor-commits] [pytorctl/master] Unblocking waits for a response when we error

2011-06-17 Thread mikeperry
commit 9de33409bb240d8fe50e135dfb895536dc6a45bd Author: Damian Johnson Date: Mon Jun 13 09:30:42 2011 -0700 Unblocking waits for a response when we error When the signal sent by _sendImpl causes the control connection to close we block indefinitely waiting for a response. For m

[tor-commits] [pytorctl/master] Handling for connections to non-control sockets

2011-06-17 Thread mikeperry
commit e76418e507319887626b9d3921bdc0ac44b28e76 Author: Damian Johnson Date: Mon Jun 13 09:50:13 2011 -0700 Handling for connections to non-control sockets When we attempt to initiate a control connection to a non-control port (for instance tor's socks port instead)... - th

[tor-commits] [pytorctl/master] Option to get get_network_status as an iterator

2011-06-17 Thread mikeperry
commit 45d7753b7c947b141210017d1b987673c51d97c5 Author: Damian Johnson Date: Wed Jun 15 19:27:12 2011 -0700 Option to get get_network_status as an iterator Setting the 'getIterator' argument drops the memory usage of calling get_network_status by 71% (from 3.5 MB to 1 MB). This

[tor-commits] [pytorctl/master] TorCtl connect method inflexible

2011-06-17 Thread mikeperry
commit 565e18a6ff6189dd11d8a43ca77eed287743b479 Author: Damian Johnson Date: Thu Jun 16 07:50:58 2011 -0700 TorCtl connect method inflexible The connect method is a nice helper for cli initiation, but lacks sufficient call visibility to help in more general use cases. In partic

[tor-commits] [pytorctl/master] Closing connection in case of auth failure

2011-06-17 Thread mikeperry
commit 40f7cbc50d460d8e3e11669827108bfb912ab3bf Author: Damian Johnson Date: Thu Jun 16 18:15:05 2011 -0700 Closing connection in case of auth failure When authentication failed in TorCtl.connect() the abandoned connection wasn't being closed. --- TorCtl.py |3 +++ 1 file

[tor-commits] [pytorctl/master] Merge commit '40f7cbc' into bug2812

2011-06-17 Thread mikeperry
commit 3c6a3268326d928474b4a1093cf74a2c32898208 Merge: 42b5f0e 40f7cbc Author: Damian Johnson Date: Thu Jun 16 19:15:38 2011 -0700 Merge commit '40f7cbc' into bug2812 Conflicts: TorUtil.py TorCtl.py | 186 ++-- Tor

[tor-commits] [pytorctl/master] Merge remote branch 'atagar/bug2812'

2011-06-17 Thread mikeperry
commit cb62cf7c70982b83c2d480e55843e098d42ed697 Merge: 8554340 3c6a326 Author: Mike Perry Date: Fri Jun 17 16:10:45 2011 -0700 Merge remote branch 'atagar/bug2812' TorCtl.py | 130 ++-- TorUtil.py |9 +++- 2 files changed, 98 i

[tor-commits] [pytorctl/master] Add iterator support to get_consensus().

2011-06-17 Thread mikeperry
commit 5b73e36159cab89d76f481047f8524e8e9938ed5 Author: Mike Perry Date: Fri Jun 17 16:24:50 2011 -0700 Add iterator support to get_consensus(). Also rename getIterator to get_iterator. --- TorCtl.py | 23 +-- 1 files changed, 17 insertions(+), 6 deletions(-)

[tor-commits] [pytorctl/master] Rename connectionComp and export ns_body_iter.

2011-06-17 Thread mikeperry
commit 0ec171e6e0286b84802d09d399f7ff620dc37803 Author: Mike Perry Date: Fri Jun 17 16:29:36 2011 -0700 Rename connectionComp and export ns_body_iter. --- TorCtl.py |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TorCtl.py b/TorCtl.py index b1387a0..250dab1 10

[tor-commits] [torflow/master] Update submodule.

2011-06-17 Thread mikeperry
commit 8db5826def8209a518c8e473fd4cb6d30e55b47f Author: Mike Perry Date: Fri Jun 17 16:32:58 2011 -0700 Update submodule. --- TorCtl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/TorCtl b/TorCtl index b99ecc1..0ec171e 16 --- a/TorCtl +++ b/TorCtl @@ -1 +1 @@

[tor-commits] [pytorctl/master] Rename make_connection to preauth_connect and export it.

2011-06-17 Thread mikeperry
commit af306b53a668168ae92a6c919d4013b81d7e61ad Author: Mike Perry Date: Fri Jun 17 17:29:43 2011 -0700 Rename make_connection to preauth_connect and export it. --- TorCtl.py |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/TorCtl.py b/TorCtl.py index 250dab1.

[tor-commits] [torflow/master] Update submodule..

2011-06-17 Thread mikeperry
commit 6d02ebea92e586ec55225aa260abbfef32bf3acb Author: Mike Perry Date: Fri Jun 17 17:30:25 2011 -0700 Update submodule.. --- TorCtl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/TorCtl b/TorCtl index 0ec171e..af306b5 16 --- a/TorCtl +++ b/TorCtl @@ -1 +1 @

[tor-commits] [pytorctl/master] Remove python 2.5ism

2011-06-20 Thread mikeperry
commit 7cd3224c4615c8b2e3f465ed2d1b22d2f9dbf89f Author: Mike Perry Date: Mon Jun 20 10:03:30 2011 -0700 Remove python 2.5ism --- TorCtl.py |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/TorCtl.py b/TorCtl.py index c515c97..edf9408 100755 --- a/TorCtl.py +++ b/To

[tor-commits] [torflow/master] Ticket #1975: Improve slice file distribution.

2011-06-20 Thread mikeperry
commit a0a57efd548143688921a7c13d2bf6150d925a4d Author: Mike Perry Date: Mon Jun 20 14:09:20 2011 -0700 Ticket #1975: Improve slice file distribution. Values may not be final. Seeing what effect this has. --- NetworkScanners/BwAuthority/bwauthority.py | 12 +++- 1 files

[tor-commits] [torbutton/master] Bug 3399: Fix a reversed boolean expression found by arno.

2011-06-20 Thread mikeperry
commit 4cbaf94e910727601013489b32fd3eaa1895bf39 Author: Mike Perry Date: Mon Jun 20 17:45:57 2011 -0700 Bug 3399: Fix a reversed boolean expression found by arno. Thanks arno. --- src/components/cookie-jar-selector.js |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) di

[tor-commits] [torbutton/master] Bug 3177: Update torbutton for new TorBrowser prefs.

2011-06-20 Thread mikeperry
commit 5a1ba687b4bf9666efa69d29ffad2a4aefcec13a Author: Mike Perry Date: Mon Jun 20 18:12:02 2011 -0700 Bug 3177: Update torbutton for new TorBrowser prefs. Turns out there's just one that makes sense to set right now. --- src/chrome/content/torbutton.js | 10 ++ 1 files

[tor-commits] [torbutton/master] Bug 2843: Handle TOR_SOCKS env vars on prefs init.

2011-06-22 Thread mikeperry
commit c08fc99d42fbd89f63aba38d871162295fa45530 Author: Mike Perry Date: Wed Jun 22 16:06:17 2011 -0700 Bug 2843: Handle TOR_SOCKS env vars on prefs init. We still need to fix #2338 to deal with this properly. TBB will never read the env var otherwise. --- src/chrome/content/

[tor-commits] [torbutton/master] Bug 2338: Force toggle at startup if tor is enabled

2011-06-22 Thread mikeperry
commit 9f182ff942cd51ae0c553a5fd94205080b8a1a47 Author: Mike Perry Date: Wed Jun 22 17:12:27 2011 -0700 Bug 2338: Force toggle at startup if tor is enabled The toggle ensures our applied prefs match the current torbutton xpi values. It also ensures our proxy matches the environ

[tor-commits] [torbutton/master] Bug 2843: Update preferences window to support env var.

2011-06-22 Thread mikeperry
commit 8ba1b90bd4b0d4309b96288239fded1e4bd099ee Author: Mike Perry Date: Wed Jun 22 15:40:58 2011 -0700 Bug 2843: Update preferences window to support env var. These changes only make the preferences window sane wrt to the TOR_SOCKS_PORT environment var. We still need some cod

[tor-commits] [torbutton/master] Bug 3554: Make Cookie protections obey disk settings

2011-06-23 Thread mikeperry
commit cd5f0cb10d81fb6e17f930b7f0d7711534fb415c Author: Mike Perry Date: Thu Jun 23 16:58:29 2011 -0700 Bug 3554: Make Cookie protections obey disk settings The code will delete any existing protections files from the earlier alphas, or from simply changing prefs. --- src/comp

[tor-commits] [torbutton/master] Bug 3441: Enable cookie protection UI by default.

2011-06-23 Thread mikeperry
commit 4eaf9a7b5ef5156c7b64d9cdf5216f7d46a55e17 Author: Mike Perry Date: Thu Jun 23 17:59:58 2011 -0700 Bug 3441: Enable cookie protection UI by default. Also handle the upgrade case to avoid inconsistent prefs. --- src/chrome/content/torbutton.js | 14 +- sr

[tor-commits] [pytorctl/master] Eliminate a warn about a consensus miscount.

2011-06-24 Thread mikeperry
commit 3c438e013b2301f2c5e04bb1aceb907ae5f96576 Author: Mike Perry Date: Fri Jun 24 10:46:59 2011 -0700 Eliminate a warn about a consensus miscount. By fixing the miscount, of course. --- TorCtl.py |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/TorCtl

[tor-commits] [pytorctl/master] backward compatibility with SQLAlchemy 0.5.x

2011-06-24 Thread mikeperry
commit c8fee8b7b5ea6c584bb5a75647ee44737e60b66d Author: aagbsn Date: Sun Apr 10 23:59:09 2011 -0700 backward compatibility with SQLAlchemy 0.5.x --- SQLSupport.py |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/SQLSupport.py b/SQLSupport.py index 2bd0a8f..9e1a

[tor-commits] [pytorctl/master] SQLAlchemey and Elixir upgrade

2011-06-24 Thread mikeperry
commit 5161c64139f18b55288dab07e74f9f3f1c5bb704 Author: aagbsn Date: Sun Apr 10 23:24:23 2011 -0700 SQLAlchemey and Elixir upgrade enabled elixir migration aid options. renamed a few function calls, as per SQLAlchemy upgrade docs: session.clear() is removed. use sess

[tor-commits] [pytorctl/master] rewrite query for mysql compatibility attempt 1

2011-06-24 Thread mikeperry
commit a416402b0a4c6b5406448a5f87538081f26d9368 Author: aagbsn Date: Thu Apr 21 18:28:17 2011 -0700 rewrite query for mysql compatibility attempt 1 --- SQLSupport.py | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/SQLSupport.py b/SQLSupport.py index 9e1a

[tor-commits] [pytorctl/master] fixes for divide-by-zeros

2011-06-24 Thread mikeperry
commit fbf2fcf865bc0d9b65841076fd88e31f321638de Author: aagbsn Date: Fri Apr 29 16:21:40 2011 -0700 fixes for divide-by-zeros Postgres doesn't ignore divide-by-zeros like MySQL CASE statement added to set the result to NULL if the denominator is zero --- SQLSupport.py |

[tor-commits] [pytorctl/master] generalize db message, we now support postgres and mysql too

2011-06-24 Thread mikeperry
commit ffb68994a4d440db9deca2624ed33075f3fb7125 Author: aagbsn Date: Fri Jun 17 10:53:05 2011 -0700 generalize db message, we now support postgres and mysql too --- ScanSupport.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ScanSupport.py b/ScanSupport.py inde

[tor-commits] [pytorctl/master] rewrite query for mysql compatibility attempt 2

2011-06-24 Thread mikeperry
commit 3a2b44864417908bae45e835e0502297671e6c7b Author: aagbsn Date: Sun Apr 24 21:12:56 2011 -0700 rewrite query for mysql compatibility attempt 2 this actually appears to work --- SQLSupport.py | 49 + 1 files changed, 29 inserti

[tor-commits] [pytorctl/master] Merge remote branch 'aagbsn/testing'

2011-06-24 Thread mikeperry
commit d0f593f2ae245e951323ff7fc3a65fa6a1f16b47 Merge: 3c438e0 eb736ba Author: Mike Perry Date: Fri Jun 24 11:57:47 2011 -0700 Merge remote branch 'aagbsn/testing' SQLSupport.py | 101 ScanSupport.py | 18 +- 2 files cha

[tor-commits] [pytorctl/master] add case for long

2011-06-24 Thread mikeperry
commit ef0b770e9fa3ddb63ec52dfa4796c7dff27e8709 Author: aagbsn Date: Sat Jun 18 16:36:24 2011 -0700 add case for long --- SQLSupport.py |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/SQLSupport.py b/SQLSupport.py index e8feed9..8eefa20 100644 --- a/SQLSupport.py +

[tor-commits] [pytorctl/master] added reset_stats() to Scansupport.py

2011-06-24 Thread mikeperry
commit 13307d9cc0ed54bf5602c2c9b5e8db86113f3a45 Author: aagbsn Date: Mon Apr 18 10:38:50 2011 -0700 added reset_stats() to Scansupport.py calls parent and SQLSupport reset functions Tests show that SQLSupport.reset_all() may clear too much because if BwAuthority calls Scans

[tor-commits] [pytorctl/master] update consensus after resetting stats within the same job

2011-06-24 Thread mikeperry
commit e1266cb4d716a8a066ea3d92fb3d19305939a058 Author: aagbsn Date: Thu May 19 14:17:12 2011 -0700 update consensus after resetting stats within the same job --- ScanSupport.py |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ScanSupport.py b/ScanSupport.py index

[tor-commits] [pytorctl/master] Added refresh_all() and warnings to reset_all()

2011-06-24 Thread mikeperry
commit eb736ba5e24d1e4259db921bda52ab918c043553 Author: aagbsn Date: Thu Jun 23 15:40:05 2011 -0700 Added refresh_all() and warnings to reset_all() SQLSupport.refresh_all() is required to keep Elixir and tc_session in sync. Otherwise it is possible for routers added by the

[tor-commits] [pytorctl/master] Add a little more rambling to reset_all().

2011-06-24 Thread mikeperry
commit dc1cb9ce39fd5c9c5ea50f542642130a44e71fee Author: Mike Perry Date: Fri Jun 24 12:33:02 2011 -0700 Add a little more rambling to reset_all(). --- SQLSupport.py | 13 + 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/SQLSupport.py b/SQLSupport.py index cf2c

[tor-commits] [torflow/master] Split bwauthority.py into parent and child

2011-06-24 Thread mikeperry
commit 7dc70f2efadf641a2f036a1d366715b622dc3a5d Author: aagbsn Date: Thu Jun 16 14:07:48 2011 -0700 Split bwauthority.py into parent and child This approach mitigates the memory leaks that plagued long-running bwauths by launching each slice as a separate process --- NetworkSc

[tor-commits] [torflow/master] Add support for other database backends

2011-06-24 Thread mikeperry
commit 2b799efc7095a31b54d6a18d2e9d12eed28c3600 Author: aagbsn Date: Thu Jun 16 19:26:52 2011 -0700 Add support for other database backends db_url can now be set in the configuration file if it is unset, BwAuthority will default to sqlite --- NetworkScanners/BwAuthority/bwauth

[tor-commits] [torflow/master] renamed files for consistency

2011-06-24 Thread mikeperry
commit 9e9127b82b65b5ed5f397b8dd267cd101702b012 Author: aagbsn Date: Thu Jun 16 18:38:00 2011 -0700 renamed files for consistency --- NetworkScanners/BwAuthority/bwauthority-parent.py | 48 --- NetworkScanners/BwAuthority/bwauthority.py| 360 ++--- NetworkScanner

[tor-commits] [torflow/master] added db_url config parameter

2011-06-24 Thread mikeperry
commit 83348a9cc59fe035026917b41585f101ea169a73 Author: aagbsn Date: Thu Jun 16 19:30:33 2011 -0700 added db_url config parameter --- NetworkScanners/BwAuthority/bwauthority.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/NetworkScanners/BwAuthority/bwauthority

[tor-commits] [torflow/master] added db_url to configs

2011-06-24 Thread mikeperry
commit 28dc35752bbf70ba4b417b4f7490d51a55c127f9 Author: aagbsn Date: Thu Jun 16 19:49:38 2011 -0700 added db_url to configs --- .../BwAuthority/data/scanner.1/bwauthority.cfg |2 ++ .../BwAuthority/data/scanner.2/bwauthority.cfg |2 ++ .../BwAuthority/data/scanner.3/bwautho

[tor-commits] [torflow/master] Removed conflicting tor configuration options

2011-06-24 Thread mikeperry
commit 77ed1ab8de9a264f0f885ea266227894c47056e0 Author: aagbsn Date: Fri Jun 17 10:44:42 2011 -0700 Removed conflicting tor configuration options __LeaveStreamsUnattached and FetchUselessDescriptors should now be set in torrc rather than by bwauthority to avoid a race betwe

[tor-commits] [torflow/master] Ignore existing streams

2011-06-24 Thread mikeperry
commit 2d4f6fd409fab70dbe7cb35ff4093c46200330a2 Author: aagbsn Date: Fri Jun 17 12:17:34 2011 -0700 Ignore existing streams --- NetworkScanners/BwAuthority/bwauthority_child.py | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/NetworkScanners/BwAuthority

[tor-commits] [torflow/master] add sample db_url strings

2011-06-24 Thread mikeperry
commit 45db027b45d71f926dc59237c1b4d7bdd1e31739 Author: aagbsn Date: Thu Jun 16 23:02:42 2011 -0700 add sample db_url strings --- NetworkScanners/BwAuthority/bwauthority_child.py |1 + .../BwAuthority/data/scanner.1/bwauthority.cfg |4 +++- .../BwAuthority/data/scanner.2/bwau

[tor-commits] [torflow/master] oops, missing offset

2011-06-24 Thread mikeperry
commit 6c66500dcee8c53a75881514f7558e21d146f26c Author: aagbsn Date: Thu Jun 16 20:16:32 2011 -0700 oops, missing offset --- NetworkScanners/BwAuthority/bwauthority_child.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/NetworkScanners/BwAuthority/bwauthority_ch

[tor-commits] [torflow/master] added log entry when scan completes

2011-06-24 Thread mikeperry
commit 86a70ea65da0a82ef40fb06e1ad3090ec199bd07 Author: aagbsn Date: Fri Jun 17 13:39:16 2011 -0700 added log entry when scan completes --- NetworkScanners/BwAuthority/bwauthority.py |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/NetworkScanners/BwAuthority/bwauth

[tor-commits] [torflow/master] Log when stop_pct reached

2011-06-24 Thread mikeperry
commit f7940f720b324e2823a142a2ee49eb01f826a7f5 Author: aagbsn Date: Fri Jun 17 16:41:05 2011 -0700 Log when stop_pct reached --- NetworkScanners/BwAuthority/bwauthority.py |2 +- NetworkScanners/BwAuthority/bwauthority_child.py |1 + 2 files changed, 2 insertions(+), 1 delet

[tor-commits] [torflow/master] Case for NO streams added

2011-06-24 Thread mikeperry
commit 7a44c16b4b9fdb2603bfed0f9e0a691c8b8dd304 Author: aagbsn Date: Fri Jun 17 12:20:50 2011 -0700 Case for NO streams added --- NetworkScanners/BwAuthority/bwauthority_child.py |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/NetworkScanners/BwAuthority/bwaut

[tor-commits] [torflow/master] pruned unused code

2011-06-24 Thread mikeperry
commit 40c5d11015ef2a8dab4bef93b8a256538059e0e4 Author: aagbsn Date: Fri Jun 17 18:48:42 2011 -0700 pruned unused code --- NetworkScanners/BwAuthority/bwauthority.py | 17 + NetworkScanners/BwAuthority/bwauthority_child.py |1 + 2 files changed, 6 insertions(+),

[tor-commits] [torflow/master] add scan-data directories

2011-06-24 Thread mikeperry
commit 1a1079514ab3713c1c9caa5c5789259428d4d58f Author: aagbsn Date: Fri Jun 17 18:11:25 2011 -0700 add scan-data directories Added so BwAuthority will run out the box --- 0 files changed, 0 insertions(+), 0 deletions(-) diff --git a/NetworkScanners/BwAuthority/data/scanner.1/sca

[tor-commits] [torflow/master] SIGTERM handler to kill child process

2011-06-24 Thread mikeperry
commit f0eb6dbaa7c48723a9c49a56f52ddd8bd599e5f1 Author: aagbsn Date: Fri Jun 17 18:49:07 2011 -0700 SIGTERM handler to kill child process --- NetworkScanners/BwAuthority/bwauthority.py |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/NetworkScanners/BwAuthori

[tor-commits] [torflow/master] Fix permissions on bwauthority.py

2011-06-24 Thread mikeperry
commit 35039739229c5ca58562fccd6d43f7efb3beb3d9 Author: aagbsn Date: Fri Jun 17 18:56:37 2011 -0700 Fix permissions on bwauthority.py --- 0 files changed, 0 insertions(+), 0 deletions(-) diff --git a/NetworkScanners/BwAuthority/bwauthority.py b/NetworkScanners/BwAuthority/bwauthority.py

[tor-commits] [torflow/master] Clean up imports

2011-06-24 Thread mikeperry
commit fdfa2e7ad6576effd429274e0369cdb2cc461ddb Author: aagbsn Date: Fri Jun 17 19:04:17 2011 -0700 Clean up imports --- NetworkScanners/BwAuthority/bwauthority.py | 21 - 1 files changed, 8 insertions(+), 13 deletions(-) diff --git a/NetworkScanners/BwAuthority/bwau

[tor-commits] [torflow/master] Return code should be positive, see sys.exit()

2011-06-24 Thread mikeperry
commit f4346a667801d7dee3c602cf02fe419ed1693031 Author: aagbsn Date: Sat Jun 18 16:04:39 2011 -0700 Return code should be positive, see sys.exit() --- NetworkScanners/BwAuthority/bwauthority.py |2 +- NetworkScanners/BwAuthority/bwauthority_child.py |3 ++- 2 files changed, 3

[tor-commits] [torflow/master] Update submodule.

2011-06-24 Thread mikeperry
commit cb4db2317437621a22531e84b8686fc28785f2bf Author: Mike Perry Date: Fri Jun 24 12:29:28 2011 -0700 Update submodule. --- TorCtl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/TorCtl b/TorCtl index af306b5..d0f593f 16 --- a/TorCtl +++ b/TorCtl @@ -1 +1 @@

[tor-commits] [torflow/master] bwauthority parent should exit when child is killed

2011-06-24 Thread mikeperry
commit 0e32c07900b8722d67b338b00fd0c79d746b16a3 Author: aagbsn Date: Thu Jun 23 11:39:58 2011 -0700 bwauthority parent should exit when child is killed --- NetworkScanners/BwAuthority/bwauthority.py |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/NetworkScan

[tor-commits] [torflow/master] Update bw file percentages again; remove python 2.5ism.

2011-06-24 Thread mikeperry
commit 5cd1f2be2e370176bf13ce44ad2033367cba032a Author: Mike Perry Date: Fri Jun 24 12:28:00 2011 -0700 Update bw file percentages again; remove python 2.5ism. --- NetworkScanners/BwAuthority/bwauthority_child.py | 17 ++--- 1 files changed, 10 insertions(+), 7 deletions(-)

[tor-commits] [torflow/master] Update submodule..

2011-06-24 Thread mikeperry
commit 9f756249cf53985a944cb27bf7101d4ff7f369c3 Author: Mike Perry Date: Fri Jun 24 12:33:36 2011 -0700 Update submodule.. --- TorCtl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/TorCtl b/TorCtl index d0f593f..dc1cb9c 16 --- a/TorCtl +++ b/TorCtl @@ -1 +1 @

[tor-commits] [torbutton/master] Bug 3446: We're Firefox 5.0, we swear.

2011-06-24 Thread mikeperry
commit b834e541cf975eeaa291a374b4b95222b36eebd6 Author: Mike Perry Date: Fri Jun 24 15:39:17 2011 -0700 Bug 3446: We're Firefox 5.0, we swear. --- src/defaults/preferences/preferences.js |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/defaults/preferences/pref

[tor-commits] [torbutton/master] Make DuckDuckGo the default Google Captcha redirect destination.

2011-06-24 Thread mikeperry
commit 63e6a1ed61fc0e14f7abd0d8bde9778a5733 Author: Mike Perry Date: Fri Jun 24 15:40:00 2011 -0700 Make DuckDuckGo the default Google Captcha redirect destination. The search results seem slightly better than ixquick, and the interface is a lot slicker. Plus, who

[tor-commits] [torbutton/master] Fix a transparent context menu issue on Linux FF4+.

2011-06-24 Thread mikeperry
commit 505f51d2158720509428c1b24686723c49beb0f7 Author: Mike Perry Date: Fri Jun 24 16:12:59 2011 -0700 Fix a transparent context menu issue on Linux FF4+. --- src/chrome/content/popup.xul|4 ++-- src/chrome/content/torbutton.xul|2 +- src/chrome/content/torbutton_tb.xu

[tor-commits] [pytorctl/master] Allow TorCtl.connect() to specify alternate Connection classes.

2011-06-25 Thread mikeperry
commit 962d30c72ffc85c1df79270d6ac5b25f0336d2d2 Author: Mike Perry Date: Sat Jun 25 10:37:22 2011 -0700 Allow TorCtl.connect() to specify alternate Connection classes. Need to move it for that... --- TorCtl.py | 156 +++-- 1

[tor-commits] [torflow/master] Submodule.

2011-06-25 Thread mikeperry
commit adc78995ac912b559276e1817c19339e61ce1fbb Author: Mike Perry Date: Sat Jun 25 10:38:55 2011 -0700 Submodule. --- TorCtl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/TorCtl b/TorCtl index dc1cb9c..962d30c 16 --- a/TorCtl +++ b/TorCtl @@ -1 +1 @@ -Subpr

[tor-commits] [torflow/master] Update metatroller example to use new TorCtl.connect..

2011-06-25 Thread mikeperry
commit 07cbb7c90d1335043e7ce00d85102b18003ca1c9 Author: Mike Perry Date: Sat Jun 25 10:39:03 2011 -0700 Update metatroller example to use new TorCtl.connect.. --- metatroller.py |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/metatroller.py b/metatroller.py ind

[tor-commits] [pytorctl/master] Implement ratio ranking support.

2011-06-27 Thread mikeperry
commit e538547dfc2973d7bd99e2d927a1d87be5230704 Author: Mike Perry Date: Fri Jun 24 13:32:37 2011 -0700 Implement ratio ranking support. --- PathSupport.py | 36 TorCtl.py | 16 2 files changed, 48 insertions(+), 4 deletions(-)

[tor-commits] [pytorctl/master] Merge branch 'ratio-restrictions'

2011-06-27 Thread mikeperry
commit 25cb2bf77b1a98f2273b0f90c99b57e3d6e21a41 Merge: 962d30c e538547 Author: Mike Perry Date: Mon Jun 27 11:23:39 2011 -0700 Merge branch 'ratio-restrictions' PathSupport.py | 36 TorCtl.py | 16 2 files changed, 48 insertio

[tor-commits] [torflow/master] Merge branch 'ratio-restrictions'

2011-06-27 Thread mikeperry
commit 039d5300c6d1bb9adfa7a21af0560620d620978f Merge: 07cbb7c a3fdd01 Author: Mike Perry Date: Mon Jun 27 11:22:47 2011 -0700 Merge branch 'ratio-restrictions' NetworkScanners/BwAuthority/bwauthority_child.py |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ___

[tor-commits] [torflow/master] Update bwauth child to use new ratio slicing.

2011-06-27 Thread mikeperry
commit a3fdd013eedb3c8beb6bfb4dbffc09b80fb68c43 Author: Mike Perry Date: Fri Jun 24 13:30:44 2011 -0700 Update bwauth child to use new ratio slicing. --- NetworkScanners/BwAuthority/bwauthority_child.py |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/NetworkScann

[tor-commits] [torflow/master] Submodule.

2011-06-27 Thread mikeperry
commit a28419da99ef8bb5ec2f51ad7109784d93530721 Author: Mike Perry Date: Mon Jun 27 11:26:18 2011 -0700 Submodule. --- TorCtl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/TorCtl b/TorCtl index 962d30c..25cb2bf 16 --- a/TorCtl +++ b/TorCtl @@ -1 +1 @@ -Subpr

[tor-commits] [torbutton/master] Make it harder to accidentally toggle torbutton.

2011-06-28 Thread mikeperry
commit 20d6479ab2e32b868d336b81f0a1a25799272ac2 Author: Mike Perry Date: Tue Jun 28 18:44:29 2011 -0700 Make it harder to accidentally toggle torbutton. Also make clicking provide a menu rather than auto-toggle. --- src/chrome/content/popup.xul |4 ++-- src/chrome/content/

[tor-commits] [torbutton/master] Bug #3506: Remove resize event listener.

2011-06-29 Thread mikeperry
commit 995d0d72e08cd8eeb126a3937d1068dc707f888d Author: Mike Perry Date: Wed Jun 29 13:46:25 2011 -0700 Bug #3506: Remove resize event listener. We only resize windows to 50px on page load now. --- src/chrome/content/torbutton.js | 46 +-- 1 f

[tor-commits] [torbutton/master] Bug #1282: Set fixed window size for each new window.

2011-06-29 Thread mikeperry
commit 488b7569d78e80a13839eb768c367b862be72480 Author: Mike Perry Date: Wed Jun 29 17:50:34 2011 -0700 Bug #1282: Set fixed window size for each new window. Rather than one fixed size, we try to bin the resolution into just a few possibilities, choosing the largest bin possibl

[tor-commits] [torbutton/master] Make icon tooltip state current tor status.

2011-06-29 Thread mikeperry
commit 3110f276150c36e8b692f464ca6092c1229e8805 Author: Mike Perry Date: Wed Jun 29 18:06:29 2011 -0700 Make icon tooltip state current tor status. Since clicking on torbutton no longer toggles Tor state, we should just display the current state in the tooltip. --- src/chrome/

[tor-commits] [torbutton/master] Bug #1282: Turns out window.screen.availHeight lies.

2011-06-29 Thread mikeperry
commit f2b3ddc18d4e602c17627968edc3244536d7f5fb Author: Mike Perry Date: Wed Jun 29 19:57:35 2011 -0700 Bug #1282: Turns out window.screen.availHeight lies. Need to use nsIScreenManager. --- src/chrome/content/torbutton.js | 12 +--- 1 files changed, 9 insertions(+), 3 d

[tor-commits] [torbutton/master] Bug #3506: Try to avoid shrinking windows..

2011-06-30 Thread mikeperry
commit 347690b821898b8ac5a2bed63344e42eebcb90b1 Author: Mike Perry Date: Thu Jun 30 11:05:26 2011 -0700 Bug #3506: Try to avoid shrinking windows.. --- src/chrome/content/torbutton.js | 25 + 1 files changed, 13 insertions(+), 12 deletions(-) diff --git a/src/chr

[tor-commits] [torbutton/master] Squelch exception from app launcher in error console.

2011-06-30 Thread mikeperry
commit 81624d96f2427bf2f1be7893d0bd08c1f9b38f61 Author: Mike Perry Date: Thu Jun 30 14:49:39 2011 -0700 Squelch exception from app launcher in error console. --- src/components/external-app-blocker.js |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/

[tor-commits] [torbutton/master] Commit Edward Pastuszenski's SafeCache+SafeCookie work.

2011-06-30 Thread mikeperry
commit eade74695421eb15f3149cc74482107a4fb99fc4 Author: Mike Perry Date: Thu Jun 30 10:43:33 2011 -0700 Commit Edward Pastuszenski's SafeCache+SafeCookie work. http://crypto.stanford.edu/cs294s/projects/browser.html We're going to chop this up a bit, but I figured I'd comm

[tor-commits] [torbutton/master] Remove SafeCache preferences.

2011-06-30 Thread mikeperry
commit 271ec324139946124be8df5faf2900c48d60882c Author: Mike Perry Date: Thu Jun 30 11:22:23 2011 -0700 Remove SafeCache preferences. We're going to trim down our prefs soon. We want safecache always-on. --- src/chrome/content/pref-privacy.xul | 31

[tor-commits] [torbutton/master] Remove redundant overlay.

2011-06-30 Thread mikeperry
commit 90675cd622c9e0bb1df95c8c9084be1fb585fb17 Author: Mike Perry Date: Thu Jun 30 11:35:40 2011 -0700 Remove redundant overlay. --- src/chrome/content/stanford-safecache-overlay.xul | 10 -- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/src/chrome/content/stan

[tor-commits] [torbutton/master] Decouple SafeCache from browser cookie prefs.

2011-06-30 Thread mikeperry
commit 75b7efe1a9d0faf6b824d2394175bf1b3970ce20 Author: Mike Perry Date: Thu Jun 30 11:53:37 2011 -0700 Decouple SafeCache from browser cookie prefs. Make it always on. Also, give 'SafeCookie' its own pref and make it off by default. --- src/chrome/content/stanford-safeca

[tor-commits] [torbutton/master] Move SafeCache listener to our global window.

2011-06-30 Thread mikeperry
commit 44a9060727d3b8e33be09ae748117500b602a658 Author: Mike Perry Date: Thu Jun 30 16:45:23 2011 -0700 Move SafeCache listener to our global window. They were registering way too many redundant listeners and incorrectly referencing window.content.location. --- src/chrome/cont

[tor-commits] [torbutton/master] Remove use of md5.js.

2011-06-30 Thread mikeperry
commit 9913b970541341d316bba24d51ba3299449749dc Author: Mike Perry Date: Thu Jun 30 17:18:25 2011 -0700 Remove use of md5.js. Use browsers internal MD5 instead. --- src/chrome/content/md5.js| 256 -- src/chrome/content/stanford-safecach

[tor-commits] [torbutton/master] Demote safecache logging.

2011-06-30 Thread mikeperry
commit 5153669f97a2fb51034b86bc43c3a2063156b10b Author: Mike Perry Date: Thu Jun 30 17:55:31 2011 -0700 Demote safecache logging. --- src/chrome/content/stanford-safecache.js |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/chrome/content/stanford-safecache.js

[tor-commits] [torbutton/master] Optimize SafeCache pref lookup a bit.

2011-06-30 Thread mikeperry
commit 8788ca4dfe6f10484e41028e150cba69f3097779 Author: Mike Perry Date: Thu Jun 30 17:51:08 2011 -0700 Optimize SafeCache pref lookup a bit. Also allow 3rd party caching by default. --- src/chrome/content/stanford-safecache.js | 40 +++--- 1 files change

  1   2   3   4   5   6   7   8   9   10   >